body {
	margin: 0;
	padding: 0;
	background: #f0f0b9;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #333;
}

div#outer-container {
	width: 960px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
	background: url('http://www.citruswebmedia.co.uk/images/bg.png') top no-repeat;
}

div#middle-container {
	width: 928px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

div#inner-container {
	width: 848px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

div#header {
	position: relative;
	width: 848px;
	height: 258px;
	padding: 0;
	margin: 0 0 40px 0;
	background: url('http://www.citruswebmedia.co.uk/images/header.jpg') top no-repeat;
}

div#header .headerBlock {
	background: #fff;
	padding: 10px;
	position: absolute;
	margin: 0;
}

div#header div#h1Div {
	top: 10px;
	left: 0px;
}

div#header h2 {
	margin: 0;
	padding: 0;
	width: 97px;
	height: 56px;
	text-indent: -9999px;
	background: url('http://www.citruswebmedia.co.uk/images/logo.gif') top left no-repeat;
}

div#header div#subTitleDiv {
	top: 25px;
	right: 0px;
	padding-bottom: 6px;
}

div#header div#subTitleDiv p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}

div#header div#contactDiv {
	bottom: 40px;
	right: 0px;
	padding-bottom: 6px;
}

div#header div#contactDiv p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

div#header div#contactDiv a {
	color: #333;
	text-decoration: none;
}

div#header div#contactDiv a:hover {
	color: #868812;
}

div#header div#navigationDiv {
	bottom: 15px;
	left: 0px;
	padding: 8px 10px 5px 10px;
}

div#header div#navigationDiv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

div#header div#navigationDiv ul li {
	margin: 0;
	line-height: 140%;
}

div#header div#navigationDiv ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

div#header div#navigationDiv ul li a.active {
	color: #333;
}

div#header div#navigationDiv ul li a:hover {
	color: #868812;
}

h1, h2 {
	font-size: 17pt;
	margin: 0 0 1em 0;
}

p.content {
	margin: 1em 0;
	line-height: 150%;
	text-align: justify;
}

div#leftCol {
	float: left;
	width: 625px;
}

div#testimonials {
	float: right;
	width: 160px;
}

div#testimonials p {
	margin: 0;
	line-height: 150%;
	font-style: italic;
	font-size: 9pt;
}

div#testimonials p.client {
	font-style: normal;
	text-align: right;
}

div#footer {
	clear: both;
	text-align: center;
	padding: 40px 0 10px 0;
	color: #999;
	font-size: 9pt;
}

a img {
	border: 0;
}

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

a:hover {
	color: #c7740e;
	text-decoration: none;
}

img.portfolioPic {
	margin-right: 20px;
}

table#portfolio {
	width: 100%;
	margin-top: 20px;
}

table#portfolio td {
	text-align: center;
	font-size: 9pt;
	padding-bottom: 20px;
}

table#portfolio td img {
	border: solid 1px #ccc;
}

table#portfolio td a {
	color: #999;
}

table#portfolio td a:hover {
	color: #c7740e;
}

p.large {
	font-size: 16pt;
}

