html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

body{
    background-color: #FFFFFF;
    background-image: url(/images/column_left_repeat.jpg);
    background-repeat: repeat-y;
    background-position: top left;

    margin: 0px;
    padding: 0px;
}

/*############ LOGO STYLES ####################################*/

#logoContainer{
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;

    background-image: url(/images/logo_middle.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 132px;
}

#logoLeft{
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 0px;

    background-image: url(/images/logo_left.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 342px;
    height: 142px;
}
#logoRight{
    position: absolute;
    top: 0px;
    right: 0px;

    background-image: url(/images/logo_right.jpg);
    background-repeat: no-repeat;
    background-position: top right;

    width: 417px;
    height: 72px;
}

#slogan1{
    position: absolute;
    top: 4px;
    left: 256px;
    z-index: 2500;

    background-image: url(/images/topheader.png);
    background-repeat: no-repeat;
    background-position: top left;

    width: 280px;
    height: 38px;
}

#slogan2{
    position: absolute;
    top: 44px;
    left: 220px;
    z-index: 2600;

    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#slogan3{
    position: absolute;
    top: 20px;
    left: 580px;
    z-index: 2600;

    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

/*################ END LOGO STYLES ############################*/

/*################ MENU BAR STYLES ############################*/

#menubar{
    position: absolute;
    z-index: 1200;
    top: 72px;
    left: 0px;

    background-image: url(/images/menubar_repeat.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    width: 100%;
    height: 34px;
}

#pageHeader, #pageHeader2{
    position: absolute;
    z-index: 2200;
    top: 124px;
    left: 192px;
    height: 34px;
    white-space: nowrap;
}
#pageHeader2{
    left: 600px;
    top: 122px;
    white-space: nowrap;
}

#mcont{
    position: absolute;
    z-index: 2600;
    top: 80px;
    left: 252px;

    height: 20px;
    white-space: nowrap;
}

#mcontstretch{
    width: 500px;
}

#tmenu{
    position: relative;
    z-index: 4500;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: nowrap;
}

#tmenu td{
    height: 20px;
    text-align: center;
    white-space: nowrap;
}

.tmenud{
    position: relative;
}

.tmenud a{
    display: block;
    border: 0px none transparent;
    width: 100px;
    height: 17px;

    color: #FF0022;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.tmenud a:hover{
    background-color: #EFEFFF;
    border: 1px solid #FF0022;
    height: 15px;
    width: 98px;
    color: #FF0022;
    text-decoration:none;
}

.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: 16px;
    left: 0px;
    text-align: left;

    margin: 0px;
    padding: 0px 0px 2px 0px;

    border: 1px solid #525A42;
    background-color: #DEDEF7;

    width: 140px;
    visibility: hidden;
}
html>body .tmenud .dropDownMenu{
    width: auto;
    min-width: 140px;
}

.tmenud .dropDownMenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tmenud .dropDownMenu li{
    list-style-type: none;
    display: block;
    width: 140px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    height: 16px;
    text-align: left;
}
html>body .tmenud .dropDownMenu li{
    width: auto;
    min-width: 140px;
    height: auto;
    min-height: 16px;
}

.tmenud .dropDownMenu li a{
    display: block;
    float: none;
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;

    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    height: 15px;
    color: #FF0022;
}

html>body .tmenud .dropDownMenu li a {
    width: auto;
}

.tmenud .dropDownMenu li a:hover{
    border: 0px none #FFFFFF;
    text-decoration:none;
    color: #FF0022;
    height: 15px;
    width: 100%;
}
html>body .tmenud .dropDownMenu li a:hover{
    width: auto;
}

    /*################ DROP DOWN ##################################*/
/*################ END MENUBAR STYLES #########################*/

/*################ LEFT MENU ##################################*/

#cartContain{
    position: relative;

    background-image: url(/images/cart.gif);
    background-position: top left;
    background-repeat: no-repeat;

    width: 130px;
    height: 22px;
    margin: 0px 0px 16px 9px;
}

#cartContain a{
    display: block;
    position: absolute;
    top: 3px;
    left: 33px;

    background-color: #FFFFFF;
    border: 1px outset #555555;

    padding: 0px 0px 0px 0px;
    width: 93px;
    height: 14px;

    font-size: 12px;
    font-weight: normal;
    color: #5343CF;
    text-align: center;
    text-decoration: none;
}

