body#shop-home #inside {
    padding: 0 !important;
}

#coffees-list-container,
#other-products-container {
    /*background: url(../img/content-bg.gif) repeat-y top left;*/
    float: left;
    padding: 0 0 0 10px;
    /*width: 800px;/*
    /*padding-left: 6px;*/
}

body#shop-home #sub-nav li.first-item ul {
    display: none;
}

body#shop-home h1 {
    /* background-color: #eba71a; */
    color: #ffe59d;
    /*padding: 2px 0 2px 7px;*/
    margin: 0;
    background: transparent url(../img/h1-bg-shop.gif) no-repeat top right;
}

body#shop-home h1 span {
    background: transparent url(../img/h1-bg-shop.gif) no-repeat bottom right;
}

ul#coffees-list {
    margin: 0;
    padding: 0;
}

ul#coffees-list li,
#other-products li {
    list-style: none outside none;
    float: left;
    background-repeat: no-repeat;
    background-color: #edbe25;
    margin-left: 15px;
    margin-top: 15px;
}

ul#coffees-list li a {
    padding: 133px 0 10px 10px;
    width: 214px;
    display: block;
    color: #501904;
    text-decoration: none;
    font-size: 1.4em;
}

ul#coffees-list li.item0,
ul#coffees-list li.item3,
ul#coffees-list li.item6 {
    margin-left: 0;
}

ul#coffees-list li.item0 {
    background-color: #485d41;
}
ul#coffees-list li.item0 a {
    color: #ffe59d;
}

#other-products-container {
    margin: 25px 0 10px;
    /* width: 806px; */
}

#other-products {
    clear: both;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d3d0c9;
}

#other-products li {
    padding: 0;
    height: 145px;
    width: 224px;
    background: none;
}

#other-products img {
    float: right;
    margin-left: 5px;
}

#other-products li.first-item {
    margin-left: 0;
}

#other-products h2 a {
    color: #6e1f01;
    font-weight: normal;
    font-size: 1.2em;
    padding-left: 10px;
    display: block;
    background-position: -5px -557px;
}

#other-products p {
    padding-left: 10px;
}



