body {

	margin: 0;
	padding: 0;
	background-color: #000;
	overflow:hidden;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;

	}

* {

	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;

	}

a:focus {outline:none;}

/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 30px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: #FFA000 }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #FFA000  }				/* sub headings */
span#copyright { float:left; font-size: 11px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; line-height: 35px }  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px } /* floats the validation buttons */
.validation img {  margin: 0 } /* floats the validation buttons */

div { padding: 10px 0;}

a, a:visited {color: #06FF00; text-decoration: none}
a:hover, a:active  {color: #fff; text-decoration: underline; outline:none}

#header a:hover, #header a:active {text-decoration:none;}


/*-------------Layout----------------*/


#header {
		
	float: left;
	width: 100%;
	height: 74px;

	}

.content_wrapper {	
				
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: transparent;

	}

/* Bottom copyright bar */
   
#bttmbar {

	position:fixed;
	width: 100%;
	height: 35px;
	top:auto;
	right:0;
	bottom:0;
	left:0;
	background-color:transparent;
	z-index:1001

	}

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.twothirdscolumn { float: left; width: 66%; }

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */


/*------------------------------Main Navigation------------------------------------------*/

#nav {

	position: absolute;
	top: 54px;
	left: 25px;
	height: 36px;
	min-width: 700px;
	background-image:url('images/hdr.gif');
	background-repeat: no-repeat;
	z-index:1003;

}


ul#nav  { margin: 0 }

#nav li {

	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 0;

}

#nav li a {

	display: block;
	margin-left: 0px; /* adds a gap between the tabs */
	width: 70px; 	/* width of the tab */
	line-height: 36px; /* height of the tab */
	text-decoration: none;

}
	 
#nav a:link, #nav a:visited {

	color: #fff;
	background: url('images/tab.gif') no-repeat 0 -72px;

	}

#nav a:hover, #nav a:active {

	background: url('images/tab.gif') no-repeat 0 -36px;

	}

#nav a#current {

	background: url('images/tab.gif') no-repeat 0 0;
	font-weight:bold;
	cursor:default;
	
}

/*------------------------------Media Navigation------------------------------------------*/

#media {

	position: absolute;
	top: 54px;
	left: 0;
	height: 36px;
	min-width: 150px;
	background-image:url(images/mediahdr.gif);
	background-repeat: no-repeat;
}

ul#media  { left: 42% }

#media li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 0
}

#media li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 0px; /* adds a gap between the tabs */
	width: 70px; 	/* width of the tab */
	line-height: 36px; /* height of the tab */
	text-decoration: none;
}
	 
#media a:link, #media a:visited  { background: url('images/tab.gif') no-repeat 0 -72px }

#media a:hover, #media a:active  { background: url('images/tab.gif') no-repeat 0 -36px }

#media a#current { background: url('images/tab.gif') no-repeat 0 0; font-weight:bold }

#display { 
	position: absolute;
	width:300px; 
	height:92px; 
	left: 50%;
    margin-left: -150px;
	bottom: 5px;   
	padding: 0;
	border: 1px #06FF00 solid; 
	background-color:#000; 
	z-index:80
}

#gear_display { 
	position: absolute; 
	width: 100px;
	height:100px;
	left: 50%;
    margin-left: 200px;
	top: 50%;   
	padding: 0;
	background-color:#000;  
	z-index:80
}
	
/*-----------------------------------Other tags---------------------*/

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em; margin:5px 8px }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */
