﻿/*
主题名称: Skin.css 皮肤
URI: the-theme's-homepage-Skin
描述: a-Skin-description
作者: 九美设计工作室
版本: V20091008

[目录表] 
	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =1 Global
------------------------------------------------------------------*/
*{ 
  margin :0px;
  padding: 0px
  }
UL,OL{
  list-style-type: none;
 }
html,body{
  font-family:"宋体",arial;
  font-size:12px;
  color:#00335b;width:100%;height:100%;
  margin:0px atuo;
 

  overflow:-moz-scrollbars-vertical;/*for FF*/
  }

img{
  border:0;
  }
  
/* =2 Links
------------------------------------------------------------------*/
a:link, a:visited {
	color: #00335b;	text-decoration:none;
}
a:hover {
	color: #056582;	text-decoration:none;
}
a:active {
	color: #056582;	text-decoration:none;
}

#nav ul li a{
	color:#ffffff; font-size:14px; text-decoration:none;
}
#nav ul li a:hover{
	color:#ffffff; font-size:14px; font-weight:bolder;text-decoration:none; background:url('images/navbg.jpg') no-repeat; display:block;line-height:25px;

}


/* =3 Header
------------------------------------------------------------------*/
.bgtu{width:1004px; height:60px;}

#main{
    width:1003px;  margin:0 auto; background:#dbe7f7; overflow:hidden;
}
#header{
    height:107px;  background:url('images/top.jpg') no-repeat;
}
#header .top{
    float:right; width:360px; height:30px; margin-top:3px; vertical-align:middle; }
#header .home1{
	float:left;width:78px; height:25px; padding-top:5px;
}
#header .home2{
	float:left;width:200px; height:25px; padding-top:5px;
}

/* =5 Navigation
--------------------------------------------------------------------*/
#nav{
	height:80px; width:100%; background:url('images/ff1.jpg') no-repeat;
}
#nav ul{
      margin-left:25px;	
}
#nav ul li{
     float:left;width:100px !important;width:130px;text-align:center;margin-top:35px; padding:0px 15px 0px 15px; 
list-style-type:none;
}
#search{
	height:30px; width:100%;background:url('images/search.jpg') no-repeat;
}
#search .se1eftspace{
   float:left;width:40px;height:30px;
}
#search .se1eft{
    float:left; width:430px; height:20px; padding-top:10px;padding-left:15px; text-align:left;
}
#search .seright{
    float:right; width:360px; height:20px; margin-left:50px; padding-top:10px;padding-left:5px; text-align:left;
}

/* =6 Middle 
---------------------------------------------------------------------*/
#middle{
    margin:0px auto; width:986px !important; width:1003px;padding:0px 13px 0px 13px; 
}
#middle .midleft{
    float:left;width:237px; text-align:left;
}

#middle .midright{
	float:right;width:720px; 
}

/* =9 Footer 
---------------------------------------------------------------------*/

#copyright{
float:left; width:1003px; height:81px; background:url('images/bottom.jpg') no-repeat;
	
}
#copyright .footer{
    line-height:61px;  font-size:12px; font-weight:bolder;  text-align:center; 
}
	
/* =9 twopage弹出页开始 
---------------------------------------------------------------------*/

.pagecontainer{
               margin:0 auto;
               width:776px;
               background:#dbe7f7; 
}


.popwin{
        padding:20px 15px;
}
.closewin{
          text-align:center;
          margin-top:15px;
}







/*------------菜单--------------*/

.MainMenu_MenuContainer {
	background-color: transparent; 	
	line-height:80px;
	height:30px; margin-left:30px;
	color:ffffff;
}
.MainMenu_MenuBar {
	font-size:15px;
	cursor: pointer;
	cursor: hand;
	height:23px;margin-left:30px;
	/*background-color: Transparent;*/
}
.MainMenu_MenuItem {
	padding-top:0px;
	height:23px;	
	text-align:left;	
	cursor: pointer; 
	cursor: hand; 
        font-weight:normal;
        border-top:1px solid #fff;	
       
}
.MainMenu_MenuIcon {background:url(images/menu_hover.gif) no-repeat; border-top:1px solid #fff;	border-bottom:1px solid #fff;	 }
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {}
.MainMenu_MenuItemSel { /*选择样式*/  
     
         border-top:1px solid #fff;
        border-bottom:1px solid #fff;
	background-color:#059492;
        color:#fff;
      
	padding:0 0px;
	height: 23px;
        font-weight:normal;
}
.MainMenu_MenuArrow { border-top:1px solid #fff;}
.MainMenu_RootMenuArrow {}

.submenuitembreadcrumb1{
	color:#fff;

}
.submenuitemselected1{
	color:#fff;

	
}
.MainMenu_MenuArrow{
	color:#fff;

}
.submenu1{
	
	background-color:#d0e3e4;
      	
}
.rootmenuitem1{ 
	color:#fff;


}
.rootmenuitem1 TD{ /*line*/
	color:#fff;

   
	border-right:1px solid #6491b2;
   
}

.rootmenuitemselected1 ,.rootmenuitembreadcrumb1{
	color:#ffffff;font-size:14px;
        background:url("images/menu_btn_over.gif") repeat;
}
.rootmenuitemselected1 TD,.rootmenuitembreadcrumb1 TD{
	color:#ffffff;
font-size:14px;
}

.MainMenu_MenuBreak{
	color:#000;
}



