@charset "utf-8";
/* CSS Document */
#headbox{
	background-image: url(/images/ExploBannerRedesign.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 300px;
	background-color: #010101;
}
#header{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
#header .nav{
	height: 25px;
	line-height: 25px;
	display: block;
}
#header .nav a{
	color: #555555;
	text-decoration: none;
	padding-right: 20px;
	text-transform: capitalize;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 20px;
}
#header .nav a:hover{
	color: #FF3300;
}

#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#content .contentleft{
	width: 210px;
	float: left;
}
#content .contentleft .lefttitle{
	background-color: #888888;
	line-height: 22px;
	color: #FFFFFF;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
}
#content .contentleft .liststore{
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#content .contentleft .liststore li{
	text-align: left;
	padding-left: 10px;
	color: #660000;
	font-weight: bold;
	line-height: 18px;
}
#content .contentright{
	width: 660px;
	float: right;
	border: 1px solid #000000;
}
#content .contentright h1{
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #006666;
	margin-bottom: 20px;
}
#content .contentright .welcome{
	text-align: left;
	margin-bottom: 10px;
}
#content .contentright .welcome p{
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}
#content .contentright .welcome img{
	margin-left: 15px;
}
#content .contentright .product{
	background-image: url(/images/17437.jpg);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	padding-bottom: 20px;
	height: 480px;
}
#content .contentright .product strong{
	text-align: left;
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .contentright .product span{
	display: block;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-left: 320px;
	text-align: left;
	margin-bottom: 20px;
}
#content .contentright .product p{
	text-align: left;
	padding-right: 10px;
	padding-left: 320px;
	margin-bottom: 20px;
}
#content .contentright .product em{
	display: block;
	text-align: left;
	padding-left: 320px;
	color: #009900;
	font-weight: bold;
}
#content .contentright .product input.text{
	text-align: left;
	margin-left: 320px;
	width: 50px;
	border: 1px solid #333333;
}
#content .contentright .product input.btn{
	border: 1px solid #CC0000;
	width: 60px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	text-transform: uppercase;
	color: #000000;
}
.faq{
	padding: 10px;
	text-align: left;
}
.faq .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{}
