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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 10;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: #ccc;
	background: #ffffff;
}
ol, ul
{
	list-style: none;
	text-align: left;

}
/*tables still need 'cellspacing="0"' in the markup*/
table
{
	border-collapse: separate;
	border-spacing: 10px;
	background-color: #E5E5E5;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
p
{
	color: #5e5e5e;
	font: 12px/1.5em "helvetica neue", arial, helvetica, geneva, sans-serif;
}
h1
{
	font: bold 20px"helvetica neue", arial, helvetica, geneva, sans-serif;
	padding-top: 25px;
	color: #1bb7b6;
}
h2
{
	font: 18px"helvetica neue", arial, helvetica, geneva, sans-serif;
	padding-top: 5px;
	color: #1bb7b6;
	text-align: left;
	padding-left: 10px;
}

h2.news
{
	font: 18px"helvetica neue", arial, helvetica, geneva, sans-serif;
	padding-top: 5px;
	color: #1bb7b6;
	text-align: left;
	padding: 10px 0 0 0;
	}
.italictext{
	font-style:italic;
}
.table {
	width: 560px;
	padding: 5px 0 0 0 ;
}
td.heading {
	font-size: 18px;
	padding:  0 0 10px 0;
}
td{background-color: #DADADA;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
td input{
	background-color: white;
	width: 370px;
	}
td input#Submit{
	width: 450px;
	color: white;
	background-color:#1bb7b6;
	margin-bottom: 10px;
	margin-right:10px;
}
td textarea {
	background-color: white;
	width: 330px;
	height: 100px;
}
td textarea#enquiry {
	background-color: white;
	width: 445px;
	height: 100px;
}
table{
	background-color: #DADADA;
	width: 440px;
	margin: 30px 0 30px 0;
}
.blankbox {
	width:20px;
	background-color: #DADADA;
	text-align:right;

}
.blankbox2 {
	width:20px;
	background-color: #DADADA;
	text-align:right;

}
.formtextbox{
	background-color: #DADADA;
	text-align:left;	
	padding-top: 3px;

}
.formtextbox1{
	padding-top: 0px;

}
.booking_notes{
	background-color: white;
	width:435px;
	height: 100px;
	}

/*----- global styles ----*/

/* IE10  
background-image: -ms-linear-gradient(top, #00A3E4 0%, #0075AB 100%);*/

/* Mozilla Firefox  
background-image: -moz-linear-gradient(top, #00A3E4 0%, #0075AB 100%);*/

/* Opera 
background-image: -o-linear-gradient(top, #00A3E4 0%, #0075AB 100%);*/

/* Webkit (Safari/Chrome 10)
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00A3E4), color-stop(1, #0075AB));*/

/* Webkit (Chrome 11+) 
background-image: -webkit-linear-gradient(top, #00A3E4 0%, #0075AB 100%);*/

/* Proposed W3C Markup 
background-image: linear-gradient(top, #00A3E4 0%, #0075AB 100%);*/ 

body
{
	background-color: #D5F9FF; 
	color: #666666;
	text-align: center;
	font: 1em arial, helvetica, geneva, sans-serif;
	letter-spacing: 0px;
}
#outerwrapper {
	background-color:white;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
	-webkit-box-shadow: 0 3px 5px 1px #c0c0c0;
}
#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	font: 1em arial, helvetica, geneva, sans-serif;
	font-size: 12px;
}
#header
{
	width: 1024px;
	height: 192px;
	background: url(../images/homepage-header.jpg) no-repeat;
}

#message {
	width: 806px;
	height: 190px;
	float: right;
}

#quickheader
{
	margin-bottom: 60px;
}
#nav
{
	width: 200px;
	background-color: #ffffff;
	float: left;
	margin-left:15px;
}
#nav ul
{
	vertical-align: top;
	list-style-type: none;
	margin: 20px 0 0 40px;
	padding: 0;
}
#nav ul li a
{
	font-family: verdana, geneva, sans-serif;
	color: #000000;
	line-height: 2em;
}
/*#nav a  {
display:block;
text-indent:-9000px;
}*/
#content-holder
{
	width: 806px;
	background-color: #ffffff;
	float: right;
}
#maincontent
{
	width: 606px;
	background-color: #ffffff;
	float: left;
	border-right: 1px solid #22a9a8;
}
#accord-holder
{
	width: 806px;
	background-color: #ffffff;
}
#accordcontent
{
	width: 590px;
	background-color: #ffffff;
	float: left;
	border-right: 1px solid #22a9a8;/* right border for faq page */
	margin-bottom:50px;
	padding-left:10px;
}