#cartContain a:hover{
    color: #BB291F;
    border: 1px inset #555555;
}

.dleftmenu{
    margin: 0px 0px 3px 3px;
    width: 138px;
    background-color: #FFFFFF;
    border: 1px solid #ACA5A5;
}

.dleftmenu div{
    height: 21px;
}
html>body .dleftmenu div{
    height: auto;
    min-height: 21px;
}

.dleftmenu div a{
    display: block;
    background-color: #D51049;
    border-bottom: 1px solid #E77394;
    padding: 4px 0px 4px 0px;
    color: #FFFFFF;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
html>body .dleftmenu div a{
    width: auto;
}
.dleftmenu div a:hover{
    color: #F0F0FF;
    text-decoration: none;
}

.dleftmenu ul{
    margin: 2px 2px 2px 18px;
    padding: 0px;
}

.dleftmenu ul li{
    color: #082A6E;
    margin: 0px;
    padding: 0px;
}
.dleftmenu ul li:hover{
    color: #BB291F;
}

.dleftmenu ul li a{
    color: #082A6E;
    text-decoration: none;
    font-weight: normal;
}
html>body .dleftmenu ul li a{
    display: block;
    width: auto;
}
.dleftmenu ul li a:hover{
    color: #BB291F;
    text-decoration: none;
}


/*################ END LEFT MENU ##############################*/

/*################ COLUMN MAIN ################################*/

#contentContainer{
    position: absolute;
    top: 132px;
    left: 0px;
    width: auto;
    height: auto;
}

#columnLeft{
    position: absolute;
    top: 0px;
    left: 0px;

    background-image: url(/images/column_left_top.jpg);
    background-repeat: no-repeat;
    background-position: top left;

    width: 180px;
    height: 400px;
}

#columnMain{
    position: absolute;
    top: 0px;
    left: 170px;
    padding: 0px;
    margin-top: 40px;
    font-size: 14px;
    color: #000000;

    width: 570px;
}

#content, #cStretch{ position: relative; width: 100%; }
#cStretch{ height: 400px; }
html>body #cStretch{
    height: auto;
    min-height: 400px;
}


#copyright{
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 21px;
    font-size: 9px;
    color: #3D3696;
    text-align: center;
}

#copyright div{
    font-size: 10px;
    color: #3D3696;
    text-align: center;
}

#copyright a{ font-weight: normal; font-size: 9px; text-decoration: none; }
#copyright a:hover{ text-decoration: none; }

#psearchbox{
    background-color: #FFFFFF;
    color: #000000;
    width: 100px;
}

.bsmall{
    color: #082A8E;
    font-size: 11px;
    font-weight: bold;
}

/*################ END COLUMN MAIN ############################*/

/*################ CONTENT TABLES #############################*/

table.cell, table.show{
    border: 1px solid #333333;
}

td.adminTitle{
    background-color: #21ADEF;
    border: 1px solid #082A4E;
    text-decoration:none;
    color: #F2352D;
    font-weight: bold;
    text-align: center;
}

td.cellHeader{
    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: 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: #FCFCFF;
    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{
    background-color: #FCFCFF;
    color: #082A6E;
    border: 1px solid #082A6E;

    font-weight: normal;
    font-size: 12px;
}
/* 0864C6 - BB291F */
input.button{
    background-color: #082A6E;
    color: #FFFFFF;
    border: 1px outset #FCFCFF;

    font-weight: normal;
    font-size: 12px;
}

input.buttonOver{
    background-color: #BB291F;
    color: #FFFFFF;
    border: 1px outset #FCFCFF;

    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

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: #BB291F;
}

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;
}



#siteMapButton{
    margin-left: 50px;
}
#pageInformationButton{
    margin-right: 50px;
}
#siteMapButton, #pageInformationButton{
    display: inline;
    cursor: pointer;
    text-decoration: none;
}

#siteMap, #pageInformation, #otherBottomBlock{
    color: #FFFEFF;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 1px solid #000000;
    padding: 8px;
    text-align: left;
    width: 500px;
}

html>body #siteMap, #pageInformation, #otherBottomBlock{
    width: 540px;
}

#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;
}
