/**
 * home.css
 *
 * $Id: home.css 2213 2011-08-06 12:55:47Z admin $
 */
h3 {
    padding-bottom: 4px;
}
#content {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}

#box_main {
    width: 800px;
    float: left;
}
#box_services,
#box_design,
#box_hosting {
    margin: 0;
    padding: 0;
    width: 300px;
    float: left;
}
.box_top {
    background: url(/images/bg_box_280_top.png) no-repeat top left;
    float: left;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.box_content {
    background: url(/images/bg_box_280_content.png) no-repeat bottom left;
    float: left;
    padding: 5px 20px 20px 20px;
    width: 280px;
}
.box_block {
    float: left;
    margin: 0 0px 0 0;
    position: relative;
    width: 250px;
}
.more {
    text-align: right;
    margin: 0; padding: 0;
}

