/***** *****/

body
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    min-width: 995px;
    min-height: 100.01%; 
    background-color: #e6f2fc;
    background-image: url('/images/menu_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    font-size: 16px;
    font-weight:bold;
    line-height: 21px;
}

/***** Layout *****/

div#top
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -44px Auto;
}

.pic
{ 
    border: 1px #000000 solid; 
}

div.header_top
{
    width: 100%;
    height: 5px;
    background-image: url('/images/header_top.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    _margin-bottom: -13px;                                  /***** IE 6 Bug *****/
}

div#header
{
    width: 100%;
    height: 110px;
    vertical-align: top;
    background-image: url('/images/header_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#header img
{
    _margin: 0 0 -3px 0;                                       /***** IE 6 Bug *****/
}

div#sidebar
{
    float: left;
    width: 190px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/images/menu_top.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div#sidebar ul
{
    margin-top: 15px;
}

div#sidebar li
{
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -4px;
}

div#sidebar li.m_home
{
    background-image: url('/images/menu/home_off.jpg');
    height: 34px;
}

div#sidebar li.m_inventory
{
    background-image: url('/images/menu/inventory_off.jpg');
    height: 34px;
}

div#sidebar li.m_contact
{
    background-image: url('/images/menu/contact_off.jpg');
    height: 34px;
}

div#sidebar li.specials
{
    height: auto !important;
    height: 193px;
    min-height: 193px;
    text-align: center;
    color: #fff;
    vertical-align: top;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(/images/shine.jpg) no-repeat left top;
}

div#strip
{
    height: 30px;
    margin-left: 20px;
    background-image: url('/images/strip_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#strip img.phone
{
    float: right;
    margin-bottom: -4px;
}

div#wrapper
{
    margin-left: 190px;
}

/***** Content *****/

div#content
{
    width: 785px;
    margin: 0.5em Auto 1.0em Auto;
    padding-right: 10px;
    font-weight:bold;
}

td { font-weight: bold; }

.home-table
{
    margin: 0 auto;
}

.contact-table
{
    font-size: 15px; 
    margin: 0 auto;
}

.contact-table td
{
    vertical-align: middle;
    padding-bottom: 1em;
}

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 44px;
}

div#bottom
{
        _width: expression(document.body.clientWidth < 997? "995px" : "100%");
}

div#footer
{
    margin-left: 190px;
    font-size: 80%;
    line-height: 1em;
    text-align: center;
}

div#footer p
{
    width: 785px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div#footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
}

div#footer a, a:visited
{
    color: #000000;
}

div#footer a:hover
{
    color: #0000FF;
}

/***** *****/