/* GLOBAL STYLES */

html, body, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; line-height: 1.65em; }

h1{ font-size: 24px; font-family: Times, Georgia, serif; font-weight: normal; color: #683D00; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px; }
h2{ font-size: 20px; font-family: Times, Georgia, serif; font-weight: normal; color: #683D00; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
h3{ font-size: 18px; font-family: Times, Georgia, serif; font-weight: normal; color: #683D00; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
h4{ font-size: 16px; font-family: Times, Georgia, serif; font-weight: bold; color: #683D00; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
h5{ font-size: 14px; font-family: Times, Georgia, serif; font-weight: bold; color: #683D00; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }
h6{ font-size: 12px; font-family: Times, Georgia, serif; font-weight: bold; color: #683D00; margin: 10px 0px 5px 0px; padding: 10px 0px 5px 0px; }

* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px solid #AE9866; }

body{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #2B281B;
    background: url(/images/body_bg.jpg) repeat top left;
}

#pageContainer{
    margin: 10px auto 0px auto;
    width: 760px;
    text-align: left;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    background: url(/images/header.jpg) no-repeat top left;
    color: #FFFFFF;
    height: 110px;
}

#logoLink{
    position: absolute;
    left: 13px;
    top: 14px;

    width: 86px;
    height: 85px;
    border: 0px solid #FFFFFF;
    text-decoration: none;
}
#logoLink img{
    width: 86px;
    height: 85px;
    border: 0px solid #FFFFFF;
}

/* END LOGO STYLES */






/* MENUBAR STYLES */
#menubar{
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: #D19B19 url(/images/menubar.jpg) no-repeat top left;
    color: #453B24;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
#tmenu{
    display: table;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    white-space: nowrap;
    width: auto;
    min-height: 23px;
    height: auto;
}

#tmenu li{
    position: relative;
    display: table-cell;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
#tmenu a{
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px 12px;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
    color: #453B24;
}

#tmenu a:hover{
    color: #FFFFFF;
}


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 21px;
    left: 0;
    list-style: none;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: auto;
}


#tmenu li ul li{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
    width: 100%;
    height: auto;
}
html>body #tmenu li ul li{
    width: auto;
    height: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 100%;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #757575;
    color: #000000;
    border-top: 1px solid #838383;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
html>body #tmenu li .ul li a{
    width: auto;
}
#tmenu li ul li a span{
    background-image: none;
    display: inline;
    height: auto;
    color: #8D0303;
}

#tmenu li ul li a:hover{
    background-color: #7D8B96;
    background-image: none;
    text-decoration: none;
    color: #EE0000;
    text-transform: none;
}
#tmenu li ul li a:hover span{
    border: 0px solid #000000;
    background-image: none;
    color: #ff0000;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */







/* LEFT MENU STYLES */

#dleftmenu{
    position: absolute;
    z-index: 10000;
    height: auto;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#dleftmenu li{
    position: relative;
    float: left;

    list-style: none;
    margin: 0px 0px 1px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    min-height: 18px;
}

#dleftmenu li a{
    display: block;

    background-color: #53669A;

    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;

    height: auto;
    min-height: 14px;

    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: .04em;


    white-space: normal;

    opacity: .85;
}

#dleftmenu li a:hover{
    background-color: #E8A7D2;
    color: #53669A;
}


/* DROP DOWN MENU */
#dleftmenu li ul{
    position: absolute;
    top: 0px;
    left: 212px;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: auto;

    overflow: hidden;
}


#dleftmenu li ul li{
    float: left;
    background: none;
    margin: 0px;
}

#dleftmenu li ul li a{
    display: block;
    padding-left: 18px;
    margin: 0px;

    width: auto;
    min-width: 250px;

    white-space: nowrap;
    background-image: none;

    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
}


 /* END DROP DOWN MENU */

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}

