@charset "UTF-8";
/* CSS Document */



#header{
	height:95px;
	background:#000;
	color:#fff;
	position:relative;
	clear:both;
	
}
#header .header-image{
	margin:20px 0 0 50px;	
	padding:20px 0 0 0;
	float:left;
	background:url(../images/logos/nav_logo.png) 0 0 no-repeat;
	height:90px;
	width:178px;
	cursor:pointer;
}

#header .top-buttons{
	position:absolute;
	top:10px;
	right:45px;
	
}