
/* Let's do some resetting, thanks Eric! */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, Verdana;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fafafa url(../img/ui.body.bg.jpg) no-repeat center center fixed;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 1.3em;
}

* html body {
	line-height: 1.25em;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

.replace {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#construct {
	width: 		620px;
	height: 	470px;
	position: 	absolute;
	top: 		50%;
	left: 		50%;
	margin: 	-232px 0 0 -185px;
	background: #7a716c no-repeat top left;
}

div.home_bg {
	background-color: #766d55 !important;
	background-image: url(../img/ui.home.bg.jpg) !important;
}

div.about_bg {
	background-color: #7a716c !important;
	background-image: url(../img/ui.about.bg.jpg) !important;
}

div.domestic_bg {
	background-color: #1ca9d9 !important;
	background-image: url(../img/ui.domestic.bg.jpg) !important;
}

div.commercial_bg {
	background-color: #766d55 !important;
	background-image: url(../img/ui.commercial.bg.jpg) !important;
}

div#logotype {
	position: 	absolute;
	top: 		50%;
	left: 		50%;
	margin: 	-210px 0 0 -410px;
	width: 		200px;
	height: 	54px;
}

div#logotype a {
	width: 		200px;
	height: 	54px;
	background: url(../img/ui.logotype.bg.gif);
}

div#links {
	position: 	absolute;
	top: 		50%;
	left: 		50%;
	margin: 	-100px 0 0 -410px;
	width: 		215px;
	height: 	195px;
}

div#links ul, div#links ul li, div#links ul li a {
	width: 215px;
}

div#links li a {
	height: 31px;
	background: url(../img/ui.links.bg.gif);
}

#homeLink {
	background-position: 0 -6px !important;
}

#homeLink.on, #homeLink:hover {
	background-position: -215px -6px !important;
}

#aboutLink {
	background-position: 0 -37px !important;
}

#aboutLink.on, #aboutLink:hover {
	background-position: -215px -37px !important;
}

#domesticLink {
	background-position: 0 -68px !important;
}

#domesticLink.on, #domesticLink:hover {
	background-position: -215px -68px !important;
}

#commercialLink {
	background-position: 0 -99px !important;
}

#commercialLink.on, #commercialLink:hover {
	background-position: -215px -99px !important;
}

#contactLink {
	margin: 20px 0 0 0;
	background-position: 0 -155px !important;
}

#contactLink.on, #contactLink:hover {
	background-position: -215px -155px !important;
}

div#organisations {
	position: 	absolute;
	top: 		50%;
	left: 		50%;
	margin: 	180px 0 0 -435px;
	width: 		250px;
	height:		 58px;
}

div#organisations ul {
	width: 250px;
	height: 58px;
}

div#organisations ul li {
	display: block;
	float: left;
	height: 58px;
}

div#organisations ul li a {
	height: 58px;
	margin-right: 5px;
}

#fmbLink {
	width: 43px;
	background: url(../img/ui.logos.fmb.gif);
}

#nicLink {
	width: 80px;
	background: url(../img/ui.logos.nic.gif);
}

#trustmarkLink {
	width: 100px;
	background: url(../img/ui.logos.trustmark.gif);
	margin: 0 !important;
}

#contact {
	position: 	absolute;
	top: 		50%;
	left: 		50%;
	margin: 	100px 0 0 -420px;
	width: 		215px;
	height:		64px;	
}

#contact a.replace {
	width: 		215px;
	height:		64px;
	background: url(../img/ui.contact.bg.gif);	
}

#home_welcome {
	position: absolute;
	width: 340px;
	height: 200px;
	top: 10px;
	left: 10px;
}

#homeAboutLink {
	position: 	absolute;
	top: 		-10px;
	left: 		360px;
	width: 		250px;
	height:		170px;
}

#homeDomesticLink {
	position: 	absolute;
	top: 		170px;
	left: 		-10px;
	width: 		303px;
	height:		290px;
}

#homeCommercialLink {
	position: 	absolute;
	top: 		170px;
	left: 		306px;
	width: 		304px;
	height:		290px;
}

