@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000; background1:url(images/body.gif) #fbf9ef;
	background:#eeeeee;
}
h2,ul,li{
	list-style:none;
	padding:0px;
}
a{color:#000;text-decoration:none;}
a:hover{
	color:#555; 
	text-decoration:underline;
}
.clear{
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
	overflow:hidden;
}
img{border:none;}

#head{
	width:1000px; margin:0 auto; height:522px; background:#fbf9ef;
}
	#head #nav{ width:100%; height:107px; background:url(images/index_01.png) no-repeat; }
		#head #nav #menu{ width:580px; float:right; height:23px; margin-top:50px; font-weight:bold; font-size:14px; }
			#head #nav #menu li{ float:left; line-height:23px; margin-right:10px; }
			#head #nav #menu li a{ color:#000; }
			#head #nav #menu li a:hover{ color:#407f0a; text-decoration:none; }
			#head #nav #menu .tab_on a{ color:#407f0a; }
		#head #nav  #submenu{ width:600px; float:right; margin-top:6px; height:25px; line-height:25px; }
			#head #nav  #submenu a{ color:#fff; margin-right:5px; }
			#head #nav  #submenu a:hover{ text-decoration:none; }
			
#top{ width:1000px; height:294px; overflow:hidden; background:url(images/banner.jpg) no-repeat #fbf9ef; margin:0 auto; }
	#top #menu{ height:23px; line-height:23px; margin-left:250px; margin-top:20px; }
	#top #menu li{ float:left; margin-right:10px; font-size:14px; font-weight:bold; }
		#top #menu li a{ color:#fff; }
		#top #menu li a:hover{ text-decoration:none; }
		#top #menu .tab_on a{ color:#000; }
	#top #submenu{ 
		line-height:25px; float:left; margin-left:250px; display:inline; text-align:left; margin-top:10px;
	}
		#top #submenu a{ padding:0 10px; color:#000; height:25px; display:block; border-top:1px solid #fff; background:url(images/bg_alpha.png); }
		#top #submenu a:hover{ background:url(images/bg_alpha_on.png); color:#fff; }
		#top #submenu #showTab2_0,
		#top #submenu #showTab2_1,
		#top #submenu #showTab2_2,
		#top #submenu #showTab2_3,
		#top #submenu #showTab2_4,
		#top #submenu #showTab2_5{
			width:100px; border:1px solid #fff; border-top:none;
		}
		#top #submenu #showTab2_0{  }
		#top #submenu #showTab2_1{ margin-left:40px; }
		#top #submenu #showTab2_2{ margin-left:110px; }
		#top #submenu #showTab2_3{ margin-left:180px; }
		#top #submenu #showTab2_4{ margin-left:250px; }
		#top #submenu #showTab2_5{ margin-left:320px; }
		
#body{
	width:960px; margin:0 auto; background:url(images/body.png) repeat-y #fbf9ef; padding:0 30px 0 10px;
}

#foot{
	width:960px; margin:0 auto; background:url(images/foot.png) no-repeat center top #fbf9ef;
	padding-top:50px; line-height:25px; text-align:left; color:#676764; padding-left:40px;
}
	#foot div{ background:url(images/logo_foot.png) no-repeat 0 40px; padding-left:80px; }
	#foot a{ color:#676764; }
	#foot img{ float:right; margin-right:50px; margin-top:20px; }