@import url(reset.css);

html {
	color: #121212;
	font: 62.5% Arial, Helvetica, sans-serif; /* Default font size to a base of 10px */
}

body {
	font-size: 1em;
	text-align: center;
}

ul {
	margin: 15px 0 15px 15px;
	min-height: 120px;
}

li {
	background: transparent url(../images/tick.gif) no-repeat left center;
	font: 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 30px;
}

p {
	border-top: solid 1px #121212;
	font-size: 1.2em;
	padding-top: 5px;
	text-align: center;
}

a {
	color: #121212;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#wrapper {
	margin: 100px auto;
	width: 990px;
}

#baconsPropertyManagement, #lovelleBaconsEstateAgency, #lovelleBaconsCharteredSurveyors, #lovelleCommercial {
	display: inline;
	float: left;
	text-align: left;
	width: 225px;
}

#baconsPropertyManagement, #lovelleBaconsEstateAgency, #lovelleBaconsCharteredSurveyors { margin-right: 30px; }

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
