/* CSS Document */
body{
	margin:0px;
	background: #aaaaaa url(../images/bg.jpg) repeat-x left top;
	font-family:tahoma;
}
#wrapmain{
	background:url(../images/main_bg_x.jpg)  repeat-y left top;
	width:1000px;
	margin:0 auto;
}
#wrap{
	margin:0 auto;
	background:url(../images/main_bg.jpg) no-repeat left top;
	width:1000px;
	min-height:825px;
}
#header{
	height:256px;
}
#header .toparea{
	padding:0px 60px 0px 60px;
	height:222px;
}
#header  .address{
	width:256px;
	float:left;
	font-size:12px;
	padding-top:26px;
	color:#000000;
}
#header  .address span{
	font-weight:bold;
}
#header .logo{
	width:367px;
	height:105px;
	padding-left:8px;
	float:left;
}
#header  .search{
	width:241px;
	float:right;
	height:31px;
	padding-top:52px;
}
#header .txtbox{
	width:171px;
	float:left;
	height:31px;
}
#header .searchbox{
	background: url(../images/txtbox.jpg) no-repeat left top;
	width:171px;
	height:31px;
	border:0px;
	padding:6px;
	font-size:12px;
	color:#666666;
}
#header .btn{
	width:66px;
	float:right;
	height:31px;
}
#header .menu{
	width:543px;
	height:34px;
	margin:0 auto;
}
#content{
	padding:10px 45px 0px 51px;
	min-height:550px;
}
#content .contentleft{
	padding:0px;
	width:669px;
	float:left;
	padding-top:15px;
	font-size:13px;
	text-align:justify;
	line-height:18px;
}
#content .contentleft h1{
	font-size:17px;
	font-weight:bold;
}
#content .contentright{
	width:211px;
	float:right;
	padding-top:10px;
}
.contentright .text{
	font-size:12px;
	padding-left:7px;
	padding-top:10px;
}
.img{
	width:176px;
	height:179px;
	float:left;
	padding-right:10px;
}
#content .contentright span {
	font-size:13px;
	font-weight:bold;
	padding-left:7px;
}
.imgs{
	padding-left:7px;
	padding-top:8px;
}
.line{
	background:url(../images/line.jpg) no-repeat center top;
	height:5px;
	margin-top:20px;
}
#footer{
	background:url(../images/footer.jpg) no-repeat left top;
	height:46px;
}
.clear{
	clear:both;
}
#footer .logo{
	width:123px;
	height:44px;
	float:left;
	margin-left:40px;
}
#footer .links{
	font-size:12px;
	width:525px;
	float:left;
	color:#000000;
	padding-top:8px;
}
#footer .links a{
	text-decoration:none;
	color:#000000;
}
#footer .links a:hover{
	text-decoration:none;
	color:#0000FF;
}
#footer .links span{
	font-weight:bold;
	line-height:18px;
}
#footer .dd{
	width:130px;
	float:left;
	font-size:11px;
	color:#666666;
	padding-top:17px;
	margin-left:10px;
}
#footer .designer{
	width:140px;
	float:left;
	padding-top:12px;
}