body {
	background: url(header-bg.jpg) repeat-x top left;
}

#header {
	float: left;
	width: 980px;
	height: 113px;	
}

#headerTop {
	float: left;
	width: 980px;
	height: 71px;
}

#headerTop #headerLogo {
	float: left;
	display: inline;
	width: 308px;
	height: 68px;
	margin: 3px 0px 0px 0px;
}

#headerTop #headerLogo img {
	display: block;
}

#headerBottom {
	float: left;
	display: inline;
	width: 980px;
	height: 42px;
}

#headerNavButtons {
	float: left;
	display: inline;
	width: 629px;
	padding-left: 27px;
	margin: 2px 0px 0px 0px;
}

#headerNavButtons ul {
	list-style: none;
}

#headerNavButtons ul li {
	float: left;
	display: inline;	
}

#headerNavButtons ul li a { height: 39px; }

#headerNavButtons ul li.nav_button_videos a {
	display: block;
	width: 89px;
	background: url(nav-button-videos.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_reviews a {
	display: block;
	width: 95px;
	background: url(nav-button-reviews.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_blog a {
	display: block;
	width: 75px;
	background: url(nav-button-blog.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_store a {
	display: block;
	width: 82px;
	background: url(nav-button-store.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_forums a {
	display: block;
	width: 92px;
	background: url(nav-button-forums.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_more a {
	display: block;
	width: 91px;
	background: url(nav-button-more.jpg) no-repeat top left;
}

#headerNavButtons ul li.nav_button_about a {
	display: block;
	width: 105px;
	background: url(nav-button-about.jpg) no-repeat top left;
}

#headerNavButtons ul li a:hover { background-position: 0 -39px; }

#headerNavButtons ul li a.navButtonSelected { background-position: 0 -78px; }

#headerSearchArea {
	float: right;
	width: 260px;
	height: 26px;
	margin-top: 9px;
	
}

#headerSearchArea input#headerSearchBox {
	float: right;
	display: inline;
	width: 260px;
	height: 26px;
	background: url(header-search-box.jpg) no-repeat top left;
}

#headerSearchArea input#headerSearchBox:focus {
	background: url(header-search-box-focus.gif) no-repeat top left;
	color: #666;
}

#headerSearchArea input#headerSearchBox {
	float: left;
	width: 187px;
	height: 22px;
	padding: 4px 0px 0px 10px;
	border: 0;	
}

#headerSearchArea #headerSearchButton {
	float: left;
	width: 52px;
}