@charset "utf-8";
.the_body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#D4D4D4
}
.the_body p{
	margin:10px 0 10px 0;
}
.the_body td{
	font:14px/18px Arial;
}
.header{
	width:1000px;
	margin:auto;
}
.logo{
	background:url(logo.png);
	height:23px;
	text-align:right;
	font:12px/14px Arial;
	padding:20px 20px 0 0;	
}
.logo a{
	text-decoration:none;
	color:#930
}
.headerPic{
	height:223px;
}
.headerPic #h1{
	background:url(header_1.png);
	height:108px;
}
.headerPic #h2{
	background:url(header_2.png);
	height:89px;
}
.headerPic #h3{
	background:url(header_3.png);
	height:103px;
}
.menu{
	background:#393939;
	height:27px;
}
.menu ul{
	margin:0 0 0 5px;
	padding:0;
}
.menu li{
	float:left;
	padding:4px 0 4px 25px;
	margin:0 5px;
	list-style:none;
	color:#FFF;
}
.menu a{
	color:#FFF;
	text-decoration:none;
	font:14px/14px "Arial Black";
}
.menu a:hover{
	color:#F60;
}
.menu .store{background:url(store.gif) no-repeat left;}
.menu .photos{background:url(photo.gif) no-repeat left;}
.menu .payment{background:url(payment.gif) no-repeat left;}
.menu .delivery{background:url(shipping.gif) no-repeat left;}
.menu .return{background:url(return.gif) no-repeat left;}
.menu .contactus{background: url(contactus.gif) no-repeat left;}
.menu .faq{background:url(faq.gif) no-repeat left;}
.menu .why{background:url(why.gif) no-repeat left;}

.content{
	width:1000px;
	margin:auto;
	background:#FFF;
	padding:0 40px;
	display:block;
}
.description{
	font:14px/22px  Arial, Helvetica, sans-serif;
	margin-top:20px;
}
.productTitle{
	background:url(productTitleBg.png);
	height:39px;
	margin:20px 0 10px 0;
	padding:0 10px;
	font:14px/18px "Arial Black";
	color:#4b1d13;
}
.productPics{
	margin:10px;
	text-align:center;
}
.productIntro{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.productIntro div{
	font:14px/18px "Arial";
}
.productIntro ul{
	margin:0;
	padding:0 0 5px 15px;
}
.productIntro li{
	padding:3px 0;
}
.business{
	margin:20px 0;
}

/*tags start*/
.tag {
	background: url(bg1.gif) repeat-x top;
	height:32px;
}
.tag ul{
	margin:0;
	padding:0;
}
.tag li{
	float:left;
	list-style:none;
	font:12px/26px "Arial Black";
	padding:0 20px;
	height:32px;
	cursor:pointer;
}
.active{
	background:url(tag.gif) center;
	color:#FFF;
}
.act{
	background:url(tag2.gif) center;
	color:#FFF;
}
.tag2 {
	background: url(bg1.gif) repeat-x top;
	height:32px;
}
.tag2 ul{
	margin:0;
	padding:0;
}
.tag2 li{
	float:left;
	list-style:none;
	font:12px/26px "Arial";
	padding:0 20px;
	height:32px;
	cursor:pointer;
}
.normal{color:#999}
.none {display:none;}
.cont, .cont2{
	padding:5px 10px;
	font:14px/20px Arial;
}
.cont2{
	padding:5px 10px;
	font:14px/20px Arial;
}
/*tags end*/
.recommend{
	margin:20px 0 0 0;
}
.dotted{
	background:url(dotted1px.gif) repeat-x;
	height:10px;
}