@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #336699;
}
*
{
margin:0px;
padding:0px;
list-style-type:none;
}
img
{
border:0px;
}
.image-bg
{
border: 1px solid #fafadb;
float:left;
margin-right:20px;
margin-bottom:6px;
}
.image-bg:hover
{
border: 1px solid #fafadb;
float:left;
margin-right:20px;
}
p
{
margin:6px 0px;
text-align: justify;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
padding-top:20px;
}
.header
{
width:870px;
height:249px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding:15px 15px 0px 15px;
}
.header-top
{
width:870px;
height:194px;
float:left;
text-align:left;
}
.logo
{
margin-left:172px;
margin-top:19px;
}
/* CSS Menu */
.navcontainer {
		width:860px;
        margin:0px;
        height:55px;
		float:left;
		padding:0px;
		padding-left:10px;
		}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: inline;
        float: left;
        text-align: center;
        padding-top:4px;
        margin: 0px;
		font: bold 12px/30px  Arial, Helvetica, sans-serif;
		color: #FFF;
		background:url(../images/menu-bar-bg.jpg) right top no-repeat;
		}

.navcontainer ul li a {
        width: 76px;
        margin: 0px;
		padding:0px;
        color: #FFF;
        text-decoration: none;
        display: inline;
        text-align: center;
        font: bold 12px/30px  Arial, Helvetica, sans-serif;
		font-variant: normal;
	    text-transform: none;
		float:left;
}

.navcontainer ul li a:hover {
        color: #a3e421;
        font: bold 12px/30px  Arial, Helvetica, sans-serif;
		text-decoration:none;
}
.navcontainer li.active a {
        color: #669900;
        font: bold 12px/30px  Arial, Helvetica, sans-serif;
		text-decoration:none;
		background: url(../images/menu-active-bg.jpg) left top repeat-x;
		border-left:2px solid #FFF;
		border-right:2px solid #FFF;
		border-top:2px solid #FFF;
		display:block;
		margin:0px;
		height:49px;
		padding:0px;
	}
.navcontainer ul li a.big
{
width:194px;
}
.navcontainer ul li a.medium
{
width:176px;
}
.navcontainer ul li a.small
{
width:98px;
}
.navcontainer ul li a.contact
{
width:110px;
}
.body-main
{
width:900px;
height:auto;
float:left;
text-align:left;
padding-bottom:40px;
background:url(../images/body-bottom-bg.gif) left bottom no-repeat;
}
.body-inside
{
width:870px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
padding:0px 15px 0px 15px;
}
.body-top
{
width:870px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-top-bg.jpg) left bottom repeat-x;
padding-bottom:20px;
}
.top-bg
{
padding:4px;
border:1px solid #cecece;
float:left;
margin-right:15px;
}
.body-bottom
{
width:862px;
height:auto;
float:left;
text-align:left;
background:url(../images/bottom-inside-top-bg.jpg) left top no-repeat;
padding-right:8px;
padding-top:20px;
}
.body-left
{
width:241px;
height:auto;
float:left;
text-align:left;
}
.left-top-box
{
width:220px;
height:auto;
float:left;
text-align:left;
background:url(../images/left-top-bg.jpg) left top repeat-y;
padding-right:21px;
}
.navigation-box
{
width:220px;
height:auto;
float:left;
text-align:left;
padding-bottom:15px;
}
.left-title
{
width:210px;
height:36px;
float:left;
text-align: left;
background:url(../images/left-title-bg.jpg) left top no-repeat;
color: #FFF;
font: bold 18px/36px  Arial, Helvetica, sans-serif;
padding-left:10px;
}
/* sub-navigation */	
	
.navigation{
	color: #006699;
	width:200px;
	height:auto;
	float:left;
	border:1px solid #d6d6d6;
	text-align:left;
	background-color: #f2f2f2;
	padding:10px 9px;
	}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
	width:200px;
	padding:0px;
	height:32px;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #9ac0e0;
	}
