/*#header {
    height: 254px;
}
.prod-home #logo {
    top: 77px;
    left: 26px;
    width: 289px;
}
#login {
    top: 87px;
    right: 46px;
}*/

#sub-menu {
    display: none;
}

#middle {
    background: url('/images/home-middle-tile.jpg');
    min-height: 363px;
}
#middle-top {
    background: url('/images/home-middle-top-bg.jpg') no-repeat top;
    height: 75px;
}
#middle-bottom {
    background: url('/images/home-middle-bottom-bg.jpg') no-repeat bottom;
    height: 70px;
}

#content {
    margin: 0;
    width: 908px;
}

#bonus-bar {
    height: 77px;
    width: 908px;
}
#bonus-bar a {
    float: left;
    margin-top: 24px;
}
#bonus-bar a:first-child {
    margin: 31px 0 0 41px;
}

#prod-boxes {
    clear: both;
}
.prod-box {
    background: url('/images/home-prod-box-bg.jpg') no-repeat bottom;
    float: left;
    position: relative;
    width: 268px;
    height: 272px;
}
#content .prod-box p {
    color: #000;
    line-height: normal;
    margin: 9px 17px;
}
.prod-box a.btn {
    position: absolute;
    bottom: 16px;
    left: 25px;
}

