	#main {
    min-height: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* products */
#products {
    background: #fff url(../images/home-box-shadow.png) repeat-x left bottom;
    margin: 17px;
    list-style: none;
    overflow: hidden;
    padding: 0 0 11px 0;
    border-top: 1px solid #c8c0ac;
}

#products li {
    border-right: 1px solid #c8c0ac;
    border-bottom: 1px solid #c8c0ac;
    float: left;
    width: 172px;
    height: 344px;
    position: relative;
    overflow: hidden;
}

#products .main {
    width: 382px;
    border-left: 1px solid #c8c0ac;
}

#products .main h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 370px;
}

#products .main p {
    background: transparent;
    color: #c6325b;    
    position: absolute;
    left: 0;
    bottom: 34px;
    z-index: 3;
    width: 362px;
    height: auto;
    margin: 0;
    padding: 6px 10px;
}

#products .main strong {
    font: 2.2em georgia,helvetica,arial,sans-serif; 
    display: block;
    margin-bottom: 3px;
}

#products .main a {
    color: #c6325b;
}

#products .item {
    height: 344px;
    position: relative;
    overflow: hidden;
}

#products h2 {
    background: #994280;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 48px;
    z-index: 2;
    font-size: 1em;
    padding: 6px 10px;
    font-weight: normal;
    width: 160px;
    font-family: verdana, arial;
}

#products .homewares {
    background: #5db0ad;
}

#products .gifts {
    background: #c4aa92;
}

#products .bespoke {
    background: #595a58;
}

#products p {
    color: #fff;    
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 28px;
    width: 152px;
    margin: 0;
    padding: 10px 10px;
}

/* common - products and features */
#features img, #products img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#features a:hover img, 
#products a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#features a, #products a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: block;
    font-size: 0.85em;
}

#features a:hover, #products a:hover {
    text-decoration: underline;
}

#features a span, #products a span {
    display: block;
    font: 1.5em georgia,helvetica,arial,sans-serif; 
    margin-bottom: 2px;
}


/* features */
#features {
    background: #edeadc;
    overflow: hidden;
    list-style: none;
    width: 937px;
    margin: 12px auto;
}

#features li:first-child, #features li.first {
    margin-left: 0;
}

#features li {
    background: #fff url(../images/home-box-shadow2.png) repeat-x left bottom;
    float: left;
    margin-left: 12px;
    padding: 11px 11px 18px 11px;
}

#features .item {
    width: 280px;
    height: 165px;
    position: relative;
    border: 1px solid #c8c0ac;
    overflow: hidden;
}

#features h2 {
    background: #994280;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    font-size: 1em;
    padding: 2px 10px;
    font-weight: normal;
    font-family: Verdana, Arial;
}

#features p {
    background: #959285;
    background: rgba(149, 146, 133, 0.9);
    color: #fff;    
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 38px;
    width: 262px;
    margin: 0;
    padding: 6px 10px;
}













