/**
 * front.css - Front Page Specific Stylesheet
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/
#banner-images-for-preloader {
	display: none;
}

#content-container {
    padding-top: 18px;
}

#features h1, #features h2 {
	margin: 0;
	padding: 0;
}

#features .feature-body {
    position: relative;
}

#features .feature-item {
    height: 284px;
	width: 225px;
	float: left;
	margin-left: 13px;
}

#features .feature-item.first {
    margin-left: 0;
}

#features .feature-item.last {
    background: url(../images/quote-request-bg.png) no-repeat;
}

#features .feature-item .bullet {
    position: absolute;
    bottom: 17px;
}

#features .feature-title {
    background: url(../images/feature-title-bg.png) no-repeat;
    padding: 10px 17px 12px;
    height: 12px;
}

#features .feature-item.last .feature-title h1 {
    font-size: 36px;
    font-weight: bold;
}

#features .feature-image {
    height: 115px;
}

#features .feature-item .feature-body {
	background: url(../images/feature-body-bg.png) no-repeat;
    height: 99px;
    padding: 17px;
}

#features .feature-item.last .feature-body {
    background: none;
}

#features .feature-item .feature-body  p {
	margin-top: 0;
}

#features .feature-item.last .feature-title {
    background: none;
    height: 130px;
	padding-bottom: 9px;
}

/***********************************************************************
 * Classes
 **********************************************************************/
