/* CSS Document */
.body{  width:100%; height:auto; background-color:#42413d;}

.top{ height:200px; width:100%; background-color:#42413d;}
	.logo{ width:100%;
		   height:100px;
		   background-color:#FFFFFF;
		   background:url(intro_logo.gif) no-repeat bottom left;
		   
		   }			 
.content{ width:100%;
          height:233px;
         margin-left:20px;
         background:url(intro_bg.gif) repeat-x;
         }	
	.left{ width:524px;
	       height:auto;
		   
		   float:left;
	       }
    .right{ width:680px;
	        height:auto;
			background:url(intro_bg.gif) repeat-x;
			margin-left:7px;
			float:left;}
			
			.right1{ padding-left:0px;
			         padding-top:60px;
					 
					 }
			.right2{ padding-left:15px;
			         padding-top:25px;
                                 margin-bottom:60px;
					 font-weight:bold;
					 font-family:"隶书";
					 font-size:16px;
					 }
				   		 		 
.bottom{ width:1212px;;
         height:auto;
		 margin-top:5px;
		 margin-bottom:47px;}			 
		 
.bottomL{ width:524px; height:auto; color:#acacac; float:left; }
.bottomR{ width:60px; height:auto; color:#acacac; padding-left:125px; float:left;}
.bottom3{ width:220px; height:auto; color:#acacac; float:left; padding-top:10px; margin-left:-40px; }
		 
.btm{ height:200px; width:100%; background-color:#42413d;}



/* Main Menu */

.MainMenu_MenuContainer {
	 background:url(menubg.gif);
	background-repeat:repeat-x; 
}
/*
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor:30px;
}
*/
.MainMenu_TabRootMenuItem TD
{
	background-image:url(menubg.gif);	
	height: 30px;
	
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-size: 14px; 
	color:#000000;
}

.MainMenu_TabRootMenuItemSel TD
{
    
	height: 30px;
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 14px;
	font-weight: bold; 
	color:#000000;
}

.MainMenu_TabMenuItemHover TD
{   
	background-color: Transparent;
	color: #000000;
	height: 30px;
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 14px;
	font-weight: bold; 
}

.MainMenu_TabMenuItemSelHover TD
{	
	background-image:url(menubg.gif);	
	color: #000000;
	height: 30px;
	
}

.MainMenu_MenuItem {/*二级菜单文字*/
	cursor: pointer; 
	cursor: hand; 
	font-family: 宋体, Tahoma, Arial, Helvetica; 
	font-size: 12px;
	color:#5c0000; 
	font-weight: normal; 
	font-style: normal;
	height: 30px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_SubMenu {
	z-index:0; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #e2e2e2;
	color:#999999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {/*被选中的子菜单*/
	background-color:white;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:12px; 
	color:#003399;
	font-weight: normal; 
	font-style: normal;
	height:30px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	color:#000000;
}

.MainMenu_RootMenuArrow {
    float: left;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	color:#000000;
}
		 
