/*公共类开始  注：一般只设置 链接颜色 和 页面总体背景颜色*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:12px;
}
table {    
	border-collapse: collapse;    
	border-spacing: 0;    
}
fieldset,img {     
	border: 0;    
}
ol,ul,li {    
	list-style: none;    
}
caption,th {    
	text-align: left;    
}
h1,h2,h3,h4,h5,h6 {    
	font-weight: normal;    
	font-size: 100%;    
}
/* 链接颜色设置*/ 
a:link {
	text-decoration: none;
	color: #414141;
}
a:visited {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
/* 链接颜色设置*/ 

* html ul li {
 float:left; 
}
* html ul li a {
 cursor:pointer;
}
body {
	color:#454545;/*设置字体颜色*/
	background-color:#FFF;
}
/*公共类结束*/

/**********************以上部分固定************************/
.main {	 /*大块区域使用样式main*/
	margin: 0 auto;
	width: 980px; /*设置页面长度*/
	clear: both;
}
.clear {
	clear:both;
}
/**********************以上是大框架***************************/
#top {
	padding-top:2px;
	height:23px;
	background-image: url(top_bg.jpg);
	background-repeat: repeat-x;
}
#top a.topa {
	color:#005AC3;
}
#top span {
	float:right;
	padding-top:3px;
}
#top span font {
	color:#FF6600;
	font-size:12px;
}

#banner {
	background-image: url(banner_bg.jpg);
	background-repeat: repeat-x;
	height:93px;
	background-position: center top;
}
#logo {
	float:left;
}
#top_ad {
	float:right;
	margin-top: 6px;
         width: 655px;
	cursor:hand;
}
#top_ad .ad1 {
    float: left;
    width: 550px;
    height: 60px;
    margin-top: 10px;
}
#top_ad .ad2 {
    float: right;
    width: 70px;
    height: 85px;
}
#menu_bg {
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
	height:40px;
}
#menu ul li {
	float:left;
	width:98px;
	text-align:center;
}
#menu ul li a {
	display:block;
	font-weight:bold;
	height:30px;
	padding-top:10px;
	font-size:14px;
}
#menu ul li a:hover,#menu ul li.menu_on a {
	background-image: url(menu_on.jpg);
	color:#FFF;
	width:98px;
}

#menu_bottom {
	background-image: url(menu_bottom.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
#menu_bottom .jiao {
	float:left;
}
#menu_bottom #menu_bottom_text {
	float:left;
	width:970px;
	padding-top:8px;
}

#menu_bottom_text #btm_left_text {
	float:left;
	padding-left:10px;
}
#menu_bottom_text #btm_right_text {
	float:right;
	padding-right:10px;
}

#footer {
	border-top:3px solid #FF7300;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}
#footer p {
	padding:5px 0;
}

#ad li {
	float:left;
	width:163px;
	height:62px;
	text-align:center;
	margin:3px 0;
}