html, body, 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: 12px; }
h1{ font-size: 16px; font-family: Georgia, Verdana, Arial, sans-serif; color: #18214C; padding-bottom: 2px; margin: 0px; margin-bottom: 12px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px dotted #34416D; }
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: #008487; font-family: Verdana, Arial, Helvetica, sans-serif; }

h4,h5,h6{ padding: 0px; margin: 0px; }

body{ background-color: #002952; margin: 0px; padding: 0px; text-align: center; }

/* LOGO STYLES */
#pageContainer{
    position: relative;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 760px;
}

#header{
    background: url(/images/header.jpg);
    background-repeat: no-repeat;
    height: 132px;
    border-bottom: 1px solid #000000;
}
html>body #header{
    height: 131px;
}
/* END LOGO STYLES */

/* MENU BAR STYLES */

#menubar{
    position: absolute;
    z-index: 4500;
    top: 107px;
    right: 0px;
    height: 22px;
}

#tmenu, #tmenu li{ height: 22px; }
#tmenu li{
    float: left;
}

.tmenud a{
    background: url(/images/top_link_middle.gif) repeat-x bottom;
    display: block;
    height: 22px;

    margin: 0px 1px 0px 0px;
    text-decoration: none;
}
html>body .tmenud a{
    width: auto;
}

.tmenud a span{
    display: block;
    height: 22px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #000000;
}
.tmenud a span{ background: url(/images/top_link_left.gif) no-repeat bottom left; }
.tmenud a span span{
    background: url(/images/top_link_right.gif) no-repeat bottom right;
    padding: 4px 10px 0px 10px;
}

html>body .tmenud a span span{
    height: 18px;
}


.tmenud a:hover{
    background: url(/images/top_link_middle_over.gif) repeat-x bottom;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.tmenud a:hover span{
    background: url(/images/top_link_left_over.gif) no-repeat bottom left;
}
.tmenud a:hover span span{
    background: url(/images/top_link_right_over.gif) no-repeat bottom right;
}

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 18px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 130px;
    visibility: hidden;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    min-width: 100%;
    height: auto;
}

.tmenud .dropDownMenu li a{
    display: block;
    padding: 2px 4px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    width: auto;
    height: 15px;
    color: #000000;
    white-space: nowrap;
    background-image: none;
}

.tmenud .dropDownMenu li a:hover{
    background-color: #6d86af;
    background-image: none;
    text-decoration: none;
    color: #FFFFFF;
}
/* END MENUBAR STYLES */

/* LEFT MENU */

.dleftmenu{
    margin: 0px;
    padding: 0px;
    width: 170px;
    border-top: 1px solid #496E92;
}

.dleftmenu ul{
    display: block;
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;

    border-right: 1px solid #496E92;
    border-bottom: 1px solid #496E92;
    border-left: 1px solid #496E92;
}

.dleftmenu ul li a{
    display: block;
    padding: 3px 4px;
    width: 100%;
    text-align: left;

    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #5D82A7;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;

    border-top: 1px solid #8FAAC6;
    border-left: 10px solid #8FAAC6;
}
html>body .dleftmenu ul li a{ width: auto; }

.dleftmenu ul li a:hover{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #7FB5C5;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;

    border-top: 1px solid #AAD3E1;
    border-left: 10px solid #AAD3E1;
}


/* END LEFT MENU */

/* COLUMN MAIN */
#headerContainer{ }
#contentContainer{
    position: relative;
    background-color: #FFFFFF;
    padding: 4px 0px 16px 0px;
    height: auto;
}

#columnLeft{
    position: absolute;
    top: 4px;
    left: 0px;
    width: 175px;
}
#columnMain{
    position: relative;
    margin-left: 175px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    /* border: 1px solid #A5A8B0; */
}
#content{ height: 500px; padding: 0px 4px 0px 0px;}
html>body #content{ height: auto; min-height: 500px; }

#copyright{
    background-color: #018383;
    border-top: 1px solid #A5A8B0;
    border-right: 0px solid #FEFEFE;
    border-left: 0px solid #FEFEFE;
    width: 760px;

    margin: 0px;
    padding: 4px;
    font-size: 9px;
    color: #FFFEFF;
    text-align: center;
}
html>body #copyright{ width: auto; }

#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-size: 9px; text-decoration: underline; color: #FFFEFF; }
#copyright a:hover{ text-decoration: none;  }

#copyright .copyText{ color: #B3DED5; padding-top: 12px; }
#copyright .copyAddress{ font-size: 13px; }

#siteMapButton{
    float: left;
    margin-left: 50px;
}
#pageInformationButton{
    float: right;
    margin-right: 50px;
}
#siteMapButton, #pageInformationButton{
    display: inline;
    cursor: pointer;
    text-decoration: none;
}

#siteMap, #pageInformation, #otherBottomBlock{
    color: #FFFEFF;
    display: none;
    position: absolute;
    background-color: #018383;
    left: 0px;
    top: 0px;
    border: 1px solid #B3DED5;
    padding: 8px;
    text-align: left;
    width: 760px;
}

html>body #siteMap, #pageInformation, #otherBottomBlock{
    width: 744px;
}

#siteMap, #pageInformation, #otherBottomBlock h1, h2, h3{ color: #000000; }

#siteMap .ulTitle{
    list-style-type: none;
}
#siteMap .ulTitle li a{
    font-size: 11px;
    font-weight: bold;
}

#siteMap .ulSub{
    list-style-type: none;
}
#siteMap .ulSub li a{
    font-size: 10px;
}



/* END COLUMN MAIN */

/* DATA TABLES */
table.cell, table.show{ border: 1px solid #000000; }
td.adminTitle{
    background-color: #789EB7;
    border: 1px solid #000000;
    text-decoration:none;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
td.cellHeader{
    background-color: #000000;
    border: 1px solid #000000;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 16px;
}
td.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #F3F5FB;
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
td.cellOdd{
    background-color: #DDDDDD;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    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;
}

.mainCell{
    font-size: 11px;
    padding: 0px 8px 0px 8px;
    border: 1px solid #AFC7C7;
    border-right: 0px solid #AFC7C7;
    background: url(/images/gradient.jpg) repeat-y top left;
}
.mainCell a{ font-size: 11px; color: #008383; text-decoration: underline; }
.mainCell a:hover{ color: #22AEAF; }
.mainCell h3{ padding: 0px; color: #000000; }

    /*############ 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: #FFFFFF;
    color: #000000;
    border: 1px inset #8E9082;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 11px;
}

.button, .buttonOver{
    font-weight: bold; font-size: 11px; cursor: pointer; padding-bottom: 2px; height: 18px;
}
.button{ background-color: #6e87af; color: #FFFFFF; border: 1px solid #1B1B1B; }
.buttonOver{ background-color: #245275; color: #FFFFFF; border: 1px solid #1B1B1B; }

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #416D99; }
a:hover{ color: #21ADAE; }

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: #FFFFFF; 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: 414px;
}