@charset "utf-8";

.header a:link,a:visited,a:active {
	text-decoration: none;
	color: #000000;
}

.header a:hover {
	color: #535365;
}

.header {
	height: 70px;
	padding-right: 10px;
	padding-left:10px;
}

.header .headerTop {
	width: 100%;
	height: 40px;
}

.header .headerBottom {
	width: 100%;
	height: 30px;
}

.header .headerTop .logo {
	position:relative;
}
.header .headerTop .logo-l,.header .headerTop .logo-r{
	display:inline-block;
	float:left;
	margin-top:8px;
}
.header .headerTop .logo-r{
	margin-left:8px;
}
.header .headerTop img {
	vertical-align: middle;
}

.header .headerTop .logo span {
	line-height: 56px;
}

.header .headerTop .topLink {
	
	position:absolute;right:0;top:10px;
	padding-right:5px;
	width: 600px; 
	text-align: right;
	color: #FFF;
}

.topLink a{
	
color:#535365;font-weight:normal;
	
}
.topLink a:hover{
	
color:#f90;
	
}	
.header .headerBottom .mainMenu {
	height: 30px;
	/**width: 900px;**/
	background-image: ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right:0px;
}

.header .headerBottom .mainMenu ul li {
	float: left;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background-image: ;
	
	font-weight:bolder;
	background-repeat: no-repeat;
	background-position: 99px center;
	width: 80px;
}

.header .headerBottom .mainMenu ul li a {
	display: block;
}

.header .headerBottom .mainMenu ul .home {
	background: none;
	width: 80px;
}

.header .headerBottom .mainMenu ul .home a {
	background-image: url(../images/header_main_menu_home_button.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 18px;
	font-size: 12px;
	line-height:30px;
}

.header .headerBottom .mainMenu ul .home a:hover  {
	background-image: url(../images/header_main_menu_home_button.gifs);
	background-repeat: no-repeat;
	color:#333333;
	background-position: center;
}
 
.header .headerBottom .leftMenu {
	float: left;
	height: 30px;
	width:150px;
	color: #f2f0f0;
	line-height: 30px;
	text-align: left;
}
.header .headerBottom .rightMenu {
	float: right;
	height: 30px; 
	line-height: 30px;
	text-align: right;
}

.header .headerBottom .rightMenu img {
	vertical-align: middle;
}

.headerLine {
	background-image: url(../images/header_line_bg.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	overflow: hidden;
}