@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body{
	background:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	text-align:center;
	color:#333;
	position:relative;
	line-height: 18px;
}

a{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}

p{
	text-align:left;
	color:#333;
	line-height:22px;
}

#wrap{
	margin:0 auto;
	width:990px;
	padding:0px;
	background-color: #FFF;
}

#header{
	margin:0 auto;
	width:990px;
	padding:0px;
	float:left;
}
#banner{
	margin:0 auto;
	width:990px;
	padding:0px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content{
	width:990px;
	float:left;
	text-align: left;
	background:url(../En_images/contenr_bg.jpg) top center repeat-y #FFF;
}

#footer{
	margin:0 auto;
	width:990px;
	float:left;
	background:url(../En_images/footer_bg.jpg) top center no-repeat;
	text-align:center;
	padding-top:15px;
	color: #FFF;
	margin-top: 10px;
	padding-bottom: 8px;
	background-color: #898989;
}

#top{
	width:990px;
	height:76px;
	text-align: left;
	margin: 0 auto;
	float: left;
	background-color: #FFF;
}

#mainnav{
	width:990px;
	height:36px;
	text-align: left;
	margin: 0 auto;
	float: left;
	background:url(../En_images/menu_bg.jpg) repeat-x;
}
#top_search{
	width:200px;
	padding-top:5px;
	float:right;
}
#top_logo{
	width:503px;
	height:76px;
	float:left;
}
#top_link{
	width:444px;
	height:74px;
	float:right;
	padding-top:2px;
	text-align: right;
}
#top_link_top{
	width:444px;
	height:21px;
	float:right;
	text-align: right;
}
#top_link_tel{
	width:444px;
	height:53px;
	float:right;
	text-align: right;
}

#lefts{
	width:219px;
	float:left;
}
#minds{
	width:508px;
	float:left;
	padding: 0px 22px 0px 22px;
}
#rights{
	width:219px;
	float:left;
}
#left_sub{
	width:219px;
	float:left;
}
#sub_right{
	width:750px;
	float:right;
}
.sub_right_title{
	width:705px;
	float:left;
	height:23px;
	background:url(../En_images/right_title_bg.jpg) left top no-repeat;
	padding: 8px 0px 0px 45px;
	font-weight: bold;
	text-align: left;

}
.sub_right_text{
	width:720px;
	float:right;
	padding:15px;
}

#feedback{
	width:720px;
	text-align:left;
	line-height:20px;
	margin:0 auto;
	padding:0 15px 5px 15px;
	float: left;
}