#news
{
	width: 185px;
	background-color: #ffffff;
	float: right;
	margin: 10px 0 0 0;
}
#tester
{
	width: 606px;
	background-color: #ffffff;
	float: left;
	background-image: url(../images/testermonials_bg.jpg);
	border-right: 1px solid #22a9a8;
}
#sublinks
{
	width: 806px;
	background-color: #ffffff;
	float: left;
	border-top: 1px solid #22a9a8;
	padding-top: 5px;
}
#base
{   border-top: 1px solid #22a9a8;
	width: 806px;
	height: 30px;
	padding: 5px 0 0 0;
	float: right;
}

#links
{
	width: 806px;
	padding: 10px 0 0 0;
	float: right;
}

#links li
{
	line-height: 20px;
}

#rightsbox{
	width: 350px;
	float: left;
}
.clickaction{
	width:20px;}
.click{
	width:20px;}
#social {
	width: 300px;
	height: 20px;
	float: right;
}
#news ul {
	margin-top: 10px;
}

#news ul li a{
	font-size: 14px;
	line-height: 2em;
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

.step{
	padding-left:20px;
}

#news ul li a:hover{
	color: #22a9a8;
}

img.social {
	padding: 0 3px 0 10px;
	float: right;
}

img.title
{
	padding: 0 0 0 0;
}
img.quicktitle
{
	padding: 15px 0 0 0;
}
img.subtitle
{
	padding: 0 0 0 0;
}
img.thumb
{
	width: 160px;
	height: 100px;
	display: block;
	position: relative;
	background-color: #fff;
	margin: 15px 0 6px 0;
	padding: 5px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #c0c0c0;
}
img.mainletterbox
{
	width: 580px;
	height: 193px;
	display: block;
	position: relative;
	background-color: #fff;
	margin: 15px 0 10px 0;
	padding: 5px;
		border: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #c0c0c0;
}
img.mainletterboxshort
{
width: 560px;	height: 187px;
	display: block;
	position: relative;
	background-color: #fff;
	margin: 15px 0 10px 0;
	padding: 5px;
		border: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #c0c0c0;
}
img.logo {
margin-top:0;	
}

img.floater{
	float: right;
	margin: 20px 0 10px 30px;
	
}
.subheader {
	font: 18px"helvetica neue", arial, helvetica, geneva, sans-serif;
	color: #1bb7b6;
	text-align: left;
	color:#22a9a8;
	}
.subheaderQ {
	font: 18px"helvetica neue", arial, helvetica, geneva, sans-serif;
	color: #1bb7b6;
	text-align: left;
	color:#22a9a8;
	padding:30px 0 10px 0;
	}
.maincopy
{
	font-size: 16px;
	text-align: justify;
	padding: 10px 20px 0 0;
}

.bolder {
	font-weight: bold;
}

.bolder a{
	font-weight: bold;
}
.bolder a:hover{
	font-weight: bold;
	color: gray;
}
.bolderbig {
	font-size: 18px;
	font-weight: bold;
}
.bolderbig a{
	font-weight: bold;
}
.bolderbig a:hover{
	font-weight: bold;
	color: gray;
}
.tiny {
font-size:9px;
}
.maincopyquestion
{
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	padding: 10px 20px 0 0;
}

.bodycopy
{
	font-size: 12px;
	text-align: justify;
	padding: 10px 20px 0 0;
}
.bodycopy a
{
	font-size: 12px;
}
.bodycopy a:hover
{
	font-size: 12px;
	color: gray;
}

.sig
{
	font-size: 12px;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px 0 0;
}
.bodycopystep
{
	font-size: 12px;
	text-align: justify;
	padding: 10px 20px 0 20px;
}
.bodycopystep2
{
	font-size: 12px;
	text-align: justify;
	padding: 10px 0 0 40px;
}
.italics
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	padding: 10px 20px 0 20px;
}
.box1
{
	width: 195px;
	height: 300px;
	background-color: #ffffff;
	border-right: 1px solid #22a9a8;
	float: left;
	margin: 15px 0 0 0;
	text-align: justify;
}
.box2
{
	width: 190px;
	height: 300px;
	background-color: #ffffff;
	float: left;
	margin: 15px 0 0 15px;
		border-right: 1px solid #22a9a8;
}

.box3
{
	width: 168px;
	height: 300px;
	background-color: #ffffff;
	float: left;
	margin: 15px 15px;
}

