@import url(/themes/fonts/eauDouce/eauDouce_light.css);
@import url(/themes/fonts/eauDouce/eauDouce_bold.css);
@import url(/themes/fonts/eauDouce/eauDouce_heavy.css);

HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.4em Arial, sans-serif;
	color: #000;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #007fd1;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 1.875em;
	line-height: 1em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
  	font-family: EauDouceSansBold, sans-serif, arial;
}
H2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H3 {
	font-weight: bold;
	font-size: 1.168em;
	line-height: 1.1em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {
	margin: 0;
	padding: 5px 0;
	font-size: 1.168em;
    line-height: 1.5em;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}


#content ul {
	list-style-image: url(pics/black-bulletin.png);
}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	background: url(pics/wrapper_bg.jpg) no-repeat center 65px;
}

#wrapperCenter {
	margin: 0 auto;
	width: 950px;
	height: auto;
	min-height: 100px;
}

/* Header
==========*/
#header {
	height: 65px;
	position: relative;
}

/* Logo
========*/
#logo {
	float: left;
}

/* banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	float: left;
	margin-left: 30px;
	margin-top: 32px;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 34px;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 13px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
#nav UL LI A:hover {
	color: #12a5d3;
}
#nav UL LI A.open {
	font-weight: bold;
}
#nav UL LI.dropdown A {
	background: url(pics/nav_dropdown.gif) no-repeat right center;
	padding-right: 14px;
	margin-right: 10px;
}

.navContent { 
	height: 0;
	overflow: hidden;
	width: 958px;
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 9999;
	background: url(pics/navTopShadow.png) repeat-x top;
	padding-top: 1px;
}
.navContentCenter {
	/* background: url(pics/tabContent_bg.png) no-repeat center bottom; */
	background: #fff;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

.navContentContent { margin: 0 4px 1px; }
.navContent table {
	margin-bottom: 6px;
}
.navContent td {
	vertical-align: top;
	color: #000 !important;
}
.navContent td:hover,
.navContent td:hover h2,
.navContent td:hover h3,
.navContent td:hover p { 
	color: #12a5d3 !important;
}
.navContent td .td { 
	padding: 10px 20px 20px 40px;
	position: relative;
}
.navContent td h2 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 21px;
	line-height: 18px;
	font-weight: normal;
	height: 36px;
	padding: 0;
	margin: 24px 0 10px;
}
.navContent td h3 {
	font-family: EauDouceSansLight, sans-serif, arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;fa
}
.navContent td ul li {
	float: none !important;
    font-size: 14px !important;
    height: auto !important;
    list-style-type: disc !important;
    margin: 7px 0 20px !important;
    padding: 0 0 0 5px !important;
}

.navContent td a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background: url(pics/ieFix.gif) !important;
}

/* Top navigation 2
=====================*/
#linkList_19827 {
	float: right;
	margin-top: 34px;
	margin-right: 12px;
}
#linkList_19827 UL {
	margin: 0;
	padding: 0;
}
#linkList_19827 UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#linkList_19827 UL LI A {
	color: #888;
	display: block;
	float: left;
	padding: 0 7px;
	font-style: italic;
}
#linkList_19827 UL LI A:hover {
	text-decoration: none;
	color: #12a5d3;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 0 0 60px;
	background: #fff url(pics/content_bg.jpg) repeat-y;
	margin-top: 18px;
	position: relative;
}
#main {
	float: left;
	width: 587px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin-top: 85px;
	padding: 10px 24px 20px;
}
.mainText {
}
.mainText p {
	font-size: 1.168em;
	line-height: 1.5em;
}

.mainText ul li {
	padding: 0 0 15px 0px;
	font-size: 12px;
	margin-left: 20px;
	color: #636363;
}

.mainTextHigh p {
	padding: 0;
	margin: -8px 0 16px;
	color: #858585;
	font-size: 1.168em;
}
#column1 {
	float: right;
	width: 314px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	margin-top: 85px;
}
#column1 .box {
	margin-top: 20px;
	padding: 4px 24px;
	font-size: 11px;
	overflow: hidden;	
}
#column1 .boxCenter img {
	width: 265px;
}

