/* ------------------------------------------------------------------------- 
	Header
*/

#hdrLogoBW {
	display: none;
}

#header {
	width: 1004px;	
	height: 118px;
	padding-top: 40px;
	float: left;
	line-height: normal;
	background: white url(../../img/header/bodybg.png) left top no-repeat;
}

#header input, 
#header textarea, 
#header select {
	border:1px solid #ccc;
	color:#666666;
	font-size:12px;
	margin:0;
	padding:4px 5px;
	vertical-align:top;
	width:330px;
}

#header .radio {
	width:16px;
	border:none;
}

ul#menu-global {
	float: left;
	height: 30px;
	width: 700px;
	padding: 0;
}
ul#menu-global li.menu_item, ul#menu-global li.current {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	font-size: 11px;
}
ul#menu-global li.menu_item a, ul#menu-global li.current a {
	padding: 7px 9px 0 9px;
	display: block;
	height: 23px;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}
ul#menu-global li.menu_item a:hover	{ background: url(../../img/header/hover-menu-globalbg.png) left top repeat-x; }
ul#menu-global li.current a:hover	{ background: url(../../img/header/current-menu-globalbg.png) left top repeat-x; }
ul#menu-global li.current a 		{ color: white;	background: url(../../img/header/current-menu-globalbg.png) left top repeat-x; }
ul#menu-global li.menu_item.shop a {
	background: url(../../img/header/shop-menu-global.png) 2px 0px repeat-x;
	padding: 7px 9px 0 30px;
	color: #fe0000;
}
ul#menu-global li.menu_item.shop_current a {
	background: url(../../img/header/shop-menu-global-current.png) 2px 0px repeat-x;
	padding: 7px 9px 0 30px;
	color: white;
}
ul#menu-global li.menu_item.shop a:hover { background: url(../../img/header/shop-menu-global-hover.png) 2px 0px repeat-x; }

#header #searchform {
	float: right;
	width: 220px;
	height: 24px;
	margin: 0px;
	padding: 0 0 0 0;
}

#header #searchform div {
	display: inline;
	text-align: right;
}

#header #searchform input#s {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 10px;
	width: 120px;
}
#header #searchform input#searchsubmit {
	border: none;
	padding: 2px 5px;
	background: none;
	font-size: 11px;
	width: 60px;
}

#header table {
	width: 100%;
}

#logo {
	float: left;
	display: block;
	clear: left;
	position: relative;
	/*top: 50px;*/
	left: 0;
	width: 202px;
	height: 80px;
	border: none;
	margin: 0 0 0 10px;
}
#search_leaderboard {
	position: relative;
	text-align: right;
	float: right;
	top: 3px;
	/*width: 728px;
	height: 90px;*/
	right: 10px;
	display: block;
	/*right: 10px;*/
}
#banner_leaderboard {
	background: transparent;
	float: right;
	position: relative;
	/*top: 39px;*/
	width: 728px;
	height: 90px;
	display: block;
	/*right: 10px;*/
}

ul#menu {
	float: left;
	height: 17px;
	position: relative;
	/*top: 31px;*/
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}
ul#menu li {
	background: url(../../img/header/topMnuSplit.png) right bottom no-repeat;
}
ul#menu li.menu_item {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	font-size: 11px;
}
ul#menu li.menu_item a, ul#menu li.current a {
	padding: 6px 0 0 0;
	margin: 0 15px 0 0;
	display: block;
	height: 18px;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
ul#menu li.menu_item a:hover, ul#menu li.current a {
	/*border-bottom: 6px solid #FAD300;*/
}
