@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.productPage #container {
	width: 948px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.productPage #header {
	background: #FFF; 
	height: 84px;
	padding-top: 12px;
	padding-right: 5px;
}

.productPage #header form {
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}

.productPage #header img {
	border: none;
}

.productPage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.productPage #sidebar1 img#logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.productPage #mainContent {
	margin: 22px 0 0 284px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.productPage #mainContent img {
	border: none;
}

.productPage #mainContent p {
	font-size: .8em;
	line-height: 1.4em;
}
.productPage #mainContent h1 {
	font-size: 1.5em;
}
.productPage #footer {
	background:url(../images/bg_footer.jpg) no-repeat;
	width: 948px;
	height: 28px;
	padding: 0 10px 0 20px;
} 
.productPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.625em;
	color: #FFFFFF;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.productPage #mainnav{
	background: #FFFFFF url(../images/menu_bg.jpg) no-repeat;
	height: 28px;
	width: 948px;
}
.productPage #subnav{
	background: #565DAA;
	height: 24px;
	width: 948px;
	margin-top: 1px;
}
.productPage #subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.productPage #subnav li {
	float: left;
	padding-top: .3em;
	padding-left: .35em;
	padding-right: .35em;
	border-right:#FFFFFF solid 1px;
	height: 24px;
}
.productPage #subnav li a:link, .productPage #subnav li a:visited {
	display: block;
	text-decoration:none;
	font: bold .7em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.productPage #subnav li a:hover, .productPage #subnav li a:active {
	color: #FFCC00;
}
.productPage #mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.productPage #mainnav li {
	float: left;
	padding-top: .2em;
	padding-left: 1.15em;
	padding-right: .5em;
	border-right:#ABA8EC solid 1px;
	height: 25px;
	width: 130px;
}
.productPage #mainnav li#last {
	border-right: none;
}
.productPage #mainnav img {
	border: none;
}
.productPage #featureBenefit {
	margin-top: 20px;
	width: 245px;
	background-color: #FFFFFF;
}
.productPage #featureBenefit p {
	font-size: .8em;
	color: #565DAA;
}
.productPage #featureBenefit h3 {
	font-size: .9em;
	font-weight:bold;
	color: #2C3595;
}
.productPage #featureBenefit table {
	margin: 10px 0 10px 0;
	width: 235px;
	color:#FFFFFF;
	border: 0;
}
.productPage #featureBenefit table caption {
	font-size: 0.9em;
	font-weight: bold;
	color: #2C3595;
	text-align: left;
	padding-bottom: .5em;
	margin-top: 1em;
}
.productPage #featureBenefit table tbody {
	font-size: .7em;
	color: #565DAA;
}
.productPage #featureBenefit table thead {
	color: #000000;
	font-size: .8em;
	background:#CCCCCC;
	height: 2em;
	width: 100%;
}
.productPage #featureBenefit table td {
	vertical-align:top;
	padding: 1em 0 .1em 0;
}
.productPage #featureBenefit a:link, .productPage #featureBenefit a:visited {
	text-decoration:none;
	color: #3A668C;
	font-weight: bold;
}
.productPage #mainContent table#productTbl {
	margin: 15px 0 25px 0;
	width: 620px;
	color:#FFFFFF;
}
.productPage #mainContent #productTbl caption {
	font-size: 1.2 em;
	font-weight: bold;
	color: #2C3595;
	text-align: left;
	padding-bottom: .5em;
	margin-top: 1em;
}
.productPage #mainContent #productTbl tbody {
	font-size: .7em;
	width: 100%;
	color: #565DAA;
}
.productPage #mainContent #productTbl .headingRow {
	background:#565DAA;
	font-weight: bold;
	padding: .4em 0 .4em .4em;
	color: #FFFFFF;
	font-size: 1.1em;
}
.productPage #mainContent #productTbl a:link, .productPage #mainContent #productTbl a:visited {
	text-decoration:none;
}
.productPage #mainContent #productTbl .odd {
	background-color:#F5F5F5;
}
.productPage #mainContent #productTbl .even {
	background-color:#FFFFFF;
}
.productPage #mainContent ul {
	font-size: 0.8em;
}
.boldBlue {
	font-weight: bold;
	color: #2C3595;
}
.productPage #lang {
	float:left;
	margin: 5px 10px 20px 100px;
	width: 110px;
}
.productPage #lang p {
	font-size: .7em;
	color: #2C3595;
	font-weight:bold;
	text-decoration:none;
	/*float: right;*/
}
.productPage #lang img {
	float:left;
	margin-right: 10px;
	border:none;
	text-decoration:none;
}
.productPage #lang a:link, a:visited {
	text-decoration: none;
	color: #3A668C;
}
.productPage #sherriltable td {
	vertical-align: top;
	text-align: left;	
}
.productPage #mainContent #rangeTbl a:link, .productPage #mainContent #rangeTbl a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #2c3595;
}
/* menu dropdown code */

.productPage ul#menu li {
  display: inline;
  position: relative;
}

.productPage ul#menu div {
	display: none;
}

.productPage ul#menu li.hovering div {
  display: block;
}

.productPage ul#menu li.mega div {
border: 1px solid #999999;
width: 8.1em;
position: absolute;
top: 1.72em;
left: -0.03em;
padding: 1em 0.8em 0.2em;
background: #f2f2f2;
color: #2C3595;
}

.productPage ul#menu li.hovering div {
display: block;
}

.productPage ul#menu li.mega div a {
color: #2C3595;
padding: 0;
background-image: none;
text-decoration: none;
}

.productPage ul#menu li div a.more {
color: #390;
font-weight: bold;
}

.productPage ul#menu div h4 {
font-family: Arial, Helvetica, sans-serif;
color: #2C3595;
font-weight: bold;
font-size: 0.75em;
margin: 0.5em 0;
/*letter-spacing: 0.05em;*/
}

.productPage ul#menu div p {
margin: 0 0 0.5em 0;
padding: 0;
font-size: 0.7em;
}

.productPage #contact {
	font-size: 0.65em;
	text-decoration: none;
	text-align:right;
	margin-top: 4px;
	font-weight:bold;
	color: #3A668C;
}

.productPage #contact a:link, a:visited {
	text-decoration: none;
	color: #3A668C;
}

.productPage #mainContent a:link, a:visited {
	text-decoration: none;
	color: #3A668C;
}

.productPage #esitteet {
	margin-top: 20px;
	width: 205px;
	background-color: #f2f2f2;
	padding: 1em;
	text-align: left;
}

.productPage #esitteet a:link, .productPage #esitteet a:visited {
	text-decoration:none;
	color: #3A668C;
}

.productPage #esitteet p {
	font-size: 0.8em;
}

.productPage #esitteet ul {
	margin-top: -7px;
}

.productPage #esitteet ul li {
	list-style:none;
	font-size: 0.7em;
	margin-left: -20px;
}

.productPage #mainContent .breadCrumb a:link, .productPage #mainContent .breadCrumb a:visited {
	text-decoration:none;
	color: #2C3595;
	font-size: 0.9em;
	letter-spacing: 0.04em;
}
#slider-wrapper {
	margin: 15px 0px 15px 82px;
}
#slider {
    position:relative;
    width:500px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-25px;
	
}
a.nivo-prevNav {
	left:-25px;
}

