#sections {
    float:none;
    clear:both;
    overflow:auto;
    margin:25px 0 0 !important;
    list-style:none !important;
}

#sections li {
    width:105px;
    float:left;
}

#sections li+li {
    margin-left:10px;
}

#sections img,
.section_image img {
    background:url(/images/products_shadow.gif) no-repeat bottom right;
    padding:0 5px 5px 0;
}

#sections a:link,
#sections a:visited {
    color:#FFF;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
}

.section_image {
    width:100px;
    min-height:100px;
    float:left;
    margin:0 15px 15px 0;
    clear:left;
}

.section_info {
    width:465px;
    float:left;
    margin:0 0 15px;
    clear:right;
}

.section_info h2,
.section_info p {
    margin:0;
}

.section_info h2 {
    font-weight:bold;
}
