/***********************************/
/********** HEADER STYLES **********/
/***********************************/
#header {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 50%; /*for centering with absolute positioning*/
	margin-left: -491px; /*for centering with absolute positioning*/
	width: 982px;
	height: 130px;
	color: #000; /* black */
}
	#logo {
		float: left;
		display: inline;
		width: 260px;
		height: 50px;
		margin: 20px 0 0 31px;
	}
	#tagline {
		float: right;
		display: inline;
		width: 260px;
		margin: 20px 31px 0 0;
	}
		#tagline h3 {
			text-align: right;
		}
#bezel_navigation {
	z-index: 2;
	position: absolute;
	top: 70px;
	width: 982px;
	left: 50%; /*for centering with absolute positioning*/
	margin-left: -491px; /*for centering with absolute positioning*/
	height: 80px;
	float: left;
	background: transparent url(/wordpress/wp-content/themes/sporometrics/images/row_bezel_nav.png) no-repeat top left;
}
	#navigation {
		clear: both;
		float: left;
		width: 930px;
		display: inline;
		margin: 28px 0px 0 30px;
	}
		#navlinks li {
			float: left;
			display: inline;
			height: 13px;
			list-style-type: none;
			color: #FFF; /* white */
			margin: 5px 10px 0 10px;
		}
			#navlinks a:link, #navlinks a:visited, #navlinks a:active {
				color: #FFF; /* white */
				text-align: left;
				font-size: 11px;
			}
			#navlinks a:hover {
				color: #FF6700; /* epicoccum orange */
				text-align: left;
				font-size: 11px;
			}
		#search {
			float: right;
			display: inline;
			width: 220px;
		}
			#search li {
				display: inline;
				float: left;
				width: 50px;
				height: 13px;
				list-style-type: none;
				color: #FFF; /* white */
				font-size: 11px;
				text-transform: uppercase;
				margin: 5px 5px 0 0;
			}
		#searchfield {
			float: left;
			display: inline;
			width: 140px;
			height: 25px;
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/search_bg.png) no-repeat top left;
		}
			#searchfield #s {
				display:inline;
				width: 130px;
				height: 20px;
				margin: 0 0 0 4px;
				padding: 5px 0 0 0;
				color: #FFF; /* white */
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				background: transparent;
			}
		#searchbutton {
			display: inline;
			float: left;
			margin: 0 0 0 3px;
		}
		#searchbutton input {
			display: none;
			visibility: hidden;
		}
#header_image_overlay {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 50%; /*for centering with absolute positioning*/
	margin-left: -120px; /*for centering with absolute positioning*/
	width: 340px;
	height: 240px;
	overflow: hidden;
}