@charset "utf-8";

ul.bottom_features {
    width:946px;
    height:291px;
    overflow:hidden;
}

ul.bottom_features li {
    display:inline;
    width:306px;    
    float:left;
    margin-right:13px;
}

ul.bottom_features li.last {
    margin-right:0px;   
}

ul.bottom_features div.feature_box {
    width:266px;
    height:126px;    
    padding:20px;
    padding-top:145px;
}

ul.bottom_features div.rates_feature {
    background-image:url('../images/feature__rates.png');
}

ul.bottom_features div.web_feature {
    background-image:url('../images/feature__web.png');
}

ul.bottom_features div.web2_feature {
    background-image:url('../images/feature__web2.png');
}

ul.bottom_features div.mobile_feature {
    background-image:url('../images/feature__android_blackberry.png');
}

ul.bottom_features div.iphone_feature {
    background-image:url('../images/feature__iphone.png');
}

ul.bottom_features div.desktop_feature {
    background-image:url('../images/feature__desktop.png');
}

ul.bottom_features a {
    font-weight:bold;   
    letter-spacing:-0.5px;
}
