/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #CC3366;
}

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: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: url(/images/body_bg.gif) repeat top left;
    width: 100%;
    height: 100%;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    background: url(/images/page_container_bg.png) repeat-y top left;
    text-align: center;
    margin: 0px auto;
}

#pageContainerInner{
    position: relative;
    margin: 10px auto 0px auto;
    padding: 0px;
    width: 958px;
    text-align: left;
    background-color: #3179ca;
    border: 1px solid #86afe0;
}



/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    z-index: 2000;
    height: 129px;
    width: 958px;
    margin: 0px auto;
    background: url(/images/header.jpg) no-repeat top left;
}

#header .headerLnk img{
    position: absolute;
    left: 10px;
    top: 8px;
    border: 0px solid #f00;
    width: 300px;
    height: 110px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 25000;
    background: url(/images/menubar_bg.gif) repeat-x top left;
    border-top: 1px solid #86afe0;
    border-bottom: 1px solid #86afe0;
}

#tmenu{ width: 960px; }

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    border-left: 1px solid #86afe0;
}
#tmenu #tm_0{ border-left: 0px solid #fff; }

#tmenu td a{
    display: block;
    position: relative;

    background: url(/images/tmenu_spacer.png) no-repeat bottom left;

    padding: 9px 8px 10px 9px;

    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
}
#tmenu td a:hover{ text-decoration: underline; }

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 30px;
    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 #3074b1;
    border-top: 0px solid #FFF;

    background-color: #6197e6;
    color: #ffffff;

    min-width: 180px;
}

#tmenu td ul li a:hover{
    background-color: #8bafe3;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */

/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#contentContainer{
    position: relative;

    padding: 5px 5px 7px 5px;
    width: 948px;
}

#columnLeft, #columnRight, #columnMain{ vertical-align: top; }
#columnLeft{ width: 210px; padding-right: 5px; }

#content, #content_full{
    position: relative;
    margin: 0px;
    padding: 8px;

    background-color: #fff;
    border: 1px solid #fff;

    width: auto;
    height: auto;
    min-height: 500px;

    text-align: left;
    line-height: 1.4em;
}
#content{ width: 714px; }
#content_full{ width: 948px; }

#bmenu{
    text-align: center;
    padding: 8px 2px;
}
#bottommenu{
    margin: 0px auto;
}
#bottommenu td{ padding: 0px; }

#bottommenu a{
    display: block;

    border-left: 1px solid #8696a2;

    padding: 0px 8px;
    text-align: center;
    font-size: 12px;
}

#bottommenu a#bma_0{
    border-left: 0px solid #ffffff;
}

#footer{
    position: relative;
    margin: 0px auto;
    padding: 8px 15px;
    width: 930px;
    text-align: center;
}

#copyright{
    text-align: center;
    color: #85baf5;
    font-size: 10px;
    float: left;
}

#bbb_systems{ float: right; }
#bbb_systems a{ color: #85baf5; font-size: 10px; text-decoration: none; }
#bbb_systems a:hover{ text-decoration: underline; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #3179ca;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #6eaef6;
    background: #2b66ab url(/images/button_bg.gif) repeat-x center center;
    padding: 1px 2px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #3179ca; font-weight: bold; }
a:hover{ color: #6197e6; }
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;
}

#cf_container_p{ text-align: center; }
#cf_container{ width: 600px; margin: 0px auto; text-align: left; }
#cf_container .cell, #cf_container .cellOdd, #cf_container .cellError{ padding: 3px; }
#cf_container .cellHeader, #cf_container .cellLabel{ padding: 8px 4px; background-color: #3179ca; color: #fff; font-weight: bold; }
#cf_container .cellLabel_text{ padding: 8px 4px; font-style: italic; }

#cf_container .cellError{ background-color: #ff9fa3; }

.cf_label{ text-align: center; Padding: 4px 0px; color: #3179ca; font-weight: bold; font-size: 12px; border-top: 1px dashed #86afe0; border-bottom: 1px dashed #86afe0; }

.cell, .cellOdd{ padding: 3px; }

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}

#workNode{ display: none; }

#hh_phone{ display: none; }

.employee_right, .employee_left{ padding: 4px; }
.employee_left{ text-align: center; }

#employeeList td{ padding: 8px 0px; }