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

h1, h2, h3, h4, h5, h6, td{
    color: #354364;
}

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: #224456 url(/images/body_bg.jpg) repeat-x top left;

    text-align: center;
    margin: 0px;
    padding: 000;
    color: #000000;
}

#pageContainer{
    position: relative;
    background: #354263 url(/images/container_bg.jpg) repeat-x top left;
    color: #000;
    margin: 0px auto 4px auto;
    text-align: left;
    width: 980px;
    border: 1px solid #000;
}

#pageBubbles{
    background: url(/images/header_bubbles.gif) no-repeat top left;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    z-index: 10000;
    height: 93px;

    color: #FFFFFF;
}

#logoLink{
    position: absolute;
    left: 0px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #f00;
}
#logoLink, #logoLink img{
    width: 310px;
    height: 88px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#floatHack{
    height: 1px;
    clear: both;
}

#tmenu{
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 60px 8px 0px 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    list-style: none;
    float: right;

    margin: 0px;
    padding: 0px 2px;
}


#tmenu li a{
    position: relative;
    display: block;
    padding: 5px 8px 5px 8px;

    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background-color: #354364;
    border: 1px solid #000;
    opacity: .60;
}

#tmenu li a:hover{
    opacity: 1;
}


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
}

#tmenu li ul li{
    display: block;
    float: left;
    margin: 0px;
    width: auto;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 150px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;

    background-color: #354364;
    color: #fff;
    border: 1px solid #000;
}
html>body #tmenu li .ul li a{
    width: auto;
}

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

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



/* LEFT MENU STYLES */

#dleftmenu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li a{
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

    color: #3f5473;
}

#dleftmenu li a:hover{
    color: #007AC7;
}

#prodCats{ }

/* COLUMN MAIN */
#contentContainer{
    height: auto;
    min-height: 740px;
    width: 100%;
}
#contentContainer td{ vertical-align: top; }

#columnLeft{
    padding-left: 8px;
    width: 235px;

    text-align: left;
}

#columnMain{ padding: 0px 8px; }


#content{
    height: auto;
    min-height: 704px;

    padding: 8px;

    color: #5F6366;

    background-color: #fff;
}
#contentText{}

#copyright{
    margin: 0px auto 0px auto;
    padding: 0px 15px;

    font-size: 9px;
    text-align: center;
    color: #7dacc1;

    height: 15px;
}

#copyright #copyString{
    float: right;
    height: auto;
    margin-top: 0px;
}

#copyright div{ padding: 0px 4px 2px 4px; font-size: 9px; }
#copyright a{ color: #7dacc1; font-weight: normal; font-size: 9px; text-decoration: none;}
#copyright a:hover{ color: #99c9df; text-decoration: none; }

#bbb{ float: left; margin-top: 0px; }
#bbb strong{ text-transform: uppercase; }

#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #53669A url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #3f5473;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #5c849e;
    color: #fff;
}

.cellHeader a{ color: #FFFFFF; }
.cellHeader a:hover{ color: #F3F3F3; }

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: #DDDDDD;
    border-bottom: 1px solid #C0C0C0;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    background-color: #fff;
    font-weight: normal;
    color: #000;
    border: 1px solid #000;
}
.button{
    color: #fff;
    font-size: 11px;
    padding: 0px 3px;

    background: #435478 url(/images/button_bg.jpg) repeat-x top left;
    border: 1px solid #00446b;
    cursor: pointer;
}
.button:hover{
    opacity: .85;
}

.buttonOver{
    color: #FFFFFF;
    background-color: #7FC9FF;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #3f5473; text-decoration: underline; }
a:hover{ color: #5c849e; }
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; }

.clearBoth, .dispTable{
    display: table;
    clear: both;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    margin: 0px;
    padding: 0px;

    font-weight: bold;
    color: #6C7077;
    font-size: 11px;
}

h1.large a{color: #49687a; font-weight: normal; font-size: 11px; }
h1.large a:hover{ color: #27485b; }

.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 }
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; }

/* PRODUCTS */
.product{
    padding: 8px;
    margin: 0px;
}

.product0{
    padding-left: 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    float: right;
    width: 350px;

    line-height: 1.8em;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #596774;
    font-size: 18px;
}

#prodImgContain{
    float: left;
    text-align: center;
    padding: 8px;
    width: 320px;
}

#prodImg{
    border: 1px solid #dedede;
}

