/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }
hr {
  border:0;
  border-top: 1px solid ;
  height: 0;

}
h1, h2, h3, h4, h5, h6{
    color: #b51818;
}
h1{
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

h2{
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
	text-transform: uppercase;
}

h3{
    margin-top: 6px;
    margin-bottom: 6px;
 
}

h5, h6{
    margin-top: 2px;
    margin-bottom: 2px;
    
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 12px; color: #000000;  font-weight: bold;  }
h6{ font-size: 1em; }
h4{ padding: 0px; margin: 0px; }

#gFamilyTree{
    margin-bottom: 10px;
	padding-bottom: 10px;
}

body{
    background-color:#000000;
    color: #a1bff0;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    margin: auto;
    width: 760px;
    color: #000000;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    background: #183f80 url(images/header_repeat.jpg) repeat-x top left;
    border-bottom: 1px solid #ffffff;
}

#header{
    position: relative;
    background: url(images/header.jpg) no-repeat top left;
    z-index: 2000;
    height: 110px;

    margin: 0px auto;
    width: 960px;
    text-align: left;
}
#header .headerLnk img{
    position: absolute;
    top: 23px;
    left: 4px;
    border: 0px solid #ffffff;
    width: 436px;
    height: 43px;
}
/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubarContainer{
    position: relative;
  
    background: #b51818 center center;
    text-align: center;
}

#menubar{
    width: 960px;
    margin: 0px auto;
    white-space: nowrap;
    text-align: center;
}

#tmenu{
    margin: 0px auto;
    width: auto;
    white-space: nowrap;
    text-align: left;
}

#tmenu td{ margin: 0px; padding: 0px; vertical-align: middle; height: 33px; }

#tmenu td a{
    position: relative;
    display: block;
    cursor: pointer;

    padding: 0px 16px 0px 16px;
    color: #e9eef5;

    border-left: 1px solid #e9eef5;

    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

#tmenu td a:hover, #tmenu td a.ta_cur:hover{
    background-color: #b51818;
    color: #000000;
    text-decoration: none;
}
#tmenu #tm_0 a{ border-left: 0px solid #ffffff; }

#tmenu td a.ta_cur{  }


 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 33px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
}

#tmenu td ul li a{
    display: block;
    padding: 5px 5px 4px 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 #dfe6f1;
    border-top: 0px solid #FFF;

    background-color: #1c4388;
    color: #ffffff;

    min-width: 180px;
}
#tmenu td ul li a.first{
    border-top: 1px solid #dfe6f1;
}

#tmenu td ul li a:hover{
    background-color: #b41917;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    padding: 20px;
}

#contentTable{
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
}

#columnMain{
    vertical-align: top;
}

#content{
    position: relative;
    margin: 0px 0px 0px 0px;
    height: auto;
    min-height: 400px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
}

.content_no_pad{
    padding: 0px 0px !important;
}

#columnLeft{
    width: 204px;
    border: 0px solid #ffffff;
    vertical-align: top;
	padding-right: 7px;
    text-align: left;
}

#columnRight{
    width: 210px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: right;
}

.mcSpacer{
    width: 3px;
    border: 0px;
}

#footerContainer{
   
    color: #ffffff;
    text-align: center;
}

#footer{
    position: relative;
    margin: 0px auto 10px auto;
    padding: 8px 0px;

    width: 760px;
    text-align: left;
    color: #ffffff;
}

#copyright{
    float: left;
    text-align: left;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
}

#footer a{ color: #ffffff; font-weight: normal; font-size: 11px; text-decoration: none; }
#footer a:hover{ color: #ff0000; text-decoration: underline; }

#legal{
    float: right;
	     text-align: right;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background: center center;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
th.cellHeader{
    background-color: #214c94;
    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: #214c94;
    color: #ffffff;
}
td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    background-color: #ecf1f6;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

/* END DATA TABLES */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #5d78a1;

}

.button{
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;

    color: #ffffff;
    background: url(/images/button_bg.jpg) repeat-x center center;

    border: 1px solid #d3c7aa;

    padding: 2px 6px;
}

a.button:hover{
    color: #ffffff;
}

.button:hover{
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #294fa0; font-size: 9pt; }
a:hover{ color: #b51818; 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: #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; 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; }

/* 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;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}
