html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* center for ie5 */
	
	background: url(../img/bg.png) top left repeat-x;
}

#wrapper {
	width: 850px;
	padding: 0 55px;
	text-align: left;
	background: url(../img/frame.png) #fff top left no-repeat;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto -45px;
}

#header {
	height: 45px;
	padding-top: 55px;
	margin-bottom: 40px;
}

#logo {
	float: left;
	background: url(../img/logoOriginal.png) center left no-repeat;
}

#logo a {
	display: block;
	height: 45px;
	width: 153px;
}

#logo div {
	display:none;
}

#mainNav {
	float: right;
}

#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNav a {
	margin: 0;
	
	float: left;
	height: 45px;
}

#mainNav #tuotteet a:link, #mainNav #tuotteet a:active, #mainNav #tuotteet a:visited {
	width: 137px;
	background: url(../img/navTuotteet.png) top left no-repeat;
}
#mainNav #tuotteet a:hover, #mainNav #tuotteet #active {
	width: 137px;
	background: url(../img/navTuotteet.png) bottom left no-repeat;
}

#mainNav #yritys a:link, #mainNav #yritys a:active, #mainNav #yritys a:visited {
	width: 105px;
	background: url(../img/navYritys.png) top left no-repeat;
}
#mainNav #yritys a:hover, #mainNav #yritys #active {
	width: 105px;
	background: url(../img/navYritys.png) bottom left no-repeat;
}

#mainNav #yhteistyokumppanit a:link, #mainNav #yhteistyokumppanit a:active, #mainNav #yhteistyokumppanit a:visited {
	width: 153px;
	background: url(../img/navYhteistyokumppanit.png) top left no-repeat;
}
#mainNav #yhteistyokumppanit a:hover, #mainNav #yhteistyokumppanit #active {
	width: 153px;
	background: url(../img/navYhteistyokumppanit.png) bottom left no-repeat;
}

#mainNav #tiedotteet a:link, #mainNav #tiedotteet a:active, #mainNav #tiedotteet a:visited {
	width: 146px;
	background: url(../img/navTiedotteet.png) top left no-repeat;
}
#mainNav #tiedotteet a:hover, #mainNav #tiedotteet #active {
	width: 146px;
	background: url(../img/navTiedotteet.png) bottom left no-repeat;
}

#mainNav #english a:link, #mainNav #english a:active, #mainNav #english a:visited {
	width: 129px;
	background: url(../img/navEnglish.png) top left no-repeat;
}
#mainNav #english a:hover, #mainNav #english #active {
	width: 129px;
	background: url(../img/navEnglish.png) bottom left no-repeat;
}

#mainNav div {
	display:none;
}

#content {
	clear: both;
	color: #333;
	font-size: 0.8em;
}

#content #colLeft {
	float: left;
	width: 550px;
}

#content #colRight {
	float: right;
	width: 275px;
}

#content .colFull {
	clear: both;
	width: 825px;
}

#footerPusher {
	clear: both;
	height: 45px;
	padding-bottom: 25px;
}
#footerWrapper {
	text-align: center;
	width: 960px;
	margin: auto;
}
#footer {
	margin: auto;
	width: 850px;
	height: 45px;
	background: url(../img/footerBg.png) top left no-repeat;
	background-color: #16516e;
	
	color: #fff;
	font-size: 0.7em;
	line-height: 1.5em;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerLeft {
	float: left;
	padding: 15px 0 0 20px;
	text-align: left;
	/*background: url(../img/footerLogo.png) 14px 16px no-repeat;*/
}
#footerRight {
	float: right;
	padding: 15px 20px 0 0; 
	text-align: right;
}
/*
#footer #copyright {
	color: #4c8099;
	font-size: 0.8em;
}*/
#footer #phoneNumber {
	background: url(../img/footerPhone.png) top left no-repeat;
	padding-left: 15px;
}


