
.header{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}
.header-background{
	width:100%;
	min-width:1000px;
	position:absolute;
	height:230px;
	top:0px;
	left:0px;
}
.clear{
	clear:both;
}
.header-left-background{
	width:50%;
	height:230px;
	position:absolute;
	top:0px;
	left:0px;
	background:#4b89c3;
	z-index:1;
}
.header-right-background{
	width:50%;
	height:230px;
	position:absolute;
	top:0px;
	right:0px;
	background:#de4d48;
	z-index:1;
}
.header-menu-container{
	height:230px;
	width:94%;
	min-width:1000px;
	height:180px;
	margin:0 auto;
	margin-top:50px;
	position:relative;
	z-index:2;
}
.header-menu-upper{
	width:100%;
	height:110px;
	background:#c8c8c8;
	float:left;
}
.header-menu-logo{
	width:233px;
	height:100%;
	background:url(../images/logo.png) no-repeat center;
	float:left;
	margin-left:30px;
}
.header-menu-member{
	width:143px;
	height:100%;
	float:left;
	background:url(../images/member.png) no-repeat center;
}
.search-container{
	width:445px;
	height:100%;
	display:table;
	float:right;
	margin-right:15px;
}
.search-section{
	width:100%;
	height:40px;
	float:left;
	margin-top:35px;
}
.head-menu-cont{
	width:100%;
	height:70px;
	float:left;
	background:#2a73b8;
}
.header-menu{
	width:1000px;
	margin:0 auto;
	height:100%;
}
.menu-btn{
	float:left;
	height:100%;
	margin-left:43px;
	color:#c8c8c8;
	font-size:20px;
	line-height:70px;
	cursor:pointer;
}
.menu-btn:hover{
	color:#fff;
	border-bottom:5px solid #e8312b;
	border-radius:5px;
}






















