﻿body
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    margin: 20px 10px 10px 10px;
    background-color: #75ab35;
}
a
{
    color: #1d7339;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.mainDiv
{
    width: 784px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    padding: 0px 20px 20px 20px;
    background-color: White;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.leftColumn
{
    float: left;
    width: 210px;
    margin: 0px 10px 0px 0px;
}
.logoBox
{
    width: 210px;
    height: 143px;
    margin: 0px 0px 10px 0px;
}
.searchBox
{
    border: solid 1px #1d7339;
    width: 208px;
    margin: 0px 0px 10px 0px;
}
.searchErrMsg
{
    margin: 0px 0px 3px 8px;
    font-size: 11px;
}
.txtSearch
{
    font-size: 11px;
    margin: 2px 0px 5px 6px;
    width: 150px;
}
.btnSearch
{
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #1d7339;
    border: outset 1px;
    margin: 2px 0px 5px 0px;
    width: 36px;
}
.leftNavigation
{
    border: solid 1px #1d7339;
    width: 208px;
}
.productsLink, .productsLink:hover
{
    color: White;
    text-decoration: none;
}
.boxLabel
{
    color: White;
    background-color: #1d7339;
    font-weight: bold;
    padding: 3px 3px 4px 5px;
    margin: 0px 0px 3px 0px;
}
.leftMenus
{
    margin: 1px 2px 5px 5px;
}
.rightColumn
{
    float: left;
    width: 560px;
}
.adSpace
{
    width: 560px;
    height: 100px;
    margin: 0px 0px 10px 0px;
}
.topNavigation
{
    height: 20px;
    margin: 0px 0px 0px 0px;
}
.topNavigation a
{
    font-weight: bold;
    text-decoration: none;
}
.navBtn
{
    border: solid 1px White;
    text-align: center;
    height: 18px;
    float: right;
    padding: 2px 5px 0px 5px;
    cursor: pointer;
}
.navBtn:hover
{
    border: solid 1px #1d7339;
}
.mainContent
{
    width: 556px;
    padding: 6px 4px 0px 4px;
}
.adImg
{
    border: none;
    width: 556px;
    height: 100px;
}
.randomTips
{
    border: solid 1px #999999;
    background-color: #efefef;
    float: left;
    width: 192px;
    margin: 10px 10px 0px 0px;
    font-size: 11px;
    color: #666666;
    padding: 8px;
}
.Footer
{
    float: none;
    text-align: center;
    width: 784px;
    padding: 10px 20px 12px 20px;
    margin: 0px auto 0px auto;
    font-size: 11px;
    color: #999999;
    background-color: White;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.mozscroll 
{
    position: absolute;
    top: 0px; bottom: -1px;
    visibility: hidden;
}