html, body, div, span, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

body{
    background-image: url(/images/body_bg_image.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: #005D84;

    margin: 0px;
    padding: 0px;
}

/*#############################################################*/
/*############ LOGO/MENU STYLES ###############################*/
#topTable{
    height: 118px;
    width: 749px;
}

#logobar{
    background-image: url(/images/logobar.png);
    background-repeat: no-repeat;
    background-position: top left;

    width: 749px;
    height: 100px;
}

#menubar{
    height: 18px;
    width: 749px;
}

#topFill{
    background-image: url(/images/logo_top_fill.png);
    background-repeat: repeat-x;
    background-position: top left;

    height: 118px;
    width: 100%;
}
    /*#############################################################*/
    /*################ MENU BAR STYLES ############################*/
table.menubar{
    margin-left: auto;
    margin-right: auto;
    height: 14px;
}

#menubar{
    text-align: left;
    height: 18px;
}

.topcont{position: relative; z-index: 200;}

#ta_0, #ta_1, #ta_2, #ta_3, #ta_4{
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #DCE5E8;
    font-weight: bold;
    color: #000000;

    width: 135px;
    height: 16px;
    padding: 2px 0px 0px 0px;

}
#ta_0:hover, #ta_1:hover, #ta_2:hover, #ta_3:hover, #ta_4:hover{
    background-color: #FFF4AD;
    color: #005D84;
    text-decoration: none;
}

#ta_0{
    background-image: url(/images/menubar_0.png);
    width: 201px;
}
#ta_1{
    background-image: url(/images/menubar_1.png);
}
#ta_2{
    background-image: url(/images/menubar_2.png);
}
#ta_3{
    background-image: url(/images/menubar_3.png);
}
#ta_4{
    background-image: url(/images/menubar_4.png);
    width: 143px;
}

#tdiv_0, #tdiv_1, #tdiv_2, #tdiv_3, #tdiv_4{

}

.dropDownMenu{
    position: absolute;
    visibility: hidden;
    top: 18px;
    left: 0px;
    height: 100px;

    margin: 0px;

    background-color: transparent;

    text-decoration: none;
    z-index: 1200;
}

.dropDownMenu ul{
    margin: 4px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.dropDownMenu ul li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.dropDownMenu ul li a{
    display: block;
    position: relative;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 0px 1px 0px;
    margin: 0px;
    width: 135px;
    height: 12px;
    text-align: left;
    z-index: 3000;

    background-color: transparent;
}

.dropDownMenu ul li a:hover{
    background-color: transparent;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.dropBack{

}
html>body .dropBack{
    position: absolute;
    top: 1px;
    left: -58px;

    background-image: url(/images/dropdown.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;

    width: 199px;
    height: 100px;
    margin: 0px;

    text-align: left;
    z-index: 1300;
}
    /*################ END MENUBAR STYLES #########################*/
    /*#############################################################*/

/*################ END LOGO/MENUBAR STYLES ####################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN LEFT ################################*/

#middleContainer{
    background-image: url(/images/column_left_middle.png);
    background-repeat: repeat-y;
    background-position: top left;
}

#clefttop{
    background-image: url(/images/column_left_top.png);
    background-repeat: no-repeat;
    background-position: top left;

    width: 188px;
    height: 92px;
    text-align: left;
}

#columnLeft{
    background-image: url(/images/column_left_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;

    padding: 0px;
    width: 188px;
    text-align: left;
}

.loginBox{
    background-color: #B2B2B2;
    border: 1px solid #2D2D2D;
    width: 168px;
    margin: 8px auto 0px auto;
    text-align: left;
    white-space: nowrap;
}

.loginHeader{
    position: relative;
    width: 160px;
    height: 14px;
    text-align: center;
    background-color: #237EA4;
    border-style: solid;
    border-width: 1px;
    border-color: #2D2D2D;
    border-bottom-color: #C9C9C9;

    padding-top: 4px;
    padding-bottom: 5px;
    margin: 0px;
    color: #E4E4E4;
    font-weight: bold;
}

.loginBox div{
    position: relative;
    width: 160px;
    margin: 4px 4px 4px 4px;
}

.loginBox td{
    padding: 2px 0px 2px 0px;
    font-size: 12px;
    font-weight: bold;
}

.loginBox input{
    width: 80px;
    height: 18px;

    border: 1px solid #2D2D2D;
    background-color: #DEDEDE;
    color: #2D2D2D;
}

input.login1, input.login2{
    width: 160px;
    height: 20px;
    margin: 0px -3px 0px -3px;
    border: 1px solid #2D2D2D;
    border-bottom: 2px solid #2D2D2D;
    font-weight: bold;
    cursor: pointer;
}
html>body input.login1, input.login2{ margin: 0px; }

input.login1{ color: #FFF4AD; background-color: #A81818; }
input.login2{ color: #004769; background-color: #E8CA00; }

/*################ END COLUMN LEFT ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN MAIN ################################*/

.dateHeader{
    padding-right: 0px;
    margin-bottom: 16px;
    border: 0px none #000000;
    width: 460px;
    height: 12px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}


#columnMain{
    background-image: url(/images/contentfill.png);
    background-repeat: repeat;
    background-position: top left;

    background-color: #DBDBDB;

    padding: 0px;
    height: 580px;
}

#columnMainContainer{
    background-image: url(/images/content_top_corner.png);
    background-repeat: no-repeat;
    background-position: top left;

    padding: 4px 16px 16px 16px;

    height: auto;
}

#columnMainContent{
    background-color: #DBDBDB;
    padding: 4px 16px 16px 16px;

    border: 1px solid #CBCBCB;

    font-size: 14px;
    color: black;

    width: 430px;
    height: auto;
    text-align: left;
}

