.body {
	background-color: #002D62;
	margin: 20px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#036;
}

h1, .p1 {
	font-size:20px;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	}
	
h2, .p2 {
	font-size:14px;
	margin: 0;
	padding: 0;
	}
	
#contact h2, #contact .p2 {
	font-size:14px;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
	
h3 {
	font-size:12px;
	margin: 0;
	padding: 0;
	}	
	
p { 
	font-size:11px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height:140%;
	}
	
.verdana10ltbl {
	color:#9CF;
	font-size:10px;
	}
	
.verdana20wht {
	color:#FFF;
	font-size:30px;	
	}
	
.verdana12wht {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	}
	
#name, #company, #city, #phone, #fax, #email, #coname, #coemail{
	border: #CCC solid 1px;
	width:200px;
	height:19px;
	}
	
#coemail{
	margin-left:2px;
	}
	
#state, #zip{
	border: #CCC solid 1px;
	width:95px;
	height:19px;
	}
	
#comments{
	border: #CCC solid 1px;
	width:440px;
	height:100px;
	margin-bottom:10px;
	}
	
#search {
	border: #CCC solid 1px;
	width:150px;
	height:19px;
	}
	
form{
	margin:0px;
	padding:0px;
	}
/* SubNav Links */
#subnav {
	width: 725px;
	text-align:center;
	position: relative;
	right:2px;
	}
	
#subnav a {
	text-decoration:none;
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
	}

#subnav a:hover {
	text-decoration:underline;
	color:#9CF;
	}

	
/* Main Links */

a {
	text-decoration:none;
	color:#036;
	}
	
a:hover {
	color:#9CF;
	text-decoration:underline;
	}

/* Categories Links */

#categories ul {
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 2px 0px 2px 6px;
	list-style:none;
	}
	
#categories li {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	text-align:left;
	}

#categories a {
	text-decoration:none;
	color:#036;
	}
#categories a:hover {
	background-color:#036;
	color:#fff;
/*	padding:2px;*/
	}

/* Header & Footer Links */

#headernav a, #footernav a {
	text-decoration:none;
	color:#FFF;
	font-size:10px;
	}

#headernav a:hover, #footernav a:hover {
	text-decoration:underline;
	color:#9CF;
	font-size:10px;
	}
#footernav {
	line-height: 150%;
	}
	
	
/* Spectrum Link */

#spectrum a {
	text-decoration:none;
	color:#CCC;
	font-size:10px;
	}

#spectrum a:hover {
	text-decoration:underline;
	color:#9CF;
	font-size:10px;
	}	
	
/* Static Content Styles */
#content {
	width:100%;
	}
	
#content td, #privacy td{
	vertical-align:top;
	text-align:left;
	padding:10px;
	}
	
/* Products Links & Images */
#products{
	text-align:center;
	vertical-align:top;
	width:100%;
	}
	
#products p, #products h2, #productinfo, #products .p2 {
	text-align:left;
}

#products img, #special img {
	margin: 0px 0px 5px 0px;
	border: #CCC solid 1px;
	}

#products a img, #special a img{
	border: #CCC solid 1px;
	}

#products a:hover img, #special a:hover img{
	border: #9CF solid 1px;
	}	
	
#breadcrumb {
	padding: 6px 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid #CCC;
	}
	
#breadcrumb a {
	text-decoration: underline;

	}
#productinfo {
	width:100%;
	background-color:#fff;
	color:#036;
	border:#ccc solid 1px;
	}
#productinfo td {
		padding:6px;
	}
#productinfo td, #products td, #special td {
	vertical-align:top;
	padding:8px;
	}
	
#special td {
	text-align:center;
	}
	
/* Contact Styles */

#content #contact td{
	margin: 0px;
	padding: 0px;
	}
	
#content #contact p{
	margin: 0px;
	padding: 0px;
	}
	
/* Brand Styles */
#brands {
	width:500px;
/*	text-align:center;*/
	padding:0px;
	border:0px;
	}
	
#brandcontent td{
	vertical-align:top;
	padding:0px;
	border:0px;
	}
	
#brandcontent p{
	text-align:left;
	}
	
#brandcontent a {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left:10px;
	margin-left:2px;
	text-decoration:underline;
	}
	
.logo {
	margin: 0px 4px 6px 0px;
	float:left;
	}

/* Inventory Styles */
#inventory {
	text-align:center;
	background-color:#fff;
	border-collapse: collapse;
	width: 100%;
	}
	
#inventory td {
	border:#ccc solid 1px;
	padding:8px;
	margin:0px;
	width:100px;
	}
	
#inventory th {
	text-align:center;
	border:#ccc solid 1px;
	color:#fff;
	background-color:#002D62;
	font-weight:bold;
	padding:4px;
	margin:0px;
	}

#inventory a {
	text-decoration:underline;
	}
	
#inventory img {
	border:#ccc solid 1px;
	margin:5px 0px 5px 0px;
	}
	
.error {
	font-size: 12px;
	color: #f00;
	font-weight: bold;
}

#privacy {
	width:750px;
	margin: 0px;
	padding: 0px;
	}

p.featured-header {
font-size: 16px;
font-weight: bold;
padding: 0;
}

#featured {
border-top: dotted #036 1px;
padding: 15px 0 0 0;
}

#featured-int {
background: url(../images/featured-int-back.png) repeat-x;
float: left;
padding: 8px;
width: 235px;
}

#featured-int2 {
background: url(../images/featured-int-back.png) repeat-x;
float: right;
padding: 8px;
width: 235px;
}

#featured a.featured-name {
clear: right;
float: left;
font-size: 13px;
font-weight: bold;
margin: 0 0 10px 0;
text-decoration: underline;
}

#featured a.featured-name:hover {
color: #000;
}

#featured .featured-product {
border: solid #fff 2px;
float: left;
margin: 0 10px 10px 0;
}

#featured p {
font-size: 11px;
}