/***** *****/

body
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    min-width: 995px;
    min-height: 100.01%; 
    background-color: #ffffff;
    background-image: url('/images/menu_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    line-height: 1.5em;
}

/***** Layout *****/

div#top
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -44px Auto;
}

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: -3px;
}

div#sidebar li.m_home
{
    background-image: url('/images/menu/home_off.jpg');
    height: 34px;
}

div#sidebar li.m_parts
{
    background-image: url('/images/menu/parts_off.jpg');
    height: 34px;
}        

div#sidebar li.m_welding
{
    background-image: url('/images/menu/welding_off.jpg');
    height: 34px;
}

div#sidebar li.m_painting
{
    background-image: url('/images/menu/painting_off.jpg');
    height: 34px;
}

div#sidebar li.m_towing
{
    background-image: url('/images/menu/towing_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 div.inv-specials
{
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px 0 0;
}

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 *****/

.contact-form { border: 1px dashed #000000; background-color:#f5fccc; }
.contact-title { color: #000000; font-size: 15pt; font-weight:bold; }
.contact-section td { padding: 2px; }

div#content
{
    width: 783px;
    margin: 0.5em Auto 1.0em Auto;
}

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 44px;
}

div#bottom
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    position: relative;
    bottom: 0;
}

div#footer
{
    margin-left: 190px;
    font-size: 70%;
    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;
}

.half { width: 49%; padding: 0;}

.brands-table { width:100%;}

.brands-table td { width:33.33%; text-align:center; font-weight:bold;}

.title-1 { font-weight: bold; color: #ffffff; }

.graphic-titles { padding-bottom:7px; text-align:center;}

.three-pics { height:166px; _padding:0; padding-bottom: 1.0em; _margin:0;}

.three-pics div { width: 33.33%; float: left; text-align: center; }
.three-pics img { _margin: 0; margin-left: 5px; }
.three-pics div div { _margin: 0; margin-left: 6px;}

.three-pics-with-info { height:230px; padding-bottom: 1.0em;}

.three-pics-with-info div { width: 33.33%; float: left; text-align: center;}
.three-pics-with-info * {_margin-left: 0; _margin-right: 0;}

.center { margin: 0 auto; }
    
.pic { border: 1px solid  #000000; }
 
h3 { padding-bottom:0px;}

/***** *****/

