/***** Body stuff *****/

body
{
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #335980;
}

/***** 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_kitchen-hoods
{
    height: 51px;
    background-image: url('/images/menu/off/kitchen-hoods.jpg');
}

div.sidebar ul.menu li.m_ductwork
{
    background-image: url('/images/menu/off/ductwork.jpg');
}

div.sidebar ul.menu li.m_commercial
{
    background-image: url('/images/menu/off/commercial.jpg');
}

div.sidebar ul.menu li.m_specialty
{
    background-image: url('/images/menu/off/specialty.jpg');
}

div.sidebar ul.menu li.m_kitchens
{
    background-image: url('/images/menu/off/kitchens.jpg');
}

div.sidebar ul.menu li.m_wholesale
{
    background-image: url('/images/menu/off/wholesale.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

/***** Inventory Categories on the Sidebar *****/

div.sidebar div.inventory
{
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/inventory_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.sidebar div.invtop
{
    height: 34px;
    background-image: url('/images/menu/inventory_top.jpg');
}

div.sidebar div.invcontent
{
    text-align: center;
}

div.sidebar div.invbottom
{
    height: 15px;
    background-image: url('/images/menu/inventory_bottom.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.sidebar div.invcontent ul
{
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

div.sidebar div.invcontent ul li
{
    min-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-variant: small-caps;
    background-image: url('/images/menu/inventory_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.sidebar div.invcontent ul li a, div.sidebar div.invcontent ul li a:visited
{
    color: #993D0F;
    text-decoration: none;
}

div.sidebar div.invcontent 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: #993D0F;
    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 #993D0F;
}

/***** Sidebar Logos *****/

div.logos
{
    width: 200px;
    margin: 16px 0 12px 0;
    text-align: center;
    overflow: auto;
}

/***** 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: #993D0F;
    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 h2.ghost-sites 
{
    margin: 0 0 12px 0;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

div.content h3
{
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
}

div.content a, div.content a:visited
{
    color: #993D0F;
}

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 #993D0F;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
}

/***** Contact Page *****/

div.content span.red
{
    font-weight: bold;
    color: #A80000;
}

/***** Bottom & Footer *****/

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 #993D0F;
    color: #993D0F;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #993D0F;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #993D0F;
}

div.footer a:hover
{
    color: #993D0F;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    font-style: italic;
    color: #993D0F;
}

/***** Photos and Such (includes .pic for backwards compatibility) *****/

div.content .photo, div.content .pic
{
    border: 1px solid #993D0F;
}

/***** Contact Form *****/

div.contact_top
{
    width: 100%; 
    overflow: auto;
    margin-bottom: 16px; 
}

div.contact_form
{
    margin-bottom: 16px;
    border: 1px solid #993D0F;
    background-color: #F8F8F8;
    text-align: center;
}

div.contact_form table.columns tr td
{
    padding: 10px 10px;
    text-align: left;
    vertical-align: top;
}

div.contact_form table.columns tr td.leftside div
{
    padding-bottom: 8px;
}

div.contact_form div.buttons
{
    clear: both;
    width: 100%;
    margin: 0 Auto;
    padding: 10px 0;
    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 table.location
{
    width: auto;
}

form#frmContact table.location tr td
{
    padding: 0 10px 0 0;
}

form#frmContact input.contact_city
{
    width: 140px;
}

form#frmContact input.contact_state
{
    width: 60px;
}

form#frmContact input.contact_zip
{
    width: 80px;
}

form#frmContact div.recaptcha
{
    padding-top: 10px;
}

form#frmContact div.recaptcha p
{
    margin: 0 0;
    padding: 0 0;
    font-size: 12px;
    font-weight: bold;    
}
