/****************************
*	Steath Servers
*	Style Sheet CSS
*	Coded by: Adam Zeman
*      @ www.adamzeman.com
****************************/

/**********
 * Layout:
 **********/
 
body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	height:100%;
	background: #000 url(img/wrapper.png) top no-repeat;
	margin: 0; 
	padding: 0;
	color:#fff;
	}
#container {
	width: 910px;
	min-height:100%;
	margin: 0 auto;
	}
#header {
	background-image:url(img/bannerimg.jpg);
	width:912px;
	height:165px;
	}
#title {
	background-image:url(img/title.jpg);
	width:860px;
	height:33px;
	}
.title6 {
	margin-left:39px;
	margin-top:14px;
	height:33px;
	}
.icon {
	background-color:#FFFFFF;
	height:57px;
	}
	
/***********
 * Sub Nav:
 ***********/
 
#subnav {
	background-image: url(img/subnav.jpg);
	width:910px;
	height:46px;
	font-weight:bold;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	}
div#subnav a {
	margin-top:19px;
	text-decoration:none;
	line-height:19px;
	color:#fff;
	}

div#subnav a:visted {
	color:#fff;
	}
div#subnav a:hover {
	text-decoration:underline;
	color:#fff;
	}
.con {
	margin-left:23px;
	}
.height {
	margin-top:4px;
	}
.faq {
	margin-left:18px;
	}
.members {
	margin-left:33px;
	}
.calendar{
	margin-left:18px;
	}
.new {
	margin-left:28px;
	}
.search{
	margin-left:19px;
	}
.logout{
	margin-left:28px;
	}
/********
 * Nav:
 ********/
	
#nav{
	position: relative;
	margin: auto;
	width: 912px;
	height: 26px;
	background: url(img/navbg.gif) top left;
	}
#nav a{
	display:block;
	float:left;
	height:24px;
	font-size:1px;
	line-height:1px;
	text-indent:-500px;
	overflow:hidden;
	}
#nav a#home{
	width:74px;
	background-image:url(img/home.jpg);
	}
#nav a:hover#home{ 
	background-image:url(img/rhome.jpg); 
	}
#nav a#about{
	width:86px;
	background-image:url(img/aboutus.jpg);
	}
#nav a:hover#about{ 
	background-image:url(img/raboutus.jpg); 
	}
#nav a#pricing{
	width:80px;
	background-image:url(img/pricing.jpg);
	}
#nav a:hover#pricing{ 
	background-image:url(img/rpricing.jpg); 
	}
#nav a#services{
	width:81px;
	background-image:url(img/services.jpg);
	}
#nav a:hover#services{
	background-image:url(img/rservices.jpg); 
	}
#nav a#order{
	width:84px;
	background-image:url(img/order.jpg);
	}
#nav a:hover#order{ 
	background-image:url(img/rorder.jpg); 
	}
#nav a#forums{
	width:83px;
	background-image:url(img/forums.jpg);
	}
#nav a:hover#forums{ 
	background-image:url(img/rforums.jpg); 
	}
#nav a#support{
	width:81px;
	background-image:url(img/support.jpg);
	}
#nav a:hover#support{ 
	background-image:url(img/rsupport.jpg); 
	}
	
/***********
 * Search:
 ***********/
 
 .seach {
 	margin-left:151px;
	width:149px;
	height:18px;
	background-image: url(img/search.jpg);
	border: 1px solid #000;
	color:#79deff;
	font-size:9px;
	}