html, body, h1, h2, h3, h4, 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: 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: #39389e;
}

h4,h5,h6{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #8d8d8d;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*############ LOGO STYLES ####################################*/

#pageContainer{
    margin: 0px auto 0px auto;

    text-align: left;
    width: 760px;
}

#logoContainer{
    background-image: url(/images/header.jpg);
    background-repeat: repeat-x;
    background-position: top center;

    padding: 0px;
    width: 100%;
    height: 73px;
}
/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#pageHeader{
    position: relative;
    z-index: 1000;
    height: 142px;
    background-image: url(/images/intro.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#pageHeader2{
    position: relative;
    z-index: 1000;
    height: 16px;
    background-color: #2a2e92;
}

#cartContain{
    position: absolute;
    top: 6px;
    left: 40px;
}

#cartContain span{
    padding-right: 14px;
}

#cartContain a{
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}
#cartContain a:hover{
    text-decoration: none;
}

#searchContain{
    position: absolute;
    top: 70px;
    left: 30px;
    color: #353F50;
    font-size: 10px;
    font-weight: normal;
}

#psearchbox{
    width: 120px;
    height: 12px;
    font-size: 10px;
}

.searchbutton{
    background-image: url(/images/searchbutton.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 55px;
    border: 0px solid #FFFFFF;
    font-size: 10px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 3px;
}

#menubar{
    position: relative;
    z-index: 5000;
    background-image: url(/images/menubar_repeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 23px;
}

#tmenu{
    position: relative;
    z-index: 4500;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: nowrap;
    width: 100%;
    height: 23px;
}

#tmenu td{
    background-image: url(/images/menubar_button.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    height: 23px;
    text-align: center;
    white-space: nowrap;
}

#tmenu td.mspacer{
    background-image: url(/images/menubar_spacer.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    width: 44px;
    height: 23px;
    font-size: 1px;
}

#tmenu td#menubarl{
    background-image: url(/images/menubar_spacer.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 23px;
    width: 40px;
    font-size: 1px;
}
#tmenu td#menubarr{
    background-image: url(/images/menubar_spacer.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 23px;
    width: 40px;
    font-size: 1px;
}

.tmenud{
    position: relative;
}

.tmenud a{
    display: block;
    width: auto;
    height: auto;

    margin: 0px;
    padding: 3px 10px;
    color: #06577D;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.tmenud a:hover{
    color: #06577D;
    text-decoration: underline;
}

.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: 18px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px;

    width: 100%;
    visibility: hidden;
}
html>body .tmenud .dropDownMenu{
    width: auto;
    min-width: 100%;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
    background-color: #617aa3;
}

.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 0px 0px 0px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: auto;
    height: 15px;
    color: #FFFFFF;
    white-space: nowrap;
    background-image: none;
}

.tmenud .dropDownMenu li a:hover{
    background-color: #6d86af;
    background-image: none;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

/*################ LEFT MENU ##################################*/

#newsContain{
    position: relative;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 24px;
    margin: 0px;
    background-color: #5c6e7a;
    border: 0px solid #000000;
    color: #FFFFFF;
    text-align: center;
}
#newsContain #newsForm{
    float: right;
    margin-right: 10px;
    padding: 2px;
    white-space: nowrap;
}
#newsContain #newsForm .ntext{
    font-size: 10px;
    width: 130px;
    height: 12px;
}
#newsContain #newsForm .button, #newsContain #newsForm .buttonOver{
    width: 80px;
}

.dleftmenu{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.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;
    height: 17px;
    width: 100%;
}
html>body .dleftmenu ul li{
    width: auto;
}

.dleftmenu ul li a{
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
    height: 12px;
}
html>body .dleftmenu ul li a{
    width: auto;
}

.dleftmenu ul li a:hover{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #2B6374;
}


/*################ END LEFT MENU ##############################*/

/*################ COLUMN MAIN ################################*/

#headerContainer{
    position: relative;
    margin-top: 1px;
}

#contentContainer{
    position: relative;
    margin: 0px;
    height: auto;
}

#columnLeftTD{
    width: 150px;
    background-color: #799EB8;
}

#columnLeft{
    text-align: left;
    white-space: nowrap;
}

#columnMain{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #000000;
}

#content, #cStretch{ position: relative; }
#cStretch{ height: 200px; padding: 8px; }
html>body #cStretch{
    height: auto;
    min-height: 200px;
}

#copyright{
    position: relative;
    margin: 0px;
    padding: 4px;
    font-size: 9px;
    color: #55565a;
    text-align: center;
    background-color: #adcadc;
    text-align: center;
}
#copyright div{
    padding-top: 4px;
    font-size: 9px;
}
#copyright a{ font-weight: bold; font-size: 9px; text-decoration: none; color: #55565a; }
#copyright a:hover{ text-decoration: underline; }

#copyright div span{ margin: 2px 4px 16px 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: #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;
}

td.cellError{
    background-color: #CC6666;
    padding: 2px 8px 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, select{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px inset #8E9082;

    font-weight: normal;
    font-size: 12px;
}
/* 0864C6 - BB291F */
input.button{
    background-color: #6e87af;
    color: #FFFFFF;
    border: 1px solid #1B1B1B;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-bottom: 2px;
}

input.buttonOver{
    background-color: #245275;
    color: #FFFFFF;
    border: 1px solid #1B1B1B;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    height: 18px;
    padding-bottom: 2px;
}

/*################ END FORM ELEMENTS ##########################*/
/*################ ANCHORS ####################################*/

a{
    color: #005288;
    font-weight: bold;
}
a:hover{
    color: #0062C6;
}

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.cell{
    text-decoration:none;
    font-weight: bold;
}
a.cell: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.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;
}

.large{
    color: #5D5A55;
    font-size: 12px;
}

.tdHeader{
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

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;
}
