/*------------------------------------------------------------------------------
Main style sheet most likely used for all pages, except for the products and
shopping cart

version 0.1 Beta
email: ifubad@comcast.net
------------------------------------------------------------------------------*/

/*##############################################################################
All common page elements like navigation, footer, etc.
##############################################################################*/

/*Banner----------------------------------------------------------------------*/
#banner {
    height: 139px;
    background-image: url(../images/banner.jpg);
    background-color: #A6876A;
}

#banner img {
    float: left;
    margin-top: 45px;
}

/*Main Navigation-------------------------------------------------------------*/

#mainNav {
    border-bottom: 2px solid #9D0000;
    background: #FFFFFF url(../images/banner-small-left.jpg) no-repeat top left;
}

#mainNav1 {
    background: url(../images/banner-small-right.jpg) no-repeat top right;
}

#mainNavSub {
    float: left;
    position: relative;
    left: 50%;
}

#mainNavSub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: -50%;
}

#mainNavSub ul li {
    display: block;
    float: left;
    margin: 0 1px;
    position: relative; /* must set <li> position to center correctly in IE6 */
}

#mainNavSub ul li a {
    display: block;
    float: left;
    line-height: 1.75em;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
    background: #ADADAD url(../images/main-nav-tabs.png) no-repeat 0 0;
}

#mainNavSub span {
    display: block;
    line-height: 1.75em;
    padding-right: 10px;
    background: url(../images/main-nav-tabs.png) no-repeat 100% 0;
}

#mainNavSub a:link, #mainNavSub a:visited {
    color: #000000;
}

#mainNavSub a:hover, #mainNavSub a:active {
    color: #FFFFFF;
    background-color: #CD0000;
    background-position: 0 -32px;
}

#mainNavSub a:hover span, #mainNavSub a:active span {
    background-position: 100% -32px;
}

#mainNavSub img {
    padding: 2px 3px 0;
    float: left;
}

#mainNavSub input#cart {
    float: left;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    height: 1.75em;
    padding-bottom: 2px;
    background: url(../images/cart-nav-tab.png) no-repeat 0 0;
}

body.home #home a,
body.reproductions #reproductions a,
body.originals #originals a,
body.appraisal #appraisal a,
body.affiliate #affiliate a,
body.policy #policy a,
body.contact #contact a,
body.dealer #dealer a,
body.faq #faq a {
    cursor: default;
    background-color: #CD0000;
    background-position: 0 -32px;
} /* highlight the currently selected main navigation tab */

body.home #home a span,
body.reproductions #reproductions a span,
body.originals #originals a span,
body.appraisal #appraisal a span,
body.affiliate #affiliate a span,
body.policy #policy a span,
body.contact #contact a span,
body.dealer #dealer a span,
body.faq #faq a span {
    color: #FFFFFF;
    background-position: 100% -32px;
} /* highlight the currently selected main navigation tab */

/*Footer----------------------------------------------------------------------*/

#footer {
    line-height: 2.5em;
    font-size: 8pt;
    color: #A4A4A4;
    padding: 0 5px;
    border-top: 2px solid #9D0000; /*dark red*/
}

#subFooter {
    float: right;
}

#subFooter a {
    text-decoration: none;
}

#subFooter a:link {
    color: #A4A4A4; /*grey*/
}

#subFooter a:hover, #subFooter a:active {
    color: #C40000; /*red*/
    border-bottom: 1px dotted;
}

#subFooter #webDesign {
    border: 1px solid #A4A4A4;
    -moz-border-radius: 4px;
    padding: 0 .5em;
}