html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{
    font-size: 12px;
}

h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

h1,h2,h3,h4,h5,h6{
    color: #663300;
    font-family: "Times New Roman", Times, serif;
}

h3,h4,h5,h6{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #CACACC;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*############ LOGO STYLES ####################################*/

#pageContainer{
    position: relative;
    margin: 0px auto;

    border: 1px solid #608EAF;

    text-align: left;
    width: 758px;
}

#logo{
    position: relative;
    top: 0px;
    left: 0px;

    width: 758px;
    height: 141px;
}

/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#menubar{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10000;

    background-image: url(/images/menubar_repeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 33px;
}

#menubarLeft{
    position: absolute;
    top: 0px;
    left: 0px;

    background-image: url(/images/menubar_left.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 245px;
    height: 33px;
}

#mcont{
    position: absolute;
    z-index: 2600;
    top: 0px;
    left: 245px;

    padding: 0px;
    margin: 0px;

    height: 24px;
    width: 513px;
    white-space: nowrap;
}

#tmenu{
    position: relative;
    z-index: 4500;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: nowrap;
    width: 513px;
}

#tmenu td{
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.tmenud{
    position: relative;
}

.tmenud a{
    display: block;

    padding: 4px 0px;

    color: #4A4A4A;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;

    width: auto;
}

.tmenud a:hover{
    color: #F14808;
    text-decoration:none;
}

.tmenus{
    background-image: url(/images/menubar_spacer.jpg);
    background-repeat: no-repeat;
    background-position: center center;

    width: 24px;
}

.dateHeader{
    color: #3D3696;
    font-size: 11px;
    font-weight: bold;
}

    /*################ DROP DOWN ##################################*/

.empty{ visibility: hidden; position: absolute; left: 0; top: 0; }

.tmenud .dropDownMenu{
    position: absolute;
    z-index: 5000;
    top: 24px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 100px;
    visibility: hidden;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.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: 3px 4px 2px 4px;
    margin: 0px;

    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    height: 15px;
    color: #FFFFFF;
    background-color: #757667;
    border: 1px solid #FDF9DF;
    border-top: none;
    font-variant: normal;
    white-space: nowrap;
}
html>body .tmenud .dropDownMenu li a{
    width: auto;
    min-width: 100%;
}

.tmenud .dropDownMenu li a:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #95563F;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

/*################ LEFT MENU ##################################*/

.dleftmenu{
    margin: 60px 0px 3px 0px;
    width: 100%;
}

.dleftmenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px dotted #CC0000;
}

.dleftmenu ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.dleftmenu ul li a{
    display: block;

    margin: 0px;
    padding: 2px 0px 2px 10px;
    height: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #CC0000;
    background-color: transparent;
}

html>body .dleftmenu ul li a{
    height: auto;
}

.dleftmenu ul li a:hover{
    background-color: #908A73;
    color: white;
}


/*################ END LEFT MENU ##############################*/

/*################ COLUMN MAIN ################################*/

#contentContainer{
    position: relative;
    margin: 0px;
    background-color: white;
    height: auto;
}

#columnLeft{
    margin: 0px;
    padding: 0px;

    background-color: #5D6160;
    background-image: url(/images/column_left.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    vertical-align: top;

    width: 141px;
}

#columnMain{
    padding: 8px;
    font-size: 14px;
    color: #000000;

    width: auto;
}

#content{
    padding: 8px;

    width: auto;
    height: 200px;
}

html>body #content{
    height: auto;
    min-height: 200px;
}

#disclaimer{
    padding: 0px;
    text-align: center;
    font-size: 10px;
    color: #444444;
}

#copyright{
    position: relative;
    margin: 0px;
    padding: 8px 0px;
    width: 100%;
    font-size: 9px;
    background-color: #5D6160;
    text-align: center;
    font-size: 11px;
    color: #DDDDDD;
}

#copyright a{
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}
#copyright a:hover{
    color: #A3CEE1;
    text-decoration: none;
}

#copyright div span{ margin: 0px 4px; }
#copyright div span a{ font-size: 10px; }

/*################ END COLUMN MAIN ############################*/

/*################ CONTENT TABLES #############################*/

table.cell, table.show{
    border: 1px solid #333333;
}

td.adminTitle{
    background-color: black;
    border: 1px solid #082A4E;
    text-decoration:none;
    color: white;
    font-weight: bold;
    text-align: center;
}

td.cellHeader{
    background-color: #5D6160;
    border: 1px solid #000000;
    padding: 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;
    font-size: 12px;
    color: #000000;
    text-align: left;
}

td.cellOdd{
    background-color: #FCFCFF;
    padding: 2px 8px;
    border-bottom: 1px solid #F3F5FB;
    color: #000000;
    font-size: 12px;
}

    /*############ 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 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;
}
a.plistCurrent{
    text-decoration: none;
    font-weight: bold;
}

    /*############ End Product Styles #########################*/
/*################ END CONTENT TABLES #########################*/

/*################ FORM ELEMENTS ##############################*/

input{
    background-color: #FCFCFF;
    color: #082A6E;
    border: 1px solid #082A6E;

    font-weight: normal;
    font-size: 12px;
}
/* 0864C6 - BB291F */
input.button{
    background-color: #DA7540;

    color: white;
    border: 1px outset #70AAE1;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 18px;
}

input.buttonOver{
    background-color: #F14808;

    color: white;
    border: 1px inset #70AAE1;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;

    height: 18px;
}

input.search{
    background-color: transparent;
    border: 0px solid #000000;
    background-image: url(/images/search_button.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;

    color: #FFFFFF;
    width: 86px;
    height: 21px;
    text-align: center;
    padding: 0px 0px 2px 2px;
}

select{
    background-color: #FCFCFF;
    color: #082A6E;
    border: 1px solid #082A6E;

    font-weight: normal;
    font-size: 12px;
}

/*################ END FORM ELEMENTS ##########################*/
/*################ ANCHORS ####################################*/

a{
    color: #082A8E;
    font-weight: bold;
}
a:hover{
    color: #70AAE1;
}

a.cellHeader{
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
a.cellHeader:hover{
    color:#FCFCFF;
}

a.cellHeaderSmall{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.cellHeaderSmall:hover{
    color: #FCFCFF;
}

a.cell{
    text-decoration:none;
    font-weight: bold;
}
a.cell:hover{
}

a.cellLarge{
    text-decoration:none;
    font-weight: bold;
}
a.cellLarge:hover{
}

a.small{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

a.left{
    margin-left: 46px; color: #FFFFFF; text-decoration: none;
}

/*################ END ANCHORS ################################*/

/*################ MISC #######################################*/

/* DONT CHANGE THIS P */
p{
    margin: 0px;
    padding: 0px;
}
/* END DON'T CHANGE */

/*used for the checkout page header text and for email header text*/
span.boldHeader{
    color: #082A8E;
    font-weight: bold;
}

span.small{
    font-size: 12px;
}

span.large{
    color: #082A8E;
    font-weight: bold;
}

span.error{
    color: #FF0000;
    font-weight: bold;
}

span.good{
    color: #546396;
    font-weight: bold;
}

/* replacement for hr */
div.hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #082A8E;
    margin: 8px 0px 8px 0px;
}
div.hr2{
    height: 1px;
    width: 100%;
    border-top: 2px solid #BB291F;
    margin: 8px 10px 8px 10px;
}

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;
}
