@charset "utf-8";
/* CSS Document */
#bodybox{
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header{
	height: 164px;
	width: 700px;
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-left: 44px;
	padding-bottom: 20px;

}
#header .search{
	height: 20px;
	padding-top: 104px;
	padding-bottom: 20px;
}
#header .search input.text{
	width: 240px;
	height: 17px;
	padding-top: 4px;
}
#header .search input.btn{
	background-image: url(/images/button_search.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 74px;
}
#header .nav{
	height: 20px;
}

#header .nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-right: 40px;

}
#header .nav a:hover{
	color: #4B2C07;
	background-color: #FFCCCC;
}

#content{
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#content .contentleft{
	float: left;
	width: 180px;
}
#content .contentleft .lefttitle{
	height: 20px;
	line-height: 15px;
	text-align: left;
	color: #ffffff;
	background-color: #484848;
	padding-left: 10px;
	font-family: Verdana;
	text-transform: uppercase;
	font-size: 12px;
}
#content .contentleft .leftbottom{
	background-image: url(/images/box-footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	width: 180px;
	margin-bottom: 15px;
	overflow: hidden;
}
#content .contentleft .product{
	background-color: #666666;
}
#content .contentleft .product ul{}
#content .contentleft .product li{
	display: block;
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 10px;
}
#content .contentleft .leftbox{
	margin-bottom: 15px;
}
#content .contentright{
	float: right;
	background-image: url(/images/fixedprice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 558px;
}
#content .contentright .discount{
	height: 130px;
	width: 558px;
}
#content .contentright .righttitle{
	line-height: 50px;
	text-align: left;
	color: #ffffff;
	background-image: url(/images/head-body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 538px;
	padding-left: 20px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
}
#content .contentright .imgnav{
	background-color: #414141;
	background-image: url(/images/rightbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 558px;
}
#content .contentright .imgnav li{
	width: 172px;
	display: inline;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 3px;
}
#content .contentright .imgnav span{
	background-image: url(/images/imgnavhead.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	width: 172px;
	display: block;
	overflow: hidden;
	padding-top: 24px;
}
#content .contentright .imgnav em{
	background-image: url(/images/imgnavfoot.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	width: 172px;
	display: block;
	overflow: hidden;
}
#content .contentright .imgnav strong{
	color: #a10a0a;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
#content .contentright .imgnav img.pro{
	height: 97px;
	width: 133px;
	border: 3px solid #545454;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content .contentright .imgnav img.buy{
	margin-bottom: 5px;
}
#content .contentright .imgnav img.details{
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer{
	padding-bottom: 40px;
	padding-top: 20px;
}
#footer p{
	text-transform: uppercase;
	color: #CCCCCC;
	width: 400px;
	height: 32px;
	float: left;
	line-height: 32px;
	display: inline;
	margin-left: 50px;
	text-align: left;
}
#footer img{
	width: 292px;
	height: 32px;
	float: right;
	display: inline;
	margin-right: 50px;
}
.faq{
	padding: 10px;
	text-align: left;
	background-color: #414141;
}
.faq h1{
	color: #FFFF33;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
}
.faq strong{
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana;
}
.faq p{
	font-weight: lighter;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
