/* 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: 11px; }
h1{ font-size: 18px; padding-bottom: 2px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 0px dotted #000000; }

h1, h2, h3, h4, h5, h6, td{
    color: #000000;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    /* background: #31313C url(/images/copyright_bg.jpg) repeat-y top center; */
    background-color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    position: relative;
    color: #000000;
    margin: 2px auto;
    text-align: left;
    width: 923px;
    border: 1px solid #999999;
}
html>body #pageContainer{
    width: 921px;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    background: url(/images/header_bg.jpg) no-repeat top left;
    height: 32px;
    color: #FFFFFF;
    border-bottom: 1px solid #999999;
}
html>body #header{
    height: 31px;
}

#logo{
    position: absolute;
    z-index: 15000;
    top: 8px;
    left: 6px;

    width: 223px;
    height: 118px;
    background: url(/images/logo.png) no-repeat top left;
}
#logo a{
    text-decoration: none;
}
#logo a img{
    border: 0px solid #FFFFFF;
}
#logoLink{
    position: absolute;
    z-index: 15000;
    top: 0px;
    left: 0px;

    width: 223px;
    height: 118px;
    border: 0px solid #f00;
}

#navContainer{
    position: absolute;
    top: 0px;
    left: 235px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navContainer li{
    list-style: none;
    float: left;
    margin: 5px 7px 3px 0px;
}
#navContainer li a, #navContainer li a:hover{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 31px;
    height: 23px;
    text-decoration: none;
    color: #FFFFFF;
}

.navBack{
    background: url(/images/nav_back.jpg) no-repeat top left;
}
.navBack:hover{
    background: url(/images/nav_back_over.jpg) no-repeat top left;
}
.navBackDisabled{
    background: url(/images/nav_back_disabled.jpg) no-repeat top left;
}

.navForward{
    background: url(/images/nav_forward.jpg) no-repeat top left;
}
.navForward:hover{
    background: url(/images/nav_forward_over.jpg) no-repeat top left;
}
.navForwardDisabled{
    background: url(/images/nav_forward_disabled.jpg) no-repeat top left;
}

.navRefresh{
    background: url(/images/nav_refresh.jpg) no-repeat top left;
}
.navRefresh:hover{
    background: url(/images/nav_refresh_over.jpg) no-repeat top left;
}
.navRefreshDisabled{
    background: url(/images/nav_refresh_disabled.jpg) no-repeat top left;
}

#navLaunch{
    padding-top: 2px;
    cursor: pointer;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#menubar{
    background: url(/images/menu_bg.jpg) repeat-x top left;
    z-index: 2000;
    height: 22px;
    text-align: center;
    border: 1px solid #041B78;
}
html>body #menubar{
    height: auto;
    min-height: 21px;
}

#tmenu{
    position: absolute;
    top: 9px;
    right: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    position: relative;
    list-style: none;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}
#tmenu li a{
    display: block;
    padding: 0px 8px;
    margin: 0px;

    color: #FFFFFF;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;

    border-left: 1px solid #FFFFFF;
}

#tmenu li a#tma_0{
    border-left: 0px solid #FFFFFF;
}

#tmenu li a:hover{
    color: #D5A876;
}

 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    top: 22px;
    right: -2px;
    list-style: none;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: 180px;
    height: auto;

    overflow: hidden;
}
html>body #tmenu li ul{
    right: 0px;
}


#tmenu li ul li{
    display: block;
    float: none;
    margin: 0px;
    text-align: center;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #3F3E3E;
    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
    border-left:  0px solid #FFFFFF;

    opacity: .85;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li a:hover{
    background-color: #360A0A;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
}


 /* END DROP DOWN MENU */

/* END MENUBAR STYLES */



/* LEFT MENU STYLES */

#tss_name{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 92px 0px 0px 12px;
}

#dleftmenu{
    width: 211px;
    height: auto;
    margin: 2px 0px 0px 12px;
    padding: 0px;
    white-space: nowrap;
}

#dleftmenu li{
    position: relative;

    background: url(/images/lmenu_bricks.jpg) repeat-y top left;

    list-style: none;
    margin: 0px 0px 1px 0px;
    padding: 0px;
    width: 100%;
    height: 20px;
}
html>body #dleftmenu li{
    height: auto;
    min-height: 20px;
}

#dleftmenu li a{
    display: block;

    background-color: #3F3E3E;

    padding: 3px 4px 1px 4px;
    margin: 0px 0px 0px 21px;

    height: 20px;

    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;

    text-transform: uppercase;

    white-space: normal;

    opacity: .85;
}
html>body #dleftmenu li a{
    height: auto;
    min-height: 16px;
}

#dleftmenu li a:hover{
    background-color: #360A0A;
    color: #FFFFFF;
}


/* 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: 250px;

    white-space: nowrap;
    background-image: none;

    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
}
html>body #dleftmenu li ul li a{
    width: auto;
    min-width: 250px;
}


 /* END DROP DOWN MENU */

#newsForm{ margin: 4px 0px 0px 12px; }
#newsSubmit{
    background: url(/images/submit.jpg) no-repeat top left;
    width: 48px;
    height: 17px;

    color: #FFFFFF;
    border: 0px solid #FFFFFF;
    cursor: pointer;
}

