html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 15px; }
h2{ font-size: 14px; }
h3{ font-size: 13px; }
h4{ font-size: 12px; }
h5{ font-size: 11px; }
h6{ font-size: 10px; }

h2,h3,h4,h5,h6{ color: #245275; }

h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background: #FFFFFF url(/images/top_bg.jpg) repeat-x top left;
    margin: 0px;
    padding: 0px;
    text-align: center;
 }

#mainPageContainer{
    background: url(/images/bottom_bg.jpg) repeat-x bottom left;
}

#pageContainer{
    margin: 1px auto 0px auto;
    text-align: left;
    width: 980px;
}

#header{
    background: #103F87 url(/images/header.jpg) no-repeat;
    width: 980px;
    height: 113px;
    border-bottom: 1px solid #5799C4;
}

#menubar{
    background: url(/images/tmenu_bg.jpg) repeat-x top left;
}

#mbContain{
    border-top: 1px solid #164269;
    border-bottom: 1px solid #164269;
}




/* MENUBAR STYLES */
#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: 5px 0px 4px 0px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    border-right: 1px solid #306BA9;
}

#tmenu td a#tma_0{
    border-left: 1px solid #306BA9;
    border-right: 1px solid #306BA9;
}

#tmenu td a:hover{
    color: #FFFFFF;
    background-color: #0F3E86;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    display: none;
    top: 1.6em;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    z-index: 2000;
}
html>body #tmenu td ul{ width: 200px; }


#tmenu td ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 200px;
}
html>body #tmenu td ul li{
    width: auto;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 200px;
    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: #C2CEA8;
    color: #000000;
    border-bottom: 1px solid #F0E9BB;
    border-left: 1px solid #F0E9BB;
}
html>body #tmenu td ul li a{
    width: auto;
}

#tmenu td ul li a:hover{
    background-color: #D2E2D7;
    background-image: none;
    text-decoration: none;
    color: #000000;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* LEFT MENU */

.dleftmenu{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #000004;
}

.dleftmenu ul{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul{
    width: auto;
    }

.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px 3px;
    width: auto;

}
html>body .dleftmenu ul li{
    width: auto;
}

.dleftmenu ul li a{
    display: block;
    padding: 4px 0px 4px 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    width: 146px; /* don't worry, in ie this will grow if it needs to */
    text-align: center;

    background-color: #FFFFFF;

    border-top: 1px solid #000004;
    border-right: 1px solid #000004;
    border-left: 1px solid #000004;

}
html>body .dleftmenu ul li a{
    width: auto;
}

.dleftmenu ul li a:hover{
    color: #FFFFFF;
    text-decoration: none;

    background-color: #7E9FBE;

    border-top: 1px solid #C5DCF4;
    border-right: 0px solid #7E9FBE;
    border-left: 1px solid #7E9FBE;
}
html>body .dleftmenu ul li a:hover{
    border-left: 0px solid #7E9FBE;
}


/* END LEFT MENU */

/* COLUMN MAIN */
#headerContainer{ }
#contentContainer{
    position: relative;
    background-color: #FFFFFF;
    padding: 7px 0px;
}
html>body #contentContainer{ width: auto; }

#columnLeft, #columnRight{width: 156px; padding: 3px; }
html>body #columnLeft, html>body #columnRight{width: 150px;}
#columnMain{
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    /* border: 1px solid #A5A8B0; */
}
#content{ height: 500px; padding: 12px;}
html>body #content{ height: auto; min-height: 500px; }
#columnLeft{width: 156px; border: 0px solid #A5A8B0; }
/* END COLUMN MAIN */


/* bottom menu */

#bottommenubar{
    height: 23px;
    background: url(/images/tmenu_bg.jpg) repeat-x top left;
    text-align: center;
    border-top: 1px solid #164269;
}

#bmenu{
    margin: 0px;
    padding-top: 5px;
    white-space: nowrap;
    width: 100%;
    color: #FFFFFF;
}

#bmenu a{
    padding: 5px 0px 4px 0px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
}
#bmenu a:hover{
    color: #DFDFDF;
}

#bmenu .bmenu_spacer{
    padding: 0px 18px;
}

#bottomContainer{
    background-color: #164269;
    padding: 8px 0px 7px 0px;
    color: #FFFFFF;
    font-size: 10px;
}

#bottomLeft{
    float: left;
}

