html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a, textarea{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

h1,h2,h3,h4,h5,h6{
    color: #544C39;
}

h3,h4,h5,h6{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #544C39;

    margin: 0px;
    padding: 0px;
}

/*############ LOGO STYLES ####################################*/

#pageContainer{
    position: relative;
    top: 0px;
    left: 0px;

    text-align: left;
    width: 100%;
}

#headerLeft{
    background-image: url(/images/headerLeft.jpg);
    background-repeat: no-repeat;
    background-position: top right;

    width: 155px;
    height: 122px;
}

#logo{
    background-image: url(/images/logo.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 176px;
    height: 122px;
}

#headerRepeat{
    background-image: url(/images/headerRepeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: auto;
    height: 122px;
}

#cartLinks{
    text-align: center;
    vertical-align: middle;

    width: 120px;
    height: 50px;
}
#cartLinks a{
    display: block;
    margin: 3px;
}

#topMenu{
    width: auto;
    height: 72px;
}

#headerRight{
    background-image: url(/images/headerRight.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 53px;
    height: 122px;
}

/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#menubar{
    position: relative;
    top: 9px;
    left: 0px;

    width: 100%;
    height: 14px;
    z-index: 10000;
}

#tmenu{
    position: relative;
    top: 0px;
    left: 0px;

    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#tmenu td{
    height: 14px;
    max-height: 14px;
    border-left: 1px solid #FDF9DF;
}
#tmenu td.first{
    border-left: none;
}

.tmenud{
    position: relative;
    height: 14px;
}

.tmenud a{
    display: block;
    width: auto;

    padding: 0px 6px;

    color: #FCC667;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.tmenud a:hover{
    color: #FDF9DF;
    text-decoration:none;
}

.dateHeader{
    color: #3D3696;
    font-size: 11px;
    font-weight: bold;
}

    /*################ DROP DOWN ##################################*/

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 21px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 120px;
    visibility: hidden;
}
html>body .tmenud .dropDownMenu{
    width: auto;
    min-width: 120px;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    min-width: 100%;
    height: auto;
}

.tmenud .dropDownMenu li a{
    display: block;
    padding: 3px 4px 2px 4px;
    margin: 0px;

    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    height: 15px;
    color: #FCC667;
    background-color: #544C39;
    border: 1px solid #FDF9DF;
    border-top: none;
    font-variant: normal;
    white-space: nowrap;
}
html>body .tmenud .dropDownMenu li a{
    width: auto;
    min-width: 100%;
}

.tmenud .dropDownMenu li a:hover{
    text-decoration: none;
    color: #FDF9DF;
    background-color: #736C5C;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

/*################ LEFT MENU ##################################*/
#leftSearch{
    position: absolute;
    top: 70px;
    left: 0px;

    z-index: 5000;
}

.newsContain{
    position: relative;

    width: 120px;
    margin: 16px 0px;

    text-align: center;
    color: #FDF9DF;
}
.newsContain a{
    font-weight: normal;
    font-size: 10px;
    color: #FDF9DF;
    text-decoration: underline;
}
.newsContain a:hover{ text-decoration: none; }

.newsContain .newsForm{
    padding: 2px;
    white-space: nowrap;
}
.newsContain .newsForm .ntext{
    width: 100px;
}
.newsContain .newsForm .button{
    width: 80px;
    margin-top: 4px;
}
.newsContain .newsForm .buttonOver{
    width: 80px;
    margin-top: 4px;
}

.dleftmenu{
    position: relative;
    z-index: 100;
    margin: 0px;
    width: 118px;
}

.dleftmenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li{
    list-style-type: none;
    color: #082A6E;
    width: 118px;
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li a{
    display: block;

    padding: 3px 0px 3px 15px;
    height: 14px;
    color: #FCC667;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #ABA778;
}

.dleftmenu ul li a:hover{
    width: auto;
    color: #FDF9DF;
    background-color: #A78255;
    text-decoration: none;
}


/*################ END LEFT MENU ##############################*/

/*################ COLUMN MAIN ################################*/

#columnLeft{
    background-image: url(/images/columnLeft.jpg);
    background-repeat: repeat-y;
    background-position: top right;

    vertical-align: top;
    padding-top: 30px;
    padding-right: 32px;
    width: 122px;
    height: auto;
}
html>body #columnLeft{
    width: 90px;
}

#columnMain{
    padding: 0px;
    font-size: 14px;
    color: #000000;
    background-color: #FDF9DF;

    vertical-align: top;
    width: auto;
}

#columnRight{
    background-image: url(/images/columnRight.jpg);
    background-repeat: repeat-y;
    background-position: top left;

    width: 53px;
    height: auto;
}

#content{
    position: relative;
    height: 300px;
    padding: 8px;
    z-index: 1000;
}
html>body #content{
    height: auto;
    min-height: 300px;
}

#footerLeft{
    background-image: url(/images/footerLeft.jpg);
    background-repeat: no-repeat;
    background-position: top right;

    width: 155px;
    height: auto;
}

