body{
margin:0;
padding:0;
line-height: 1.5em;
background: #434343;
font-family: Trebuchet MS, Lucida Grande, sans-seriff;
}

#maincontainer{
width: 920px; /*Width of main container*/
margin: 24px auto auto auto; /*Center container on page*/
background: #ffffff;
border: 4px solid #000000;
}

#topsection{
border-bottom: 8px solid #000000;
height: 120px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
padding: 8px 8px 8px 8px;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -920px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
padding: 4px 0;
}

.innertube{
}

h1.logo {
background: url('../images/header2.jpg') top left no-repeat;
text-indent: -10001px;
width: 920px;
height: 120px;
padding: 0;
margin: 0;
}

h3
{
	margin: 0;
	padding: 0;	
}

#navcontainer {
	font-size: 18px;
	font-weight: bold;
	}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li 
{
	margin: 0;
}

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 200px;
color: #fff;
background-color: #ADC1AD;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
background-image: url('../images/nav.jpg');
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #fff;
background-color: #889E88;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url('../images/navhover.jpg');
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 185px;
color: #fff;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
font-size: 16px;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #889E88;
text-decoration: none;
}

img.product {
	float: left;
	margin-right: 8px;
}

p.wrap 
{
	margin: 0 8px 0 8px;
	padding: 0;
}

p.description {
	font-size: 12px;
	line-height: 1.25em;
}

span.subhead { 
	font-weight: bold;
	font-size: 14px;
}
span.specHead
{
	font-weight: bold;
	font-size: larger;	
}

table.product {
	border-collapse: collapse;
	border: thin solid #434343;
}

th.product {
	background-color: #9E2F35;
	color: white;
}
th.productInverse 
{
	background-color: white;
	color: #9E2F35;
	border: thin solid #434343;
}
td.productInverse
{
	background-color: #DFE3E6;
}
div.productdiv{
	 padding: 0px 8px 0px 8px;
}

table.apwa {
	width: 336px;
}

table.apwa td {
	width: 112px;	
	font-size: 12px;
	text-align: center;
}

table.apwa tr td img {
	display: block;
	margin: 0 auto;
}

h2.heading {
	color: #9E2F35;
	margin-left: 8px;
}

table.legend {
	font-size: 14px;
	border-collapse: collapse;
	border: solid thin black;
	width: 399px;
}

table.legend td 
{
	border: solid thin black;
	text-align: center;
}

table.legend2 {
	font-size: 12px;
	border-collapse: collapse;
	border: solid thin black;
	width: 100%;
}

table.legend2 td 
{
	border: solid thin black;
	white-space: nowrap;
}
table.legend2 th.main 
{
	background-color: #9E2F35;
	color: White;
	white-space: nowrap;
}
table.legend2 th.sub
{
	background-color: #DFE3E6;
	border: solid thin black;
	white-space: nowrap;
}
table.tags td
{
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
table.styledLegend
{
	border-collapse: collapse;
	border: solid thin #434343;
}
table.styledLegend td
{
	border: solid thin #434343;
	text-align: center;
}
table.styledLegend th
{
	background-color: #9E2F35;
	color: white;	
	border: solid thin #434343;
}	