#header {
	position:relative;
	width:980px;
	height:178px;
	overflow: hidden;
	margin: 0 auto;
}

#header div.logo {
	background-image: url(/items/graphics/header/logo.png);
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width:149px;
	height:144px;
}

#header div.navigation {
	width: 960px;
	height:34px;
	position: relative;
	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;
	background-image: url(/items/graphics/header/menu_gradient_8x34.png);
	background-repeat: repeat-x;
	height: 34px;
	width: auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
#header div.navigation div.item_curve {
	float: left;
	height: 34px;
	width: 3px;
	background-image: url(/items/graphics/header/menu_curves_3x34.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header div.navigation div.r {
	background-position: -3px 0;
	padding-right: 2px;
}
#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;
}