﻿body {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

/* 
------------------------------------------------------------
layout 
dk ivory - d4d4cc
lt ivory - f3f3ea
dk grey - 564b47
------------------------------------------------------------
*/
#container {
    width: 970px;
    padding: 0px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #767672;
}
#header {
    background-image: url(images/blackIvory.jpg);
    background-repeat: no-repeat;
    background-color: #f3f3ea;
    padding: 0px;
    margin: 0px;
    height:100px;
    border: solid 1px #767672;
}
#outer {
    border-left: solid 200px #f3f3ea;
    background-color: #ffffff;
}
#inner {
    margin: 0px;
    padding: 5px;
    width: 100%;
}
#left {
    width: 198px;
    float: left;
    position: relative;
    margin-left: -198px;
    margin-right: 1px;
    padding: 0px;
}
#content {
    position: relative;
    margin: 0px;
    min-height: 600px;
    
}
#footer {
    clear: left;
    background-color: #d4d4cc;
    padding: 0px;
    margin: 0px;
    height: 21px;
    border-top: 1px solid #767672;
    border-bottom: 1px solid #767672;
}

/* 
------------------------------------------------------------
general font, colors, spacing, etc... 
------------------------------------------------------------
*/
#header h1, #footer h1 {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin: 0px;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}
a  
{
    color: black;
}
a:hover  
{
    color: #820507;
}
a:active  
{
    color: black;
}
/*
------------------------------------------------------------
 category menu classes
------------------------------------------------------------
*/
.menu, .menu a {
    font-family: Arial;
    border-top: 1px solid #767672;
    border-left: 1px solid #767672;
    width: 192px;
    color: #000000;
    background-color: #f3f3ea;
}
.menuLevel1 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 2px 4px 2px;
    border-right: 1px solid #767672;
    border-bottom: 1px solid #767672;
}
.menuLevel2 {
    font-size: 11px;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    border-right: 1px solid #767672;
    border-bottom: 1px solid #767672;
}
.menuLevel3 {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    border-right: 1px solid #767672;
    border-bottom: 1px solid #767672;
}
.menuLevel4 {
    font-size: 10px;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    border-right: 1px solid #767672;
    border-bottom: 1px solid #767672;
}
.menuLevel5 {
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    border-right: 1px solid #767672;
    border-bottom: 1px solid #767672;
}
.menuSel {
    color: #FFFFFF;
}
.menuHover, .menuHover a {
    color: #000000;
    background-color: #d4d4cc;
}

/*
------------------------------------------------------------
 category page classes
------------------------------------------------------------
*/

.catPageBar, .catPageBar a {
    font-size: 11px;
    text-align: right;
}
.catBreadcrumbs, .catBreadcrumbs a {
    font-size: 11px;
    font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
}
.catSpotlight {
    font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
    width: 560px;
    height: 710px;
    margin: 2px;
    float: left;
    border: 1px solid #564b47;
    padding: 2px;
    text-align: center;
}
.catSpotlight img {
    margin-top: 64px;
    border: 0px;
}
.catSpotlight .catProdName {
    width: 432px;
    font-size: 15px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}
.catSpotlight .catProdPrice {
    float: right;
    font-weight: bold;
    font-size: 14px;
    margin-right: 60px;
}
.catSpotlight .catProdAddToCart {
    float: left;
    font-size: 12px;
    margin-left: 60px;
}
.catSpotlight .catProdAddToCart a {
    text-decoration: none;
    color: #000000;
}
.catSpotlight .catProdAddToCart a:hover {
    text-decoration: underline;
}

.catFeatured {
    font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
    width: 180px;
    height: 170px;
    margin: 2px;
    float: left;
    border: 1px solid #564b47;
    padding: 2px;
    text-align: center;
}
.catFeatured img {
    margin-top: 6px;
    border: 0px;
}
.catFeatured .catProdName {
    width: 160px;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.catFeatured .catProdPrice {
    float: right;
    font-size: 12px;
    font-weight: bold;
    
}
.catFeatured .catProdAddToCart {
    float: left;
    font-size: 11px;
    
}
.catFeatured .catProdAddToCart a {
    text-decoration: none;
    color: #000000;
}
.catFeatured .catProdAddToCart a:hover {
    text-decoration: underline;
}

.catNormal {
    font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
    width: 140px;
    height: 180px;
    margin: 2px;
    float: left;
    border: 1px solid #564b47;
    padding: 2px;
    text-align: center;
}
.catNormal img {
    margin-top: 6px;
}
.catNormal .catProdName {
    width: 160px;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    height: 26px;
    
}
.catNormal .catProdPrice {
    float: right;
    font-size: 12px;
    font-weight: bold;
   
}
.catNormal .catProdAddToCart {
    float: left;
    font-size: 11px;
}
.catNormal .catProdAddToCart a {
    text-decoration: none;
    color: #000000;
    
}
.catNormal .catProdAddToCart a:hover {
    text-decoration: underline;
}

/*
------------------------------------------------------------
 product page classes
------------------------------------------------------------
*/

.product .prodName {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
   
}
.product .prodPrice {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}
.product .prodAddToCart {
    text-align: right;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.prodThumb {
    margin: 4px;
}

.prodImgLarge {
    width: 452px;
    float: left;
    text-align: center;
}

.prodDesc {
    margin-left: 462px;
     padding-right: 20px;
}

.btnCheckout {
    width: 75px;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 26px;
    border: solid 1px black;
    background-color: #E0A051;
}

.btnCheckoutRow {
    text-align: right;
}

/*
------------------------------------------------------------
 footer menu classes
------------------------------------------------------------
*/

.menuFooterItem {
    display: inline-block;
    padding: 4px;
    color: #666666;
    float: right;
}
.copyright {
    display: inline-block;
    padding: 4px;
    color: #666666;
    float: left;
}

/*
------------------------------------------------------------
 content area classes
------------------------------------------------------------
*/

#content .inputPrompt {
    font-weight: bold;
    font-size: 11px;
    width: 200px;
    line-height: 19px;
    display: inline;
}
#content .inputBox {
    font-size: 11px;
}
#content .inputButton {
}

#content .pagecontent {
    padding: 44px 10px 10px 10px;
}
