/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Trebuchet MS, 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: #000000;
}
h1{
    border-bottom: 1px solid #456537;
    color: #456537;
}

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;
    font-family: Trebuchet MS;
}

body{
    background-color: #FFFFFF;
    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{
    position: relative;
    z-index: 1000;
    background: url(/images/header.jpg) no-repeat top left;
    height: 71px;
}

#header a, #header a:hover{
    position: absolute;
    top: 11px;
    left: 11px;
    width: 276px;
    height: 59px;
    display: block;
    text-decoration: none;
}
#header .headerLnk{
    position: absolute;
    width: 276px;
    height: 59px;
    border: 0px solid #FFFFFF;
}
#printHeader{
    position: absolute; 
    z-index: 100;
    text-align: center;
    font-weight: bold;
    width: 500px;
}
#printHeader div{ font-size: 16px; }

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    position: relative;
    z-index: 2000;
    margin-top: 1px;
    width: 100%;
    height: 23px;
    text-align: center;
    background-color: #C3AE77;
}
html>body #menubar{
    min-height: 23px;
    height: auto;
}
#floatHack{
    height: 1px;
    clear: both;
}
#tmenu{
    list-style: none;
    margin: 0px auto;
    padding: 0px 0px 8px 0px;
    white-space: normal;
    width: auto;
}


#tmenu li{
    position: relative;
    list-style: none;
    display: block;
    float: left;

    margin: 0px;
    padding: 0px;
}
#tmenu li a{
    position: relative;
    display: block;
    padding: 0px 8px;
    top: 4px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: .9em;
    letter-spacing: .05em;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    border-left: 1px solid #8E7B41;
}
html>body #tmenu li a{
    padding: 0px 15px;
    border-left: 1px dotted #8E7B41;
}

#tmenu li#tm_0 a{
    border-left: 0px solid #8E7B41;
}




#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #FFFFFF;
    text-decoration: underline;
}
#tmenu #tm_0{  }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 1.6em;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    z-index: 2000;
}
html>body #tmenu li ul{ width: 200px; }


#tmenu li ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 200px;
}
html>body #tmenu li ul li{
    width: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 200px;
    height: auto;

    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: #C2CEA8;
    color: #000000;
    border-bottom: 1px solid #F0E9BB;
    border-left: 1px solid #F0E9BB;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li a:hover{
    background-color: #D2E2D7;
    background-image: none;
    text-decoration: none;
    color: #000000;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}
#contentContainer{
    position: relative;
    z-index: 1;
    clear: both;
}

#content{
    padding: 8px 0px;
    height: 350px;
}
html>body #content{ height: auto; min-height: 350px; }

#contentText{}

#copyright{
    position: relative;
    padding: 29px 0px 4px 0px;
    text-align: left;
    border-top: 1px solid #7995A0;
    background: url(/images/footer.jpg) no-repeat top left;
    color: #956A40;

}
#copyright div{ font-size: .8em;}
#copyright a{ color: #829A76; font-weight: normal; font-size: 1em; text-decoration: none; }
#copyright a:hover{ color: #40692F; text-decoration: underline; }

#paytd{ background-color: #061975; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #D2E2D7;
    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: #F0E9BB;
}
td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #D2E2D7;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #E2F2E7;
}
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: #C7D3AD;
    border-top: 1px solid #000000;
    border-right: 1px solid #1B1F6D;
    border-bottom: 1px solid #0F113B;
    border-left: 1px solid #000000;
}
.buttonOver{
    color: #000000;
    background-color: #D2E2D7;

    border-top: 1px solid #0F113B;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #1B1F6D;
}

.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: #7995A0; }
a:hover{ color: #99B9C5 }
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{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px 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: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px 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 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 */