html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	font: 12px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* #####################################################
						GENERAL >>> 
######################################################## */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
/* End hide from IE-mac */

img { 
	border: 0;
}
a:link, a:visited {
    color: #e9f6ff;
	text-decoration: underline;
}
a:hover, a:active {
    color: #cacaca;
	text-decoration: underline;
}
h3 {
	font: 14px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* #####################################################
						HEADER >>> 
######################################################## */

#header {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#logo {
	padding: 15px 0 0 0;
	clear: both;
}

/* NAVIGATION >>> */

#nav {	
	width: 800px;
	background: #000000 url("images/bkg_menu.jpg") repeat-x top left;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}

#nav_left {
	width: 60px;
	height: 21px;
	background: url("images/bkg_menu_left.jpg") no-repeat top left;
	float: left;
}
#nav_right {
	width: 60px;
	height: 21px;
	background: url("images/bkg_menu_right.jpg") no-repeat top left;
	float: right;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
    list-style: none;
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav a {
	height: 0px !important; 
	padding: 21px 0 0 0;
	margin: 0;
	float: left;
	overflow: hidden;
	height /**/:21px; /* for IE5/Win only */
}	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -21px;
}

#npress a  {
	width: 170px;
	background: url("images/press.jpg") no-repeat top left;
}
#nspecifications a  {
	width: 170px;
	background: url("images/spec.jpg") no-repeat top left;
}	

#ndownloads a  {
	width: 170px;
	background: url("images/downloads.jpg") no-repeat top left;
}	
#nforums a  {
	width: 170px;
	background: url("images/forums.jpg") no-repeat top left;
}

/* #####################################################
						CONTENT >>> 
######################################################## */

#banner_bkg {
	width: 800px;
	height: 245px;
	background: url('images/banner.jpg') no-repeat top left;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}
#content_bkg {
	width: 280px;
	height: 217px;
	background: url('images/bkg_cont.jpg') no-repeat top left;
	margin: 5px 6px;
	padding: 20px 10px 30px 50px;
	float: right;
	display: inline;
	clear: both;
}
#button {
	margin: 37px 0 0 35px;
	clear: both;
}

.title_band {
	width: 800px;
	height: 23px;
	background: url('images/bkg_title.jpg') no-repeat top center;
	font: bold 16px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.title_band {
	width: 800px;
	height: 23px;
	background: url('images/bkg_title.jpg') no-repeat top center;
	font: bold 14px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* Recent threads >>> */

#threads {
	width: 370px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	border: 1px solid #1b9a18;
	clear: both;
}
#about {
	width: 370px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	border: 1px solid #1b9a18;
	clear: both;
}
#threads ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#threads li {
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
#threads li a {
	width: 760px;
	height: 20px;
	background: #000000 url('images/bkg_recent_thread.jpg') no-repeat top left;
	font: 12px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #cacaca;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
#threads li a:hover {
	width: 760px;
	height: 20px;
	background: #000000 url('images/bkg_recent_thread.jpg') no-repeat bottom left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}

/* Global Pages >>> */

.globallist ul {
	width: 800px;
	height: 100%;
	background-color: #000000;
	list-style: none;
	color: #5aae25;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 0 10px 0; 
	display: block;
	overflow: hidden;
	clear: both;
}
.globallist ul li {
	width: 200px; 
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid #262626;
}
.globallist ul li a:link, .globallist ul li a:visited {
	display: block;
	height: 1.8em;
	color: #5aae25;
	font: 11px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none; 
	padding: 0 5px;
}

.globallist ul li a:hover, .globallist ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

#bottom_links {
	font: 9px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #333333;
}
#bottom_links a:link, #bottom_links a:visited {
	font: 9px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#bottom_links a:hover, #bottom_links a:active {
	font: 9px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #5aae25;
	text-decoration: underline;
}

/* #####################################################
						FOOTER >>> 
######################################################## */

#footer {
	width: 800px;
	background: url('images/bkg.jpg') repeat top left;
	font: 10px "Verdana", Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #6a6a6a;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}
#footer img {
	margin: 0 0 10px 0;
}