@charset "utf-8";
/* CSS Document download by http://www.codefans.net*/

#header{  
	width:100%;
	background:#fff;
}

#header #topbar{
	height:32px;
	line-height:32px; 
}

#header #topbar a {
	float:left;
	color:#595A5E;
} 	
#header #topbar #localtime{
	margin-left:10px;
}

#header #topbar .ib{
	width:15px;
	height:25px;
	float:left;
	margin-top:9px;
	margin-left:10px; 
	display:inline;
}
#header #topbar .home{
	background:url(../img/glyphicons-halflings.png) no-repeat scroll 0 -24px transparent;
}
#header #topbar .add{
	background:url(../img/glyphicons-halflings.png) no-repeat scroll -96px 0 transparent;
}

#header #topbar .clock{
	background:url(../img/glyphicons-halflings.png) no-repeat scroll -49px -24px transparent;
}





/*banner*/
#header #banner{
	height:90px;
	background:url(../img/banner-bg.jpg) no-repeat; 
}

#header #nav-wrapper{
	height:40px;
	background:url(../img/nav-bg.jpg) repeat-x; 
}

#header	#nav li{
	float:left;
	list-style:none;
    height: 38px;
    line-height: 28px; 
	padding:0px 5px;
}
#header	#nav li.libg{
	background: url(../img/nav-li-bg.jpg) no-repeat scroll right center transparent;
}
#header	#nav li a{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	
}

#header	#nav li ul{
	float:left;
	margin-left:-8px;
	display:inline;
	z-index:1000;
}
#header	#nav li a:hover{
	text-decoration: underline;
}
            
ul,li{
	margin:0px;padding:0px;
}
#header	#nav li .show{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #B41B16;
    position: absolute;
}
#header	#nav li .show li{
	float:none;
	position:relatvie;
	list-style:none;
}
 
#header	#nav li ul li{
	border-bottom:1px dotted #EAEAEA;
	height:28px;
	line-height:28px;
	
}
#header	#nav li ul li:hover{
	background:#ededed;
	color:#fff;
}

#header	#nav li ul li a{
	color: #000000;
    display: block;
    padding: 5.33333px 16px;
	
}
#header	#horizontal-line{
	height:3px;
	font-size:0px;/*hack ie6 height <=10*/
    background:url(../img/line-bg.gif) repeat-x left -36px  ;
}      
			
		 







