@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;
}
.brandPage #container {
	width: 948px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.brandPage #header {
	background: #FFF; 
	height: 84px;
	padding-top: 12px;
	padding-right: 5px;
}

.brandPage #header form {
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}

.brandPage #header img {
	border: none;
}

.brandPage #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;
}
.brandPage #sidebar1 img#logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
}

.brandPage #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 */
}

.brandPage #mainContent h1 {
	font-size: 1.5em;
}

.brandPage #mainContent img {
	border: none;
}

.brandPage #mainContent p {
	font-size: .8em;
}

.brandPage #mainContent ul {
	font-size: .8em;
}

.brandPage #mainContent img.henkilo {
	float: left;
	margin-right: 15px;
}

.brandPage #mainContent table#productRangeTbl {
	margin: 25px 0 25px -25px;
	width: 640px;
	padding: 0;
}
.brandPage #mainContent #productRangeTbl tbody {
	font-size: .8em;
	color: #3A668C;
	text-align: center;
	font-weight: bold;
}
.brandPage #mainContent #productRangeTbl td.name {
	padding-bottom: 2em;
}
.brandPage #mainContent #productRangeTbl td.name a{
	text-decoration:none;
	color: #3A668C;
}
.brandPage #mainContent #productRangeTbl a:link img, .brandPage #mainContent #productRangeTbl a:visited img{
	border:none;
	text-decoration:none;
}
.brandPage #mainContent table.smallTbl {
	width: 618px;
	margin: 10px 5px 10px 5px;
	font-size: 0.8em;
}
.brandPage #mainContent table.smallTbl p {
	/*font-size: 0.7em;*/
}
.brandPage #mainContent table.smallTbl ul li {
	margin-left: -15px;
}
.brandPage #mainContent table.smallTbl a:link, a:active, a:visited {
	text-decoration: none;
	color: #3A668C;
}
.brandPage #mainContent table.smallTbl .redPrice {
	font-size: 1.8em;
	color:#CC0000;
	font-weight: bold;
}
.brandPage #mainContent table.smallTbl2 {
	width: 618px;
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
}
.brandPage #mainContent table.smallTbl2 a:link, a:active, a:visited {
	text-decoration: none;
	color: #3A668C;
}
.brandPage #mainContent table.smallTbl2 .redPrice {
	font-size: 1.4em;
	color:#CC0000;
	font-weight: bold;
}

.brandPage #footer {
	background:url(../images/bg_footer.jpg) no-repeat;
	width: 948px;
	height: 28px;
	padding: 0 10px 0 20px;
} 
.brandPage #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;
}
.brandPage #mainnav{
	background: #FFFFFF url(../images/menu_bg.jpg) no-repeat;
	height: 28px;
	width: 948px;
}
.brandPage #subnavspace{
	background: #FFFFFF;
	height: 22px;
	width: 948px;
	margin-top: 1px;
}
.brandPage #subnav{
	background: #565DAA;
	height: 24px;
	width: 948px;
	margin-top: 1px;
}
.brandPage #subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.brandPage #subnav li {
	float: left;
	padding-top: .25em;
	padding-left: .5em;
	padding-right: .5em;
	border-right:#FFFFFF solid 1px;
	height: 24px;
}
.brandPage #subnav li a:link, .brandPage #subnav li a:visited {
	display: block;
	text-decoration:none;
	font: bold .75em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.brandPage #subnav li a:hover, .brandPage #subnav li a:active {
	color: #FFCC00;
}
.brandPage #mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.brandPage #mainnav li {
	float: left;
	padding-top: .2em;
	padding-left: 1.15em;
	padding-right: .5em;
	border-right:#ABA8EC solid 1px;
	height: 25px;
	width: 130px;
}
.brandPage #mainnav li#last {
	border-right: none;
}
.brandPage #mainnav img {
	border: none;
}
.brandPage #esitteet {
	margin-top: 20px;
	width: 205px;
	background-color: #f2f2f2;
	padding: 1em;
	text-align: left;
}
.brandPage #esitteet a:link, .brandPage #esitteet a:visited {
	text-decoration:none;
	color: #3A668C;
}
.brandPage #esitteet p {
	font-size: 0.8em;
}
.brandPage #esitteet ul {
	margin-top: -7px;
}
.brandPage #esitteet ul li {
	list-style:none;
	font-size: 0.7em;
	margin-left: -20px;
}
.boldBlue {
	font-weight: bold;
	color: #2C3595;
}
.brandPage #lang {
	float:left;
	margin: 5px 10px 20px 100px;
	width: 110px;
}
.brandPage #lang p {
	font-size: .7em;
	color: #2C3595;
	font-weight:bold;
	text-decoration:none;
	/*float: right;*/
}
.brandPage #lang img {
	float:left;
	margin-right: 10px;
	border:none;
	text-decoration:none;
}
.brandPage #lang a:link, a:visited {
	text-decoration: none;
	color: #3A668C;
}
/* menu dropdown code */

