@charset "utf-8";
/* CSS Document */

@import url("global.css");

/*Top*/
#top{
	background:url(../images/top_b.jpg) no-repeat;
	width:1000px;
	height:336px;
	margin:0px auto;
	position:relative;}
	
	
	#top ul li{
		color:#ffce57;
		float:left;
		padding-bottom:10px;}
		
		#top ul li span{
			padding:0px 10px;}
		
		#top ul li a{
			color:#ffce57;}
	
	#top ul#nav1{
		position:absolute;
		top:5px;
		right:10px;}
		
	#top ul#nav2{
		width:580px;
		position:absolute;
		top:220px;
		right:60px;}
		
	#top ul#nav3{
		position:absolute;
		bottom:40px;
		left:50px;}
		
		#top ul#nav3 li{
			padding-bottom:0px;}
			
			#top ul#nav3 li span{
				padding:0px 17px;
				color:#030110;}
				
				/*#top ul#nav3 li img{
					padding:0px 17px;}*/
		
			#top ul#nav3 li a{
				color:#030110;}
/*Top end*/

/*Main*/
#main{
	background-color:#000;
	width:1000px;
	height:100%;
	overflow:auto;
	margin:0px auto;}
	
	#main table{
		text-align:center;
		border-collapse:collapse;
		border:#a44a00 1px solid;
		width:1000px;
		height:100%;
		overflow:auto;
		margin-bottom:10px;}
		
		#main table a{
			color:#846206;}
		
		#main table tr{
			height:35px;
			line-height:35px;}
			
			#main table tr th{
				color:#ffba00;
				font-weight:normal;
				border:#a44a00 1px solid;}
			
			#main table tr td{
				border:#a44a00 1px solid;}
				
			.td1{
				width:118px;}
				
			.td2{
				width:130px;}
			
			.td3{
				width:165px;}
			
			.td4{
				width:134px;}
			
			.td5{
				width:108px;}
				
			.td6{
				width:255px;}
				
			.td7{
				width:32px;}
				
			.td8{
				width:58px;}
				
		#main table tbody{
			background-color:#feffbc;
			color:#846206;}
			
		#main table#tab1 thead tr{
			background:url(../images/re1.gif) repeat-x;}
		
		#main table#tab1 thead tr th.td1{
			background:url(../images/1_b.gif) no-repeat;}
			
		#main table#tab1 thead tr th.td8{
			background:url(../images/8_b.gif) no-repeat;}
			
		
		#main table#tab2 thead tr{
			background:url(../images/re2.gif) repeat-x;}
		
		#main table#tab2 thead tr th.td1{
			background:url(../images/1_2b.gif) no-repeat;}
			
		#main table#tab2 thead tr th.td8{
			background:url(../images/8_2b.gif) no-repeat;}
			
		#main table#tab3{
			margin-bottom:0px;}
		
		#main table#tab3 thead tr{
			background:url(../images/re3.gif) repeat-x;}
		
		#main table#tab3 thead tr th.td1{
			background:url(../images/1_3b.gif) no-repeat;}
			
		#main table#tab3 thead tr th.td8{
			background:url(../images/8_3b.gif) no-repeat;}
			
/*Main end*/

/*Foot*/
ul#foot{
	color:#FFF;
	background:url(../images/f_b.jpg) no-repeat;
	width:1000px;
	height:92px;
	padding-top:15px;
	margin:0px auto;
	text-align:center;}
	
	ul#foot li{
		line-height:25px;}
	
		ul#foot li a{
			color:#FFF;}
/*Foot end*/