#contentContainer{
    z-index: 5000;
    background-color: #6C5330;
    border: 1px solid #000000;
}
#content{
    float: right;
    position: relative;
    background-color: #C6AD73;
    border-left: 0px solid #453B24;
    border-top: 12px solid #6C5330;
    padding: 10px;
    margin: 0px;
    height: auto;
    width: 534px;
    min-height: 505px;
}

#columnLeft{
    position: relative;
    float: left;
    width: 175px;
    height: auto;
    min-height: 414px;
    text-align: left;

    margin: 0px;
}

#footer{
    font-size: 9px;
    text-align: center;
    color: #DCBAB9;
}

#copyright{
    min-height: 31px;
    background-color: #2C271C;
    color: #846A44;
}

#copyright #copyString{
    float: left;
    margin-top: 3px;
}


#copyright div{ padding: 2px 4px 2px 4px; font-size: 10px; }
#copyright a{ color: #846A44; font-weight: normal; font-size: 10px; text-decoration: none;}
#copyright a:hover{ color: #FFFFFF; text-decoration: underline; }

#copyright .clearBoth{
    margin: 0px; padding: 0px;
}

#bmenu{
    list-style: none;
    margin: 3px 16px 0px 0px;
    padding: 0px;
    float: left;
    width: auto;
}
#bmenu li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#bmenu li a{
    color: #846A44;
    padding: 0px 4px;
    margin: 0px;
    height: auto;
    float: left;
    border-left: 1px solid #846A44;

}

#bmenu li a#bma_0{
    border-left: 0px solid #846A44;
}

#bmenu li a:hover{
    color: #FFFFFF:
}

#bbb a{
    font-size: 9px;
}

div.contactInfo{
    text-align: center;
    padding: 20px 0px;
}

#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #53669A url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    text-decoration:none;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    color: #000000;
    padding: 4px 0px;
    border-bottom: 1px solid #000000;
}
td.cellHeader{
    padding: 4px 0px;
    font-size: 11px;
    height: 16px;
    color: #000000;
}
td.cell{
    color: #000000;
    padding: 5px 10px;
    font-size: 11px;
    text-align: left;
}
td.cellOdd{
    padding: 5px 10px;
    color: #000000;
    font-size: 11px;
    background-color: #D6BD83;
    text-align: left;
}
td.cellError{
    padding: 2px 10px;
    font-size: 11px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    font-weight: normal;
    color: #2B281B;
    border: 1px solid #6C5330;
}

a.button, a.buttonOver{
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #B1000B; text-decoration: underline; }
a:hover{ color: #6B4816; }
a.cellHeader{ color: #325374; text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ color: #3D78BA; text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

.contentText0 a, .contentText1 a, .contentText2 a{
    font-weight: normal;
}
a.newsletterPrivacy{ font-size: 10px;}


/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }

.clearBoth, .dispTable{
    clear: both;
    font-size: 1%;
}
.dispTable{
    display: table;
    margin: 8px 0px;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 3px 8px;
    top: 6px;
    left: 0px;

    font-weight: bold;
    color: #566673;
    font-size: .95em;

    background-color: #E9E9E9;
}

h1.large a{color: #566673; font-weight: normal; font-size: .95em; }
h1.large a:hover{ color: #E02829; }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 15px 0px 8px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    margin-top: 8px;

    width: 658px;
    height: 468px;

    text-align: center;
    overflow: hidden;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 0px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 648px;
    height: auto;
    clear: both;
    display: table;
}

ul.subgalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.subgalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 191px;
}

ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 124px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERY */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#ieHistoryHack{
    /* display: none; */
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#ieHistoryHack{
    display: none;
}

/* end featured properties */



.button{
    margin-left: 3px;
    padding: 2px;
    background-color: #D19B19;
    border: 1px outset #524220;
    vertical-align: top;
    color: #524220;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.button:hover, .buttonOver{
    background-color: #D19B19;
    opacity: .90;

    border: 1px inset #524220;

    color: #524220;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
}
