@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:url(images/background-header.gif) top left no-repeat;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	min-height:99px;
	 
}

.oneColFixCtrHdr #logo {
	width:99px;
	float:left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	border:none; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Navigation bar */

#menuh-container
	{
	
	width:600px;
	float:right;
	margin:0;
	padding:0;
	background-color: #ccc;	
	}

#menuh
	{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
float:right;
width: 600px;
margin-top: 65px;
padding:0;
background-color: #fff;
border:none;
}	
		
#menuh a
	{
text-align: left;
display:block;
white-space:nowrap;
border:none;
margin: 0; 
padding: 0.5em 1em;
background-color:#fff;

	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	width: auto;
	color: #62941F;
	font-weight:700;
	background-color: #fff;
	text-decoration:none;
	
	}

#menuh a:hover	/* menu at mouse-over  */
	{
	color: #D2E27E;
	font-weight:700;
	text-decoration:none;
	
	}
	
#menuh a.feature:link, #menuh a.feature:visited, #menuh a.feature:active	/* menu at rest */
	{
	width: auto;
	color:#CC3300;
	background-color: #fff;
	text-decoration:none;
	border:none;
	}

#menuh a.feature:hover	/* menu at mouse-over  */
	{
	color:#CC9900;
	text-decoration:none;
	border:none;
	}
	
#menuh a.footer:link, #menuh a.footer:visited, #menuh a.footer:active	/* menu at rest */
	{
	width: auto;
	color:#62941F;
	font-size:10px;
	background-color: #fff;
	text-decoration:none;
	border:none;
	}

#menuh a.footer:hover	/* menu at mouse-over  */
	{
	color:#CC9900;
	font-size:9px;
	text-decoration:none;
	border:none;
	}


#menuh ul
	{
	list-style-type:none;
	margin:0;
	padding: 0;
	float:left;
	width:auto;	/* width of all menu boxes */
	text-align:left;
	}


#menuh li
	{
	list-style-type:none;
	position:relative;
	width:auto;
    min-height: 1px; 		/* Sophie Dennis contribution for IE7 */
	padding:0;
	margin:0;	
    vertical-align: bottom;/* Sophie Dennis contribution for IE7 */
	}
	
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	list-style-type:none;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:inline;}

/* End Navigation Bar */


/* Design Elements */

a, a:link, a:active, a:visited {

    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#477011;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CC3300;
	text-decoration: none;
	
	}

p	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333;

}

p.footer {
font-size:9px;
color:#62941F;
text-align:right;

}

h1, h2 { 
font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:100; min-height: 18px; color:#477011;line-height:19px;text-align:right;}

h1.quote, h2.quote {
text-align:left;
font-size:18px;}

h1.outofhours, h2.outofhours, h3.outofhours {
color:#CC3300;
}

h3 { 
font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; min-height: 16px; line-height:19px;}

h1, h2, h3 {
color:#477011; }

h4 { 
font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:100; line-height:19px;
}

img {
border:none;
}

ul.services {
list-style-type: square;
list-style-position:outside;
font-size:12px;color:#333;
font-family:Arial, Helvetica, sans-serif;
}

hr {
border:0;
width:100%;
size:2px;
color:#D2E27E;
background-color:#D2E27E;
}

.required {
color:#CC3300;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


/* Start Divs */

.oneColFixCtrHdr #mainContent {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-home.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-about {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-about.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-contact {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-contact.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-domestic {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-domestic.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-commercial {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-commercial.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-testing {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-testing.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #mainContent-pattesting {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-pattesting.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}


.oneColFixCtrHdr #mainContent-outofhours {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-outofhours.jpg) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}


.oneColFixCtrHdr #mainContent-quotation {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/background-quotation.gif) bottom left no-repeat;
	margin:0;
	border-top: 4px solid #D2E27E; 
}

.oneColFixCtrHdr #spacer {
	
	width:250px;
	float:left;
	margin:0 530px 20px 0;
	padding:0;
	align:right;
background: transparent;
}


.oneColFixCtrHdr #pageContent {
	
	width:480px;
	
	margin:0 0 20px 300px;
	padding:0 0 10px 0;
	align:right;
background: transparent;

}

.oneColFixCtrHdr #button-wrapper {
width:480px;
float:left;
border:none;
padding:5px;
margin:10px 0;
}

.oneColFixCtrHdr #button {
width:150px;
float:left;
padding:0;
margin-right:5px;
border:none;
}

.oneColFixCtrHdr #footer {
width:780px;
float:left;
text-align:right;
margin-top:10px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
	border:none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a, #footer a:active, #footer a:visited, #footer a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#477011;
text-decoration:none;
}

#form {
width:400px;border:1px solid #D2E27E;background-color: #F4FFD2; margin:0 5px 5px 0;padding:5px;"
}

/* Footer bar */

#menu-footer-container
	{
	
	width:600px;
	float:right;
	margin:0;
	padding:0;
	background-color: #ccc;	
	}


#menu-footer
	{
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
width: 600px;
float:right;
margin:0;
padding:0;
background-color: #fff;
border:none;
}	
		
#menu-footer a
	{
text-align: left;
display:block;
white-space:nowrap;
border:none;
margin: 0; 
padding: 1em;
background-color:#fff;


	}
	
	
#menu-footer a:link, #menu-footer a:visited, #menu-footer a:active	/* menu at rest */
	{
	width: auto;
	color: #62941F;
	background-color: #fff;
	text-decoration:none;
	
	}

#menu-footer a:hover	/* menu at mouse-over  */
	{
	color: #D2E27E;
	text-decoration:none;
	
	}
	
	
#menu-footer a:link, #menu-footer a:visited, #menu-footer a:active	/* menu at rest */
	{
	width: auto;
	color:#62941F;
	font-size:9px;
	background-color: #fff;
	text-decoration:none;
	border:none;
	}

#menu-footer a:hover	/* menu at mouse-over  */
	{
	color:#D2E27E;
	font-size:9px;
	text-decoration:none;
	border:none;
	}


#menu-footer ul
	{
	list-style-type:none;
	margin:0;
	padding: 0;
	float:right;
	width:auto;	/* width of all menu boxes */
	text-align:left;
	}


#menu-footer li
	{
	list-style-type:none;
	position:relative;
	width:auto;
    min-height: 1px; 		/* Sophie Dennis contribution for IE7 */
	padding:0;
	margin:0;	
    vertical-align: bottom;/* Sophie Dennis contribution for IE7 */
	}
	
#menu-footer ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	list-style-type:none;
	}

#menu-footer ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu-footer li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu-footer li:hover ul ul,
div#menu-footer li li:hover ul ul,
div#menu-footer li li li:hover ul ul,
div#menu-footer li li li li:hover ul ul
{display:none;}

div#menu-footer li:hover ul,
div#menu-footer li li:hover ul,
div#menu-footer li li li:hover ul,
div#menu-footer li li li li:hover ul
{display:inline;}

/* End Navigation Bar */

