#home-products {
    margin: 0;
    padding: 0 0 8px 0;
    -moz-border-radius: 8px;
    background: #ddd url(/images/home-products-2011.png) 0 26px no-repeat;
}

#home-products ul {
    margin: 0 0 0 10px;
    padding: 4px 0 0 0;
    height: 148px;
}

#home-products ul li {
    display: block;
    width: 140px;
    height: 148px;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
}

#home-products ul li a {
    display: block;
    width: 138px;
    height: 148px;
    /*
    border: 1px solid #444;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    color: #fff;
    background: #8aaa0d;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #a1c60f), color-stop(1.00, #718b0a));  
    background: -moz-linear-gradient(top, #718b0a, #a1c60f);
    */
}

#home-products ul li a strong {
    display: none;
    margin: 12px 4px  8px 4px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-size: 13pt;
    text-shadow: 0 0 4px #444;
}

#home-products ul li a:hover strong {
    text-decoration: underline;
}

#home-products ul li a span {
    display: none;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 8pt;
}

