#header
{
	height:55px;
	background-color:white;
	overflow:visible;
}
#header .logo
{
	overflow:visible;
	height:55px;
	float:left;
	margin-left:20px;
}
#header .logo img
{
	overflow:hidden;
	position:relative;
	z-index:5;
}
#header #search_box
{
	float:right;
	display:inline-block;
	margin:10px 30px;
	height:35px;
	background-color:#EDEDED;
	border-radius:20px;
	width:225px;
	overflow:hidden;
	
}
#header #search_box input
{
	height:35px;
	line-height:35px;
	border:0;
	background-color:#EDEDED;
	color:black;
	font-size:12pt;
	float:right;
	width:185px;
	text-align:right;
	text-indent:10px;
	outline:0;
}
#header #search_box .icon
{
	float:right;
	display:inline-block;
	width:40px;
	height:35px;
	background-image:url('../images/search-icon.png');
	background-repeat:no-repeat;
	background-position:center;
}
#header a
{
	display:inline-block;
	float:right;
	height:35px;
	border-right:1px solid #F2F2F2;
	margin-top:10px;
	margin-right:20px;
}
#header a.last 
{
	border-left:1px solid #F2F2F2;
	padding-left:10px;
}
#header a span.icon 
{
	display:inline-block;
	float:right;
	width:35px;
	height:35px;
	margin-right:15px;
	margin-left:5px;
	background-position:center;
	background-repeat:no-repeat;
}
#header a span.desc
{
	display:inline-block;
	float:right;
	text-align:right;
	margin-top:10px;
	height:20px;
	line-height:20px;
	font-size:12pt;
	color:#8A8991;
}
#header a:hover span,
#header a.selected span
{
	color:#FA6C1D;
}

#header a.btn_logout {float:right;}
#header a.btn_goto span.icon
{
	background-image:url('../images/icon home.png');	
}
#header a.btn_goto:hover span.icon
{
	background-image:url('../images/icon home2.png');
}
#header a.btn_lang span.icon
{
	background-image:url('../images/icon lang.png');
}
#header a.btn_lang:hover span.icon
{
	background-image:url('../images/icon lang2.png');
}
#header a.btn_logout span.icon
{
	background-image:url('../images/icon logout.png');	
}
#header a.btn_logout:hover span.icon
{
	background-image:url('../images/icon logout2.png');
}
#header a.btn_support span.icon
{
	background-image:url('../images/icon contact.png');	
	width:40px;
}
#header a.btn_support:hover span.icon
{
	background-image:url('../images/icon contact2.png');
}



