@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:Arial;
}
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:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Logo*/
	width:404px;
	float:right;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*NAV*/
	width:980px;
	padding:0px 0px 0px 40px;
	margin:0px;
	overflow:hidden;
	background:url(../images/navbg.jpg) repeat-x;
	height:49px;
}
.top_column li {
	text-align:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:49px;
	padding:0px 50px 0px 10px;
	/*width:130px;*/
	margin:0px;
	float:left;
	background:url(../images/nav_icon.jpg) no-repeat left center;
}
/*Info CSS*/
.center {
	width:980px;
	padding:0px;
	margin:20px auto 0;
	overflow:hidden;
}
.center_l {/*left*/
	width:712px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*right*/
	width:253px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:980px;
	padding:15px 0px;
	margin:15px auto 30px;
	overflow:hidden;
	height:25px;
	line-height:25px;
	background:#d1d1d1;
	color:#666;
}

.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;}
