#top-bkgd.overview {
	height: 300px;
}

#statement {
	position: relative;
	text-align: center;
	margin: 28px 0 20px 0;
}

#service-blocks {
	width: 950px;
	height: 283px;
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0;
}

#service-blocks li {
	float: left;
	width: 315px;
	height: 283px;
	margin: 0 2px 0 0;
	padding: 0;
}

#service-blocks .block-icon { /* needed for ie7 */
	width: 315px;
	height: 186px;
}

#service-blocks .block-icon img {
	position: relative;
	width: 315px;
	height: 186px;
}

.block-width-left {
	width: 316px;
}

#service-blocks li.right {
	margin: 0;
}

#service-blocks .block-text {
	position: relative;
	width: 315px;
	height: 97px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#service-blocks .block-text a {
	width: 315px;
	height: 97px;
}

#service-blocks .block-text img {
	display: none;
}

#block-applications {
	background-image: url(/static/images/index/block-applications.png);
}

#block-design {
	background-image: url(/static/images/index/block-design.png);
}

#block-web {
	background-image: url(/static/images/index/block-web.png);
}

#featured-title {
	margin: 10px 0;
	font-weight: bold;
}

#featured-desc {

}