#footerRepeat{
    background-image: url(/images/footerRepeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: auto;
    height: auto;
}

#footerRight{
    background-image: url(/images/footerRight.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 53px;
    height: auto;
}

#copyright{
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #FDF9DF;
    text-align: center;
}

#copyright a, #cartLinks a{
    font-weight: normal;
    font-size: 10px;
    color: #FDF9DF;
    text-decoration: underline;
}
#cartLinks a{ font-size: 12px; }
#copyright a:hover, #cartLinks a:hover{ text-decoration: none; }

#copyright div span{ margin: 2px 4px; }

#psearchbox{
    position: relative;
    top: -1px;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    height: 14px;
    width: 142px;
}

/*################ END COLUMN MAIN ############################*/

/*################ CONTENT TABLES #############################*/

table.cell, table.show{
    border: 1px solid #333333;
}

td.adminTitle{
    background-color: #544C39;
    border: 1px solid #ABA778;
    text-decoration:none;
    color: #DCAF5E;
    font-weight: bold;
    text-align: center;
}

td.cellHeader{
    background-color: #736C5C;
    border: 1px solid #000000;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}
td.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #F3F5FB;
    padding: 3px 8px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

td.cellOdd{
    background-color: #FCFCFF;
    padding: 3px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
}

    /*############ Product Styles #############################*/
td.productHeader{
    background-color: #544C39;
    border: 1px solid #000000;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}

td.productSelector{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #544C39;
    padding: 6px;
    text-align: left;
   white-space: nowrap;
    height: 16px;
}

td.prodLeft, td.prodMiddle, td.prodRight{
    border-left: 0px solid #544C39;
    border-top: 0px solid #544C39;
    border-right: 1px solid #544C39;
    border-bottom: 1px solid #544C39;
    padding: 10px 20px 10px 0px;
    text-align: center;
    vertical-align: middle;

    width: 33%;
    height: 140px;
}

td.prodLeft{
    padding: 10px 20px 10px 0px;
}

td.prodMiddle{
    padding: 10px 0px 10px 0px;
}

td.prodRight{
    border-right: none;
    padding: 10px 0px 10px 20px;
}

a.plist{
    text-decoration: underline;
    font-weight: bold;
}
a.plistCurrent{
    text-decoration: none;
    font-weight: bold;
}

table.postcard{
    border: 1px solid #544C39;
    background-color: white;
}

table.postcard td{
    padding: 10px;
    border-right: 1px solid #544C39;
    border-bottom: 1px solid #544C39;
}

    /*############ End Product Styles #########################*/
/*################ END CONTENT TABLES #########################*/

/*################ FORM ELEMENTS ##############################*/

input{
    background-color: #FDF9DF;
    color: #000000;
    border: 1px solid #000000;

    font-weight: normal;
    font-size: 12px;
}
#content input{
    background-color: #FFFFFF;
}

/* 0864C6 - BB291F */
input.button{
    background-image: url(/images/button.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    background-color: #7F756B;
    color: #FDF9DF;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 21px;
}

input.buttonOver{
    background-image: url(/images/button.jpg);
    background-repeat: repeat-x;
    background-position: -1px -1px;

    color: #FFFFFF;
    background-color: #736C5C;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 21px;
}

input.search{
    background-color: transparent;
    border: 0px solid #000000;
    background-image: url(/images/search_button.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;

    color: #FFFFFF;
    width: 86px;
    height: 21px;
    text-align: center;
    padding: 0px 0px 2px 2px;
}

select{
    background-color: #FCFCFF;
    color: #000000;
    border: 1px solid #000000;

    font-weight: normal;
    font-size: 12px;
}

/*################ END FORM ELEMENTS ##########################*/
/*################ ANCHORS ####################################*/

a{
    color: #A78255;
    font-weight: bold;
}
a:hover{
    color: #DCAF5E;
}

a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:hover{
    color:#FCFCFF;
}

a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.cellHeaderSmall:hover{
    color: #FCFCFF;
}

a.cell{
    text-decoration:none;
    font-weight: bold;
}
a.cell:hover{
}

a.cellLarge{
    text-decoration:none;
    font-weight: bold;
}
a.cellLarge:hover{
}

a.small{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

a.left{
    margin-left: 46px; color: #FFFFFF; text-decoration: none;
}

a.viewProd{
    display: block;
    margin: 7px 7px 0px 7px;
    padding: 7px 0px 0px 0px;
    border-top: 1px solid #544C39;
}

/*################ END ANCHORS ################################*/

/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin: 0px;
    padding: 0px;
}
/* END DON'T CHANGE */

/*used for the checkout page header text and for email header text*/
.boldHeader, .bold{
    font-weight: bold;
}

span.small{
    font-size: 12px;
}

span.large{
    color: #082A8E;
    font-weight: bold;
}

span.error{
    color: #FF0000;
    font-weight: bold;
}

span.good{
    color: #546396;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #082A8E;
    margin: 8px 0px 8px 0px;
}
div.hr2{
    height: 1px;
    width: 100%;
    border-top: 2px solid #544C39;
    margin: 8px 10px 8px 10px;
}

form{
    padding: 0px;
    margin: 0px;
}

table.center{
    margin-left: auto;
    margin-right: 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;
}


td.pad0{
    padding: 0px;
}

div.center{
    width: 100%;
    text-align: center;
}

div.right{
    width: 100%;
    text-align: right;
}

#tpainting, .shpainting{
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
#tpainting tr td, #tpainting tr td div{
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    text-align: center;
}
#tpainting tr td img{
    margin: 0px;
    padding: 0px;
}
#itopleft, #itopleftextra, #itopcenter, #itoprightextra, #itopright, #itopleft div, #itopright div{ height: 44px; background-repeat: no-repeat;}
#itopleft{ background-position: bottom right;}
#itopleftextra{ background-position: bottom left; width: 100%; }
#itopcenter{ background-position: bottom left; background-repeat: repeat-x; }
#itoprightextra { background-position: bottom right; width: 100%; }
#itopright{ background-position: bottom left; }

#imiddleright, #imiddlerighttopextra, #imiddlerightbottomextra{ width: 44px; background-repeat: no-repeat;}
#imiddlerighttopextra{ background-position: top left; height: 100%;}
#imiddleright{ background-position: top left; background-repeat: repeat-y; }
#imiddlerightbottomextra{ background-position: bottom left; height: 100%; }

#ibottomright, #ibottomrightextra, #ibottomcenter, #ibottomleftextra, #ibottomleft, #ibottomleft div, #ibottomright div{ height: 44px; background-repeat: no-repeat;}
#ibottomright{ background-position: top left; }
#ibottomrightextra{ background-position: top right; width: 100%; }
#ibottomcenter{ background-position: top left; background-repeat: repeat-x; }
#ibottomleftextra{ background-position: top left; width: 100%;}
#ibottomleft{ background-position: top right; }

#imiddleleft, #imiddlelefttopextra, #imiddleleftbottomextra{ width: 44px; background-repeat: no-repeat;}
#imiddleleftbottomextra{ background-position: bottom right; height: 100%; }
#imiddleleft{ background-position: top right; background-repeat: repeat-y; }
#imiddlelefttopextra{ background-position: top right; height: 100%; }

/* ####################################################################### */

.stopleft, .stopleftextra, .stopcenter, .stoprightextra, .stopright{ height: 22px; background-repeat: no-repeat;}
.stopleft{ background-position: bottom right; }
.stopleftextra{ background-position: bottom left; width: 100%; }
.stopcenter{ background-position: bottom left; background-repeat: repeat-x; }
.stoprightextra { background-position: bottom right; width: 100%; }
.stopright{ background-position: bottom left; }

.smiddleright, .smiddlerighttopextra, .smiddlerightbottomextra{ width: 22px; background-repeat: no-repeat;}
.smiddlerighttopextra{ background-position: top left; height: 100%;}
.smiddleright{ background-position: top left; background-repeat: repeat-y; }
.smiddlerightbottomextra{ background-position: bottom left; height: 100%; }

.sbottomright, .sbottomrightextra, .sbottomcenter, .sbottomleftextra, .sbottomleft{ height: 22px; background-repeat: no-repeat;}
.sbottomright{ background-position: top left; }
.sbottomrightextra{ background-position: top right; width: 100%; }
.sbottomcenter{ background-position: top left; background-repeat: repeat-x; }
.sbottomleftextra{ background-position: top left; width: 100%;}
.sbottomleft{ background-position: top right; }

.smiddleleft, .smiddlelefttopextra, .smiddleleftbottomextra{ width: 22px; background-repeat: no-repeat;}
.smiddleleftbottomextra{ background-position: bottom right; height: 100%; }
.smiddleleft{ background-position: top right; background-repeat: repeat-y; }
.smiddlelefttopextra{ background-position: top right; height: 100%; }

#poptContain{
    position: relative;
}

#poptionselectcontain{
    visibility: hidden;
}

.poptions, .pframes{
    width: 200px;
}


#content .poptions{
    padding-bottom: 16px;
}

#content .poptions .rdo{
    background-color: transparent;
    border: 0px solid #000000;
    color: #FFFFFF;
}

.toptions{
    border: 1px solid #000000;
    width: 200px;
}
.toptions tr td{
    border-left: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    padding: 2px;
    height: 28px;
    font-size: 10px;
}

.toptions tr td input{
    border: 0px solid #FFFFFF;
    background-color: transparent;
}

.toptions tr .pcell{
    font-weight: bold;
    background-color: #736C5C;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    height: 20px;
}
.toptions tr .pcell a{
    color: #FFFFFF;
    font-size: 13px;
}
.toptions tr .pcell a:hover{
    color: #FFFFFF;
}

#selectWall{
    text-align: center;
}
#tpContain{
    padding: 8px;
}

.srep{
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
    padding: 1px 4px;
}
