#header #logo
{
	display:inline-block;
	height:110px;
	margin-top:0px;
	float:right;
	margin-right:0px;
}

#header #logo img
{
	height:248px;
}

#header #header_top_area
{
	overflow:visible;
	height:55px;
}
#header #header_top_area .contact_item
{
	float:right;
	overflow:hidden;
	display:inline-block;
	height:55px;
	margin-right:10px;
}
#header #header_top_area .contact_item span
{
	float:right;
	overflow:hidden;
	display:inline-block;
	height:55px;
	line-height:55px;
	font-size:10pt;
	color:#8E8E8E;
}
#header #header_top_area .contact_item span.icon
{
	text-align:center;
	width:20px;
	margin-left:5px;
}

#header #header_top_area .facebook_banner
{
	float:right;
	overflow:hidden;
	display:inline-block;
	width:30px;
	height:25px;
	margin-top:15px;
	margin-right:10px;
	border-left:1px solid #8D9095;
	border-right:1px solid #8D9095;
}
#header #header_top_area .facebook_banner .img
{
	width:30px;
	height:25px;
	text-align:center;
}
#header #header_top_area .facebook_banner .img.mask
{
	position:relative;
	top:-25px;
	opacity:0;
}
#header #header_top_area .facebook_banner:hover .img.mask {opacity:1;}

#header #header_top_area .banner
{
	float:left;
	overflow:hidden;
	display:inline-block;
	height:35px;
	margin-right:10px;
	margin-top:10px;
}
#header #header_top_area .banner img {height:35px;}
#header #header_top_area .banner img.mask
{
	position:relative;
	top:-35px;
	opacity:0;
}
#header #header_top_area .banner:hover img.mask {opacity:1;}


#header
{
	height:110px;
	position:relative;
	overflow:visible;
	z-index:100;
}

#header_bar_bg
{
	position:absolute;
	width:100%;
	height:55px;
	z-index:-5;
	left:0;
	top:0px;
	background-color:#45484D;
	border-bottom:4px solid black;
}

#user_box
{
	display:inline-block;
	height:30px;
	float:left;
	margin-top:12.5px;
	margin-left:20px;
	overflow:hidden;
}
#user_box a
{
	overflow:hidden;
	display:block;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:#C1C1C1;
}
#user_box a:hover,
#user_box a:focus
{
	color:black;
}
#user_box:hover {overflow:visible;}
#user_box .hover
{
	display:block;
	clear:both;
	width:154px;
	height:84px;
	overflow:hidden;
	position:relative;
	z-index:1;
	top:-5px;
	display:none;
}
#user_box:hover .hover {display:block;}
#user_box .hover .hover_top
{
	height:19px;
	background-image:url('../images/user menu top.png')
}
#user_box .hover .hover_middle
{
	overflow:hidden;
	height:60px;
	background-image:url('../images/user menu middle.png')
}
#user_box .hover .hover_bottom
{
	height:5px;
	background-image:url('../images/user menu bottom.png')
}
#user_box .hover a
{
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:red;
	margin-right:15px;
	cursor:pointer;
}
#user_box .hover a.btn_edit {color:#02BFFF;}
#user_box .hover a.btn_logout {color:red;}
#user_box .hover a:hover {color:black;}

#user_box span
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:#02BFFF;
}
#user_box span.hello {max-width:120px;}
#user_box img
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:30px;
	width:30px;
	margin-left:10px;
	border-radius:15px;
	overflow:hidden;
}
