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


#header {position:relative; display:block; width:100%; height:177px; overflow:hidden; background:#000000; min-width:900px;}
#header table {position:relative; width:100%;}
	#header table tr td {vertical-align:top;}
	#header table tr td.left-bg, #header table tr td.right-bg {width:50%;}
	#header table tr td.left-bg {text-align:left; background:#000 url('../images/header-bg-redbar.jpg') top left repeat-x;}
	#header table tr td.right-bg {text-align:right; background:#000 url('../images/header-bg-bluebar.jpg') top left repeat-x;}
	#header table tr td.logo-bg {}	
#header table, #header table tr, #header table tr, td {margin:0px; padding:0px;}
#header a.logo {display:block; width:167px; height:177px; text-align:center; background:url('../images/header-bg-logo.jpg') top left repeat-x;}
#header a.logo img {z-index:100;}

#topnav {display:block; width:100%; height:36px; background:#ccc url('../images/topnav-bg.png') bottom left repeat-x;}
	#topnav div.container {}
	#topnav ul.navi {margin:0px; padding:0px;}
	#topnav ul.navi li {display:inline; color:#a0a0a0; line-height:36px;}	
	#topnav a {color:#135876;}
	#topnav a:hover {color:#000000;}
	a.social {display:block; float:left; width:28px; height:28px; margin:6px 0px 0px 0px; text-decoration:none;}
	a:first-child.social {margin-right:10px;}
	a.social-forum {display:block; width:28px; height:28px; margin:0px; text-decoration:none;}
	a.twitter {background:url('../images/twitter-bw.png') center center no-repeat; margin-left:4px;}	
	a.facebook {background:url('../images/facebook-bw.png') center center no-repeat;}
	a:hover.twitter {background:url('../images/twitter.png') center center no-repeat;}
	a:hover.facebook {background:url('../images/facebook.png') center center no-repeat;}


#globalnav {width:100%; background:transparent; clear:both;}
	#globalnav .container {right:10px;}
	#globalnav div.container div {text-align:center;}
	#globalnav a, #globalnav a:visited, #globalnav a:link {
		display:block; 
		/*margin:10px 0px; */
		padding:0px; 
		background:transparent; 
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		line-height:46px;
		color:#fff;
		text-decoration:none;		
		/*border:solid 1px #000;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;*/}
	#globalnav a:hover, #globalnav a:focus {color:#fff;text-decoration:underline;}
	#globalnav a.coming-soon {background:#000 url('../images/coming-soon-small.png') bottom center no-repeat; z-index:100;}
	#globalnav a.coming-soon span {z-index:10;}
	