.linkboxleft
{
	width: 159px;
	float: left;
	/*border-right: 1px solid #22a9a8;*/
	margin-bottom: 20px;
}
.linkboxright
{
	width: 160px;
	float: right;
	margin-bottom: 20px;
}
.para
{
	width: 700px;
	text-align: justify;
	padding-top: 20px;
}
.header
{
	display: block;
}
.heading
{
	font: 1em arial, helvetica, geneva, sans-serif;
	letter-spacing: 0px;
	padding-top: 20px;
	color: #1bb7b6;
	padding-bottom: 20px;
}
.newscopy
{
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	padding: 10px 10px 0 0;
	text-align: justify;
}

.newscopystep
{
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	padding: 10px 10px 0 10px ;

}
.boxcopy
{
	font-size: 13px;
	padding: 10 16px 0 0;
	width: 171px;
	text-align: justify;
}

.headerbox
{
	display: block;
	background: #8fc44b;
	width: 185px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 0 0px;
	color: white;

}

.quote {
	display: block;
	background: #8fc44b;
	width: 300px;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	margin: 15px 0 0 0;
	left: 0px;
	top: 0px;
}


.quote a
{
	color: #ffffff;
	text-decoration: none;
}
.quote a:hover
{
	color: #808080;
	text-decoration: none;
}
.answer a:visited {
	color:#339999;}
	
.more {
	display: block;
	background: #8fc44b;
	width: 70px;
	font-size: 12px;
	padding: 5px;
	margin: 10px 0 0 0;
	/*+placement:shift 0px 55px;*/
	position: relative;
	left: 0px;
	top: 0px;

}
.more a
{
	color: #ffffff;
	text-decoration: none;
}
.more a:hover
{
	color: #808080;
	text-decoration: none;
}
.moregeneral
{
	display: block;
	background: #8fc44b;
	width: 70px;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}

.moregeneral a
{
	color: #ffffff;
	text-decoration: none;
}
.moregeneral a:hover
{
	color: #808080;
	text-decoration: none;
}
.readlink
{
	display: block;
	background: #8fc44b;
	width: 175px;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}

.readlink a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.readlink  a:hover
{
	color: #808080;
	text-decoration: none;
}
ul
{
	padding: 0;
	margin: 0;
	width: 700px;
}
a
{
	text-decoration: none;
	color: #1bb7b6;
}
ul li
{
	font: 12px/1.5em "helvetica neue", arial, helvetica, geneva, sans-serif;
	list-style: none;
	padding: 0;
	text-decoration: none;
}
#footer
{
	width: 806px;
	background-color: #ffffff;
	float: right;
	border-top: 1px solid #22a9a8;
	border-bottom: 1px solid #22a9a8;
	margin: 0;
}
.rights
{
	font-size: 10px;
	text-align: left;
}
.rights a
{
	color: #666;
	text-decoration: none;
}
.rights a:hover
{
	color: #22a9a8;
	text-decoration: none;
}
.fadein
{
	position: relative;
	width: 606px;
	height: 100px;
	border-top: 1px solid #22a9a8;
}
.fadein img
{
	position: absolute;
	left: 0;
	top: 0;
}
.privacytext{
	margin-top: 20px;
	width: 580px;
	text-align: justify;
}
.visualisation {
	font-size: 9px;
	float: left;
	margin-left:99px;
	padding-top: 4px;
}
.visualisation a{
	color: gray;
	font-size: 9px;
}
.visualisation a:hover{
	color: gray;
	font-size: 9px;
}
.bookingcol1{
	width: 250px;
margin-bottom: 100px;
	background-color: #ccc;
	float: left;
}
.bookingcol2{
	width: 250px;

	background-color: #ccc;
	float: left;
    margin-left: 50px;
}
.bookimage1{
	width: 210px;
	height: 150px;
	margin: 20px;
	background: white url(../images/residential-booking.jpg) no-repeat;
}
.bookimage2{
	width: 210px;
	height: 150px;
	margin: 20px;
	background: white url(../images/commercial-booking.jpg) no-repeat;
}
.booklink{
	margin: 20px;
	width: 210px;
	height: 25px;
	background-color: white;
}
.booklink a{
	margin: 40px;
	font: 16px/1.5em "helvetica neue", arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}
.booklink a:hover{
	margin: 40px;
	font: 16px/1.5em "helvetica neue", arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	color: #ccc;
}
.clear
{
	clear: both;
}
