/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 10pt; }

h1, h2, h3, h4, h5, h6{
    color: #1c8ad2;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.1em; }
h6{ font-size: 1em;  }

h4{ margin: 12px 0px; }
h5{ margin: 10px 0px; }
h6{ margin: 8px 0px; }

body{
    background: #e2ecff url(/images/body_bg.gif) repeat-y top center;
    color: #000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    width: 950px;
    margin: 10px auto 0px auto;
    text-align: left;
    padding: 0px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    height: 80px;
    text-align: center;
}

#header{
    position: relative;
    z-index: 2000;
    width: 950px;
    background: url(/images/logo.gif) no-repeat top left;
    height: 80px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px solid #f00;
    width: 260px;
    height: 75px;
}

#headerMessage{
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 18px;
}

#gt_header_logo{
    position: absolute;

    top: 23px;
    right: 180px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    background: url(/images/tmenu_middle.gif) repeat-x top left;
    white-space: nowrap;
    text-align: right;
    height: 36px;
}
#menubar_left{
    position: absolute;
    left: 0px;
    background: url(/images/tmenu_left.gif) no-repeat top left;
    width: 5px;
    height: 36px;
}
#menubar_right{
    position: absolute;
    right: 0px;
    background: url(/images/tmenu_right.gif) no-repeat top right;
    width: 5px;
    height: 36px;
}

#top_search{
    position: absolute;
    left: 18px;
    top: 8px;
}

#tmenu{
    white-space: nowrap;
    margin: 2px 5px 2px auto;
    padding-top: 8px;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tmenu td a{
    border-left: 1px solid #427ebd;
    padding: 9px 9px 9px 9px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#tmenu td a:hover, #tmenu td .ta_cur{
    background: url(/images/tmenu_over.gif) repeat-x top left;
    color: #fff;
}
#tmenu #tm_0 a{
    border-left: 0px solid #427ebd;
}


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


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

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

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

    background-color: #5d59a6;
    color: #a8ca51;
}
html>body #tmenu td .ul li a{
    width: auto;
}

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

#tmenu td ul li a:hover{
    background-color: #a8ca51;
    background-image: none;
    text-decoration: none;
    color: #5d59a6;
    text-transform: none;
}

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

/* COLUMN MAIN */
#contentContainer{
    margin-top: 10px;
}

#columnMain{
    border: 0px solid #89ADDC;
    vertical-align: top;
}

#content{
    padding: 0px 20px 18px 20px;
    height: auto;
    min-height: 350px;
    vertical-align: top;
    text-align: left;
}

#columnLeft{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: center;
}
#columnRight{
    width: 230px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: center;
}

#copyright{
    float: left;
    padding: 10px 8px 2px 8px;
    height: auto;
    min-height: 20px;
    text-align: center;

    color: #8c98a9;

}
#copyright{ font-size: 11px;}

#bbb{ float: right; padding-top: 6px; }
#bbb a{ font-size: 11px; color: #8c98a9; }

#bmenu{ text-align: center; }

#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-color: #0b82cf;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    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: #4da4dc;
    color: #ffffff;
}
.cellHeader a{ color: #3c569c; }

td.cell{
    color: #000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #e2ecff;
}
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-color: #F2F2F2;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid #000;

}
.button{
    color: #FFFFFF;
    background: #f70000 url(/images/button_bg.gif) repeat-x top left;
    border: 1px solid #730000;
}
.button:hover{
    opacity: .8;
}

.button{
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #461509;
    padding: 2px;
    margin-left: 4px;
    text-transform: lowercase;
}
a.button{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #3b9de9; }
a:hover{ color: #2e76ae; }
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: 11px; }
.large a{ font-size: 11px; }
.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 #ccc; }
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;
}

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

#workNode{
    display: none;
}

#ieHistoryHack{
    display: none;
}

#preloadContainer{
    z-index: 5000;
    display: none;
    position: absolute;
    top: 220px;
    left: 300px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #e2ecff;
    opacity: .65;
    border: 1px solid #4da4dc;
}
#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 #4da4dc;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #0f84d0;
}

/* categories & products */

#catTitle{
    position: relative;
    background: url(/images/blockh_middle_grey.gif) repeat-x top left;
    padding: 5px 10px 4px 20px;
    margin-bottom: 10px;
    height: 25px;
}
#catTitle_left{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/images/blockh_left_grey.gif) repeat-x top left;
    width: 10px;
    height: 25px;
}
#catTitle_right{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/images/blockh_right_grey.gif) repeat-x top left;
    width: 10px;
    height: 25px;
}

#catTitle h3{ color: #fff; font-weight: bold; font-size: 14px; margin: 0px; padding: 0px; }

#catDesc{ padding: 8px; margin-bottom: 8px; border-bottom: 1px solid #ccc; }

.product{ padding: 4px; }

.pcatLeft, .pcatMiddle, .pcatRight{ padding: 8px; }

#prodContainer{ border-bottom: 1px solid #cccccc; margin-bottom: 10px; }

#prodPageContent{ padding: 0px 10px 10px 10px; }

#qtyFoot a{ text-decoration: none; }
#qtyFoot a img{ border: 0px solid #fff; }

#prodImg{ text-align: center; }

#prodGallery{
    border: 1px solid #ccc;
    background: url(/images/block_bg.gif) repeat-x bottom left;
    text-align: center;
    padding: 4px;
}
#prodGallery table{ margin: 0px auto; }
#prodGallery table td{ padding: 5px; width: 25%; }
#prodGallery table td a img{ border: 0px solid #fff; }

#fullImgContain{ text-align: center; }
/* end products */

#jsImgRotate{
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 0px;

    width: 220px;
    height: 145px;
    padding: 0px !important;

    overflow: hidden;
}
#jsImgRotate img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;

    width: 100%;
    height: auto;

    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}
html>body #jsImgRotate img{
    width: 220px;
}