#header_bg
{
	overflow:visible;
	height:110px;
	position:relative;
	z-index:100;
}
#header
{
	overflow:visible;
	height:110px;
}
#header_menu_bg
{
	top:55px;
}
#header_menu_bg .page_area
{
}
#header_bar_bg
{
	position:absolute;
	z-index:1;
	overflow:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	background-color:#96181b;
	background-color:transparent;
}
#header_bar_bg .page_area
{
	overflow:hidden;
	height:35px;
}
#header .main_logo
{
	overflow:visible;
	display:inline-block;
	float:right;
	width:290px;
	height:110px;
}
#header .main_logo img
{
	width:290px;
}
#header .general_area
{
	overflow:visible;
	display:inline-block;
	float:left;
	width:1000px;
	height:55px;
}

#header .general_area #user_box
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:40px;
	height:40px;
	margin-right:10px;
	margin-top:10px;
	
}
#header .general_area #user_box a .icon
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:40px;
	height:40px;
	background-image:url('../images/header user icon.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#header .general_area #user_box a:hover .icon
{
	background-image:url('../images/header user icon2.png');
}
#header .general_area #user_box.logged_in
{
	width:230px;
	height:30px;
	overflow:hidden;
	margin-top:5px;
	position: relative;
    z-index: 1;
}
#header .general_area #user_box.logged_in:hover
{
	overflow:visible;
}
#header .general_area #user_box .hello_user
{
	display:block;
	overflow:hidden;
	width:230px;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:white;	
	font-weight:bold;
}
#header .general_area #user_box .user_menu
{
	display:block;
	overflow:hidden;
	width:230px;
	background-color:#96181b;
}
#header .general_area #user_box .user_menu a
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:210px;
	margin-right:10px;
	border-bottom:1px solid white;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:white;	
}
#header .general_area #user_box .user_menu a:first-child
{
	margin-top:10px;
}
#header .general_area #user_box .user_menu a:last-child
{
	border-bottom:0;
	margin-bottom:10px;
}

#header .menu_area
{
	overflow:visible;
	display:inline-block;
	float:left;
	width:1000px;
	height:55px;
}
#header .general_area .contact_info_box
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:30px;
	margin-top:15px;
	margin-left:15px;
	padding-left:15px;
	padding-right:15px;
	background-color:#d8c79b;
	border-radius:5px;
}
#header .general_area .contact_info_box .icon
{
	display:none;
}
#header .general_area .contact_info_box .desc
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:black;
}
#header .general_area .social_area
{
	overflow:hidden;
	display:inline-block;
	float:left;
	height:30px;
	margin-top:15px;
}
#header_social_menu
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:30px;
	list-style:none;
}
#header_social_menu li
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-left:5px;
	height:30px;
	width:30px;
}
#header_social_menu li a,
#header_social_menu li .img,
#header_social_menu li img
{
	overflow:hidden;
	display:inline-block;
	height:30px;
	width:30px;
}
#header_social_menu li .img.hover
{
	position:relative;
	top:-30px;
	opacity:0;
}
#header_social_menu li a:hover .img.hover
{
	opacity:1;
}



#header a.btn_search
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:40px;
	width:40px;
	margin-right:10px;
	margin-top:10px;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-image:url('../images/header search icon.png');
}
#header a.btn_search:hover
{
	background-image:url('../images/header search icon2.png');
}

#header_search_popup
{
	position:absolute;
	top:-500px;
	left:0;
	width:100%;
	height:500px;
	background-color:white;
	z-index:105;
	text-align:center;
}

#header_search_popup .btn_close_area
{
	display:inline-block;
	overflow:hidden;
	width:1040px;
	height:40px;
	margin:40px 0;
}
#header_search_popup .btn_close_area a.btn_close
{
	display:inline-block;
	overflow:hidden;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	font-weight:bold;
	float:right;
	border-radius:20px;
}
#header_search_popup .btn_close_area a.btn_close:hover
{
	background-color:black;
	color:white;
}

#header_search_popup .header_search_form_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:60px;
}
#header_search_popup .header_search_form_area .sub_title
{
	display:inline-block;
	overflow:hidden;
	width:960px;
	height:50px;
	line-height:50px;
	font-size:12pt;
	color:#7F7F7F;
	text-align:right;
}
#header_search_popup .header_search_form_area form
{
	display:inline-block;
	overflow:hidden;
	width:960px;
	height:80px;
	margin:0;
	padding:0;
	border-bottom:2px solid #E5E5E5;
	text-align:right;
}
#header_search_popup .header_search_form_area input[type=text]
{
	display:inline-block;
	overflow:hidden;
	width:930px;
	height:80px;
	float:right;
	background-color:white;
	border:0;
	font-size:20pt;
	font-weight:bold;
	color:#3A3A3A;
}
#header_search_popup .header_search_form_area button[type=submit]
{
	display:inline-block;
	overflow:hidden;
	width:30px;
	height:80px;
	float:right;
	background-color:white;
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}
#header_search_popup .header_search_form_area button[type=submit] span
{
	display:inline-block;
	height:20px;
	width:20px;
	margin-top:5px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-image:url('../images/header search icon.png');
}
#header_search_popup .header_search_form_area button[type=submit]:hover span
{
	background-image:url('../images/header search icon2.png');
}

