@charset "gb2312";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
img{border:none;}
body{
    background-color:#666666;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;

}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
ul,li{
	list-style:none
	}
#wrapper{
	width:984px;
 	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}
#top{
	padding-top:20px;
	margin-bottom:20px;
	margin-right:8px;
}
#logo{
	margin-left:10px;
	float:left;
	display:inline;
}
#top1{
	width:238px;
	float:right;
	margin-rigth:7px;
	display:inline;
}
#top1 p{
	padding:10px 0 0 0;
}

#top1 p a{
	color:#6e6f6c;
	text-decoration:none;
	margin-left:7px;
}
#top1 p a:hover{text-decoration:underline;}
#top1 p span{margin-left:7px;}
.mail{
	width:67px;
	background:url(../img/mail.png) no-repeat left 3px;
	padding-left:18px;
	padding-top:1px;
}
#form1{
	width:230px;
	float:right;
	margin-top:10px;
	margin-right:2px;
	display:inline;
}
#form1 label{
	display:none;
	margin-left:-1000px;
}
#form1 input{
	width:auto;
	float:right;
	border:none;
}
#form1 #search{
	border:1px solid #d2d2d2;
	width:198px;
	float:left;
	margin-left:1px;
	display:inline;
	padding:2px 0px 1px 2px;
	color:#c2c2c4;
	font-size:12px;
	line-height:18px;
}
.clearfloat{
	clear:both;
	line-height:0px;

}

#menu a{
	color:#31312a;
	font-weight:bold;
	padding:14px 24px 10px 24px;
	display:block;
	float:left;
	text-decoration:none;
}
#menu a.current,#menu a:hover{
	color:#dc2b0e;
}
#footer{
	color:#a4a4a3;
	margin:0 5px 3px;
	clear:both;
	line-height:20px;
	padding-bottom:25px;
	*padding-bottom:10px;
}
#footer span{
	color:#a4a4a3;
	margin:0px 6px;
	*margin:0 4px;
	}
#footer a{
	color:#a4a4a3;
	text-decoration:none;
	font-size:13px;
}