/***** Body stuff *****/

body
{
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #E5E54E;
}

/***** Layout *****/

div.gradient
{
    height: 512px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -502px;
    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: 0px Auto 10px Auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #FFFFFF;
    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: 150px;
    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;
    padding-top: 13px;
    background-image: url('/images/menu/menu_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar a, div.sidebar a:visited, div.sidebar a:hover
{
    border: none;
    text-decoration: none;
}

div.sidebar ul.menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sidebar ul.menu li
{
    height: 35px;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

/***** Expanding Menus on the Sidebar *****/

div.expando
{
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/inventory_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando div.exptop
{
    height: 35px;
    background-image: url('/images/menu/inventory_top.jpg');
}

div.expando div.expbottom
{
    height: 15px;
    background-image: url('/images/menu/inventory_bottom.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.expando div.expcontent ul
{
    margin: 0px;
    padding: 2px 15px;
    list-style: none;
    background-image: url('/images/menu/inventory_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando ul li
{
    /* min-height: 20px; */
    height: auto;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: none;
}

div.expando ul li a, div.expando ul li a:visited
{
    color: #A80000;
    text-decoration: none;
}

div.expando ul li a:hover
{
    color: #0000DD;
    text-decoration: none;
}

div.sidebar div.inv_specials
{
    margin-top: 16px;
}

div.sidebar div.inv_specials div.inv_specials_title
{
    margin-bottom: 12px;
    font-family: Cambria, Times New Roman, Times, Serif;
    font-size: 16px;
    line-height: 24px;
    color: #A80000;
    font-weight: bold;
    font-style: italic; 
    font-variant: small-caps;
    text-align: center;
}

div.sidebar div.inv_specials div.inv_specials_title span
{
    border-bottom: 2px solid #A80000;
}

/***** Sidebar Logos *****/

/***** 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 *****/
    line-height: 1.42em;
}

div.content div.section
{
    clear: both;
    overflow: auto;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0;
    margin: 0;
    font-family: Georgia, Times, 'Times New Roman', Serif;
    font-weight: bold;
    font-style: italic;
    color: #A80000;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 34px;
}

div.content h2
{
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
}

div.content h3
{
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
}

div.content a, div.content a:visited
{
    color: #A80000;
}

div.content a:hover
{
    color: #0000DD;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 16px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content div.seperator
{
    clear: both;
    height: 0px;
    padding: 0;
    margin: 0 Auto 16px Auto;
    border-top: 2px solid #A80000;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

/***** Contact Page *****/

div.content span.red
{
    font-weight: bold;
    color: #A80000;
}

/***** Bottom & Footer *****/

div.logos
{
    position: relative;
    bottom: -30px;
    margin-top: -80px;
}

div.footer
{
    float: right;
    width: 720px;
    margin: 0px 20px 0px 0px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #404040;
    color: #404040;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #404040;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #404040;
}

div.footer a:hover
{
    color: #404040;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

/***** Photos and Such (includes .pic for backwards compatibility) *****/

div.content .photo, div.content .pic
{
    border: 1px solid #A80000;
}

/***** Contact Form *****/

div.contact_top
{
    width: 100%; 
    height: 260px; 
    margin-bottom: 10px; 
}

div.contact_form
{
    margin-bottom: 16px;
    border: 1px solid #A80000;
    background-color: #F8F8F8;
    text-align: center;
}

div.contact_form div.left_side
{
    float: left;
    width: 330px;
    margin: 5px 0px 5px 15px;
}

div.contact_form div.right_side
{
    float: right;
    width: 330px;
    margin: 5px 15px 5px 0px;
}

div.contact_form div.left_side div, div.contact_form div.right_side div
{
    padding: 5px 0;
}

div.contact_form div.buttons
{
    clear: both;
    width: 100%;
    margin: 10px Auto;
    text-align: center;
}

form#frmContact fieldset
{
    margin: 0 Auto;
    padding: 0;
    border: 0px solid #FFFFFF;
    text-align: left;
}

form#frmContact label
{
    font-size: 12px;
    font-weight: bold;
}

form#frmContact input.contact_field, form#frmContact textarea.contact_field
{
    width: 320px;
}

form#frmContact input.contact_city
{
    width: 140px;
}

form#frmContact input.contact_state
{
    width: 60px;
}

form#frmContact input.contact_zip
{
    width: 80px;
}
