/* CSS Document */

/*------nav css------*/
#header,.top {
	width: 960px;
	margin: auto;
	border: 0;
	background: none;
}
 
#logo {
	float: left;
	margin: 5px 25px 0 15px;
	padding-bottom: 5px;
	display: inline;
	
}
#logo img {	display: block; }
/*--ʱӱ͸--*/
.logo_img {
	width:160px;
	height:80px;
	text-indent: -9999px;
/*	background: #ccc url(../../image/logo.png) no-repeat;
    *background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true , sizingMethod=scale ,src=../../image/logo.png);*/
	/*margin-top:53px; */
	background: url(http://www.5184.com/content/image/logo.png);
    *background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true , sizingMethod=scale ,src=http://www.5184.com/content/image/logo.png);
}

.header_right {
	float: right;
	width: 540px;
	text-align: right;
}
.header_right ul,.search { /*width: 303px;*/ width: 410px; float:right; }
.search {
	height:55px;
	margin: 0;
	margin-top:3px;
}

.header_right li {
	float: right;
	line-height: 25px;
	margin-right: 10px;
}

#nav {
	clear: both;
	width: 960px;
	margin: 0 auto;
	height: 30px;
	background: url(http://www.5184.com/content/image/nav_bg.png) repeat-x 0 -40px;  
}
#nav ul { width: 960px; margin: 0 auto; }
#nav li { line-height: 30px; float: left; background: url(http://www.5184.com/container/image/line_li.gif) no-repeat right center; }
#nav li.li { /*padding-left: 15px; */ }
#nav li.li_none { background: none; }
#nav li.li_left { width: 10px; height: 30px; padding:0; background: url(http://www.5184.com/container/image/nav_bg.png) no-repeat 0 0; }
#nav li.li_right { width: 10px; height: 30px; padding: 0; float: right; background: url(http://www.5184.com/container/image/nav_bg.png) no-repeat -10px 0; } 
#nav li a {   color: #fff; font-size: 12px; font-weight: bold;  }
#nav li a:hover { color: #feb228; text-decoration: none; }
#nav li.now a { color: #feb228; font-size: 12px; font-weight: bold;  }


#nav li a:hover,#nav li a.current {
	width: 69px;
	height: 26px;
	line-height: 26px;
	margin-top: 4px;
	display: block;
	color: #333;
	background: url(http://www.5184.com/container/image/current_bg.png) no-repeat center;
}
#nav li a,#nav li a.off { width: 69px;height:30px;display: block; padding: 0 8px;  }
#nav li.li1 a,#nav li.li1 a.off { width: 50px;  }
#nav li.li2 a,#nav li.li2 a.off { width: 115px; color: #FFFF00; }
#nav li.li3 a,#nav li.li3 a.off { width: 130px;  }
#nav li.li4 a,#nav li.li4 a.off { width: 96px;  }

#nav li.li4 a.c_ff0 { color: red;  font-weight: normal; }
#nav li.li3 a.yellow { color: yellow; font-weight: normal; }
/*#nav li.li3 a.yellow:visited { color: yellow; }
#nav li.li3 a.yellow:active { color:#000; }
#nav li.li3 a.yellow:hover { color:#333 ;}*/

#nav li.li1 a.current { width: 50px; background: url(http://www.5184.com/container/image/current_bg1.png) no-repeat center; }
#nav li.li2 a.current { width: 115px; color: #000; background: url(http://www.5184.com/container/image/current_bg2.png) no-repeat center; }
#nav li.li3 a.current { width: 130px; color:#333;  background: url(http://www.5184.com/container/image/current_bg3.png) no-repeat center; }
#nav li.li4 a.current { width: 96px;  background: url(http://www.5184.com/container/image/current_bg4.png) no-repeat center; }

.subnav {
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0 auto;
/*	display: block; */
	background: #cfedf8;
		
}
.height5 { height: 5px; font-size:0; overflow: hidden;  }
.subnav span { 
	float: left;
	line-height: 30px;
	margin: 0 10px 0 15px;
	display: inline;			 
}
.subnav span a { color: #666; }
 



#footer {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	border-top: 5px solid #90c400;
	
}
#container #footer p { color: #333; }
