﻿body
{
    background-position: center top;
    font-family: Arial;
    margin: 0px;
    background-image: url(images/bg-page5.png);
    background-repeat: repeat-y;
}
h1
{
    font-size: 14pt;
    font-weight: bold;
    color: #333333;
    margin: 3px;
    width: 100%;
}
h2
{
    font-size: 12pt;
    font-weight:bold;
    color: gray;
    margin: 2px;
}
p
{
    font-size: 10pt;
    color: #333333;
}
li
{
    font-size: 10pt;
    color: #333333;
}

a:link, a:visited
{
    font-weight: bold;
    color: #005100;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    color: #005100;
    text-decoration: underline;
}

/************   HEADER   ******************/
#header
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
}
#header-right
{
    width: 20%;
    float: right;
    text-align: right;
    font-size: 8px;
}
#header-left
{
    width: 18%;
    float: left;
}
#header-center
{
    width: 60%;
    text-align: center;
    font-size: 14pt;
    float: left;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #9B9B9B;
    margin-top: 5px;
}
/************   NAV   ******************/
#nav
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
    padding-bottom: 0px;
    border-bottom: solid 1px black;
    font-size: 10pt;
}
#bread
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
    font-size: 8pt;
    height: 10px;
}  
.StaticMenuItem
{
    color: #183603; 
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
}

.StaticMenuHover
{
    color: #183603;
    background-color: #FF9933;
    text-decoration: none;
}
.StaticMenuSelected
{
    color: #ffffff;
    background-color: #999999;
}
.DynamicMenuItem 
{
    color: #183603;
    background-color: white;
    margin: 2px;
    padding: 5px;
}
.DynamicMenuHover 
{
    color: #183603;
    background-color: #FF9933;
    text-decoration: none;
}
.DynamicMenuSelected
{
    color: #183603;
    background-color: #FF9933;
} 
/************   FOOTER   ******************/
#footer
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
    font-size: 8pt;
    border-top: solid 1px black;
}
#footer-right
{
    width: 48%;
    float: right;
    text-align: right;
}
#footer-left
{
    width: 48%;
    float: left;
}
/************   OTHER   *********************/
#content
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
}
/************   COLUMNS   *********************/
#column-holder
{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
#column-left
{
    width: 30%;
    float: left;
    padding: 5px;
    border-right: solid 1px black;
}
#column-right
{
    width: 67%;
    float: right;
    padding: 5px;
}
#top
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
}
#bottom
{
    width: 850px;
    margin: 0px auto;
    padding: 5px;
}
/************   HOMEPAGE   *********************/

#column-holder-home
{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
/************   CORNERS   *********************/
.roundcont
{
    width: 850px;
    border: solid 1px #eaeaea;
    margin: 0px auto;
}
.roundcont-class
{
    margin: 0 10px;
}
.roundtop
{
    background-image: url(images/corner-top-right.png) no-repeat top right;
}
.roundbottom
{
    background-image: url(images/corner-bottom-right.png) no-repeat top right;
}
img.corner
{
    width: 20px;
    height: 20px;
    border: none;
    display: block !important;
}
.fade
{
    color: #EAEAEA;
}
.listprice
{
    text-decoration: line-through;
}