#column1 .box h2 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 21px;
	margin: 0 -24px 24px;
	padding: 0 24px;
	height: 34px;
	line-height: 34px;
	background: url(pics/col1_box_h2_bg.jpg) repeat;
}
.column1Text {
}
#column2 {
	width: 100%;
	height: 69px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	position: absolute;
	top: 0px;
	left: 0;
	padding-top: 17px;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	background: url(pics/subnav_bg.jpg) repeat-x top left;
	margin: 0px 20px 0 18px;
}
.subnav UL {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.subnav UL LI {
	margin: 0;
	list-style-type: none;
	float: left;
	height: 34px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px solid #fff;
	display: block;
	text-align: center;
}

.subnav UL LI.sub {
	padding: 0;
	border: 0;
	height: 0;
	margin-left: 18px;
}

.subnav UL LI A {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.subnav UL LI A:hover {
	text-decoration: underline;
}

.subnav UL LI UL LI A:hover {
	color: #006699;
}

.subnav UL LI A.open {
	font-weight: bold;
}
/* sub
=======*/
.subnav UL LI UL {
	left: -1px;
    position: absolute;
    top: 50px;
}
.subnav UL LI UL LI {
	text-align: left;
	border-right: 0;
}
.subnav UL LI UL LI A {
	background: none;
	padding: 0;
	border: none;
	color: #11a1cf;
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Footer
===========*/
#footer {
	border-top: 1px solid #e8e8e8;
	background: #fff;
}
#footerCenter {
	margin: 0 auto 0;
	width: 950px;
	overflow: hidden;
	background-color: white;
	padding-top: 40px;
}

.footerText {
	width: 635px;
	float: left;
	margin-right: 24px;
}
.footerText td {
	padding: 0 40px 0 20px;
	vertical-align: top;
}

#footer .searchBox { margin-top: 16px; }
#footer .searchBox .searchInput {
	background: #fff;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #b0b0b0;
	width: 200px;
	height: 30px;
	padding: 0 8px;
} 	
#footer .searchBox .searchSubmit {
	background: url(pics/searchButton_bg.jpg) repeat-x;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
	height: 32px;
	line-height: 32px;
	font-style: italic;
	padding: 0 12px;
}
#footer .searchField table, 
#footer .searchField tbody,
#footer .searchField tr,
#footer .searchField td {
	border-collapse: collapse;
	padding: 0;
}


/* REALLY? -tag
===================*/
#really {
	padding: 0;
    position: relative;
    text-align: right;
    top: 77px;
}
#really A {
	color: #c9c9c9;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
	margin-right: 20px;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}



.button.red {
	display: inline-block;
	background: url(pics/readmore_red.jpg) repeat-x;
	color: #fff !important;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none !important;
	padding: 0 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.button.blue { 
	display: inline-block;
	background: url(pics/readmore_blue.jpg) repeat-x;
	color: #fff !important;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none !important;
	padding: 0 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.button-small {
	display: inline-block;
	background: url(pics/button-small.jpg) repeat-x;
	color: white !important;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	text-decoration: none !important;
	padding: 0 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 13px;
}



/* yhteydenotto */
#main .persistableForm {
	clear: both;
	background: url(pics/col1_box_h2_bg.jpg) repeat;
	padding: 10px;
	position: relative;
	top: 30px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#column1 .persistableForm {
	padding: 4px 24px;
}
#main .persistableForm td {
	padding: 0 0 0 32px;
	vertical-align: top;
	background: #fff;
}
#main .persistableForm td.last {
	background: none !important;
	padding: 14px 30px 4px;
}
#column1 .persistableForm h2 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 21px;
	margin: 0 -24px 24px;
	padding: 0 24px;
	height: 34px;
	line-height: 34px;
	background: url(pics/col1_box_h2_bg.jpg) repeat;
}
#main .persistableForm h4 {
	color: #fff;
	font-size: 1.168em;
	font-weight: normal;
	height: 39px;
	line-height: 34px;
	background: url(pics/h4_bg.png) no-repeat;
	display: inline-block;
	position: relative;
	left: -48px;
	margin: 24px 0;
	padding: 0 26px 0 28px;
}
#main .persistableForm p {
	color: #636363;
}
#main .persistableForm #Name, #column1 .persistableForm #Name,
#main .persistableForm #Company, #column1 .persistableForm #Company,
#main .persistableForm #Phone, #column1 .persistableForm #Phone,
#main .persistableForm #email,  #column1 .persistableForm #email {
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #b2b2b2;
	width: 176px;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-bottom: 14px;
}
#main .persistableForm #Message {
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #b2b2b2;
	width: 460px;
	height: 90px;
	padding: 10px;
	margin-bottom: 30px;
}
#column1 .persistableForm #Message {
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #b2b2b2;
	width: 245px;
	height: 90px;
	padding: 10px;
	margin-bottom: 20px;
}
#main .persistableForm #submitForm,
#column1 .persistableForm #submitForm {
	border: none;
	background: url(pics/readmore_blue.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none ;
	padding: 0 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.persistableForm p {
	padding: 0;
	margin: 0;
	display: none;	
}


/* koekäyttö */
.orderTrial p { line-height: 1.5em; }
.orderTrial h3 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}
.orderTrial h3 em {
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
}
.orderTrial h4 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 24px;
	line-height: 22px;
	padding: 0;
}