.navigation ul li a {
	display: block;
	width:176px;
	height:32px;
	padding-left:24px;
	text-decoration: none;
	color: #006699;
	background: url(../images/navigation-normal-bg.jpg) left top no-repeat;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
}
.navigation ul li a:hover {
	color: #FFF;	
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	height:32px;
	text-decoration:none;
	background: url(../images/navigation-hover-bg.jpg) left top no-repeat;
}
.navigation ul li a.active {
	color: #FFF;	
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	height:32px;
	text-decoration:none;
	background: url(../images/navigation-hover-bg.jpg) left top no-repeat;
}

/* sub-reviews */	
	
.reviews{
	color: #006699;
	width:200px;
	height:auto;
	float:left;
	border:1px solid #d6d6d6;
	text-align:left;
	background-color: #f2f2f2;
	padding:10px 9px;
	}
.reviews ul {margin: 0; padding: 0;}
.reviews li {
	list-style: none;
	width:193px;
	padding:0px;
	height:32px;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #f2f2f2;
	background: url(../images/reviews-normal-bg.jpg) left top repeat-x;
	padding-left:7px;
	}
.reviews ul li a {
	display: block;
	width:176px;
	height:32px;
	padding-left:17px;
	text-decoration: none;
	color: #006699;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	background:url(../images/reviews-arrow-bt.jpg) left center no-repeat;
}
.reviews ul li a:hover {
	color: #a3dc33;	
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	height:32px;
	text-decoration:none;
}
.reviews ul li a.active {
	color: #a3dc33;	
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	height:32px;
	text-decoration:none;
}
.left-bottom-box
{
width:220px;
height:auto;
float:left;
text-align:right;
padding-right:20px;
}

.body-right
{
width:600px;
height:auto;
float:right;
text-align:left;
}
.product-box
{
width:600px;
height:auto;
float:left;
text-align:left;
padding-bottom:20px;
}
.right-title
{
width:590px;
height:37px;
float:left;
text-align: left;
background: url(../images/right-title-bg.jpg) left top no-repeat;
color: #FFF;
font: bold 18px/37px  Arial, Helvetica, sans-serif;
padding-left:10px;
}
.product-inside-box
{
width:580px;
height:auto;
float:left;
text-align:left;
border:1px solid #afc7df;
padding:20px 18px 20px 0px;
background:url(../images/product-inside-bottom-bg.jpg) left bottom repeat-x;
}
.product-left
{
width:154px;
height:auto;
float:left;
text-align:center;
color: #868485;
font: bold 14px/26px  Arial, Helvetica, sans-serif;
}
.product-right
{
width:426px;
height:auto;
float:right;
text-align:left;
}
.product-text-box
{
width:426px;
height:auto;
float:left;
text-align:left;
}
/* sub-navigation */	
	
.subnav{
	color: #669933;
	font: bold 13px/26px Arial, Helvetica, sans-serif;
	line-height:26px;
	width:426px;
	float:left;
	text-align:left;
	padding:5px 0px;
		}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 0px 27px;
	width:399px;
	text-decoration: none;
	background: url(../images/product-arrow-bg.jpg) left center no-repeat;
	color: #669933;
	font: bold 13px/26px Arial, Helvetica, sans-serif;
}
.footer
{
width:900px;
height:auto;
float:left;
text-align:center;
color: #FFF;
font: normal 11px/18px  Arial, Helvetica, sans-serif;
padding:18px 0px 14px 0px;
}
.footer a
{
text-decoration:none;
color: #FFF;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.footer a:hover
{
text-decoration: underline;
color: #dbebff;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#99cc33;
text-decoration: none;
font-weight:bold;
}
body a:hover
{
color:#99cc33;
text-decoration: underline;
font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:22px;
	font-weight:bold;
	font-variant: normal;
	color: #669900;
	text-decoration: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height:22px;
	font-weight:normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:16px;
	font-weight:bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	}
	