#feature_img {
    float: left;
}

#feature_content {
    float: left;
    width: 694px;
    padding: 20px 0 10px 15px;
}

#feature_content h2 {
    color: #FFF;
    font-size: 24px;
}

#feature_content p {
    color: #D5E0E4;
}

#feature_breadcrumbs {
    color: #999999;
    font-weight: bold;
}

#feature_breadcrumbs a {
    color: #3DA8E7;
    font-size: 12px;
}

a#bread_active {
    color: #999999;
}

#store_top {
    width: 400px;
    padding-bottom: 20px;
}

#rightcont_interior h3 {
    color:#333333;
    font-size:19px;
    font-weight:normal;
}

#store_top_image {
    position: absolute;
    right: 45px;
    top: 150px;
    z-index: 1000;
}

/* -------------------------------------------
   7. STORE
   ------------------------------------------- */

#shop {
    margin: 0 0 50px 0;
}

#shop h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 8px 0 8px 10px;
    color: #FFF;
    background-color: #A67F5C;
    width: 656px;
    display: block;
}

#shop img {
    display: block;
    margin: 3px auto 2px auto;
}

#shop a {
    font-size: 16px;
    color: #30687C;
    display: block;
    padding-left: 14px;
}


.product_item_left {
    width: 220px;
    height: 202px;
    float: left;
    border-left: 1px solid #CEBDAB;
    border-bottom: 1px solid #CEBDAB;
    border-right: 1px solid #CEBDAB;
}

.product_item_centre {
    width: 221px;
    height: 202px;
    float: left;
    border-bottom: 1px solid #CEBDAB;
}

.product_item_right {
    width: 221px;
    height: 202px;
    float: left;
    border-left: 1px solid #CEBDAB;
    border-bottom: 1px solid #CEBDAB;
    border-right: 1px solid #CEBDAB;
}

.tools {
    height: 170px;
}

/* -------------------------------------------
   8. FOOTER
   ------------------------------------------- */

#footer {
    margin-left: 27px;
}

#footer li {
    font-size: 11px;
    display: inline;
    padding: 0 15px 0 0;
}

#footer a {
    color: #714A0C;
}

/* -------------------------------------------
   9. OTHER STYLING
   ------------------------------------------- */

img.floatleft {
    float: left;
    margin: 0 14px 4px 0;
}