/* ================================ MAIN LAYOUT STRUCTURE ================================ */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-image: url(/Images/Layout/Background.jpg);
	background-repeat: repeat-x;
	background-color: #D4D4D4;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 76%;
	color: #333333;
}

#MainWrapperLM {
	width: 978px;
	margin: 0px auto;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	background-image: url(/Images/Layout/Person_LeftBottom2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#MainWrapperM {
	width: 978px;
	margin: 0px auto;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
}

#PageHeader {
	background: #B5B5B5;
	height: 149px;
	background-image: url(/Images/Layout/Background_Header.jpg);
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#MainContentLM {
	margin-left: 200px;
}

#MainContentM {
	margin-left: 0px;
}

#LeftColumn {
	float: left;
	width: 200px;
	margin-left: -978px;
	margin-bottom: 290px;
}

#PageFooter {
	clear: left;
	width: 100%;
	background-color: #990033;
	border-top: 1px solid #C1C1C1;
	height: 45px;
	color: #FFFFFF;
}

#PageFooter2 {
	text-align: center;
	margin-top: 10px;
}

.SectionPadding {
	margin: 10px 10px 10px 10px;
}

/* ================================ STANDARD ================================ */

a:link, a:visited {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}

p.Clear {
	clear: both;
}

p.Error, div.Error {
	color: #990033;
}

/* ================================ PAGE HEADER ================================ */

#PageHeader div.Logo {
	float:left;
	padding: 20px 0px 0px 20px;
}

#PageHeader div.Logo img {
	border: 1px solid #C1C1C1;
}

#PageHeader div.StrapLine {
	padding: 95px 0px 10px 230px;
	color: #FFFFFF;
	font-size: 250%;
}

/* ================================ NAVBAR ================================ */

#NavBar {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #C1C1C1;
	background-color: #D5D5D5;
	background-image: url(/Images/Layout/Background_NavBar.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#NavBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	color: #666666;
}

#NavBar ul li {
	padding: 6px 0px 6px 0px;
	display: inline;
	float: left;
	width: 19.8%;
	text-align: center;
	background-image: url(/Images/Layout/Background_NavBar.jpg);
	background-repeat: repeat-x;
	background-color: #D5D5D5;
	border-left: 1px solid #C1C1C1;
}

#NavBar ul li.First {
	border-left: 0px;
}

#NavBar ul li a:link, #NavBar ul li a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#NavBar ul li a:hover {
	text-decoration: underline;
}

/* ================================ LEFT COLUMN NAV ================================ */

#LeftColumn ul.Navigation {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

#LeftColumn ul.Navigation li {
	margin: 0px 0px 2px 0px;
	background-image: url(/Images/Layout/Background_LeftNavBar.jpg);
	background-position: center center;
	border: 1px solid #C1C1C1;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
}

#LeftColumn ul.Navigation li a:link, #LeftColumn ul.Navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#LeftColumn ul.Navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#LeftColumn div.CallCentre {
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/Images/Layout/Person_CallCentre.jpg);
	background-position: bottom left; background-repeat: no-repeat;
}

#LeftColumn div.NicEic {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

/* ================================ BORDERED BOX ================================ */

div.BorderedBox {
	border: 1px solid #C1C1C1;
}

div.BorderedBox .Header {
	background-image: url(/Images/Layout/Background_BorderedBoxHeader.jpg);
	background-position: center center;
	border-bottom: 1px solid #C1C1C1;
	color: #333333;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

div.BorderedBox .Content {
	padding: 15px 10px 15px 10px;
	text-align: right;
}

/* ================================ FOOTER ================================ */

#PageFooter div.LeftList {
	float: left;
	margin: 15px 0px 0px 20px;
}

#PageFooter div.RightList {
	float: right;
	margin: 15px 20px 0px 0px;
	text-align: right;
}

#PageFooter ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#PageFooter ul li {
	display: inline;
}

#PageFooter div.LeftList ul li {
	padding-right: 20px;
}

#PageFooter div.RightList ul li {
	padding-left: 20px;
}

