@charset "UTF-8";
/* CSS Document */
body {
background:url(../images/global/bg_body.jpg) #000 no-repeat center 0 ;
text-align:center;
}
#content{
width:1020px;
margin:40px auto 0;
padding:0 38px 0 0;
}
#content #hdr{
background:url(../images/global/bg_hdr_btm.jpg) no-repeat bottom right;
width:1020px;
height:180px;
}
#content #hdr #logo{
float:left;
margin-top:7px;
}
#content #hdr #nav ul{
float:right;
margin:99px 2px 0 0;
}
	#content #hdr #nav ul li{
		width:130px;
		height:45px;
		display:inline-block;
		float:left;
		margin-left:1px;
	}
	
		#content #hdr #nav ul li a{
			background:url(../images/global/bg_nav_main.jpg) no-repeat bottom;
			overflow:hidden;
			width:130px;
			height:31px;
			padding:14px 0 0 0;
			display:block;
		}
		#content #hdr #nav ul li a:hover, #content #hdr #nav ul li .on{
			background:url(../images/global/bg_nav_main.jpg) no-repeat top;
			color:#f1e661;
		}
		
#content #hdr #subnav{
	float:right;
}
#content #hdr #subnav ul{
	width:680px;
	text-align:right;
	margin:0 0px 0 0;
}
	#content #hdr #subnav ul li{
		display:inline-block;
		float:left;
		margin:0 0px 0 15px;
	}
		#content #hdr #subnav ul li a{
			display:block;
			height:23px;			
			padding:12px 0 0 0;
			font-size:11px;
		}
		#content #hdr #subnav ul li a:hover, #content #hdr #subnav ul li .on{
			color:#f1e661;
			text-decoration:underline;
		}

