﻿/* Structure */
body {
	background:#000000;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	}
div#outer {    
	width: 720px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
}
div#header {    
	padding: 0px;    
	margin: 0px;    
	text-align: left;
	width: 720px;
}
div#header table td 
{
    vertical-align: top;
    }

.nav-box {
	float: left;
	width:243px;
	margin:0px auto;
	padding: 0px;
	background:#242424 url(images/topnav-left.gif) repeat-y left top;
}

#main-box {
	float: left;
	width:692px;
	margin:0px auto;
	padding: 0px;
	background:#000 url(images/main-left.gif) repeat-y left top;
	font-size: .9em;
}

.nav-box-top {
	width:100%;
	height:9px;
	background:url(images/topnav-top.gif) no-repeat left top;
	overflow:hidden
}
.main-box-top {
	width:100%;
	height:13px;
	background:url(images/main-top.gif) no-repeat left top;
}

.nav-box-top span {
	display:block;
	position:relative;
	height:9px;
	background:url(images/topnav-top-right.gif) no-repeat right top;
}
.main-box-top span {
	display:block;
	position:relative;
	height:15px;
	background:url(images/main-top-right.gif) no-repeat right top;
}

.box-content-nav {
	position:relative;
	background:url(images/topnav-right.gif) repeat-y right top;
    padding: 2px 15px 10px 15px;
	margin: -3px 0px -5px 0px;
	min-height:20px;
    height:auto !important;
    height:20px;
}
.box-content-main {
	position:relative;
	background:url(images/main-right.gif) repeat-y right top;
	padding: 11px 15px 10px 15px;
	margin: -3px 0px -8px 0px;
	min-height:370px;
    height:auto !important;
    height:370px;
}
.nav-box-bottom {
	width:100%;
	height:8px;
	background:url(images/topnav-bottom.gif) no-repeat left top;
	
	
}
.main-box-bottom {
	width:100%;
	height:13px;
	background:url(images/main-bottom.gif) no-repeat left bottom;
}
.nav-box-bottom span {
	display:block;
	position:relative;
	height:8px;
	background:url(images/topnav-bottom-right.gif) no-repeat right top;
	overflow:hidden;
}
.main-box-bottom span {
	display:block;
	position:relative;
	height:13px;
	background:url(images/main-bottom-right.gif) no-repeat right bottom;
}
.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}
div#footer 
{   
	padding: 10px 0px 0px 10px;
	margin: 0px;
	width: 720px;
    font-size:.7em;
    color: #eaeaea;
    text-align: left;
}

/* Fonts */
body, table, td, p, div  {
	font-family: Arial, Helvetica, sans-serif;
	color: #eaeaea;
}
p {
	margin:0px 0px 20px 0px;
	padding: 0px;
}
h1
{
    font-size: 1.4em;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #00A950;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
}
h2 
{
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #00A950;
    font-style: normal;
}
h3 
{
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}


/* Links */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #00A950;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* Navigation */

div.top-nav 
{
    padding-top: 2px;
}

div.top-nav a:link, div.top-nav a:visited {
   	font-size: .8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00A950;
	text-decoration:none;
	border: none;
	background: none;
	padding: 2px 4px 2px 4px;
   }
   
div.top-nav a:hover, div.top-nav a:active {
   color: #FFFF00;
   text-decoration:none;
   }
   
div#link1 {
	background-image: url(images/link1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	font-size: xx-small;
	float: left;
	margin-right: 10px;
}
div#link1 a, div#link1 a:link, div#link1 a:visited, div#link1 a:active {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 53px;
	background-image: url(images/link1.jpg);
	background-repeat: no-repeat;
	height: 52px !important;
	height: 52px;
	font-size: xx-small;
	text-decoration: none;
	border: none;	
}
div#link1 a:hover {
background: none;
}
   
div#link2 {
	background-image: url(images/link2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	font-size: xx-small;
	float: left;
	margin-right: 10px;
}
div#link2 a, div#link2 a:link, div#link2 a:visited, div#link2 a:active {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 45px;
	background-image: url(images/link2.jpg);
	background-repeat: no-repeat;
	height: 52px !important;
	height: 52px;
	font-size: xx-small;
	text-decoration: none;
	border: none;	
}
div#link2 a:hover {
background: none;
}

div#link3 {
	background-image: url(images/link3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	font-size: xx-small;
	float: left;
}
div#link3 a, div#link3 a:link, div#link3 a:visited, div#link3 a:active {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 66px;
	background-image: url(images/link3.jpg);
	background-repeat: no-repeat;
	height: 52px !important;
	height: 52px;
	font-size: xx-small;
	text-decoration: none;
	border: none;	
}
div#link3 a:hover {
background: none;
}
      
   
/* Forms */
table#contactform {
width: 90%; 
text-align: left; 
margin-top: 0px; 
padding-top: 0px;
}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
} 

form {
margin: 0px;
padding: 0px;
}

form table#orderform td input 
{
    background: black;
    }

.check input {
font-weight: bold;
border: none;
background: none;
color: #ccccff;
font-size: 1.1em;
padding: 0px;
margin: 0px;
}

.button 
{
font-weight: bold;
letter-spacing: 1px;
background: #cccccc;
color: black;
margin: 10px 0px 10px 0px;
width: auto;
overflow: visible;
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-image: url(images/button-slice.gif);
background-repeat: repeat-x;
font-size: 85%;
}

