html, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, section, summary{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	margin: 0px;
	padding: 0px;
}
section.row {
	height: 220px;
}
section.row .row-body {
	height: 220px;
	position: relative;
	width: 950px;
}
section.row .row-body ul.boxes li {
	cursor: pointer;
	float: left;
	height: 220px;
	margin-right: 1px;
	position: relative;
	width: 250px;
	list-style-image: none;
	list-style-type: none;
}





/* Services Section 
------------------------------------------------------------------------------*/
section.services .row-head {
	margin-left: 20px;
	width: 150px;
}
section.services .row-body {
	overflow: hidden;
	background-color: #595959;
}
section.services .row-body ul.boxes li {
	background-color: #595959;
	height: 220px;
	width: 315px;
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
}
section.services .row-body ul.boxes li h3 {
	background-color: #393838;
	border-bottom: 1px solid #fff;
	color: #d9d9da;
	font-size: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

section.services .row-body ul.boxes li p {
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: justify;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
