@charset "utf-8";
/* CSS Document */

*{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	border: 0px;
}
body
{
	background: url(../images/bodybg.jpg) repeat-y center 0px;
}
#header, #wrap, #banner, #footer
{
	width: 1002px;
	margin: 0 auto;
}
#header .header_top
{
	height: 88px;
}
#header .logo
{
	float: left;
	margin-top: 35px;
	margin-left: 25px;
}
#header .header_top_1
{
	float: right;
	width: 467px;
	height: 88px;
	background: url(../images/top_bg.jpg) no-repeat 0px 0px;
	position: relative;
}
#header .header_top_2 h1
{
	float: left;
	font-size: 24px;
	margin: 45px 0 0 15px;
}
#header .header_top_1 ul
{
	position: absolute;
	right: 30px;
	top: 10px;
}
#header .header_top_1 li
{
	float: left;
	margin-left: 6px;
}
#header .header_bottom ul
{
	width: 1002px;
	background: url(../images/nav_bg.jpg) no-repeat 0px 0px;
	height: 30px;
	line-height: 30px;
}
#header .header_bottom ul li
{
	float: left;	
	text-align: center;
	font-weight: bold;
}
#header .header_bottom ul li.nav_1
{
	width: 120px;
	background: url(../images/nav.png) no-repeat 3px 1px;
	height: 30px;
}
#header .header_bottom ul li a
{
   display:block;
   width: 120px;
	color: #FFFFFF;
}
#banner {
   width: 1002px;
   }
#banner img
{
	width: 1002px;
	height:191px;
}
#wrap
{
	margin-top: 5px;
	margin-bottom: 5px;
}
 #main
{
	float: left;
	margin: 0px 0px 0px 10px;
	width:790px;
	border:1px solid #E4393C;
}
 #lister
{
	width: 200px;
	float: left;
}
#lister .lister
{
	width: 200px;
}
#lister .lister ul
{
  background-color:#FAFAFA;
  border-right:1px solid #E4393C;
}
#lister .lister li
{
  border-bottom:1px #ccc dashed;
}
#lister .lister li a
{
	margin: 0 auto;
	color: #666;
	display:block;	
	height: 25px;
	width:178px;
	line-height: 25px;
	padding-left:20px;
	background: url(../images/3.gif) no-repeat 5px 6px;
}
#lister .lister li a:hover
{
  background-color:#FFFFFF;
  color: Red;
  text-decoration: underline;
 }
#lister .lister .lister_1
{
	width: 189px;
	padding:10px 0px 0px 10px;
	border-right:1px solid #E4393C;
	border-bottom:1px solid #E4393C;
}
#lister .lister .lister_1 p
{
	line-height: 25px;
	color: #666;
}

#footer
{
	height: 73px;
	background: url(../images/footerbg.jpg) repeat-x 0px 0px;
	margin-top: 8px;
	text-align: center;
	padding-top: 20px;
	color: #666;
}
#footer span a
{
	color: #666;
}
.clear
{
	clear: both;
}

		