#header {
	position:relative;
	width:980px;
	height:180px;
	margin: 0 auto;	
}

#header div.logo {
	background-image: url(/items/graphics/bk_logo_placeholded.png);
	position: relative;
	overflow: hidden;
	width:242px;
	height:120px;
}

#header div.navigation {
	width: 960px;
	height:40px;
	position: relative;
	background-color: #232122;
	margin: 0 auto;
	
}

#header div.navigation div.item a,#header div.navigation div.item a:hover { color:#fff; }

#header div.navigation div.item {
	float: left;
	margin-left:46px;
	margin-top:7px;
	font-family: 'DinenRTL';
	font-size: 21px;
}

#header div.item a { color:#ccc; text-decoration: none;}
#header div.item a:hover { color:#6bcbea; }

#header div.header_banner {
	position:absolute;
	width:728px;
	height:90px;
	top:10px;
	right:10px;
	background-color:#aaa;
}
