@import url(typography.css);
@import url(utility.css);

body { font-size: 1.3em; }

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

h1, h2 {	letter-spacing: -0.03em; }

h2 {	color: #2B2B2B; }

form { margin: 0; }

a:link, a:visited {
	color: White;
	cursor: pointer;
}

a:hover { text-decoration: none; }

#header {
	background: url(../images/header-bg.jpg) repeat-x;
	padding: 30px 0;
}

#header div {
	margin: auto;
	width: 920px;
}

#header h1 { float: right; }

#container {
	background: #EE1D22 url(../images/bg.jpg) repeat-x 0 -5px;
	border-bottom: solid 20px #111;
}

#body {
	color: white;
	margin: 0 auto;
	padding: 20px 0;
	width: 920px;
}

#content {
	display: inline;
	float: left;
	width: 640px;
}

.services {
	list-style: none;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}

.services li {
	background: url(../images/icon-tick.gif) no-repeat 0 .3em;
	padding-left: 25px;
}

.services em { font-style: normal; }

#itservices { background: url(../images/microsoft-small-business-specialist.png) no-repeat right top; }

#recentwork ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#recentwork li { margin-bottom: 10px; }

#right {
	display: inline;
	float: right;
	text-align: center;
	width: 240px;
}

#quickcontact {
	background-color: #2B2B2B;
	color: White;
	margin-bottom: 40px;
	padding: 20px;
}

#address { text-align: left; }

#address strong {
	color: #CCC;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
}

#address em { font-style: normal; }

#tel {
	font-family: Georgia, Times, serif;
	font-size: 2.5em;
}

#email {
	font-size: 1.3em;
	margin: 0;
}

#footer {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 920px;
}

#footer a { color: #EE1D22; }

#copyright {
	color: #666;
	font-size: 0.8em;
}