#PageFooter ul li a:link, #PageFooter ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#PageFooter ul li a:hover {
	text-decoration: underline;
}

/* ================================ MAIN CONTENT ================================ */

#MainContent h1, h2, h3, h4, h5, h6 {
	color: #990033;
}

#MainContent h1 {
	font-size: 225%;
}

#MainContent h2 {
	font-size: 180%;
}

#MainContent h3 {
	font-size: 160%;
}

#MainContent h4 {
	font-size: 140%;
}

#MainContent h5 {
	font-size: 120%;
}

#MainContent h6 {
	font-size: 100%;
}

#MainContent .MainContent {
	margin: 0px 150px 50px 20px;
}

#MainContent hr {
	clear: both;
	height: 2px;
	color: #D94141;
	background-color: #D94141;
	border: 0px;
}

#MainContent .Header {
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	background-image: url(/Images/Layout/Background_Main.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#MainContent .Header .Content {
	margin: 20px 350px 90px 20px;
}

#MainContent .Header .Content p {
	font-size: 120%;
}

#MainContent img.Inset {
	float: left;
	margin-right: 30px;
	border: 1px solid #C1C1C1;
}

/* ================================ BACKGROUNDS ================================ */

#MainContent .HeaderFAQ {
	background-image: url(/Images/Layout/Background_FAQ.jpg);
}

#MainContent .HeaderServices {
	background-image: url(/Images/Layout/Background_Services.jpg);
}

#MainContent .HeaderInspectionTesting {
	background-image: url(/Images/Layout/Background_Inspection_Testing.jpg);
}

#MainContent .HeaderKitchensBathrooms {
	background-image: url(/Images/Layout/Background_Kitchens_Bathrooms.jpg);
}

#MainContent .HeaderVacancies {
	background-image: url(/Images/Layout/Background_Vacancies.jpg);
}

#MainContent .HeaderTestimonials {
	background-image: url(/Images/Layout/Background_Testimonials.jpg);
}

#MainContent .HeaderContactUs {
	background-image: url(/Images/Layout/Background_ContactUs.jpg);
}

/* ================================ TABLES ================================ */

table {
	width: 100%;
	border-collapse: collapse;
}

table thead tr {
	background-color: #990033;
	color: #FFFFFF;
	text-align: left;
}

table thead tr th {
	padding: 3px 5px 3px 5px;
}

table tbody tr.Odd {
	background-color: #F8F8F8;
}

table tbody tr.Even {
	background-color: #FFFFFF;
}

table tbody tr.Over {
	background-color: #E8E8E8;
}

table tbody tr td {
	padding: 3px 5px 3px 5px;
}

table thead tr th.Center, table tbody tr td.Center {
	text-align: center;
}

table thead tr th.Right, table tbody tr td.Right {
	text-align: right;
}

/* ================================ FORMS ================================ */

form {
	margin: 0px;
	padding: 0px;
}

fieldset br {
	clear: both;
}

fieldset {
	border: 1px solid #C1C1C1;
	padding-bottom: 10px;
	margin: 20px 0px 20px 0px;
}

fieldset legend {
	background-color: #990033;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset div.inputgroup {
	padding: 20px;
}

fieldset div.inputgroup p.Error {
	margin-top: 0px;
}

fieldset div.inputgroup p.Instructions {
	margin-top: 0px;
	margin-bottom: 20px;
}

fieldset div.inputgroup span.Annotation {
	font-size: 80%;
}

fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}

fieldset div.DisplayOnly {
	margin: 0px;
	padding: 0px;
}

fieldset input, fieldset textarea {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #C1C1C1;
}

fieldset input.Hidden {
	margin: 0px;
	border: 0px;
}

fieldset textarea {
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #C1C1C1; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #C1C1C1; 
	scrollbar-shadow-color: #C1C1C1; 
	scrollbar-track-color: #FFFFFF;
}

fieldset select {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

fieldset input.Submit {
	width: 100px;
	background-color: #990033;
	border: 1px solid #990033;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset input.CheckboxRadio {
	width: 20px;
	background-color: transparent;
	border: 0px solid transparent;
}