#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:link {
	color: #1f6699;
}
#content a:active, #content a:visited {
	color: #598db3;
}
#content a:hover {
	text-decoration: underline;
}
/*#content .externalLink {
	padding-right: 20px;
	background: url(../img/externalLink.png) right center no-repeat;
}*/
#content h1 {
	font-size: 1.5em;
	margin: 0;
	color: #800d20;
	display: inline;
}
#content h2 {
	font-size: 1.1em;
	margin: 0;
	color: #444;
	margin-top: 10px;
}
#content .subHeading {
	display: block;
	font-weight: normal;
	font-size: 1.0em;
	color: #666;
}
#content p+h2, #content div+h2 {
	margin-top: 20px;
}
#content ol li {
	margin: 10px 0;
}
#content blockquote {
	margin-left: 25px;
	margin-bottom: 30px;
}
#content table {
	font-size: 0.85em;
	border: 1px solid #ccc;
}
#content table th {
	padding: 1px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
#content table tr.even {
	background: #f3f3f3;
}
#content table tr.odd {
	background: #fff;
}
#content table td {
	padding: 1px 5px;
}

#content .productSubHeading {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	padding-left: 5px;
}
#content .productKind {
	color: #666;
	font-size: 1em;
	display: block;
	margin-bottom: 15px;
	clear: both;
}
#content .productDivider {
	clear: both;
	height: 60px;
}
#content #colRight .productPic {
	text-align: center;
	margin-bottom: 15px;
}
#content #colRight .productPic img {
	margin-top: 5px;
}
#content .contentPicRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content .contentPicCenter {
	display: block;
	text-align: center;
	margin: 25px auto;
}

#banner {
	margin-top: -20px;
	margin-bottom: 25px;
}

#rekry {
	margin-top: -20px;
	margin-bottom: 35px;
}

#companyBrief {
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
#productIntro {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
/*
#companyBrief {
	margin: 25px auto;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: normal;
	color: #800d20;
	width: 760px;
	display: block;
}
#productIntro {
	margin-top: 15px;
	display: block;
	font-size: 0.9em;
	color: #666;
}*/

#productBanner {
	margin-left: 30px;
}
#productBanner ul, productBanner li {
	margin: 0; padding: 0;
	list-style-type: none;
}
#productBanner li {
	display: inline;
	float: left;
}
#productBanner img {
	padding: 0 5px;
}
#productHover {
	clear: both;
	padding-top: 10px;
}
#productWrapper {
	margin-top: 25px;
}

#content .email {
	vertical-align: text-bottom;
}

#content .sideNoteTop {
	height: 10px;
	background: url(../img/sideNoteTop.png) top left no-repeat;
}
#content .sideNote {
	background: #eee;
	/* #daeaf2; */
}
#content .sideNoteBottom {
	clear: both;
	height: 10px;
	background: url(../img/sideNoteBottom.png) bottom left no-repeat;
	margin-bottom: 15px;
}
#content .sideNoteContent {
	padding: 5px 15px;
	text-align: left;
}
#content .sideNote img {
	display: block;
	margin: auto;
	margin-top: 10px;
}
#content .sideNote .email {
	margin: 0;
	margin-top: 4px;
}
#content .sideNote ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#content .sideNote li {
	color: #555;
	font-weight: bold;
}
#content .sideNote .sideNoteProductLinks {
	text-align: center;
	background: #eee;
	margin: 0 5px;
}
#content .sideNote .sideNoteProductLinks a {
	font-size: 1em;
}
#content .sideNote .sideNoteTiny {
	margin: 10px 15px 0 15px;
	color: #666;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.5em;
}
#content .sideNoteTiny a:link, #content .sideNoteTiny a:active, #content .sideNoteTiny a:visited, #content .sideNoteTiny a:hover {
	color: #666;
}
#content .sideNote .pdf {
	padding-right: 35px;
	background: url(../img/pdfTagSidenote.png) bottom right no-repeat;
}
#content .sideNote .zip {
	padding-right: 35px;
	background: url(../img/zipTagSidenote.png) bottom right no-repeat;
}
#content .addedProductInfoHeading {
	display: block;
	margin: 0 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.productList {
	margin: auto;
	margin-top: 10px;
	width: 800px;
}
.productList .productListItem {
	margin: 0;
}
.productList .productListLeft {
	float: left;
	width: 185px;
	
}
.productList .productListRight {
	width: 610px;
	float: right;
}
.productList hr {
	clear: both;
	border: 0;
	height: 1px;
	background: #ccc;
}
.floatBreaker {
	clear: both;
	height: 15px;
}