#about_content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 350px;
	height: 440px;
}

#domestic_content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 235px;
	height: 250px;
}

#commercial_content {
	position: absolute;
	top: 15px;
	left: 290px;
	width: 315px;
	height: 90px;
}

#clients {
	position: absolute;
	top: 45px;
	left: 15px;
	width: 250px;
	background: #776C56;
}

#clients p {
	padding: 10px;
	margin: 0 !important;
}

#contact_content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 590px;
	height: 440px;
}

#contact_content div {
	clear: both;
	margin-bottom: 10px;
}

#contact_content legend {
	display: none;
}

#contact_content label {
	display: block;
	float: left;
	width: 175px;
}

#contact_content input, #contact_content textarea {
	width: 200px;
	background: #615955;
	color: #ffffff;
	border: 1px solid #938c88;
	padding: 3px;
}

#contact_content textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 0.9em;
}

#contact_content input#cfsubmit {
	margin-left: 175px;
	width: 208px;
	cursor: pointer;
}

ul.warning {
	background: #ffffff;
	padding: 5px;
	color: #615955;
	margin: 0 0 10px 0;
}

#about_content p {
	text-align: justify;
}

#construct.about_bg h1 a.replace {
	background: url(../img/ui.titles.about_us.bg.gif);
	width: 130px;
	height: 15px;
	margin: 0 0 10px 0;
}

#construct.domestic_bg h1 a.replace {
	background: url(../img/ui.titles.domestic.bg.gif);
	width: 126px;
	height: 17px;
	margin: 0 0 10px 0;
}

#construct.commercial_bg h1 a.replace {
	background: url(../img/ui.titles.commercial.bg.gif);
	width: 165px;
	height: 17px;
	margin: 0 0 10px 0;
}

#construct.domestic_bg #domestic_services {
	position: absolute;
	top: 15px;
	left: 275px;
	width: 330px;
	height: 410px;
}

#construct.contact_bg h1 a.replace {
	background: url(../img/ui.titles.contact_us.bg.gif);
	width: 162px;
	height: 17px;
	margin: 0 0 10px 0;
}

#construct.thanks_bg h1 a.replace {
	background: url(../img/ui.titles.thanks.bg.gif);
	width: 106px;
	height: 17px;
	margin: 0 0 10px 0;
}

#construct.domestic_bg #domestic_services h3 {
	display: block;
	background: #1a99c4 url(../img/ui.accordion.up.gif) no-repeat right center;
	border: 1px solid #3cbbe6;
}

#construct.domestic_bg #domestic_services h3.ui-state-hover {
	background-color: #1683a8;
}

#construct.domestic_bg #domestic_services h3.ui-state-active {
	background: #1683a8 url(../img/ui.accordion.down.gif) no-repeat right center;
}

#construct.domestic_bg #domestic_services h3 a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 2px 2px 2px 10px;
}

#construct.domestic_bg #domestic_services div.ui-accordion-content {
	padding: 10px;
}

#construct.commercial_bg #commercial_services {
	position: absolute;
	top: 125px;
	left: 290px;
	width: 315px;
	height: 330px;
}

#construct.commercial_bg #commercial_services h3 {
	display: block;
	background: #645c48 url(../img/ui.accordion.dark.up.gif) no-repeat right center;
	border: 1px solid #867e6a;
}

#construct.commercial_bg #commercial_services h3.ui-state-hover {
	background-color: #4c4637;
}

#construct.commercial_bg #commercial_services h3.ui-state-active {
	background: #4c4637 url(../img/ui.accordion.dark.down.gif) no-repeat right center;
}

#construct.commercial_bg #commercial_services h3 a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 2px 2px 2px 10px;
}

#construct.commercial_bg #commercial_services div.ui-accordion-content {
	padding: 10px;
}

#construct.commercial_bg #commercial_services div.ui-accordion-content p.last {
	margin: 0 !important;
}

#football {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 200px;
	background: #7A716C;
}

#football p {
	padding: 10px;
	margin: 0 !important;
}