/* GLOBAL STYLES */

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: 9pt; }

h1, h2, h3, h4, h5, h6{
    color: #BE1E2D;
}
h1{
    color: #BE1E2D;
}

h2, h6{
    color: #6E9BCB;
}

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: #FFFFFF url(/images/bg_repeat.jpg) repeat top left;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    margin: 10px auto 0px auto;

    text-align: left;
    width: 980px;
    border: 1px solid #053A71;
    background-color: #FFFFFF;
}
/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    background-color: #21446F;
    text-align: center;
}

#header{
    position: relative;
    z-index: 2000;
    width: 980px;
    background: url(/images/header.jpg) no-repeat top center;
    height: 120px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: 0px;
    border: 0px solid #F00;
    width: 470px;
    height: 118px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    text-align: right;
    z-index: 0;
    height: 25px;
    border: 0px solid #F00;
    white-space: nowrap;
    background-color: #014D9E;
}

#floatHack{
    height: 1px;
    clear: both;
}

#tmenu{
    display: table;
    margin: 0px 0px 0px auto;
    padding: 0px;
    white-space: nowrap;
    width: auto;
}

#tmenu li{
    list-style: none;
    display: table-cell;

    margin: 0px;
}

#tmenu li a{
    position: relative;
    display: block;
    padding: 4px 20px 5px 20px;

    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

#tmenu li a:hover{
    background-color: #6E9BCB;
    color: #FFFFFF;
    text-decoration: none;
}
#tmenu #tm_0{  }


 /* DROP DOWN MENU */
#tmenu li ul{
    position: absolute;
    z-index: 2000;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 140px;
    opacity: .85;
}
html>body #tmenu li ul{ width: 150px; }


#tmenu li ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 140px;
}

#tmenu li ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 140px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;

    background-color: #014D9E;
    color: #FFFFFF;
}

#tmenu li ul li .first{
    border-bottom: 0px solid #FFF;
}

#tmenu li ul li a:hover{
    background-color: #6E9BCB;
    background-image: none;
    text-decoration: none;
    color: #FFF;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* LEFT MENU */
#leftmenuHeader{
    margin-top: 8px;
    text-align: center;
}

#dleftmenu{
    margin: 5px;
    padding: 0px;
}

#dleftmenu li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#dleftmenu li a{
    display: block;
    width: 154px;
    padding: 5px 8px;
    font-size: .8em;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
#dleftmenu li a:hover{
    text-decoration: underline;
}

/* END LEFT MENU */

/* COLUMN MAIN */
#contentContainer{
    padding: 4px 0px;
    background: #FFF url(/images/container_bg.jpg) repeat-y top left;
}

#columnMain{
    border: 0px solid #89ADDC;
    vertical-align: top;
    background: url(/images/watermark_top.jpg) no-repeat top left;
}

#content{
    padding: 8px 8px 18px 8px;
    height: auto;
    min-height: 500px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
    background: url(/images/watermark_bottom.jpg) no-repeat bottom right;
}

#columnLeft{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
    padding: 8px 8px 0px 8px;
}

#columnRight{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

.mcSpacer{
    width: 3px;
    border: 0px;
}

#copyright{
    padding: 5px 8px;

    height: auto;
    min-height: 25px;

    text-align: left;
    background-color: #0452A4;
    color: #C3CFDF;

}
#copyright div{ font-size: .8em;}
#copyright a{ color: #C3CFDF; font-weight: normal; font-size: 9px; text-decoration: underline; }
#copyright a:hover{ color: #E6ECF1; text-decoration: underline; }

#copyStr{
    float: right;
}

#bmenu{
    float: left;
}

#bottommenu{
    margin: 0px;
    padding: 3px 0px 0px 0px;
}

#bottommenu li{
    list-style: none;
    float: left;
}

#bottommenu li span{
    color: #000000;
    padding-right: 4px;
}

#bottommenu li a{
    padding: 0px 8px;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    border-right: 1px solid #89ADDC;
}
#bottommenu li a:hover{
    color: #C3CFDF;
    text-decoration: underline;
}

#bottommenu li .bmlast{
    border-right: 0px solid #F00;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #4B84CD;
    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: #6E9BCB;
    color: #FFF;
}

