﻿body 
{
    margin-top: 0px;
    background: #fff url(../siteImages/background_tile.gif) repeat-x left top;
    font-family: Arial, Helvetica, Sans-Serif;
}

#site-container
{
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}

#header
{
    background: #560A0B url(../siteImages/header_background.jpg) no-repeat;
    width: 970px;
    height: 170px;
}

#content
{
    background: url(../siteImages/home_top_right.gif) no-repeat top right;
    width: 100%;
}

*.contentholder
{
    float: left;
    height: 260px;
}

*.mainLeft
{
    width: 200px;
    padding-top: 22px;
    
}

*.mainMiddle
{
    width: 405px;
    padding: 22px 20px 0px 20px;
}

*.news dt
{
    margin-left: 10px;
    margin-bottom: 8px;
}

*.mainRight
{
    width: 280px;
    padding: 25px 20px 0px 25px;
}

*.mainLeft, *.mainMiddle
{
    background: url(../siteImages/content_divider.gif) no-repeat top right;
}

#footer
{
    width: 100%;
    text-align: center;
    font-size: 9px;
    margin-top: 60px;
}

*.featureBox
{
    background-color: #E3CFCF;
    padding: 15px;
    border: solid 3px #e8e8e8;
    float: right;
    margin: 0px 0 10px 10px;
    width: 200px;
}

*.featureBox *.quotes
{
    color: #5A0607;
    font-family: Georgia, Times, Serif;
    font-size: 18px;

   
}

*.featureBox h3
{
    color: #5A0607;
    font-family: Georgia, Times, Serif;
    margin-top: 0px;
    font-size: 13px;
}

/* text styles */
a
{
    color: #560A0B;
}

a:hover
{
    
}

h1
{
    color: #700a0b;
    font-family: Georgia, Times, Serif;
    font-size: 25px;
    font-variant: small-caps;
    font-weight: normal;
}

h2
{
    color: #959595;
    font-family: Georgia, Times, Serif;
    font-size: 18px;
    font-weight: normal;
}

/*** secondary pages **/

*.sideNav
{
    width: 220px;
    padding: 40px 20px 0px 10px;
    background: url(../siteImages/content_divider.gif) no-repeat top right;
    float: left;
    height: 250px;
}

*.sideNav dl
{

}

*.sideNav dt
{
    text-align: right;
    margin-bottom: 8px;
    
}

*.sideNav a
{
    text-decoration: none;
    color: #666; 
    font-size: 14px;
    font-weight: bold;
}

*.sideNav a:hover
{
    color: #560A0B;
}

*.contentArea
{
    float: left;
    width: 650px;
    padding: 20px 25px 0px 20px;
}

#content p, #content dt
{
    font-size: 11px;
    line-height: 150%;
    margin-top: -10px;
    margin-bottom: 25px;
}

#content td
{
    vertical-align: top;
}

#content td p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

*.productLogo
{
    margin-right: 10px;
    float: left;
    margin-bottom: 8px;
}

*.imageBorder
{
border: solid 3px #e8e8e8;
margin-bottom: 5px;
}

*.adminForm
{
}

*.adminForm th
{
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

*.adminForm td
{
    padding: 5px;
}

*.adminForm *.button
{
    text-align: center;
}

*.message
{
    color: #ff0000;
    font-size: 13px;
    font-style: italic;
}

*.adminTable *.header
{
    text-align: left;
    background-color: #560A0B;
    color: #fff;
    font-size: 13px;
}

*.adminTable *.row1
{
    background-color: #d8d8d8;
}

*.adminTable td
{
    padding: 5px 3px;
    font-size: 12px;
}

*.adminTable *.links
{
    padding-left: 10px;
}