﻿body 
{
    width: 975px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    overflow-x: hidden;
}
div.topbanner
{
    width: 100%;
    height: 60px;
    background-image: url(../images/texture_green.jpg);
}
div.topbannertext
{
    font-family: Arial;
    position: relative;
    top: 12px;
    left: 165px;
    width: 800px;
}
div.subbanner
{
    width: 100%;
    height: 20px;
    background-color: yellowgreen;   
}
div.subbannertext
{
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 4px;   
    color: White;
    float: right;
    width: 530px;
    padding-left: 0px;
    padding-top: 1px;
}
div.bannerlinks
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    float: left;
    padding-left: 10px;
}
div.textcontrols
{
    float: left;
    font-family: Verdana;
    font-size: 12px;
    color: White;
    padding-top: 2px;
}
div.navigation
{
    width: 220px;
    float: left;
    margin-top: 3px;
}
div.mainbody
{
    width: 600px;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}
div.subnavigation
{
    width: 100%;
    background-color: #336600;
}
div.submainbody
{
    width: 100%;
    margin-top: 10px;
}
div.reverseheader
{
    background-color: #97DF00;
    color: White;
    height: 15px;
    font-family: Verdana;
    font-size: 12px;
    vertical-align: bottom;
    text-indent: 5px;
    margin-bottom: 10px;
}
table.products_nav
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table.productslayout
{
    border-collapse: collapse;
    margin-left: 50px;
    margin-top: 50px;
    font-family: Verdana;
    font-size: 13px;
    width: 100%;
}
table.productslogin
{
    border-collapse: collapse;
    margin-left: 50px;
    margin-top: 50px;
    font-family: Verdana;
    font-size: 13px;
    width: 550px;
}
td.productscell
{
    padding-bottom: 15px;
    padding-right: 15px;
    vertical-align: top;
}
td.topcell
{
    background-color: #794195;
    height: 25px;
    vertical-align: middle;
    border-bottom: solid 3px white;
}
td.tophovercell
{
    background-color: #ddb1ff;
    height: 25px;
    vertical-align: middle;
    border-bottom: solid 3px white;
}
td.topselectedcell
{
	background-color: #a66fc4; 
	color:#000000;
	height: 25px;
	vertical-align: middle;
	border-bottom: solid 3px white;
}
td.topmenucell
{
    background-color: #a66fc4;
    height: 25px;
    vertical-align: middle;
    border-bottom: solid 0px white;
}
td.subcell
{
	background-color: White;
	height: 18px;
	width: 10px;
	vertical-align: middle;
}
td.subhovercell
{
    background-color: #ddb1ff;
    height: 18px;
    width: 10px;
    vertical-align: middle;
}
td.subselectedcell
{
	background-color: #D5FF53; 
	color:#000000;
	height: 18px;
	width: 10px;
	vertical-align: middle;
}
td.subrowdivider
{
    background-color: Black;
    height: 1px;
}
a.toplink
{
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    padding-left: 7px;
}
a:hover.toplink
{  
	color: #000000;
}
a.sublink     
{ 
	font-size: 13px; 
	color: Black;
	margin-top:0; 
	margin-bottom:0;
	text-decoration: none;
	padding-left: 2px;
}
a:hover.sublink
{  
	color: #a66fc4;
}
a.subselectedlink     
{  
	font-size: 13px; 
	color: #000000; 
	text-decoration: none;
	padding-left: 2px; 
}
a:hover.subselectedlink
{ 
}
div.topmenucell
{
    font-family: Verdana;
    font-size: 15px;
    color: White;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    padding-left: 7px;
}
.textsizecontrol
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 3px;
    text-decoration: underline;
}