/* GLOBAL STYLES */

html, body, h1, 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: 9pt; }

h1, h2, h3, h4, h5, h6{
    color: #8E703A;
}
h1{
    border-bottom: 1px solid #D5C5A4;
    color: #8E703A;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1.1em; }
h4,h5,h6{ padding: 0px; margin: 0px; }

.contentTitle{
    padding: 0px;
    margin: 0px 0px 8px 0px;
    font-size: 195%;
    color: #584C35;
}

body{
    background-color: #3f1a00;
    text-align: center;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    color: #000000;
    position: relative;
    z-index: 1;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 760px;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    background: url(/image/company_name.jpg) no-repeat center center;
    height: 80px;
}

#header a, #header a:hover{
    width: 213px;
    height: 77px;
    display: block;
    text-decoration: none;
}
#header .headerLnk{
    position: absolute;
    width: 213px;
    height: 77px;
    border: 0px solid #FFFFFF;
}

#headerRight{
    position: absolute;
    left: 214px;
    background: url(/images/header_right.jpg) no-repeat top left;
    height: 60px;
    width: 545px;
    padding: 0px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    position: absolute;
    left: 214px;
    top: 0px;
    z-index: 2000;
    width: 546px;
    height: 77px;
    padding: 0px;
    text-align: center;
}
html>body #menubar{
    min-height: 77px;
    height: auto;
}
#tmenu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: normal;
    width: auto;
}


#tmenu li{
    position: relative;
    list-style: none;
    display: block;
    float: left;

    margin: 0px;
    padding: 0px;
}
#tmenu li a{
    display: block;
    padding: 62px 0px 2px 0px;
    margin-right: 1px;
    width: 90px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    background-color: #8E703A;

     background-repeat: no-repeat;
     background-position: top left;
}

#tmenu li #tm_0 a{
    border-left: 0px solid #8E7B41;
}

#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #8E703A;
    background-color: #D5C5A4;
    text-decoration: underline;
}

#tmenu li a span{
    display: block;
    border-top: 1px solid #FFFFFF;
    margin-top: 60px;
}

#tmenu #tm_0{  }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 77px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 2000;
}


#tmenu li ul li{
    display: block;
    float: left;
    margin: 0px;
}
html>body #tmenu li ul li{
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;
    width: 140px;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;

    background-color: #D5C5A4;
    color: #000000;
    border-bottom: 1px solid #8E703A;
    border-left: 1px solid #8E703A;
    border-right: 1px solid #8E703A;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li a:hover{
    background-color: #EFE1C2;
    background-image: none;
    text-decoration: none;
    color: #000000;
    text-transform: none;
    border-bottom: 1px solid #8E703A;
    border-left: 1px solid #8E703A;
    border-right: 1px solid #8E703A;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* LEFT MENU */
.dleftmenu{
    font-weight: bold;
    padding: 8px;
    color: #D6C4A4;
}
.dleftmenu ul{
    list-style: none;
    padding: 0px;
    margin-left: 20px;
}

.dleftmenu ul li{
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li a{
    color: #EFE1C2;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.dleftmenu ul li a:hover{
    color: #D5C5A4;
    text-decoration: underline;
}

/* END LEFT MENU */

/* CONTENT AREA */
#headerContainer{position: relative;}
#contentContainer{
    position: relative;
    z-index: 1;
    clear: both;
    padding-top: 1px;
}

#columnLeft{
    width: 213px;
    background: #8E703A url(/images/left_bg.jpg) no-repeat top center;
}

#columnMain{ padding-left: 1px; }

#content{
    background-color: #eeeeee;
    color: #000000;
    padding: 8px;
    height: 350px;
    border: 1px solid #68421e;
}
html>body #content{ height: auto; min-height: 350px; }

#content a{ color: #8E703A; }
#content a:hover{ color: #D5C5A4; }

