@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	
	font-family:"Helvetica Neue", Tahoma, Geneva, sans-serif;
	color:#d5d5d5;
	letter-spacing:0px;
	font-size:14px;
	
	min-width:834px;
}

a { color:#f78e20; font-weight:bold; }
a:hover { color:#000; }

.clear { clear:both; }
.hidden { display:none; }

#header {
	height:100px;
	width:100%;
	overflow:hidden;
	
	background:url(images/header_splash_right.png) repeat;
}

#header #header_links {
	z-index:10;
	
	position:absolute;
	right:50%;
	margin-right:-415px;
}

#header #header_links ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header #header_links li {
	float:right;
	margin:0 5px;
	
	font-size:15px;
	text-align:center;
	
	font-family:Verdana, Geneva, sans-serif;
}

#header #header_links li a {
	color:#fff;
	text-decoration:none;
	
	padding:40px 2px 5px 2px;
	
	display:block;
	width:100%;
	height:100%;
	font-weight:normal;
}

#header #header_links li a:hover, #header #header_links li a.live {
	background:#f78e20;
}

#header #white_clear {
	background:#fff;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	width:50%;
}

#header #logo {
	position:absolute;
	
	background:url(images/logo.png) center left no-repeat;
	
	left:50%;
	margin-left:-428px;
	
	width:300px;
	padding-top:110px;
	height:0px;
	overflow:hidden;
	
	top:-10px;
	
	z-index:10;
}

#header #header_splash_bg {
	position:absolute;
	left:50%;
	margin-left:-155px;
	margin-right:-155px;
	
	width:530px;
	height:110px;
	
	top:-10px;
}

#header #header_splash_bg #header_splash {
	position:relative;
	left:0;
	background:url(images/header_splash.png) -70px 0px no-repeat;
	width:100%;
	height:100%;
}

#footer {
	width:100%;
	
	text-align:center;
	
	border-top:1px #d8d8d8 solid;
	color:#8e908d;
	
	margin:10px 0;
	padding:10px 0;
	
	font-size:11px;
}