/***** *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    background: #eaeaea url('/images/layout/body_bg.jpg') left top repeat-x;
}

/***** Layout *****/

div.gradient
{
    height: 512px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -512px;
    background-image: url('/images/layout/body_gradient.jpg');
    background-position: center top;
    background-repeat: repeat-x;
}

table.wrapper
{
    height: 100%;
    width: 960px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin: 0 Auto;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #f2f2f2;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    vertical-align: top;
}

table.wrapper td.bottom
{
    vertical-align: bottom;
}

/***** Header *****/

div.header
{
    width: 100%;
    height: 140px;
    background-image: url('/images/layout/header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** Sidebar *****/

div.sidebar
{
    float: left;
    width: 200px;
    min-height: 310px;
    _height: 310px;
    _margin-right: -3px;                                        /***** IE 6 Bug *****/
    background-image: url('/images/menu/menu_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar ul.menu
{
    margin-top: 13px;
}

div.sidebar ul.menu li
{
    height: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -3px;                                       /***** IE 6 Bug *****/
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.jpg');
}

div.sidebar ul.menu li.m_cars
{
    background-image: url('/images/menu/off/cars.jpg');
}

div.sidebar ul.menu li.m_services
{
    background-image: url('/images/menu/off/services.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

div.sidebar div.specials
{
    text-align: center;
}

div.sidebar div.specials table
{
    margin: 2px Auto;
}

div.sidebar div.specials div.title
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}

div.sidebar div.specials img.inv-thumb
{
    border: 1px solid #000000;
    margin: 0;
    padding: 0;
}

/* .featured-title { text-align: center; font-style: italic; font-weight: bold; padding-right: 25px;}
.inv-special-picture { border: 1px solid #666666;}
.inv-special-frame { padding: 0; } */

div.sidebar div.logos
{
    margin: 20px Auto 10px Auto;
    text-align: center;
}

div.sidebar div.logos img
{
    margin-bottom: 10px;
}

/***** The phone strip. *****/

div.strip
{
    height: 36px;
}

/***** Content *****/

div.content
{
    float: right;
    width: 720px;
    margin: 5px 20px 16px;
    min-height: 400px;                                       /***** footer overlap sidebar fix *****/
    _height: 400px;
    line-height: 1.42em;
}

div.content h1, div.content h2, div.content h3
{
    font-family: Times New Roman, Times, Serif;
    font-weight: bold;
    font-style: italic;
    color: #142C4D;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    padding: 0 0 16px 0;
    font-size: 28px;
    line-height: 34px;
}

div.content h2
{
    padding: 0 0 16px 0;
    font-size: 22px;
    line-height: 28px;
}

div.content h3
{
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 18px;
    line-height: 22px;
}

div.content a, div.content a:visited
{
    color: #FF0000;
    text-decoration: none;
}

div.content a:hover
{
    color: #0000FF;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 40px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content .bold_under_em
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

div.content div.standout
{
    margin: 0 Auto 16px Auto;
    padding: 25px 25px;
    border: 1px solid #142C4D;
    background-color: #dae0e5;
}

div.content div.standout p
{
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
    font-style: italic;
    color: #142C4D;
    text-align: center;
}

/***** Bottom & Footer *****/

div.footer
{
    margin: 0 20px 0 220px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #663800;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #4d1709;
    text-decoration: underline;
}

div.half
{
	width: 49.5%;
}

/***** The Home Page *****/

div.specials
{
    margin-bottom: 16px;
    text-align: center;
}

div.specials table
{
    width: auto;
    margin: 0px Auto;
}

div.specials div.spec-thumb
{
    margin: 5px;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

div.specials div.spec-thumb div
{
    width: 120px;
    height: 90px;
    overflow: hidden;
}

div.specials div.spec-thumb img
{
    float: left;
    _margin-left: -3px;
}

/***** The Contact Page *****/

div.contact h3
{
	text-align: left;
}

div.contact p
{
	padding-left: 1em; padding-right: 1em;
}

div.content div.boxed
{
    background: #ffffdd;
    border: 1px dotted #142C4D;
    padding: .5em;
}

div.boxed h3
{
	margin: 0;
	padding-bottom: .5em;
}

div.boxed p
{
	margin: 0;
	padding-bottom: .5em; 
}
