/* GLOBAL STYLES */
html, body{
    height: 100%;
}
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; }

h1, h2, h4, h5, h6{
    color: #b1aef1;
}

h3{
	color: #fff;
	text-transform: uppercase;
	margin: 25px 0px 10px 0px;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #15133a url(/images/body_bg.jpg) repeat-x top left;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainerInner{
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px !important;
    width: 980px;
    text-align: left;
}

#title_text{
    border-bottom: 1px solid #2b2864;
    text-align: center;
    padding: 10px 0px;
}
#title_text h1{
    width: 980px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 10px;
}
#title_text h1 strong{
    font-weight: bold;
    color: #b1aef1;
}

#hd_menu{
    width: 980px;
    margin: 0px auto;
    text-align: right;
    color: #bebebe;
}


/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    height: 124px;
    margin: 0px auto;
    background: url(/images/header.jpg) no-repeat top left;
}

#header .headerLnk img{
    position: absolute;
    left: 0px;
    top: 4px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 140px;
    height: 110px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 25000;
    background: #bdbdbd url(/images/menubar.gif) repeat-x top left;
    text-align: center;
}
#tmenu{ position: relative; margin: 0px auto; }

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    background: url(/images/menubar_spacer.gif) no-repeat center left;
}

#tmenu td a{
    display: block;
    position: relative;
    margin-left: 2px;
    text-decoration: none;
}
#tmenu td a span{
    display: block;
    padding: 8px 16px 10px 16px;
    text-decoration: none;

    text-align: center;
    color: #363195;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    text-decoration: none;
}
#tmenu td a:hover span, #tmenu td a.ta_cur span{
    background: #5a597f url(/images/menubar_hover.gif) repeat-x top left;
    text-decoration: none;
    color: #cac8e8;
}

#tmenu td.ta_first, #tmenu td a.ta_first{
    background-image: none !important;
    padding-left: 0px;
}

/* DROP DOWN MENU */

/* DROP DOWN MENU */
 #tmenu td div{
    position: relative;
    z-index: 10000;
    text-align: center;
}

#tmenu td table{
    background: #000000 url(/images/body_bg.jpg) repeat-x bottom left;
    position: absolute;
    z-index: 10000;
    display: none;
    top: 34px;
    left: 0px;
    margin: 0px;
    opacity: .97;
    overflow: hidden;
    width: auto;
    border: 1px solid #7574a0;
}
#tmenu td table td{
    background-image: none;
    padding: 10px 8px;
    vertical-align: top;
    min-width: 180px;
}

#tmenu td table td#tmcol_0{
}

#tmenu td ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
    padding: 0px;
}

#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: bold;
    font-size: 12px;
    text-decoration: none;

    color: #ffffff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tmenu td ul li a.first{

}

#tmenu td ul li a:hover{
    background: #5a597f url(/images/menubar_hover.gif) repeat-x center left !important;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

#tmenu td ul li ul{
    position: relative;
    padding: 2px 4px 8px 16px;
    border-left: 1px dotted #c2c2c2;
}

#tmenu td ul li ul li a{
    font-weight: normal;
    font-size: 11px;
    padding: 3px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tmenu td ul li ul li a:hover{
    background-image: none !important;
    background-color: transparent !important;
    border-bottom: 1px dotted #7574a0;
    color: #b1aef1;
}

 /* END DROP DOWN MENU */

/*
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 26px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
    overflow: visible;
}

#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 #c9c9c9;
    border-top: 0px solid #fff;

    background-color: #e9e9e9;
    color: #000;

    min-width: 180px;
}

#tmenu td ul li a:hover{
    background-color: #d1d1d1;
    background-image: none;
    text-decoration: none;
    color: #000;
    text-transform: none;
}
#tmenu td ul li a.ta_cur{ text-decoration: none; }
*/
 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{ vertical-align: top; }

#columnLeft{
    width: 249px;
    max-width: 249px;
}

#contentContainer{
    padding: 19px;
    background-color: #040318;
    border: 1px solid #1f1c58;
}

#contentTable{ width: 100%; }

#content{
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 15px;

    width: auto;
    height: auto;
    min-height: 500px;

    text-align: left;
    line-height: 1.4em;
}

.content_full{
    padding-left: 0px !important;
}

#footer{
    margin: 0px auto 0px auto;
    padding: 4px 0px;
    text-align: center;
    color: #827fc2;
}

#copyright{
    float: left;
    text-align: center;
    color: #827fc2;
    font-size: 10px;
    padding: 4px 20px;
}

#bbbsystems{
    float: right;
    padding: 2px 20px;
    font-size: 10px;
}

#bbbsystems a{
    color: #827fc2;
    text-decoration: none;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

#bbbsystems a:hover{
    color: #b1aef1;
}

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #c9c9c9;
    padding: 2px;
}

.button, .buttonOver{
    background-color: #3a3187;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #5144c2;
    padding: 2px 3px 3px 3px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #b1aef1; font-weight: bold; }
a:hover{ color: #8d89ea; }
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;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
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: 500px;
    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 */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* product styles */

.product{
    padding: 5px;
}

#prodImgContain{
    float: left;
    width: 300px;
    text-align: center;
}

#prodPageContent{
    float: right;
    width: 350px;
    padding: 0px 3px;
}
#prodPageContainer h3{ margin-top: 0px; }

#product_description{ margin-bottom: 15px; }

.pOptContainer td{ padding: 3px; }
.optOdd{ background-color: #e6e6e6; }

#prodImgEnlarge{ color: #a7a7a7; }
#prodImgEnlarge:hover{ color: #757575; }

#productGallery{ text-align: left; }

.galleryThumbs td{ text-align: center; }
.galleryThumbImgA img{ border: 1px solid #adadad; }

#fullImgContain{ text-align: center; }

#priceFoot{ font-size: 11px; }

#relatedProducts h6{ margin-top: 8px; }

.cellHeader{
    color: #fff;
    background-color: #3a3187;
    padding: 4px;
}

.pcatTable{ width: 100%; }
.pcatTable td{ padding: 8px 0px; }

/* Content Blocks */
.hblock{
    background-color: #17162d;
    border: 1px solid #3b358e;
    padding: 10px;
}

/* Image galleries */
#home_img_gallery { width: 559px; }
#home_img_gallery table{ width: 100%; }
#home_img_gallery table td{ vertical-align: middle; }
#home_img_gallery_left, #home_img_gallery_right{ width: 74px; }
#home_img_gallery_left, #home_img_gallery_right, #home_img_gallery_middle{ text-align: center; }

#home_img_gallery_left div, #home_img_gallery_right div{
    margin: 10px 0px;
    padding: 0px;
    cursor: pointer;
    opacity: .7;
    border: 1px solid #575757;
    height: 52px;
    width: 74px;
    text-align: center;
}

#home_img_gallery_left div.over, #home_img_gallery_right div.over, #home_img_gallery_left div.cur, #home_img_gallery_right div.cur{
    opacity: 1;
    border: 1px solid #a46c31;
}

