body {
	background-color:#000000; 
	margin:0px;width:100%;}
	
	
h1{ color: #AED05B;
	font-family: "Arial", sans-serif;
	font-size:18pt;
	padding-bottom:20px;
	padding-top:20px;

}

h2{
	margin-bottom: 10px;
	line-height: 200%;
	color: #AED05B;
	font-family: "Arial", sans-serif;
	font-size:16pt;
}
	
h3{
	color: #AED05B;
	font-family: "Arial", sans-serif;
	font-size:11pt;
	line-height:200%;
	vertical-align: top;
}

h4{
	margin-bottom: 10px;
	line-height: 200%;
	font-size:11pt;
	color: #AED05B;
}

p{
font-family:"Arial", sans-serif;
line-height: 200%;
font-size: 11pt;
color: #FFFFFF;
margin-bottom:10px;
}

li {line-height:200%;
color: #FFFFFF;
list-style-type:disc;
font-size: 11pt;
margin-left:20px;}

ul {line-height:200%;
color: #AED05B;}

#wrap {
	width:100%; 
	margin:auto;
	background-color:#000000;
}

#outertop {
	width:100%; 
	margin:auto;
	height:150px;
	background-color:#000000;
	background-image:url(../images/.jpg); 
	background-repeat: repeat-x;
}

#outerheader {
	width:700px; 
	margin:auto;
}

#header {
	width:700px;
	height:140px;
	margin:auto;
	float:left;
	background-image:url(../images/header.gif); 
	background-repeat: no-repeat;
}

#topnav{
	width:700px;
	height:40px;
	margin:auto;
	float:left;
	text-align:center;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding-top:5px;
}

#topnav a {
	width:158px;
	text-align:center;
	font-family: "Arial", sans-serif;
	font-weight:normal;
	color: #AED05B;
	line-height:200%;
	font-size:12pt;
	display:inline;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	padding-left:10px;
	padding-right: 10px;
}	

#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#outermain {
	width:100%; 
	margin:auto;
	clear:both;
	background-color:#000000;
	background-image:url(../images/mainbg.jpg); 
	background-repeat: repeat-x;
	float:left;
}

#innermain {
	width:700px; 
	margin:auto;
	background-color:#000000;
}	

#main{
	width:700px;
	margin:auto;
	background-color:#000000;
	float:left;
	padding-bottom: 20px;
}

a {
	display:inline;
	color: #AED05B;
	font-size: 11pt;
	}
	
a:hover {
	display:inline;
	color: #FFFFFF;
}
.display-box{
	width: 100px;
	height:170px;
	
}
table{
	width:685px;
	margin-top:15px;
	}
td{
	padding:10px;
	text-align:left;
	border: 1px solid #AED05B; 
	vertical-align:top;}
.center{text-align:center;}

#outerfooter {
	width:100%; 
	margin:auto;
	background-color:#000000;
	height: 140px;
	clear:both;
	background-image:url(../images/footerbg.jpg); 
	background-repeat: repeat-x;
}
	
#footer {
	clear:both;
	width:700px;
	height: 100px;
	margin:auto;
	text-align:center;
	padding-top: 20px;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	font-family: "Arial", sans-serif;
	color: #FFFFFF;
	line-height:200%;
	font-size:10pt;
	display:inline;
}

#footer a {
	display:inline;
	color: #AED05B;
	font-size: 10pt;
	}
	
#footer a:hover {
	display:inline;
	color: #FFFFFF;
}

.top {
	width: 546px;
	height:10px;
	float:left;
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-top:20px;
}

.top a  {
	color: #AED05B;
	text-decoration: none;
	font-size:10pt;
}
	
.top a:hover  {
	color: #AED05B;
	text-decoration: underline;
}
	
/* order/contact form*/
	
.form {
	width:400px;
	border: 1px solid #AED05B;
	padding:20px;
	float:left;
}
	
label{
	font-family:Arial,sans-serif; 
	color:#AED05B;
	font-size:11pt;
	font-weight:bold; 
	text-align:left;
	margin:0px;
	padding-right:10px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
} 

.submit{
	float:right;
	background-color: #AED05B;
	margin-left: 10px;
	margin-bottom:10px;
	margin-top:15px;
	padding:2px;
	width:80px;
	height:25px;
	color: #000000;
}	

.italic {
	font-style:italic;}
.highlight {
	color: #AED05B;
	font-weight:bold;
}