#coopMatrix {
	margin: auto;
	margin-top: -15px;
	width: 780px;
}
#coopMatrix .coopMatrixSlot {
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 35px;
	text-align: center;
}
#coopMatrix .coopMatrixSlot img {
	padding-bottom: 10px;
}
#coopMatrix #digium {
	padding-top: 60px;
}
#coopMatrix #doit {
	padding-top: 66px; 
}
#coopMatrix #farenta {
	padding-top: 89px;
}
#coopMatrix #mediheli {
	padding-top: 85px; /*101px*/
}
#coopMatrix #mediheli img {
	padding-bottom: 26px;
}
#coopMatrix #ranbaxy {
	padding-top: 98px; /* 123px*/
}
#coopMatrix #ranbaxy img {
	padding-bottom: 25px;
}
#coopMatrix #seaBand {
	padding-top: 49px;
}
#coopMatrix #tamro {
	padding-top: 3px;
}
#coopMatrix #thermoskin {
	padding-top: 53px;
}
#coopMatrix .coopMatrixDivider {
	float: left;
	width: 60px;
	height: 50px;
}
/*
#coopMatrix .coopMatrixAligner {
	float: left;
	width: 105px;
	height: 50px;
}
*/

#pressList {
	list-style-type: none;
	margin-top: 15px;
	padding: 0;
}
#pressList li {
	margin-bottom: 30px;
}
#pressList .pressHeading {
	font-size: 1.2em;
}
#pressList .pressDate {
	color: #666;
	font-size: 0.8em;
}
#pressList .pdf {
	padding-right: 37px;
	background: url(../img/pdfTag.png) bottom right no-repeat;
}
#pressList .zip {
	padding-right: 37px;
	background: url(../img/zipTag.png) bottom right no-repeat;
}
#pressList .pressExtra {
	margin-top: 5px;
	padding: 5px 5px;
	padding-left: 20px;
	border-top: 1px solid #ddd;
	background: url(../img/picTag.png) left center no-repeat;
}

.productNumber {
	display: block;
	clear: both;
	margin-top: 25px;
	padding-top: 2px;
	/*border-top: 1px solid #eee;*/
	border-left: 5px solid #ddd;
	padding-left: 8px;
	
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	line-height: 1.6em;
}
.productNumber pre {
	display: inline;
}


/* SECONDARY NAV */

#secondaryNav {
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 2px;
}

#secondaryNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondaryNav li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#secondaryNav a {
	margin-right: 25px;
}

#secondaryNav #active {
	color: #444;
	font-weight: bold;
	margin-right: 25px;
}

#secondaryNav .lastItem a, #secondaryNav .lastItem {
	margin-right: 0px;
}


/* TABS */
.tabset_tabs	{ 
	margin:0; padding:0;
	list-style-type:none;
	position:relative;
	z-index:2;
	white-space:nowrap;
}

.tabset_tabs {
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
}

.tabset_tabs li	{
	margin:0; padding:0;
	display: inline;
}

.tabset_tabs a {
	margin-right: 25px;
}

.tabset_tabs a:visited	{
	color: #1f6699 !important;
}

.tabset_tabs a:hover {
	text-decoration: underline;
}

.tabset_tabs a.active	{
	color: #444 !important;
	cursor: default;
}
.tabset_tabs a.active:hover {
	text-decoration: none !important;
}

.tabset_tabs li.firstchild a	{  }

.tabset_content	{
	position:relative;
	z-index:1;
	display:none;
	margin: 15px 0;
}

.tabset_label	{ display:none; }

.tabset_content_active	{ display:block; }

@media aural {
	.tabset_content,
	.tabset_label	{ display:block; }
}added
