@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#ffca50;/*#fcf8de;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
	-moz-user-select:none; 
}
.logo{
	width:944px;
	padding:0px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:103px;
}
.container{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select:none;

}
.content{
	width:944px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	-moz-user-select:none;
}
.nav-container{
	width:944px;
	margin-left: auto;
	margin-right: auto;
}
.nav-container ul{
	list-style:none;
	margin:0px;
    padding:0px;
	
}
.nav-container ul li{
	display:block;
	float:left;
	text-align:center;
	height:28px;
	line-height:28px;
	padding:0px;
	margin-bottom:-5px;
}
.nav-category{
	width:200px;
	background-color:#fede7d;
	float:left;
	padding:0px;
	clear:both;
}
.list{
	padding: 0px 0px 0px 24px; 
	width:176px;
}
.content-detail{
	width:744px;
	background-color:#fede7d;
	float:left;
	padding:0px;	
}
.product-lead{
	 border-left:1px solid #fff;
	 border-bottom: 1px solid #fff;
	 border-right: 1px solid #fff;
}
.product-lead-rt{
	 border-bottom: 1px solid #fff;
}
.product-head{
	background-image:url(../images/product/bg_header.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
}
.hr_white{ height:1px; width:100%; font-size:1px;  background:#ffffff; clear:both;}
.hr_orange{ height:1px; width:100%; font-size:1px;  background:#fde17e; clear:both;}
.nav_left_bg_head{
	width:200px;
	height:44px;
	background-image:url(../images/bg_navleft_header.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px 20px;
	color:#9f4b02;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}


