/*

基础样式表

*/
* {
		padding:0px;
		margin:0 auto;
		font-size:12px;
}
body {
		width:960px;
		margin:0 auto;
		overflow:visible;
}
ul {
		list-style-type:none;
}
li {
		list-style-type:none;
}
#haeder {
		margin-top:0px;
}
#haeder h1 {
		width:440px;
		height:80px;
		background:url(../images/logo.jpg) no-repeat;
		float:left;
	}
#haeder h1 a {
		width:440px;
		height:80px;
		display:block;
		text-indent:-9999px;
}
 #haeder #toplink {
 		float:right;
 		width:520px;
 		border:none;
}
#haeder #toplink td a {
		text-decoration:none;  	
}
#haeder #memu {
		width:960px;
		height:22px;
		clear:both;
		padding:10px 0 3px 0;
		background:url(../images/ul_bg.png) no-repeat;
	}
#haeder #memu ul {
		padding-left:0px;
		padding-right:0px;
		margin-left:3px;
		margin-top:-3px;
		text-align:center;
	}
#haeder #memu ul li {
		display:block;
		width:87px;
		height:22px;
		line-height:22px;
		float:left;
		margin-left:0px;
		font-size:15px;
		color:#fff;
	}
#haeder #memu ul li a {
		font-size:15px;
		color:#fff;
		text-decoration:none;
		font-family:Arial,黑体,微软雅黑;
		display:inline-block;
}
#haeder #memu ul li a:hover {
		text-decoration:none;
		background:url(../images/ul_bg_bg.png) repeat center center;
		display:inline-block;
		padding:0px 0px 6px 0px;
		color:#024FA7;
}
.kind_menu{
		display:none;
}
.kind_menu ul {
		height:26px;
		line-height:28px;
}
.kind_menu ul li {
		float:left;
}
.kind_menu ul li a {
		font-size:12px;
		color:#965746;
		text-decoration:none;
}
#footer {
		text-align:center;
		clear:both;
}
#footer a {
		font-size:13px;
		color:#000;
		text-decoration:none;	
}
#footer a:hover {
		color:red;
		text-decoration:none;	
}
#footer p {
		margin:5px;
		font-size:13px;
}
