#community-support a {
    background: rgba(0, 0, 0, 0) url("../images/support-icons.png") no-repeat scroll 0 0;
    display: block;
    height: 77px;
    width: 80px;
}
#contact-us-support a {
    background: rgba(0, 0, 0, 0) url("../images/support-icons.png") no-repeat scroll 0 -85px;
    display: block;
    height: 77px;
    width: 80px;
}
#product-support a {
    background: rgba(0, 0, 0, 0) url("../images/support-icons.png") no-repeat scroll 0 -170px;
    display: block;
    height: 77px;
    width: 80px;
}
#ambassador-support a {
    background: rgba(0, 0, 0, 0) url("../images/support-icons.png") no-repeat scroll 0 -258px;
    display: block;
    height: 77px;
    width: 80px;
}
#warranty-support a {
    background: rgba(0, 0, 0, 0) url("../images/support-icons.png") no-repeat scroll 0 -355px;
    height:77px;
    width:80px;
}
#community-support a:hover {
    background-position: -83px 0;
}
#contact-us-support a:hover {
    background-position: -83px -85px;
}
#product-support a:hover {
    background-position: -83px -170px;
}
#ambassador-support a:hover {
    background-position: -83px -258px;
}
#warranty-support a:hover {
    background-position: -81px -355px;
}
.support-options-mod {
    min-height: 160px;
}
.support-options-mod a:link {
    color: #000;
}
.support-options-mod a:visited {
    color: #000;
}
.support-options h3 {
    padding: 0 21px 15px;
    text-align: center;
}
.support-options p {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}
.support-options .product-support-link p a:hover {
    color: #0ba0de;
    text-decoration: none;
}
.support-options .community-support-link p a:hover {
    color: #74931b;
    text-decoration: none;
}
.support-options .ambassador-support-link p a:hover {
    color: #bf933e;
    text-decoration: none;
}
.support-options .contact-us-support-link p a:hover {
    color: #222;
    text-decoration: none;
}
.support-options .warranty-us-support-link p a:hover {
    color: #222;
    text-decoration: none;
}