/***** *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #FEFBDC;
}

/***** Layout *****/

table.wrapper
{
    height: 100%;
    width: 960px;
    min-height: 100%;
    margin: 0 Auto;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #FEFBDC;
    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_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

/***** 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;
}

div.content h1
{
    padding: 0 0 16px 0;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: normal;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
}

div.content h2
{
    padding: 0 0 16px 0;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: normal;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
}

div.content h3
{
    padding: 0 0 16px 0;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: normal;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
}

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;
}

/***** Rotator on the home page. *****/

div.rotate_outer
{
    float: right;
    width: 302px;
    height: 322px;
    margin: 8px 0 8px 15px;
    text-align: center;
}

div.rotate_inner
{
    float: right;
    width: 300px;
    height: 300px;
    border: 1px solid #000000;
}

div.rotate_outer span.caption
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

/***** 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;
}

/***** The Shipping Info Page *****/

div.content ul.shipping li
{
    padding-left: 32px;
}