body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #363636;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #d9e8f7;
	}
	
a {
	color: #800000;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}
	
abbr {
	border: none;
	}

/* HEADER */

#headerContainer {
	font-family: Times, "Times New Roman", serif;
	color: #fff;
	background-color: #800000;
	border-bottom: 1px solid #fff;
	}
	
#header {
	width: 967px;
	min-height: 95px;
	margin: 0 auto;
	position: relative;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 3.1em;
	font-weight: normal;
	margin-bottom: 4px;
	}
	
#header h1 span {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;	
	}
	
#quotebox {
	background: url(../images/quotebox.gif);
	width: 180px;
	height: 26px;
	margin-top: 10px;
	padding-top: 7px;
	}
	
#quotebox .quotetext {
	margin-left: 14px;
	color: #363636;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	}
		
#header img {
	position: absolute;
	top: 6px;
	left: 890px;
	}
	
#header .title {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

/* NAV */

#nav {
	background-color: #d9e8f7;
	border-top: 5px solid #e4a7a7;
	
	}
	
#nav ul {
	list-style: none;
	padding: 10px 0;
	width: 967px;
	margin: 0 auto;
	}
	
#nav li {
	display: inline;
	}
	
#nav a {
	background: url(../images/nav.gif) no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	color: #363636;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 20px;
	}
	
#nav a:hover, #nav a#current {
	background: url(../images/navmarker.gif) no-repeat;
	background-position: 0 1px;
	}	

/* CONTENT */

#contentContainer {
	background-color: #fff;
	}

#content {
	width: 967px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 0.9em;
	position: relative;
	min-height: 300px;
	}
	
#contentMain {
	margin-right: 500px;
	}
	
#content h2 {
	font-size: 1.2em;
	margin:  5px 0 5px 0;
	color: #800000;
	}
	
#content h3 {
	font-size: 1em;
	margin:  15px 0 5px 0;
	color: #800000;
	}
	
#residentialh3 {
	clear: right;
	}	
	
#content p {
	margin: 5px 0;
	}
	
#content img {
	border: none;
	}
	
#content img#imgenergy {
	float: right;
	margin-left: 10px;
	}
	
#content img#imgenergy2 {
	float: right;
	margin-left: 10px;
	}
	
#mundicguide {
	float: right;
	margin-left: 10px;
	text-align: center;
	}
	
.clearboth {
	clear: both;
	}
	
#content img#mundic1 {
	float: right;
	margin-left: 10px;
	}
	
#content img#mundic2 {
	float: right;
	margin-left: 10px;
	}	
	
#homeImage {
	width: 481px;
	height: 286px;
	background: url(../images/homeimage.jpg) no-repeat;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 480px;
	}
	
#homeImage p {
	padding-top: 177px;
	margin-bottom: 0;
	margin-left: 30px;
	}

#homeImage ul {
	margin: 0 0 0 50px;
	padding: 0;
	}
	
/* FURTHER INFO */

#furtherInfoContainer {
	background-color: #d9e8f7;
	border-bottom: 5px solid #e4a7a7;
	padding-top: 15px;
	min-height: 10px;
	}
	
#furtherInfoDiv {
	width: 967px;
	margin: 0 auto;
	font-size: 0.9em;
	}
	
.furtherInfo {
	width: 215px;
	float: left;
	margin-right: 160px;
	}
	
#lastItem {
	margin-right: 0;
	}
	
.furtherInfo img {
	border: none;
	}
	
.furtherInfo h4, .furtherInfo p {
	margin: 0;
	}
	
.clearLeft {
	clear: left;
	}
	

/* GUIDES */

#guideSidebar {
	position: absolute;
	top: 15px;
	left: 760px;
	width: 210px;
	}
	
.otherGuide {
	margin: 15px 0 30px 0;
	font-size: 0.9em;
	}
	
.otherGuide h4 {
	margin: 0;
	}
	
#guideContent {
	margin-right: 230px;
	min-height: 600px;
	}
	
#content #guideContent img {
	float: left;
	margin: 0 10px 5px 0;
	}
	

/* CONTACT DETAILS */

#enquiryform {
	position: absolute;
	top: 50px;
	left: 600px;
	width: 350px;
	border: 2px solid #D9E8F7;
	background-color: #FBFCFE;
	padding: 10px;
	}
	
#enquiryform h3 {
	margin-top: 0;
	}
	
#contactContent {
	margin-right: 375px;
	min-height: 320px;
	}
	
#submitbutton {
	text-align: center;
	}
	
#contactContent p {
	margin-top: 20px;
	}
	
address {
	font-style: normal;
	}
	
address img, #contacts img {
	vertical-align: middle;
	}
	
#content address p.contact {
	margin: 7px 0;
	}
	
#content address p.contactad {
	margin-bottom: 20px;
	}
	
#contacts {
	color: #800000;
	font-weight: bold;
	position: absolute;
	font-size: 0.8em;
	top: 8px;
	left: 510px;
	}


/* COLOUR STRIP */

#colourStrip {
	background-color: #800000;
	height: 20px;
	border-bottom: 1px solid #fff;
	}

	
/* FOOTER */

#footer {
	width: 967px;
	margin: 0 auto 10px auto;
	font-size: 0.8em;
	text-align: right;
	}