#leftFlash{
    position: absolute;
    z-index: 1000;

    top: 321px;
    left: 12px;

    width: 211px;
    height: 128px;
}

#jsImgRotate{
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 0px;

    width: 211px;
    height: 128px;

    overflow: hidden;
}
#jsImgRotate img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;

    width: 100%;
    height: auto;

    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}
html>body #jsImgRotate img{
    width: 211px;
}

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}

#contentContainer{
    position: relative;
    z-index: 5000;
    height: 460px;
    background-color: #FFFFFF;
}

#cleft_bg{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 235px;
    height: 460px;
    background: url(/images/column_left_bg.jpg) no-repeat top left;
}
#columnLeft{
    position: absolute;
    z-index: 5000;
    top: 0px;
    left: 0px;
    width: 236px;
    height: 460px;
    text-align: left;
    border-right: 1px solid #999999;

    overflow: visible;
}
html>body #columnLeft{
    width: 235px;
}


#cmain_bg{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 236px;
    width: 685px;
    height: 460px;
    background: url(/images/content_bg.jpg) no-repeat top left;
}
#columnMain{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 236px;
    width: 685px;
    height: 460px;
    overflow: auto;
}


#content{ position: relative; z-index: 2000; color: #000000; }
#contentText{ padding: 8px 6px; width: 667px; }
html>body #contentText{ width: 654px; }
#contentImage{ padding: 0px; width: 685px; height: 460px; overflow: hidden; }

#bottomBaseContainer{
    position: relative;
    border-top: 1px solid #999999;
    overflow: hidden;
    height: 100px;

    background: url(/images/bottom_base_bg.jpg) no-repeat top left;

}
#bottomBase{
    position: relative;
    width: 100%;
    height: 140px;
    color: #FFFFFF;
    overflow: auto;
}
#bottomBase div{
    color: #FFFFFF;
}

#bottomBaseText{
    padding: 4px 8px;
}

#copyright{
    position: relative;
    background-color: #3E3E3E;
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    text-align: center;
    color: #999999;

    display: table;
    clear: both;
    width: 100%;
    height: auto;
    border-top: 1px solid #999999;

}

#copyright #copyString{
    float: left;
    color: #999999;
    height: auto;
}
#copyright #bbb{
    float: right;
    color: #999999;
    height: auto;
}

#copyright div{ padding: 1px 4px; font-size: 9px; }
#copyright a{ color: #999999; font-weight: normal; font-size: 9px; text-decoration: none;}
#copyright a:hover{ color: #CCCCCC; text-decoration: none; }



#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #3F3F3F url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #3F3F3F;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #ECECEC;
}
td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #C0C0C0;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #C0C0C0;
}
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: #FFFFFF;
    background-color: #3F3F3F;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #3E3E3E;
    border-bottom: 1px solid #3E3E3E;
    border-left: 1px solid #C0C0C0;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #3F3F3F;

    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #3E3E3E;
    border-bottom: 1px solid #3E3E3E;
    border-left: 1px solid #C0C0C0;
}

.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: #3F3F3F; }
a:hover{ color: #D5A876; }
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: #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 }
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-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

#bottomBaseContainer a{ color: #D5A876; }
#bottomBaseContainer a:hover{ color: #EFC395; }

#bLeftArrow, #bRightArrow{
    display: none;
    position: absolute;
    z-index: 5000;
    width: 24px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}
#bLeftArrow{
    top: 0px; left: 0px;
}
#bRightArrow{
    top: 0px; right: -1px;
}

#bLeftArrow a, #bRightArrow a{
    display: block;
    padding-top: 38px;
    height: 120px;
    text-align: center;
    color: #9999CC;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
html>body #bottomBaseContainer #bLeftArrow a, html>body #bottomBaseContainer #bRightArrow a{
    height: 82px;
}

#bottomBaseContainer #bLeftArrow a{
    border-right: 1px solid #999999;
}
#bottomBaseContainer #bRightArrow a{
    border-left: 1px solid #999999;
}

#bottomBaseContainer #bLeftArrow a:hover, #bottomBaseContainer #bRightArrow a:hover{
    color: #CCCCFF;
    text-decoration: none;
    font-weight: bold;
    border-color: #CCCCFF;
    background-color: #333344;
}


.galleryContainer{
    list-style: none;
    margin: 0px 10px 0px 24px;

    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{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    overflow: hidden;
    width: 685px;
    height: 460px;
}

#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: 1px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;
    width: 418px;
    padding: 2px 4px;
    overflow: auto;
}
html>body #gDisplayCaptionText{
    width: 410px;
    height: 62px;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 650px;
    height: auto;
    clear: both;
    display: table;
}
html>body div.subgalleryContainer{
    width: 648px;
}

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: 192px;
}
html>body ul.subgalleryContainer li{
    width: 191px;
}


ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 136px;
    text-decoration: none;
}
html>body ul.subgalleryContainer li a{
    height: auto;
    min-height: 124px;
}

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: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #3F3F3F;
    font-weight: bold;
    font-size: 14px;
}



.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    z-index: 5000;
    display: none;
    position: absolute;
    top: 220px;
    left: 128px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #000000;
    opacity: .65;
    border: 1px solid #FFFFFF;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #FFFFFF;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #DDDDDD;
}

/* 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;
}

