html, body {
	background: #000;
	margin: 0 auto;
	padding: 0 0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
	}

/*global*/	
a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #c5db5e;
	text-decoration: none;
	font-weight:bold;
	}


/*header and menu*/
div.header {
	width: 840px;
	height: 106px;
	margin: 0 auto;
	padding:0 0px;
	background: #0e0e0e url(images/head_01.jpg) repeat-x top;
}
div.topnav {
	width: 497px;	
	height: 43px;
	float: right;
	margin: 0 auto;
	padding-top: 63px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.topnav ul{
	width: 497px;	
	margin: 0 auto;
	padding: 0 0px;
}
.topnav li{
     margin: 0 0px;
     float: left;
     list-style: none;
}
.topnav ul li.home a{
	background: url(images/nav0.jpg) no-repeat bottom;
	display: block;
	width:77px;
	height:43px;
}
.topnav ul li.home a:hover{
	background: url(images/1nav0.jpg) no-repeat bottom;
	width:77px;
	height:43px;
}
.topnav ul li.about a{
	background: url(images/nav1.jpg) no-repeat bottom;
	width:68px;
	height:43px;
	display: block;
}
.topnav ul li.about a:hover{
	background: url(images/1nav1.jpg) no-repeat bottom;
	width:68px;
	height:43px;
}
.topnav ul li.learn a{
	background: url(images/nav2.jpg) no-repeat bottom;
	width:68px;
	height:43px;
	display: block;
}
.topnav ul li.learn a:hover{
	background: url(images/1nav2.jpg) no-repeat bottom;
	width:68px;
	height:43px;
}
.topnav ul li.products a{
	background: url(images/nav3.jpg) no-repeat bottom;
	width:104px;
	height:43px;
	display: block;
}
.topnav ul li.products a:hover{
	background: url(images/1nav3.jpg) no-repeat bottom;
	width:104px;
	height:43px;
}
.topnav ul li.custom a{
	background: url(images/nav4.jpg) no-repeat bottom;
	width:85px;
	height:43px;
	display: block;
}
.topnav ul li.custom a:hover{
	background: url(images/1nav4.jpg) no-repeat bottom;
	width:85px;
	height:43px;
}
.topnav ul li.contact a{
	background: url(images/nav5.jpg) no-repeat bottom;
	width:95px;
	height:43px;
	display: block;
}
.topnav ul li.contact a:hover{
	background: url(images/1nav5.jpg) no-repeat bottom;
	width:95px;
	height:43px;
}
#home .topnav ul li.home a {
	background: url(images/1nav0.jpg) no-repeat bottom;
	width:77px;
	height:43px;
}
#about .topnav ul li.about a {
	background: url(images/1nav1.jpg) no-repeat bottom;
	width:68px;
	height:43px;
}
#learn .topnav ul li.learn a {
	background: url(images/1nav2.jpg) no-repeat bottom;
	width:68px;
	height:43px;
}
#products .topnav ul li.products a {
	background: url(images/1nav3.jpg) no-repeat bottom;
	width:104px;
	height:43px;
}
#custom .topnav ul li.custom a {
	background: url(images/1nav4.jpg) no-repeat bottom;
	width:85px;
	height:43px;
}
#contact .topnav ul li.contact a {
	background: url(images/1nav5.jpg) no-repeat bottom;
	width:95px;
	height:43px;
}

/*body*/
div#main {
	background-color:#080808;
	width:810px;
	margin: 0 auto;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	overflow: hidden;
}
.welcome {
	width:208px;
	height:100%;
	float: right;
	margin-right:15px;
	margin-top:15px;
	margin-left:0px;
	margin-bottom:0px;
	padding: 0 0px;
	}
	
.imageholder {
	width:523px;
	height:244px;
	float: left;
	background: url(images/fakearea1.jpg) no-repeat;
	}

.productstable {
	float: left;
	width:801px;
	height:424px;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:0px auto;
	margin-right:0px auto;
	padding-top:35px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background: url(images/productsbg.jpg) no-repeat;
	}

	
.subhead1 {
	margin-top:10px;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:0px;
	float:left;
	}
.subhead2 {
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:0px;
	float:left;
	}
.subhead3 {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	float:right;
	}
.subhead1, .subhead2, .subhead3 {
	padding:0 0px;
	width:205px;
	}
.bottomtext1 {
	margin:0 auto;
	padding:0 0px;
	text-align:center;
	text-transform:uppercase;
	font-family:"tahoma", Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
.bottomtext2 {
	margin:0 auto;
	padding:0 0px;
	text-align:center;
	text-transform:uppercase;
	font-family: "century goth",Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;
	}
.greenline {
	color:#8cbd16;
	font-size:14px;
	padding-left:3px;
	padding-right:3px;
	}
