@charset "utf-8";
/* 
===== HEADER ===== 
*/

#header{
	width:100%;
	height:125px;
	background:url(../images/header_small.png) center no-repeat;	
	position:relative;
	z-index:1;
}
#header a{
	color:white;	
}

#header_content{
    position: relative;
	width:910px;
	padding:0 30px;
	height:125px;
	margin:0 auto 0 auto;
}


#header_menu{
	width:100%;
	margin:0;
	height:105px;
	float:left;
}


#header_menu_navigation{
	float:right;
	background:url(../images/navigation.png) center no-repeat;
	height:40px;
	margin:37px 0 0 0;
	font-weight:bold;
	font-size:14px;
	width:620px;
}


#header_menu_navigation_content{
	width:525px;
	height:40px;
	margin:auto;
}
#header_menu_navigation_content span{
	float:left;
	margin:13px 0 0 0;
	text-shadow: 1px 1px 5px #333;
}


#header_menu_navigation_content img{
	display:block;
	float:left;
	margin:11px 3px 0 25px;
	position:relative;
	z-index:1;
}
#header_menu_navigation_home{
	margin-left:0 !important;
}