td.cellHeader a{
    color: #c7dcf1;
    text-decoration: underline;
    font-size: 10px;
}
td.cellHeader a:hover{
    color: #0452a4;
}

td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #F2F2F2;
}
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{
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #A2AFCA;
    border-right: 1px solid #A2AFCA;
    border-bottom: 1px solid #A2AFCA;
    border-left: 1px solid #A2AFCA;

}

.button, .buttonOver{
    position: relative;
    color: #FFFFFF;
    font-size: 11px;
    text-transform: lowercase;
    text-decoration: none;
    cursor: pointer;

    background: url(/images/button.jpg) repeat top left;
    border: 1px solid #356799;
}
.buttonOver{
    opacity: .8;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #007EFF; }
a:hover{ color: #6E9BCB; }
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 #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; }

.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;
}

.eDetail .topTD{
    width: 50%;
}

/* products */
/* PRODUCTS */
.catName{ padding: 8px 0px; margin: 0px; }
.catName a{
    font-size: 14px;
    font-weight: bold;
}

.sProds, .product{
    padding: 15px 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    float: right;
    width: 370px;
}
#prodPageContent h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #596774;
    font-size: 18px;
}

#prodImgContain{
    float: left;
    width: 380px;
    text-align: center;
}

#prodImg{
    padding: 3px;
    width: 380px;
}
#imgComment{
    font-weight: bold;
    color: #007EFF;
}

.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{
    color: #898989;
    text-transform: uppercase;
    border-bottom: 1px solid #E2E2E2;
}

.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: 60px;

    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;
}

.pFiles{
    padding: 3px 8px 8px 8px;
    margin-top: 8px;

    text-align: left;

    background-color: #E6E6E6;
    border: 1px solid #BDBDBD;
}
.pFiles h6{
    text-align: center;
    color: #898989;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 3px;
}

/* end products */

/* homepage */
#fpTable, #fcTable{
    margin-top: 15px;
}
#fpTable td{
    width: 50%;
    padding: 0px 30px;
}

.fpContainer{
    text-align: left;
}

.fpTab{
    position: relative;
    display: inline;
    color: #007EFF;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    padding: 0px 5px;

    background-color: #FFF;
    border-top: 1px solid #C2D1DC;
    border-right: 1px solid #C2D1DC;
    border-left: 1px solid #C2D1DC;
    border-bottom: 1px solid #FFF;
}

.fpImg{
    margin-top: -1px;
    padding: 8px;
    text-align: center;

    border: 1px solid #C2D1DC;
    background-color: #FFF;
}

.fpImg a img{
    border: 0px solid #FFF;
}

.fpLnk{ text-align: right; }
.fpLnk a{
    font-size: 11px;
    text-decoration: none;
}

#fcTable td{
    width: 33%;
    padding: 0px 15px 15px 15px;
}

.fcContainer{
    text-align: left;
}

.fcTab{
    position: relative;
    display: inline;
    color: #007EFF;
    font-size: 12px;
    margin-left: 10px;
    padding: 0px 5px;
    white-space: nowrap;

    background-color: #FFF;
    border-top: 1px solid #C2D1DC;
    border-right: 1px solid #C2D1DC;
    border-left: 1px solid #C2D1DC;
    border-bottom: 1px solid #FFF;
}

.fcImg{
    margin-top: -1px;
    padding: 8px;
    text-align: center;

    border: 1px solid #C2D1DC;
    background-color: #FFF;
}

.fcImg a img{
    border: 0px solid #FFF;
}

.fcLnk{ text-align: center; margin-top: 5px; }
.fcLnk a{
    font-size: 11px;
    text-decoration: none;
}

/* end homepage */

/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    position: absolute;
    width: 1px;
}
#d_form_cal table{
    background-color: #ffffff;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}
#d_form_cal a{
    display: block;
    width: 100%;
    height: 100%;
    color: #004d9b;
}
#d_form_cal a:hover{
    background-color: #eeeeee;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 10px;
    color: #000000;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
    background-color: #dddddd;
}

#d_form_cal td.cpCurrentMonthDate{
    border: 1px solid #c0c0c0;
}

td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
}
td.cpCurrentDateDisabled{
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}