/* jsbannerit */
.superslider {
	width: 591px;
}
.superslider .start-stop,
.superslider .arrow { display: none; }
.superslider .pager { top: 177px; right: 10px; }
.superslider .pager span {
	float: left;
	width: 14px;
	height: 14px;
	padding: 0;
	background: url(pics/jsbanner_pager_link.png) no-repeat center center;
	margin: 0 2px;
	border: none;
	color: transparent;
}
.superslider .pager span.activePage {
	background: url(pics/jsbanner_pager_activelink.png) no-repeat center center;
	color: transparent;
}
.superslider .pager span:hover {
	background: url(pics/jsbanner_pager_link.png) no-repeat center center;
	color: transparent; 
}
.superslider .slideDesc {
	left: 272px;
	top: 30px;
}
.superslider .button { 
	font-weight: bold !important; 
	font-family: arial !important; 
	font-size: 12px !important;
	position: absolute;
	top: 90px;
	left: 160px;
	text-align: center;
	padding: 0 20px;
}
.superslider .slideText {
	font-family: EauDouceSansLight, sans-serif, arial;
	font-size: 16px;
	line-height: 18px;
	color: #636363 !important;
}
.superslider .slideText strong {
	font-family: EauDouceSansBold, sans-serif, arial;
	font-weight: normal;
}



#column1 .wordpress { 
	margin-top: 20px;
	padding: 4px 24px;
}
#column1 .wordpress h3 {
	font-family: EauDouceSansHeavy, sans-serif, arial;
	font-size: 21px;
	margin: 0 -24px 24px;
	padding: 0 24px;
	height: 34px;
	line-height: 34px;
	background: url(pics/col1_box_h2_bg.jpg) repeat;
}
#column1 .wordpress ul { margin: 0; padding: 0; }
#column1 .wordpress ul li { 
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#column1 .wp_rss { padding: 0 24px; }
#column1 .wp_rss IMG { position: relative; top: 1px; left: 6px; }
#column1 .wp_search {
	margin-top: 0;
}
#column1 .wp_search label { display: none; }
#column1 .wp_search #s {
	background: #fff;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #b0b0b0;
	width: 196px;
	height: 30px;
	padding: 0 8px;
}
#column1 .wp_search #searchsubmit {
	background: url(pics/searchButton_bg.jpg) repeat-x;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #d6d6d6;
	border-left: none;
	color: #000;
	height: 32px;
	line-height: 32px;
	font-style: italic;
	padding: 0 12px;
	position: relative;
	top: 1px;
}
#main .wordpress .entry-title {
	color: #000000;
	/*font-family: EauDouceSansBold,sans-serif,arial;*/
	font-size: 1.168em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 5px 0 10px;
	padding-bottom: 2px;
}
.mainTextHigh {
	margin-top: 5px;
}

.mainTextHigh h1 {
	font-family: EauDouceSansBold;
	font-size: 30px;
	font-weight: normal;
	margin-top: 5px;
	padding-bottom: 8px;
}

.mainText h1 {
	font-family: EauDouceSansBold;
	font-size: 30px;
	padding-top: 20px;
}

#mainContent .slideshowWrapper {
	margin-bottom: 13px;	
}

.slideshowWrapper p {
	line-height: 20px;
}

#slideshow_20058 .button {
	left: 155px;
	top: 123px;
}

.footerTextContent {
	font-size: 11px;	
}

.footerTextContent h2 {
	line-height: 17px;	
}

.anchor-link {
	display: none;	
}
