/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #ffe987;
}
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: 1em; }

body{
    background: #29378f url(/images/body_bg.jpg) no-repeat top center;
    color: #ffffff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 100;
    margin: 50px auto 20px auto;
    width: 980px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    background: url(/images/full_header.jpg) no-repeat top left;
    z-index: 2000;
    height: 139px;
    margin: 0px auto 11px auto;
    text-align: left;
    z-index: 10000;
}
#header .headerLnk img{
    position: absolute;
    top: 4px;
    left: 20px;
    border: 0px solid #f00;
    width: 315px;
    height: 90px;
}
/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubarContainer{
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 974px;
    height: 36px;
}

#menubar{
    background: #3a4cb8 url(/images/menubar_bg.jpg) repeat-x top left;
    margin: 0px;
    height: 36px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mbleft{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/menubar_left.jpg);
    width: 5px;
    height: 36px;
}
.mbright{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/menubar_right.jpg);
    width: 5px;
    height: 36px;
}

#tmenu{
    margin: 0px;
    white-space: nowrap;
    width: 100%;
}

#tmenu td{ padding: 0px;}

#tmenu td a{
    display: block;
    border-left: 1px solid #ffffff;
    margin: 0px;

    width: auto;
    height: auto;
    padding: 11px 5px 10px 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

#tmenu td a:hover, #tmenu td a.ta_cur:hover{
    background: #586ace url(/images/menubar_bg_hover.jpg) repeat-x top left;
    color: #ffffff;
    text-decoration: none;
}
#tmenu #tm_0 a{
    border-left: 0px solid #ffffff;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#tmenu a.ta_last{
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

 /* DROP DOWN MENU */
 #tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 39px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
    width: 400px;
}

#tmenu td div{
    position: relative;
    z-index: 25000;
}

#tmenu td ul li{
    position: relative;
    z-index: 25000;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;

    border: 1px solid #4f94df;
    border-top: 0px solid #FFF;

    background-color: #394bb7;
    color: #ffffff;

}

#tmenu td ul li a.first{
    border-top: 1px solid #4f94df;
}

#tmenu td ul li a:hover{
    background-color: #80a9e9;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

#tmenu td ul li ul{
    position: absolute;
    z-index: 25000;
    top: 0px;
    left: 199px;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
}

 /*
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
}

#tmenu td ul li{
    position: relative;
    display: block;
    margin: 0px;
}

#tmenu td ul li ul{
    position: absolute;
    z-index: 26000;
    top: 0px;
    left: 99%;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
    min-width: 180px;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;

    border: 1px solid #4f94df;
    border-top: 0px solid #FFF;

    background-color: #394bb7;
    color: #ffffff;

    min-width: 180px;
}

#tmenu td ul li a:hover{
    background-color: #80a9e9;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}
*/
 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    background: url(/images/page_container.jpg) repeat-y top left;
}
#contentContainerT{
    background: url(/images/page_container_top.jpg) no-repeat top left;
}
#contentContainerB{
    background: url(/images/page_container_bottom.jpg) no-repeat bottom left;
    padding-bottom: 3px;
    padding-right: 3px;
}
#contentContainerInner{
    background: url(/images/content_bg.jpg) no-repeat bottom right;
    padding: 10px 10px 20px 10px;
}

#contentTable{
    width: 100%;
}

#columnMain{
    border: 0px solid #89ADDC;
    vertical-align: top;
}

#content{
    position: relative;
    line-height: 1.4em;
    text-align: left;
}

.content_m{
    min-height: 500px;
    font-size: 14px;
}

.content_no_pad .content_m{
    padding: 0px 0px !important;
}

.content{ }
.content .content_i{
    position: relative;
    z-index: 50;
    background: url(/images/content_middle.gif) repeat-y top left;
}
.content .content_t{
    position: relative;
    z-index: 100;
    background: url(/images/content_header.gif) no-repeat top left;
    height: 34px;
}
.content .content_t h1{
    padding: 8px 8px 0px 8px;
    margin: 0px;
    color: #5c9ce1;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

.content .content_b{
    position: relative;
    z-index: 200;
    background: url(/images/content_bottom.gif) no-repeat bottom left;
}

.content .content_m{
    position: relative;
    z-index: 300;
    padding: 8px 12px 20px 12px;
    color: #ffffff;
}

.content_transparent{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #6a9fd1;
    opacity: .47;
}

#columnLeft{
    width: 235px;
    border: 0px solid #ffffff;
    vertical-align: top;
    text-align: left;
}

#bottommenu{
    margin-top: 64px;
    text-align: center;
    color: #7b90d1;
}
#bottommenu a{
    margin: 0px 8px;
    color: #ffffff;
}
#bottommenu a:hover{
    color: #ffe987;
}

#footerContainer{
    margin-top: 8px;
}

#footer{
    position: relative;
    margin: 0px auto 10px auto;
    width: 980px;
    padding: 8px 0px;

    text-align: center;
    color: #ffffff;
}

#copyright{
    text-align: center;
    font-size: 11px;
}
#footer a{ display: block; color: #9c7e36; font-weight: normal; font-size: 11px; text-decoration: none; margin: 8px 0px 0px 0px; }
#footer a:hover{ color: #9c7e36; text-decoration: underline; }


/* special content blocks */

.c_block{
    position: relative;
    width: 357px;
    font-size: 11px;
}
.c_block_i{
    position: relative;
    z-index: 50;
    background: url(/images/content_block_middle.gif) repeat-y top left;
}
.c_block_t{
    position: relative;
    z-index: 100;
    background: url(/images/content_block_top.gif) no-repeat top left;
    height: 34px;
}
.c_block_t h3{
    padding: 9px 8px 0px 8px;
    margin: 0px;
    color: #5c9ce1;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.c_block_b{
    position: relative;
    z-index: 200;
    background: url(/images/content_block_bottom.gif) no-repeat bottom left;
}

.c_block_m{
    position: relative;
    z-index: 300;
    min-height: 270px;
    font-size: 14px;
    padding: 8px 8px 10px 12px;
    color: #ffffff;
}


/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #2b378b;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
th.cellHeader{
    background-color: #500941;
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #ede7db;
    color: #000000;
}

.cellHeader a{ color: #394bb7; }

td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #5779c6;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 98%;
}

/* END DATA TABLES */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #000000;

}

.button{
    background: url(/images/menubar_bg.jpg) repeat-x bottom left;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;

    color: #ffffff;

    border: 1px solid #d3c7aa;

    padding: 2px 5px;
}

.button:hover{
    background: url(/images/menubar_bg.jpg) repeat-x top left;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #ffe987; font-size: 9pt; }
a:hover{ color: #c7e0f6; font-size: 9pt; }
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;}

/* 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: #efae00; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #d3c7aa; }
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;

}

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;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}

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;
}

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;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}

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{
    margin: 0px auto;
    width: 100%;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 50%;
    text-align: left;
}

.contactRight{
    width: 50%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

#req_form .error h3{ color: #ffc052; }

#gFamilyTree{ margin-bottom: 15px; }