#bottomRight{
    float: right;
}
#bottomRight a{
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
}

/* end buttom menu */

.clearBoth{
    clear: both;
}

/* DATA TABLES */
table.cell, table.show{ border: 1px solid #000000; }
td.adminTitle{
    background-color: #498CC3;
    border: 1px solid #000000;
    text-decoration:none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

td.cellHeader{
    background-color: #E6ECF1;
    border: 1px solid #E6ECF1;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #164DA2;
    height: 16px;
}
td.cellHeader a{ color: #164269; }
td.cellHeader a:hover{ color: #164269; text-decoration: underline; }

td.cellHeaderCart{
    background-color: #D1E1EC;
    border: 1px solid #BCD5E6;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #164DA2;
    height: 16px;
}

td.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #164269;
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
td.cellOdd{
    background-color: #D1E1EC;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #164269;
    color: #000000;
    font-size: 12px;
    text-align: left;
}
td.cellError{
    background-color: #CC6666;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

    /*############ Product Styles #############################*/
td.productHeader{
    background-color: #082A4E;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 4px 8px 4px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}

td.product{
    background-color: #FFFFFF;
    border: 1px solid #082A4E;
    padding: 4px;
    height: 140px;
}

td.productSelector{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #3D3696;
    text-align: left;
    white-space: nowrap;
    height: 16px;
}

td.productLeft{
    padding: 10px 10px 10px 0px;
    width: 280px;
}

td.productRight{
    padding: 10px 0px 10px 10px;
    width: 280px;
}

td.catLeft{
    width: 33%;
    padding: 10px 20px;
}

td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}

td.catRight{
    width: 33%;
    padding: 10px 20px;
}

a.plist{ text-decoration: none; font-weight: bold; }
a.plistCurrent{ text-decoration: none; font-weight: bold; }

/* End Product Styles */
/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #FFF;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    border: 1px solid #878CA2;
}
.button{
    color: #FFFFFF;
    font-size: 11px;

    background-color: #437FBB;
    border: 1px solid #356799;
    cursor: pointer;
}
.button:hover{
    opacity: .8;
}

.block .button{
    position: relative;
    top: 6px;
    margin: 0px;
    padding: 0px;
}

.button .btnTbl{
    display: inline;
    height: 20px;
    margin: 0px;
    padding: 0px;
}

.button .btnL{
    background: url(/images/button_left.jpg) no-repeat top left;
    margin: 0px; padding: 0px;
    font-size: 1px;
    width: 4px;
}
.button .btnR{
    background: url(/images/button_right.jpg) no-repeat top right;
    margin: 0px; padding: 0px;
    font-size: 1px;
    width: 4px;
}
.button .btnContent{
    background: url(/images/button_center.jpg) repeat-x top left;
    font-size: 11px;
    color: #FFFFFF;
    padding: 2px 2px;
    white-space: nowrap;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #5D5A55; font-weight: bold; }
a:hover{ color: #968B79; }

a.cellHeader{ color:#FFFFFF; text-decoration: none; font-weight: bold; }
a.cellHeader:hover{ color:#FFFFFF; text-decoration: underline}

a.cellHeaderSmall{ color: #FFFFFF; text-decoration: none; font-size: 10px; font-weight: bold; }
a.cellHeaderSmall:hover{ color: #FCFCFF; 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; }
/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
p{ margin: 0px; padding: 0px; }

/*used for the checkout page header text and for email header text*/
.boldHeader{ color: #082A8E; font-weight: bold; }
span.small{ font-size: 12px; }
.large{ color: #5D5A55; font-size: 12px; }

.tdHeader{ color: #164DA2; font-size: 12px; }

span.error{ color: #FF0000; font-weight: bold; }
span.good{ color: #546396; font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; background: url(/images/dot-horz.gif) repeat-x bottom; margin: 4px 0px }
html>body div.hr, html>body div.hr2{ background-image: none; border-bottom: 1px dotted #000000; }

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; }


/* Plugin generic classes followed by specific plugin classes */

.detailDiv{ }
.detailDiv h1 span{ font-size: 9px; font-weight: normal; }
.detailDiv .infoTable{
    border: 0px solid #000000;
    width: 100%;
    margin-bottom: 12px;
}
.detailDiv .infoTable tr td{
    border: 1px solid #000000;
    width: 50%;
    padding: 4px;
}

/* start of specific classes */

.adheader{ text-align: center; margin: 4px 2px 8px 2px; }
.adheader a{ text-decoration: none; }
.adheader a img{ border: 0px solid #000000; }

div.lcatmain{
    padding: 5px;
    height: 65px;
}
p.lcatsub, p.lcatsub a{
    font-size: 10px;
    font-weight: normal;
}

.listRecord{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecord div{
    margin: 0px;
    padding: 2px 0;
}
.listRecord blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecord .list{
    font-size: 9px;
    font-weight: normal;
}

.listPages{ margin-top: 8px; padding-top: 2px; }
* html .listPages{background: url(/images/dot-horz.gif) repeat-x top; }
html>body .listPages{ border-top: 1px dotted #000000; }
.listPages a{ font-weight: normal; text-decoration: none; }
.listPages .lp0{ font-weight: bold; text-decoration: none; }
.listPages a:hover, .listPages .lp0:hover{ text-decoration: none; }


.pollDiv{}
.pollDiv h1 span{ font-size: 9px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; }
.pollDiv table{ width: 100%; }
.pollDiv table .pt1{ width: 160px; font-size: 10px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 10px;}
.pollDiv table td{ padding: 3px 0px; }
* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
.pollBar{height: 14px; font-size: 1px; margin: 1px; border: 1px outset #000000; background-color: #FF0000;}
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }

div.coupon{
    margin: 18px 0px;
}
div.cTop, div.cBottom{
    background: url(/images/dot-horz.gif) repeat-x top;
}
div.cBottom{
    background-position: bottom;
}
div.cLeft, div.cRight{
    background: url(/images/dot-vert.gif) repeat-y right;
}
div.cLeft{
    background-position: left;
    padding: 7px;
}
div.coupon h3{
    margin: 2px;
}

#workOrder table{
    width: 100%;
}
#workOrder table td{
    padding: 3px;
}

.gallery{ margin: 8px 0px; }


#projInfo{
    background-color: #E6ECF1;
    border: 1px solid #8CB7D4;
    margin-bottom: 15px;
    padding: 0px 8px 8px 8px;
}

.projectFile{
    border-bottom: 1px solid #8CB7D4;
    padding: 8px;
    margin-bottom: 8px;
}
.projectFile .item{
    font-size: 14px;
    color: #164269;
}
.projectFile .item:hover{
    color: #4C8AC7;
}


/* featured products and scroller */
.featProdsC{
    border: 1px solid #BCD5E6;
    margin-bottom: 15px;
}

.featProdsC h5{
    margin-top: 0px;
    padding: 3px 8px;
    background-color: #D1E1EC;
}

#featTable{
    margin: 8px;
}

#featImg{
    vertical-align: top;
}
#featImg a img{
    border: 1px solid #E7EDF2;
}

#featDesc{
    vertical-align: top;
    padding: 0px 8px;
}
#featDesc h2{
    margin-top: 0px;
}

#featPrice{
    padding-top: 5px;
}

#featAdd2Cart{
    float: right;
}
#featAdd2Cart .pqty{
    width: 20px;
}
#featAdd2Cart .button{
    margin-bottom: -5px !important;
}

#prodScrollC{
    position: relative;
    margin-top: 15px;
    background-color: #E6ECF1;
    border-top: 1px solid #BCD5E6;
}

#prodScroll{
    width: 500px;
    margin: 8px auto 0px auto;

    overflow: hidden;
}
#prodScroll td{
    vertical-align: top;
    text-align: center;
    padding: 3px 8px;
}
#prodScroll td a img{
    border: 1px solid #8CB7D4;
}

#bLeftArrow{
    position: absolute;
    left: 8px;
    top: 40px;

    background: url(/images/arrow_left.jpg) no-repeat top left;
    width: 10px;
    height: 13px;

    cursor: pointer;
}
#bRightArrow{
    position: absolute;
    right: 8px;
    top: 40px;

    background: url(/images/arrow_right.jpg) no-repeat top left;
    width: 10px;
    height: 13px;

    cursor: pointer;
}
#prod_cat_desc{
    border: 1px solid #8cb7d4;
    background-color: #e6ecf1;
    padding: 8px;
    color: #3f3c37;
}

.contactTable td{ text-align: left; padding: 3px; }

#hh_phone{ display: none; }