#copyright{
    position: relative;
    padding: 8px;
    text-align: center;
    color: #956A40;

}
#copyright div{ font-size: .8em;}
#copyright a{ color: #9C7E48; font-weight: normal; font-size: 1em; text-decoration: none; }
#copyright a:hover{ color: #8E703A; text-decoration: underline; }

/* END CONTENT AREA */

/* DATA TABLES */
td.adminTitle{
    background-color: #D5C5A4;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #DFD6C3;
}
td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 0px solid #D5C5A4;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #EEEEEE;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
		width: 98%;
}
html>body .vcTable{
		width: 100%;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #191924;
    border-right: 1px solid #464654;
    border-bottom: 1px solid #464654;
    border-left: 1px solid #191924;

}
.button{
    color: #000000;
    background-color: #D5C5A4;
    border-top: 1px solid #000000;
    border-right: 1px solid #030000;
    border-bottom: 1px solid #030000;
    border-left: 1px solid #000000;
}
.buttonOver{
    color: #000000;
    background-color: #EFE1C2;

    border-top: 1px solid #030000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #030000;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #D5C5A4; }
a:hover{ color: #EFE1C2 }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ 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;}

#header a{
    color: #0729B1;
    text-decoration: underline;
}
#header a:hover{
    color: #787878;
    text-decoration: underline;
}



/* 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; }
.large{ font-size: 12px; }
.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; border-top: 1px solid #99B9C5; }
html>body div.hr, html>body div.hr2{ background-image: none; }
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: 0px;
}

div.galleryContainer{
    position: relative;
    margin: 0px auto;
    height: auto;

    clear: both;

    display: table;

    border-left: 0px solid #CECCF9;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
    width: 150px;

    border-top: 0px solid #CECCF9;
    border-right: 0px solid #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.galleryContainer li{
    width: 150px;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 116px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 104px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* Product gallery specific */

#productGallery{

}

#productGallery ul{
    display: block;
    list-style: none;
    margin: 0px 0px 0px 6px;
    padding: 0px;
    width: 100%;
}

#productGallery ul li{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    float: left;
    width: 140px;
    text-align: center;
    border: 0px solid #4C638C;

    height: 78px;

}
html>body #productGallery ul li{
    height: auto;
    width: auto;
    min-width: 138px;
    min-height: 66px;
}

#productGallery ul li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}


/* PRODUCT GALLERY */

div.pGalleryContainer{
    margin-top: 16px;
    width: 300px;
    height: auto;
    clear: both;
    display: table;
    border-left: 0px solid #CECCF9;
}
html>body div.pGalleryContainer{
    width: 300px;
}

ul.pGalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 0px solid #CECCF9;
    border-right: 0px solid #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.pGalleryContainer li{
    width: 140px;
}


ul.pGalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainer li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END PRODUCT GALLERY */

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 0px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 0px solid #CECCF9;
    border-right: 0px solid #4C638C;
    border-bottom: 0px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END LARGE PRODUCT GALLERY */

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin-top: 16px;

    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: 250px;
}


ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 100px;
    text-decoration: none;
}
html>body ul.subgalleryContainer li a{
    height: auto;
    min-height: 100px;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 70%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

/* sitemap */
#smbcontain{
    position: relative;
    margin: 0px auto 8px auto;
    display: block;
}
#sitemapButton{ margin-right: 360px; }
#pageInformationButton{ }

#sitemapButton, #pageInformationButton{
    display: inline;
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}

#sitemap, #pageInformation, #otherBottomBlock{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 8px;
    text-align: left;
    width: 760px;
    z-index: 1;
    display: none;
    color: #956A40;
}

#sitemap, #pageInformation, #otherBottomBlock h1, h2, h3{ /* color: #104A83; */ }
#sitemap, #pageInformation, #otherBottomBlock{}

#sitemap ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#sitemap ul li{
    list-style-type: none;
    margin: 0px 0px 0px 8px;
    padding: 2px 0px;
}
#sitemap a{
    color: #9C7E48;
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
}
#sitemap a:hover{}

/* sitemap */