/* 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: 16px; padding-bottom: 2px; margin-top: 0px; }

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

h2{ font-size: 14px; }
h3{ font-size: 13px; }
h4{ font-size: 12px; }
h5{ font-size: 11px; }
h6{ font-size: 10px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background-color: #abd0ee;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #01559e;
}

#pageContainerC{
    background: #abd0ee url(/images/page_container_bg.gif) repeat-y top center;
    margin: 0px auto;
    text-align: center;
}
#pageContainer{
    position: relative;
    color: #000;
    background-color: #d8eaf9;
    text-align: left;
    width: 970px;
    margin: 0px auto;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    position: relative;
    z-index: 10000;
    height: 110px;

    background: url(/images/header.jpg) no-repeat top left;
}

#logoLink{
    position: absolute;
    z-index: 11000;
    top: 8px;
    left: 10px;
    display: block;
    text-decoration: none;
}
#logoLink, #logoLink img{
    width: 278px;
    height: 60px;
}
#logoLink img{
    border: 0px solid #f00;
}

/* END LOGO STYLES */

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

#menubar{
    position: absolute;
    text-align: left;
    left: 19px;
    bottom: 0px;
}

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

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

    margin: 0px;
    padding-right: 1px;
}

#tmenu li .tmenu_tr{
    background: #fff url(/images/tmenu_top_right.gif) no-repeat top right;
}

#tmenu li a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    display: block;
    padding: 7px 20px;

    color: #1b55ac;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    background: url(/images/tmenu_top_left.gif) no-repeat top left;
    border-bottom: 1px solid #128c06;
}

#tmenu .tmenu_over .tmenu_tr{
    background: #d8eaf9 url(/images/tmenu_top_right_over.gif) no-repeat top right;
}

#tmenu .tmenu_over a{
    background: url(/images/tmenu_top_left_over.gif) no-repeat top left;
    border-bottom: 1px solid #d8eaf9;
}


 /* 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: #159009 !important;
    background-image: none !important;
    color: #fff;
    border-left: 1px solid #3ec73f;
    border-right: 1px solid #3ec73f;
    border-bottom: 1px solid #3ec73f !important;
}
html>body #tmenu li .ul li a{
    width: auto;
}

#tmenu li ul li a:hover{
    background-color: #44a539 !important;
    background-image: none !important;
    border-bottom: 1px solid #3ec73f !important;
    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{
    margin: 10px 0px;
    height: auto;
    min-height: 740px;
    width: 100%;
}
#contentContainer td{ vertical-align: top; }

#columnLeft{
    padding-left: 9px;
    width: 190px;

    text-align: left;
}

#columnMain{ padding: 0px 8px; }

#page_header{ display: block; }

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

    padding: 8px;

    color: #01559e;
    font-size: 12px;

    background-color: #fff;
    border: 1px solid #abd0ee;
}

.content_home{ background-color: transparent !important; padding: 0px !important; border: 0px solid #fff !important; }

#contentText{}

#columnRight{
    padding-right: 9px;
    width: 215px;

    text-align: left;
}

#copyright{
    background: #48d54c url(/images/footer_bg.gif) repeat-x top left;
    margin: 0px auto 0px auto;
    padding: 12px 15px 9px 15px;

    font-size: 9px;
    text-align: center;
    color: #1a7c1d;
}

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

#copyright div{ padding: 0px 4px 2px 4px; font-size: 9px; }
#copyright a{ color: #1a7c1d; font-weight: normal; font-size: 9px; text-decoration: none;}
#copyright a:hover{ color: #65d565; text-decoration: none; }

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

#bmenubar{ position: relative; width: 400px; margin: 0px auto; }
#bmenubar a{ color: #fff; }
#bmenubar a:hover{ color: #f3e205; }

#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: #13609f;
    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: #4085bd;
    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 #00579b;
}
.button{
    color: #fff;
    font-size: 11px;
    padding: 0px 3px;

    background: #194e9d url(/images/button_bg.gif) repeat-x center center;
    border: 1px solid #194e9d;
    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: #159009; text-decoration: underline; }
a:hover{ color: #44a539; }
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: 300px;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #596774;
    font-size: 18px;
}

#prodImgContain{
    float: left;
    text-align: center;
    width: 204px;
}

#prodImg{
    border: 1px solid #3a7eb8;
}

#prodQtyContainer{
    width: 300px;
}

.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{ margin: 0px auto; }

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

    text-align: center;
}

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

.hThumbImgA{
    display: block;
    margin: 0px auto;
    width: 58px;
    height: 58px;
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    text-align: center;
}

.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: #7be17d;
    opacity: .65;
    border: 1px solid #138d07;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #128c06;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

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

    background-color: #128c06;
}

#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 */
#product_description{ position: relative; margin-top: 30px; }

#prodContentTabs{
    position: absolute;
    top: -28px;
    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: 8px 15px 3px 15px;

    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;

    background-color: #13609f;
    border-top: 1px solid #898F9B;
    border-right: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
}
#prodContentTabs li a:hover{
    background-color: #4085bd;
    color: #fff;
}
#prodContentTabs li .cur{
    color: #05589e;

    height: 17px;

    font-weight: bold;
    background-color: #fff;
    border-bottom: 0px solid #898F9B;
}
#prodContentTabs li .cur:hover{ background-color: #fff; color: #05589e; }

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

#home_newsletter_signup{
    background: url(/images/home_top_bar.gif) no-repeat top left;
    margin: 8px 0px;
    padding: 8px 40px 12px 0px;
    text-align: right;
}
#home_newsletter_signup .button{
    background: url(/images/button_home_top_bar.gif) no-repeat top left;
    border: 0px solid #fff;
    width: 58px;
    height: 23px;
}

#home_newsletter_signup .ntext{ padding: 4px 8px; width: 140px; }

#home_bottom_products{
    background: #fff url(/images/home_content_top_bg.gif) repeat-x top left;
    padding: 20px;
    border: 1px solid #adcfea;
}

#home_bottom_products h1{ margin-top: 0px; }

#home_bottom_products table td{ padding-bottom: 10px !important; }
#home_bottom_products a{ color: #00549d; }
#home_bottom_products a:hover{ color: #2683cf; }

.featured_prod_spacer{ width: 75px; }

.featured_prod_img{ padding-right: 10px; }
.featured_prod_img div{ border: 1px solid #e3e3e3; text-align: center; }
.featured_prod_img img{ padding: 3px; border: 0px solid #fff; }

.featured_prod_details div{ margin-bottom: 12px; }

