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

h1{
    color: #dddddd;
}

h2, h3, h4, h5, h6{
    color: #d70e27;
}

h5, h6{
    margin-top: 12px;
    margin-bottom: 9px;
    padding-top: 12px;
    padding-bottom: 12px;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1.1em; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #000000 url(/images/body_bg.jpg) repeat top left;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageOuter{
    width: 984px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

#pageContainer{
    position: relative;
    border: 1px solid #4c4c4c;
    background: #000000 url(/images/page_bg.jpg) no-repeat 0px 14px;
    margin-top: 8px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{}

#header{
    position: relative;
    z-index: 2000;
    height: 76px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0px solid #F00;
    width: 184px;
    height: 90px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 10000;
    background: url(/images/mb_middle.png) repeat-x top left;
    height: 20px;
    white-space: nowrap;
    padding-left: 20px;
}
#mb_left, #mb_right{
    position: absolute;
    top: 0px;
    width: 1px;
    height: 20px;
}
#mb_left{
    left: -1px;
    background: url(/images/mb_left.png) no-repeat top left;
}
#mb_right{
    right: -1px;
    background: url(/images/mb_right.png) no-repeat top left;
}

#tmenu{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: 100%;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#tmenu td a{
    position: relative;
    display: block;
    padding: 2px 16px 2px 16px;
    width: auto;

    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: .8em;
}
#tmenu td a span{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    border: 1px solid #000000;
    width: 5px;
    height: 5px;
}

#tmenu td a:hover{
    color: #d0f0ff;
    text-decoration: none;
}
#tmenu #tma_0{
    background-image: none;
}

#tmenu td div{
    position: relative;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 2000;
    display: none;
    top: 1.6em;
    left: -50px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    padding: 4px;
    opacity: .85;
}
html>body #tmenu li ul{ width: 150px; }


#tmenu td ul li{
    display: block;
    margin: 0px;
    width: 180px;
}
html>body #tmenu li ul li{
    width: auto;
}

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

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: .8em;
    text-decoration: none;

    background-color:#000000;

    color: #FFFFFF;
    width: auto;
}

#tmenu td ul li .first{
    border-bottom: 0px solid #FFF;
}

#tmenu td ul li a:hover{
    /* the following is a purple that looks pretty good */
    /* background-color: #392b3a; */
    /* background-color: #293064; blueish color */

    background-color: #392b3a;

    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
}

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

/* COLUMN MAIN */
#contentContainer{ }

#columnMain{
    vertical-align: top;
    padding: 0px 31px 0px 9px;
}

#contentHeading{
    height: 39px;
}
#contentHeading table, #contentHeading td{
    height: 39px;
}
#contentHeading td{
    vertical-align: middle;
}
#ch_left, #ch_right{
    width: 16px;
}
#ch_left{
    background: url(/images/page_header_left.png) no-repeat top left;
    font-size: 1px;
}
#ch_right{
    background: url(/images/page_header_right.png) no-repeat top right;
    font-size: 1px;
}
#ch_middle{
    background: url(/images/page_header_middle.png) repeat-x top left;
}
#ch_middle h1{
    margin: 0px;
    padding: 0px 2px;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

#content{
    padding: 8px 8px 18px 8px;
    height: auto;
    min-height: 350px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
    /* background-color: #000000; */
    background: transparent url(/images/content_bg.png) repeat top left;
    color: #DDDDDD;
    border-top: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

#scrollTopLink{
    text-align: right;
}
#scrollTopLink a{
    position: relative;
    top: 16px;
    font-size: 9px;
}

#columnLeft{
    padding-top: 67px;
    width: 210px;
    vertical-align: top;
    text-align: center;
}

#b_footer{
    padding: 10px 8px 4px 8px;
}

#copyright{
    float: left;
    color: #c7c7c7;
    font-size: 9px;
}
#bbb{
    float: right;
    font-size: 9px;
}

#bbb a{
    font-size: 9px;
    color: #c7c7c7;
    text-decoration: none;
}

#bmenu{ text-align: center; margin-bottom: 10px; }

#bottommenu{
    margin: 0px;
    padding: 3px 0px 0px 0px;
}

#bottommenu li{
    display: inline;
    list-style: none;
}

#bottommenu li a{
    padding: 0px 8px;
    color: #bfa79b;
    text-decoration: none;
    font-size: .9em;
    border-right: 1px solid #bfa79b;
}
#bottommenu li a:hover{
    color: #bf9078;
    text-decoration: underline;
}

