/**
 * STYLE SHEET :: PAGE / HOME
 */


#services {
    margin: 1.5em 0 1.5em 0;
    }

#services div div {
    height: 12.0em;
    padding: .8em 1em;
/*
    background: transparent url(/img/backgrounds/block-shade.png) bottom repeat-x;
*/
    background: transparent url(/img/backgrounds/white-30p.png);
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/css/behaviors/PIE.htc);
    }

    #services div div h2 {
        margin: .1em 0 .2em 0;
        font-size: 17px;
        text-transform: uppercase;
        }

    #services div p {
        margin-bottom: 0;
        }

    #services div div ul.features {
        margin: .5em 0 0 0;
        }

