@charset "utf-8";
/* CSS Document */
#bodybox{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0e9eba;
	border-left-color: #0e9eba;
}
#header{
	background-image: url(/images/blue_bar_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 120px;
}
#header .headertop{
	height: 92px;
}
#header .headertop .logo{
	width: 250px;
	float: left;
	height: 50px;
	padding-top: 21px;
}
#header .headertop .banner{
	width: 300px;
	height: 92px;
	float: left;
}
#header .headertop .search{
	width: 300px;
	float: right;
	height: 92px;
	background-image: url(/images/quick_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header .nav{
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: left;
	padding-left: 40px;
}
#header .nav a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	text-transform: capitalize;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
#header .nav a:hover{
	color: #C37609;
}

#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#content .contentleft{
	width: 200px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#content .contentleft .productlist{
	background-image: url(/images/sidebox_beige_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#content .contentleft .productlist strong{
	font-family: Verdana;
	color: #d47906;
	line-height: 30px;
	font-size: 14px;
}
#content .contentleft .productlist li{
	text-align: left;
	background-image: url(/images/category_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	height: 29px;
	line-height: 29px;
	padding-left: 15px;
	color: #dc7948;
}
#content .contentleft .blue{
	background-image: url(/images/sidebox_sky_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	margin-bottom: 10px;
}
#content .contentleft .blue li{
	text-align: left;
	background-image: url(/images/info_links_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	margin-bottom: 10px;
	line-height: 32px;
	padding-left: 32px;
	color: #109dba;
}

#content .contentleft .bestsell{
	background-image: url(/images/sidebox_beige_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#content .contentleft .bestsell li{
	text-align: left;
	color: #109dba;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#content .contentleft strong{
	font-family: Verdana;
	color: #d47906;
	line-height: 30px;
	font-size: 14px;
	}

#content .contentright{
	width: 650px;
	float: right;
	display: inline;
	margin-right: 20px;
}
#content .contentright .ad{
	text-align: left;
	margin-bottom: 10px;
}
#content .contentright .ad img{
	margin-left: 10px;
}
#content .contentright .imgnav{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .contentright .imgnav img{
	margin: 2px;
}
#content .contentright .describe{
	background-image: url(/images/box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}

#content .contentright .describe p{
	text-align: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#content .contentright .product{}
#content .contentright .product .li{
	width: 200px;
	background-image: url(/images/centre_panel_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#content .contentright .product .li .title{}
#content .contentright .product .li .img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .contentright .product .li strong{
	display: block;
	color: #0d9dc6;
	margin-bottom: 5px;
}
#content .contentright .product .li span{
	color: #d47906;
	font-size: 16px;
	display: block;
}
#content .contentright .product .li p{
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
}
#footer{
	padding-bottom: 20px;
}
#footer .photo{
	text-align: left;
	margin-bottom: 10px;
}
#footer .photo img{
	margin-left: 20px;
}
#footer p{
	text-transform: uppercase;
	color: #0e9dba;
}
.faq{
	border: 1px solid #dedbd1;
	padding: 10px;
	text-align: left;
}
.faqtitle{
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
.faq strong{
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
.faq p{}