#bottommenu li .bmlast{
    border-right: 0px solid #F00;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background: url(/images/block_header.png) repeat-x top left;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: .95em;
    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: url(/images/block_bg.png) repeat top left;
    color: #ffffff;
}
td.cellHeader td.cellHeader{
    background-image: none;
}

td.cell{
    background-color: #ffffff;
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    opacity: .95;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #dfdfdf;
    color: #000000;
    opacity: .95;
}
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: #ffffff url(/images/input_bg.jpg) no-repeat top left;
    font-weight: normal;
    font-size: .9em;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;

}
.button{
    color: #FFFFFF;
    background: #000000 url(/images/button_bg.png) repeat-x top left;
    border: 1px solid #959595;
    opacity: .8;

}
.buttonOver{
    color: #FFFFFF;
    background: #000000 url(/images/button_bg.png) repeat-x top left;
    opacity: .6;
    border: 1px solid #ff0636;
}

.button, .buttonOver{
    font-weight: normal;
    font-size: .9em;
    cursor: pointer;
    text-decoration: none;
    padding: 2px;
    margin-left: 4px;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #a41024; }
a:hover{ color: #e41533; }
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;}

#header a{
    color: #0729B1;
    text-decoration: underline;
}
#header a:hover{
    color: #787878;
    text-decoration: underline;
}



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

table.galleryContainer{
    width: 100%;
}
table.galleryContainer td{
    padding: 4px;
}

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

/* PRODUCTS */
/* featured products and scroller */
.featProdsC h5{
    margin-top: 0px;
}

#featImg{
    vertical-align: top;
}

#featDesc{
    vertical-align: top;
    padding: 0px 8px;
}
#featDesc h2{
    margin-top: 0px;
}

#featPrice{
    padding-top: 5px;
}

#featAdd2Cart{
    float: right;
}
#featAdd2Cart .pqty{
    width: 20px;
}

#prodScrollC{
    position: relative;
}

#prodScroll{
    width: 550px;
    margin: 8px auto;

    overflow: hidden;
}
#prodScroll td{
    vertical-align: top;
    text-align: center;
    padding: 3px 8px;
}
#prodScroll td a img{
    border: 1px solid #D6D6D6;
}

#bLeftArrow{
    display: none;
    position: absolute;
    left: 8px;
    top: 40px;

    background: url(/images/left_arrow.jpg) no-repeat top left;
    width: 10px;
    height: 13px;

    cursor: pointer;
}
#bRightArrow{
    display: none;
    position: absolute;
    right: 8px;
    top: 40px;

    background: url(/images/right_arrow.jpg) no-repeat top left;
    width: 10px;
    height: 13px;

    cursor: pointer;
}

#cbNav{
    border-top: 1px solid #898F9B;
    border-bottom: 1px solid #898F9B;
    padding: 5px 0px;
    margin-top: 8px;
}

/* products */
.linePrice{
    text-decoration: line-through;
}

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

/* product tabs */

#prodTabs ul{
    margin: 8px 0px 0px 4px;
    padding: 0px;
    clear: both;
}
#prodTabs ul li{
    display: inline;
    float: left;
    list-style: none;
    text-align: center;
}
#prodTabs ul li a{
    display: block;

    height: 16px;

    padding: 0px 15px 3px 15px;

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

    background-color: #d26704;
    border: 1px solid #7a2d1c;
}
#prodTabs ul li a:hover{
    text-decoration: underline;
    background-color: #ee7606;
}
#prodTabs ul li .cur{
    color: #933205;
    font-weight: bold;
    background-color: #e1d085;
}

/* end product tabs */

#prodContentArea{
    border-top: 1px solid #7a2d1c;
    padding-top: 12px;
}

#prodImgContain{
    text-align: center;
}

#prodImg{

    padding: 3px;
}
#prodImg img{
    border: 1px solid #7a2d1c;
    padding: 2px;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    float: left;
}

#qtyFoot{
    float: right;
}

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}

.largeProdGallery{ width: 250px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

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

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

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

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

#fullImgContain{
    text-align: center;
}

#relatedProducts h6{
    text-transform: uppercase;
    border-bottom: 1px solid #7a2d1c;
}

.t100 td{
    width: 33%;
}

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

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

    text-align: center;
}

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

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

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

#workNode, #preloadContainer{
    display: none;
}

/* end products */