﻿body
{
    font-family: Verdana;
    font-size: smaller;
    background-color: Silver;
    padding: 0;
    margin: 0;
    border: 0;
    color: #800000;
}
#topWide
{
    width: 100%;
    /*height: 82px;*/

    padding: 0px 2px 0px 2px;
}
#topCenter
{
    width: 630px;
    margin-left: auto;
    margin-right: auto;
    color: #800000;
    background-image: url(../SysImages/Banner.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px;
    border: thin ridge #C0C0C0;
    height: 60px;
}
#topLogo
{
    float: left;
    color: #800000;
    font-size: x-large;
}
#topMenu
{
    width: 635px;
    margin-left: auto;
    margin-right: auto;
    color: #800000;
    padding: 0px 2px 0px 2px;
    font-size: 8pt;
    
    background-color: White;
}
#contentArea
{
    width: 635px;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;

}

#leftColumn
{
    height: 600px;
    float: left;
    width: 150px;
}

#productMenu
{
    /*border: thin ridge #C0C0C0;*/
    width: 150px;
    /*background-color: Black;*/
    color: White;
    /*padding: 2px;*/
    margin-bottom: 5px;
}
#productSearch
{
    clear: both;
    border: thin ridge #C0C0C0;
    width: 190px;
    background-color: Black;
    color: White;
    padding: 2px;
    margin-bottom: 5px;
}
#content
{
    background-color: White;
    width: 475px;
    float: right;
    border: thin ridge #C0C0C0;
    
    padding: 3px;
    
    margin-right: 0px;
}
#rightColumn
{
    height: 600px;
    float: right;
    width: 117px;
}
#basket
{
    float: right;
    border: thin ridge #C0C0C0;
    width: 115px;
    background-color: Black;
    color: White;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 8pt;
}
.OLDmenuHeading
{
    background-color: #800000;
    color: White; /*     color: #C0C0C0; */
    width: 183px;
    padding-left: 7px;
}
.OLDbasketHeading
{
    background-color: #800000;
    color: White; /*     color: #C0C0C0; */
    width: 110px;
    padding-left: 1px;
}
.picBorder
{
    margin: 4px;
}
.menuSubGroup
{
    width: 195px;
    
}
.textHeader
{


}
.pageText
{
    color: Black;
    
}
.menuHeaders
{
    background-color: #800000;
    color: White; /*     color: #C0C0C0; */
    padding-left: 7px;
}



