﻿* { margin: 0; padding: 0; vertical-align: top; }

html,
body,
form#aspnetForm
{
    width: 100%;
    height: 100%;
}

body 
{
    background: #f0f0f0 url(/images/bg.png) top left repeat-y;
    min-height: 100.01%;
}

h2 
{
    margin: .5em 0 .25em 0; 
    font-weight: bold; 
    font-variant: small-caps; 
    font-style: italic;
}

h3
{
    margin: .5em 0 .25em 0; 
    font-size: 18px;
    font-weight: bold; 
    font-variant: small-caps; 
    font-style: italic;
    line-height: 24px;
}

p 
{
    line-height: 1.4em; 
    margin-left: 5px; 
    margin-right: 5px;
}

a 
{
    color: #97253b;
}

a:hover
{
    text-decoration: underline;
    color: #c2a22f;
}

a img { border: none; }

strong { color: #97253b; }

.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; text-align: center; }

.pic.right { margin-left: 10px; }
.pic.left { margin-right: 10px; }

.half { width: 255px; padding: 0px 5px; }

/***** The wrapper table. *****/

table#wrapper
{
    border-collapse: collapse; 
    min-width: 780px;
    height: 100%;
    width: 100%;
}

td#top
{
    width: 100%;
    height: auto;
    min-width: 780px;
}

td#bottom
{
    height: 63px;
    vertical-align: bottom;
    text-align: center;
}

/***** The header DIV. *****/

div#header
{
    height: 110px;
    padding-top: 5px;
    background: #97253b url(/images/head_bg.png) top left repeat-x;
}

#header .logo
{
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 20;
}

/***** The content wrapper DIV. *****/

div#content_wrapper
{
    width: 100%;
    height: auto;
}

/***** The sidebar DIV *****/

#sidebar 
{
    width: 152px;
    float: left;
    _margin-right: -3px;
}

#sidebar ul.menu
{
    list-style-type: none;
}

#sidebar ul.menu li
{
    display: block;
    width: 152px;
    height: 32px;
    margin-bottom: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

#sidebar ul.menu li.m_battery { height: 52px; }

.m_home { background: url(/images/menu/off/home.png) }
.m_towing { background: url(/images/menu/off/towing.png) }
.m_service { background: url(/images/menu/off/service.png) }
.m_battery { background: url(/images/menu/off/battery.png); }
.m_storage { background: url(/images/menu/off/storage.png) }
.m_contact { background: url(/images/menu/off/contact.png) }

/***** The strip DIV *****/

#strip
{
    height: 63px;
    background: #f0f0f0 url(/images/strip_bg.png) repeat-x top left;
}

/***** Content DIV *****/

#content
{
    margin: 10px 10px 10px 162px;
}

#content_again
{
    width: 550px;
    margin: 0 auto;
}

#content ul
{
    margin: .25em 0em .25em 2em;
}

.pic {  border: 1px #97253b solid; }

p { margin-top: .5em; }

.servicelist
{
    border-collapse: collapse;
    width: 550px;
    background: #FFFFEE;
    border: 1px #97253b solid;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: .8em;
}

.servicelist td 
{
    padding: 1em;
}

.servicelist .title2
{
    font-weight: bold;
    color: #97253b;
    font-size: 1.25em;
}

table.servicelist ul
{
    padding-bottom: 1em;
}

div.testimonial
{
    margin: 1em;
    border: 1px #666666 solid;
    padding: .5em;
    background: #ffe;
}

div.testimonial div.author
{
    margin-top: .5em;
    text-align: right;
    font-style: italic;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: .8em;
}

/***** Footer DIV *****/

div#footer
{
    margin-left: 152px;
    text-align: center;
    padding: 5px 10px;
    font-size: 80%;
    color: #97253b;
}

div#footer ul.menu
{
    list-style-type: none;
    display: block;
}

div#footer ul.menu li
{
    display: inline;
}

div#footer p a
{
    text-decoration: none;
}

div#footer p a:hover
{
    text-decoration: underline;
}