#prodQtyContainer{
    width: 320px;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    float: left;
}

#qtyFoot{
    float: right;
}

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

.pOptContainer{  border: 1px solid #E9E9E9; }
.pOptContainer td{
    padding: 1px;
}

.pOptContainer .optOdd{
    background-color: #F1F1F1;
}

.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}

.priceFoot{
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
}

.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.simProducts{
    width: 100%;
    border: 1px solid #6B8ABF;
    margin: 8px auto 0px auto;
    clear: both;
}

.simProductsH{
    white-space: nowrap;
    text-align: left;
    background-color: #6B8ABF;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #D5E2EB;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    background-color: #D5E2EB;
    text-decoration: underline;
    color: #6B8ABF;
}

.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; min-height: 200px; height: auto; padding: 3px 8px;}

.pcatTable{
    width: 100%;
}

.pcatLeft, .pcatMiddle, .pcatRight{
    width: 33%;
    padding: 10px 4px;
}

.prodTotalStr{
    color: #A01A1E;
    text-transform: uppercase;
    font-size: 12px;
}

.prodTotal{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#fullImgContain{
    text-align: center;
}

#relatedProducts{ clear: both; }

#relatedProducts h6{
    color: #898989;
    text-transform: uppercase;
    border-bottom: 1px solid #E2E2E2;
}

.hThumbs{ }

.hThumbs td{
    padding: 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

.hThumbs td a{
    font-weight: normal;
}

.hThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}

.hThumbs td a img{
    border: 0px solid #000;
}


ul.hThumbs{
    margin: 0px;
    padding: 0px;
}

ul.hThumbs li{
    list-style: none;
    float: left;
    margin: 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

ul.hThumbs li a{
    font-weight: normal;
}

ul.hThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}

ul.hThumbs li a img{
    border: 0px solid #000;
}

#productGallery{ margin-top: 15px; }

#productGallery h6{
    color: #898989;
    text-transform: uppercase;
    border-bottom: 1px solid #E2E2E2;
}

.galleryThumbs{
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

.galleryThumbs li{
    list-style: none;
    float: left;
    margin: 8px 8px 15px 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

.galleryThumbs li a{
    font-weight: normal;
}

.galleryThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}

.galleryThumbs li a img{
    border: 0px solid #000;
}

.brandHeader h3 a{
    margin: 0px;
    padding: 0px;
}

.brandHeader h3 a{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #0179C9;
}

.brandHeader h3 a:hover{
    text-decoration: underline;
    color: #005F9F;
}

/* END PRODUCTS */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}



.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: 300px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #b4cad7;
    opacity: .65;
    border: 1px solid #3f5473;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #3f5473;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #3f5473;
}

#ieHistoryHack{
    /* display: none; */
}

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

#gTotal{
    font-weight: bold;
}

.quoteQuestion{
    color: #A01A1E;
    font-weight: bold;
    font-size: 11px;
    margin: 4px 0px;
}

#pOptionsC{
    width: 350px;
    height: 145px;

    overflow: auto;
}

/* product tabs */
#prodContent{
}

#prodContentTabs{
    position: absolute;
    top: -20px;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#prodContentTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px 3px 15px;

    color: #0099FF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #DFF2FF;
    border-top: 1px solid #898F9B;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
}
#prodContentTabs li a:hover{
    text-decoration: underline;
    background-color: #FFFFFF;
}
#prodContentTabs li .cur{
    color: #000000;

    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #898F9B;
}

#prodContentTabs #pct_first{
    border-left: 1px solid #898F9B;
}

#prodContentArea{
    padding: 8px;
    border: 1px solid #898F9B;
}
/* end product tabs */

.cartPrices{
    margin-top: 8px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.cartPrices td{
    padding: 4px;
}

/* google maps */

#google_map{
    width: 100%;
    height: 300px;
}

#mapDirectionsC{
    padding: 15px 8px 8px 8px;
    margin-bottom: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #EEEEEE;
    color: #000;
}

.startAddress{
    width: 350px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    border: 1px solid #000;
}
.printDirections{
    text-align: right;
}

#mapContainer{
    padding-top: 15px;
    color: #fff;
}
#map{ margin: 0px auto 0px auto; color: #000; text-align: left;  }