.brandPage ul#menu li {
  display: inline;
  position: relative;
}

.brandPage ul#menu div {
	display: none;
}

.brandPage ul#menu li.hovering div {
  display: block;
}

.brandPage 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;
}

.brandPage ul#menu li.hovering div {
display: block;
}

.brandPage ul#menu li.mega div a {
color: #2C3595;
padding: 0;
background-image: none;
text-decoration: none;
}

.brandPage ul#menu li div a.more {
color: #390;
font-weight: bold;
}

.brandPage 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;*/
}


.brandPage ul#menu div p {
margin: 0 0 0.5em 0;
padding: 0;
font-size: 0.7em;
}

.brandPage #contact {
	font-size: 0.65em;
	text-decoration: none;
	text-align:right;
	margin-top: 4px;
	font-weight:bold;
	color: #3A668C;
}

.brandPage #contact a:link, a:visited {
	text-decoration: none;
	color: #3A668C;
}

.brandPage #container #mainContent li
{
	margin-top: 0.4em;
}

.brandPage #featureBenefit {
	margin-top: 20px;
	width: 245px;
	background-color: #FFFFFF;
}
.brandPage #featureBenefit p {
	font-size: 1em;
	color: #565DAA;
}
.brandPage #featureBenefit h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: #2C3595;
}
.brandPage #featureBenefit table {
	margin: 10px 0 10px 0;
	padding: 5px;
	width: 235px;
	color:#FFFFFF;
	border: 0;
	background: #f2f2f2;
}
.brandPage #featureBenefit table caption {
	font-size: 0.9em;
	font-weight: bold;
	color: #2C3595;
	text-align: left;
	padding-bottom: .5em;
	margin-top: 1em;
}
.brandPage #featureBenefit table tbody {
	font-size: .7em;
	color: #565DAA;
}
.brandPage #featureBenefit table thead {
	color: #000000;
	font-size: .8em;
	background:#CCCCCC;
	height: 2em;
	width: 100%;
}
.brandPage #featureBenefit table td {
	vertical-align:top;
	padding: 1em 0 .1em 0;
}
.brandPage #featureBenefit a:link, .brandPage #featureBenefit a:visited {
	text-decoration:none;
	color: #3A668C;
	font-weight: bold;
}
.brandPage #mainContent table#productTbl {
	margin: 15px 0 25px 0;
	width: 620px;
	color:#FFFFFF;
}
.brandPage #mainContent #productTbl caption {
	font-size: 1.2 em;
	font-weight: bold;
	color: #2C3595;
	text-align: left;
	padding-bottom: .5em;
	margin-top: 1em;
}
.brandPage #mainContent #productTbl tbody {
	font-size: .7em;
	width: 100%;
	color: #565DAA;
}
.brandPage #mainContent #productTbl .headingRow {
	background:#565DAA;
	font-weight: bold;
	padding: .4em 0 .4em .4em;
	color: #FFFFFF;
	font-size: 1.1em;
}
.brandPage #mainContent #productTbl a:link, .brandPage #mainContent #productTbl a:visited {
	text-decoration:none;
}
.brandPage #mainContent #productTbl .odd {
	background-color:#F5F5F5;
}
.brandPage #mainContent #productTbl .even {
	background-color:#FFFFFF;
}
.brandPage #mainContent .breadCrumb a:link, .brandPage #mainContent .breadCrumb a:visited {
	text-decoration:none;
	color: #2C3595;
	font-size: 0.9em;
	letter-spacing: 0.04em;
}
.brandPage #mainContent .contactPhone {
	background-color: #ECC654
	padding: 10px;	
}