#copyright{
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
    background-position: top left;

    padding: 16px 0px 4px 0px;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;

    width: 100%;
    height: 52px;

    font-size: 10px;
    color: #FFFFFF;

    text-align: center;
}

#copyright a{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 10px;
}
#copyright a:hover{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: underline;
}

/*################ END COLUMN MAIN ############################*/
/*#############################################################*/

/*#############################################################*/
/*################ COLUMN RIGHT ###############################*/

#columnRight{
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    border-left: 0px solid #B1BDD2;
    border-right: 0px solid white;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    width: 128px;
}

/*################ END COLUMN RIGHT ###########################*/
/*#############################################################*/

/*#############################################################*/
/*################ CONTENT TABLES #############################*/

td.cellHeader{
    background-color: #004367;

    border-top: 1px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
    border-left: 0px solid #2D2D2D;
    border-right: 0px solid #2D2D2D;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;

    height: 16px;
    white-space: nowrap;
}
td.cell{
    background-color: #FFFFFF;
    color: black;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;

    font-size: 12px;

    text-align: left;
}

td.cellOdd{
    background-color: #F0F0F0;
    color: black;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;

    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;

    font-size: 12px;
}

/* used as a separator */
td.cellBottom{
    background-color: white;
    color: black;

    border-top: 0px solid white;
    border-bottom: 1px solid #3D3696;
    border-left: 0px solid #F3F5FB;
    border-right: 0px solid white;

    padding-top: 2px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;

    font-size: 12px;

    text-align: left;
}

    /*#########################################################*/
    /*############ Product Styles #############################*/

td.productHeader{
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    padding: 2px 4px 2px 4px;

    font-weight: bold;
    color:#0000FF;

    height: 16px;
}

td.product{
    border: 1px solid #FF0000;
    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 #0000FF;
    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 10px 0px;
}

td.catMiddle{
    width: 33%;
    padding: 10px 0px 10px 0px;
}

td.catRight{
    width: 33%;
    padding: 10px 0px 10px 20px;
}

a.plist{
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
a.plistCurrent{
    text-decoration: none;
    color: #0000FF;
    font-weight: bold;
}

    /*############ End Product Styles #########################*/
    /*#########################################################*/

/*################ END CONTENT TABLES #########################*/
/*#############################################################*/

/*#############################################################*/
/*################ FORM ELEMENTS ##############################*/

input, select, textarea{
    background-color: #F0F0F0;
    color: #2D2D2D;
    border: 1px inset #FFFFFF;

    font-weight: normal;
    font-size: 12px;
}

input.button, input.buttonOver{
    height: 20px;
    padding: 0px 4px 2px 4px;
    border: 1px outset #2D2D2D;
    border-bottom: 2px solid #2D2D2D;
    font-weight: bold;
    cursor: pointer;
}
input.button{ color: #FFF4AD; background-color: #A81818; }
input.buttonOver{ color: #004769; background-color: #E8CA00; }


/*################ END FORM ELEMENTS ##########################*/
/*#############################################################*/

/*#############################################################*/
/*################ ANCHORS ####################################*/

a{
    text-decoration: none;
    color: #A81818;
    padding: 2px;
}
a:hover{
    background-color: #E8CA00;
    color: #004769;
}

a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:hover{
    background-color: transparent;
    color:#F0F0FF;
}

a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.cellHeaderSmall:hover{
    background-color: transparent;
    color: #13A660;
}

a.cell{
    color:#A81818;
    text-decoration:none;
    font-weight: bold;
}
a.cell:hover{
    background-color: transparent;
    color:#E8CA00;
}

a.cellLarge{
    color:#A81818;
    text-decoration:none;
    font-weight: bold;
}
a.cellLarge:hover{
    color:#E8CA00;
    background-color: transparent;
}
/*################ END ANCHORS ################################*/
/*#############################################################*/

/*#############################################################*/
/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* END DON'T CHANGE */

ul.menu{
    list-style-type: disc;
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

ul.menu li{
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FF0000;
}

/*used for the checkout page header text and for email header text*/
span.boldHeader{
    color: #0000FF;
    font-weight: bold;
}

span.small{
    font-size: 12px;
}

span.large{
    color: #FF0000;
    font-weight: bold;
}

span.error{
    color: #FF0000;
    font-weight: bold;
}

span.good{
    color: #0000FF;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #FF0000;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

form{
    padding: 0px;
    margin: 0px;
}

table.center{
    margin-left: auto;
    margin-right: 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;
}

td.pad0{
    padding: 0px;
}

div.center{
    width: 100%;
    text-align: center;
}

div.right{
    width: 100%;
    text-align: right;
}


/*  LEFT MENU   */

.dleftmenu{
    margin: 0px;
    padding: 0px;
}
.dleftmenu ul{
    display: block;
    list-style-type: none;
    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;
    width: 100%;
}
html>body .dleftmenu ul li{
    width: auto;
}
.dleftmenu ul li a{
    color: #000000;
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
}
html>body .dleftmenu ul li a{
    width: auto;
}
.dleftmenu ul li a:hover{
    text-decoration: none;
    background-color: #237EA4;
    color: #FFFFFF;
}

.dleftmenu .leftSub{
    padding-left: 8px; 
}