@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:11px;
	line-height:20px;
	font-family:Verdana;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
p {
	margin: 0px;
	padding: 0px;
}
img{border-width:0;border-style:none;}
a,a:link,a:visited {color:#333; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:1003px;
	padding:0px;
	height:114px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:358px;
	height:114px;
	padding:0px;
	margin:0px;
}
.top_column { /*Navigation*/
	width:1003px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/nav_bg.jpg) repeat-x;
	height:45px;
}
.top_column li{
	display:inline;
	float:left;
}

/*Info CSS*/
.center {
	width:1003px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:#fff;
}
.center_l {/*Left Info*/
	width:265px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:736px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:1003px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/bottom_bg.jpg) repeat-x #111113;
}
.bottom {
	width:940px;
	padding:0px;
	margin:0px auto;
	color:#999;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:156px;
	padding:0px 13px 30px 0px;
	margin:0px;
	overflow:hidden;
}
.pro2{
	width:156px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:152px;
	height:119px;
	padding:1px 2px 0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	background:url(../images/img_bg.jpg) no-repeat;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}*/
.pro_test {/*Product Name*/
	width:156px;
	height:29px;
	padding:5px 0px 0px;
	margin:0px;
	color:#333;
	text-align:center;
	background:url(../images/test_bg.jpg) no-repeat;
}
.page {/*Bottom Page CSS*/
	width:680px;
	padding:0px;
	margin:10px 0px 0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	color:#333;
}

/*Product Left Big And Right Simall CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}
.pro_r_photo_name {
	width:117px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*News CSS*/
.news_t {
	width:740px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#000;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#000;}
.news_t li span{ float:right;}
#nav li ul {
  margin-top:43px;
 line-height: 27px;  list-style-type: none;text-align:left; float:left;
 left: -999em; width: 180px; position: absolute; 
}
#nav li ul li{
 float: left;
 background: #F6F6F6; 
}
#nav li ul a{
 display: block; width: 156px;text-align:left;padding-left:24px;
}
#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
