@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:11px;
	line-height:18px;
	font-family:Arial;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#333333;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#333333; text-decoration:none;}
a:hover {color:#007A7C; text-decoration:underline;}
a:active {color:#007A7C; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}
.w1000 {width:980px; padding:0px; margin:0 auto; overflow:hidden;}
/*Head CSS*/
.top {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:314px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:656px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(../images/index_05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:10px;
}
.top_column li {display:block;font-size:12px; line-height:30px; font-family:Arial;  margin:0px; color:#079A9D; float:left;display:block; font-weight:bold;}

/*Info CSS*/
.center {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background-color:#FFF;
}
.center_l {/*Left Info*/
	width:205px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-color:#fff;
}
.center_r {/*Right Info*/
	width:775px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(../images/products_12.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background-color:#E9E9E9;
	margin-top:10px;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:170px;
	height:190px;
	border-bottom:1px #E5E5E5 solid;
	padding:0px 25px;
	margin:0px;
	overflow:hidden;
	float:left;
}
.pro_img {/*Product Images*/
	width:170px;
	height:100px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}*/
.pro_test {/*Product Name*/
	width:170px;
	height:30px;
	line-height:15px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
}
.page {/*Bottom Page CSS*/
	width:770px;
	border-top:0px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:35px;
	text-align:center;
}

/*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;}
