@charset "utf-8";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	background:url(../images/bg.jpg) repeat-x center top;
}
form {
	margin:0px;
	padding:0px;
}
body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, button, textarea, legend, blockquote {
margin:0;
padding:0;
}
form{display:inline;}
input{
	border:0;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:none;}

img{border:none;}
.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:980px;
	margin:0px auto;
	padding:0;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:965px;
	padding:0 0 0 15px;
	margin:0px auto;
	height:40px;
	line-height:40px;
	background:url(../images/menu.jpg) no-repeat left top;
	overflow:hidden;
}
.top_column li {float:left;text-align:center;display:block; padding:0px 23px;margin:0px; font-size:14px;}
.top_column li a,.top_column li a:visited {color:#fff; text-decoration:none;}
.top_column li a:hover {color:#fff; text-decoration:none; display:block;}
/*Info CSS*/
.center {
	width:980px;
	margin:0px auto;
	padding:15px 0 10px;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:190px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:770px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom{
	margin:0px auto;
	padding:12px 0 0;
	background:url(../images/bottom.jpg) no-repeat;
	overflow:hidden; 
	width:980px;
}
.bottom a:link,.bottom a:visited{color:#333;}
/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:170px;
	padding:0 11px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:168px;
	height:138px;
}
.pro_img a{
	display:inline-block;
	border:1px #cecece solid;
}
.pro_img a:hover{
	display:inline-block;
	border:1px #CA0B0C solid;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:170px;
	overflow:hidden;
	font-size:11px;
	padding:6px 0 0;
	color:#333;
	text-align:center;
	line-height:30px;
}
.page {/*Bottom Page CSS*/
	width:690px;
	padding:10px 0 30px 0;
	margin:0px;
	clear:both;
	overflow:hidden;
	line-height:30px;
	text-align:center;
}

/*News CSS*/
.news_t {
	width:750px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;position:relative;display:block;list-style:none; line-height:28px; margin:0px; padding:0px 0px 0px 10px; background:url(../images/news_li.jpg) no-repeat left center; border-bottom:1px #ddd dashed;}
.news_t li span{float:right; color:#8B0000;}
.news_t li a:hover{color:#ff000;}
