/*---------------头部、尾部*/
#Top {width:100%;border-top:5px solid #C00000;}
	#TopLayer {width:964px;height:67px;background:url("/Templets/Images/top_bg.gif") no-repeat right;margin:0 auto;}
		#Logo{margin:10px 0 0 6px;float:left;width:344px;height:52px;}
		/*not for ie 6.0*/
		html>body #Logo{background: url(/Templets/Images/logo.png) repeat;}
		/*for ie 6.0*/
		* html #Logo {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/Templets/Images/logo.png");background:none;}
	    
	    #QLink {float:right;width:480px;}
	        #QLink ul {float:right;height:40px;list-style:none;}
	           #QLink ul li{float:left;width:100px;margin-top:6px;background:url("../Images/arrow_01.gif") no-repeat 10px 8px;}
	           #QLink ul li a {color:Red;}
	        #QInfo {width:100%;float:right;color:#666666;margin-right:10px;text-align:right;}

/*---------------主菜单*/
	#Menu {width:964px;height:51px;margin:0 auto;}
		#Menu img {float:left;}
		#Menu ul{float:left;font-weight:bold;line-height:29px;margin:0;padding:0;list-style:none;height:29px;width:936px;background:url("/Templets/Images/menu_bg_02.gif");}
		#Menu li{float:left;width:100px;background:url("/Templets/Images/menu_bg_line.gif") no-repeat right;}
			#Menu li a:hover{text-decoration:none;}
			#Menu li a{color:#FFFFFF;}
		#Menu .current{width:100px;background:url("/Templets/Images/menu_bg_04.gif") no-repeat;}
			#Menu .current a{color:#670003;}
		#Menu .WelBar {width:100%;background:url("/Templets/Images/menu_bottom_bg.gif") repeat-x;}
			#Menu .WelBar span {width:600px;text-align:left;float:left;text-indent:15px;overflow:hidden}

/*---------------搜索*/
		#Menu .Search{width:330px;float:right;}
		#Menu .Search .SearchForm {width:100%;background:url("/Templets/Images/Search_bg.gif") no-repeat;text-align:left;margin-top:3px;}
		#Menu .Search .SearchInput {width:230px;float:left;margin-left:3px;margin-top:0px;}
		#Menu .Search .SearchBtn {width:70px;float:left;}
		#Menu .Search .SearchBtn input{background:url("/Templets/Images/Search_bg.gif") no-repeat;line-height:35px;}
		

/*---------------当前位置*/
		#Location {width:964px;height:22px;text-align:left;text-indent:30px;}
		
		
/*---------------底部*/
	#Foot {width:100%;height:100px;border-top:4px solid #C00000;margin-top:6px;}
	
	    #Foot ul li {list-style:none;line-height:16px;text-align:left;}
		
	    #Foot .FAddress {width:500px;float:left;margin-left:15px;margin-top:12px;padding-left:20px;border-left:1px solid gray;}
	    
	    #Foot .FCopyRight {width:300px!important;width:310px;float:left;padding:0 0 35px 15px;margin-top:12px;border-left:1px solid gray;}

		#Foot .FLogo{margin:20px 0 0 6px;float:left;width:104px;height:60px;}
		/*not for ie 6.0*/
		html>body .FLogo{background: url(/Templets/Images/logo_gray.png) no-repeat;}
		/*for ie 6.0*/
		* html .FLogo {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/Templets/Images/logo_gray.png");background:none;}

