#header {
    background: url(img2/headerBg.png) repeat-x;
    height: 139px;
}
#logo {
    background: url(img2/logoBg.png) no-repeat;
    width: 1050px;
    height: 139px;
    margin: auto;
}

#logo a {
    display: block;
    height: 93px;
    margin: auto;
    padding: 20px 0 0 0;
    width: 586px;
}

#top-menu-wrapper {
    background: url(img2/menuBg.png) repeat-x;
    height: 36px;
}
#top-menu {
    margin: 0 auto;
    width: 586px;
    height: 36px;
}

#top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-menu ul li {
    background: url(img2/topMenuSep.png) no-repeat;
    display: block;
    float: left;
    line-height: 36px;
    padding: 0 10px;
}
#top-menu ul li a {
    color:#999;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
}

#top-menu ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#content-wrapper {
    width: 1050px;
    margin: 0 auto;
}

#left {
    margin-top: 10px;
    width: 180px;
    float: left;
}

#left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#left ul li {
    background: #7f7f7f url(img2/menuBgNew.png) repeat-x;
    color: #fff;
    line-height: 19px;
    padding-left: 20px;
}

#left ul li ul li {
    background: transparent;
}

#left ul li a {
    color: #fff;
    text-transform: uppercase;
}

#right {
    width: 168px;
    float: left;
    margin-top: 10px;
}

#right #cart {
    width: 133px;
    padding: 5px;
    border: 1px solid #ccc;
}

#right #cart #cart-header {
    font-size: 14px;
    color: #797979;
    font-weight: bold;
}


#middle-footer {
    border-top:1px dotted #999999;
    color:#999999;
    margin:30px 0 0 0 ;
    padding:15px 0;
    width:651px;
}
#middle-footer a {
    color: #999;
}

#middle-footer a:hover {
    color: #000;
    text-decoration: underline;
}


#middle-footer-left {
    float: left;
}

#middle-footer-right {
    float: right;
}

#left-box-categories-header {
    background: url(img2/catHeaderBg.png) repeat-x;
    color: #fff;
    line-height: 19px;
    padding-left: 10px;
    width: 170px;
    text-transform: uppercase;
}


#pdf-generator-link {
    background: url(img2/catHeaderBg.png) repeat-x;
    color: #fff;
    line-height: 19px;
    padding-left: 10px;
    width: 170px;
    text-transform: uppercase;
    margin: 15px 0;
}

#pdf-generator-link a {
    color: #fff;
    font-weight: bold;
}

#left-box-categories-content
{
    
}

#left-loginbox {
    margin-top: 10px;
}
#left-loginbox ul {
    margin-top: 10px;
}

#left-loginbox input[type="submit"] {
    border: 1px solid #000;
}
.product-box {
    float: left;
    background: url(img2/prodBg.png) no-repeat;
    height: 212px;
    margin: 10px 20px;
    width: 168px;
    
}

.product-box-image {
    line-height: 120px;
    height: 120px;
    margin: 10px auto;
    width: 101px;
    text-align: center;
    font-size: 1px;
}

.product-box-image img {
    vertical-align: middle;
}

.product-box-info {
    height: 42px;
    margin: 5px auto;
    overflow: hidden;
    text-align: center;
    width: 155px;
}
.product-box-info a {
    font-weight: bold;
}

.product-box-buttons {
    margin: 0 auto;
    width: 138px;
}

.product-box-buttons a {
    display: block;
    float: left;
    height: 19px;
    width: 52px;
    text-align: center;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: url(img2/infoButton.png) no-repeat;
}




/*OVERRIDES*/
body {
    font-family: Arial, Helvetica, sans-serif;
}
div.middle {
    width: 650px;
    background: url(img2/middleBg.png) repeat-y;
    margin: 0;
    padding: 10px 26px 20px 23px;
}
