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

* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}
.left { float: left; }
.right { float: right; }
body {
	background-color: #6EC3BB;
}
.container {
	position: relative;
	width: 875px;
	margin: 0 auto;
}
.cloud {
	position: absolute;
	z-index: -1;
}
.header {
	margin: 22px 0px 0px 15px;
	overflow: hidden;
	width: 505px;
}
.logo {
	float: left;
}
p, h1, h2, ul {
	font-size:17px;
	line-height: 20.4px;
	margin-bottom: 20.4px;
	color: #FFFFFF;
}
ul {
	list-style: none;
}
.banana, .tel {
	margin: 0 0 0 4.5px;
	color: #4C4C4C;
}
.banana a {
	color: #FFFFFF;
}
.mainText {
	width: 482px;
	margin: 33px;
}
.imageArea {
	width: 218px;
	margin-top: 44.4px;
}
.imageArea img.van {
	margin-bottom: 27px;
}
/*--mainNav--*/
.mainNav {
	margin: 20px 0 0 0;
	overflow: hidden;
}
.mainNav ul {
	list-style: none;
	margin-top: 20px;
}
.mainNav ul li {
	float: left;
	margin: 0 4.5px;
	font-size: 16px;
	text-align: center;
}
.mainNav ul li a {
	color: #4C4C4C;
}
.mainNav ul li img {
	margin: 2px auto;
	visibility: hidden;
}
/*-hovers-*/
.mainNav ul li:hover a {
	color: #FFFFFF;
}
.mainNav ul li:hover img {
	visibility: visible;
}

/*-section highlighting-*/
.home .mainNav .nav_home a,
.service .mainNav .nav_service a,
.prices .mainNav .nav_prices a {
	color: #FFFFFF;
}
.home .mainNav .nav_home img,
.service .mainNav .nav_service img,
.prices .mainNav .nav_prices img {
	visibility: visible;
}

/*--Our Service--*/
/*-Before and After-*/
.imageArea p {
	text-align: center;
	font-size: 12px;
	color: #4C4C4C;
	margin: 11px 0 3px 0;
}
.imageArea .beforeAfter {
	width: 211px;
	height: 173px;
	margin-bottom: 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}
.imageArea .example_1 {
	background-image:url(../images/before+after_01.jpg);
}
.imageArea .example_2 {
	background-image:url(../images/before+after_02.jpg);
}
.imageArea .example_3 {
	background-image:url(../images/before+after_03.jpg);
}
.imageArea .beforeAfter:hover {
	background-position: -211px 0px;
}
.ranges {
	margin-bottom: 12px;
}
.ranges td {
	padding-right: 40px;
	color: #FFFFFF;
}
/*--Prices--*/
.prices .mainText {
	width: 406px;
	margin: 23px;
}
.prices .enquiryForm {
	border-left: 1px solid #FFFFFF;
	padding-left: 23px;
	width: 320px;
	margin-top: 183px;
	padding-top: 10px;
}
.prices .enquiryForm h2 {
	color: #4C4C4C;
}
.prices .enquiryForm form label {
	float:left;
	width: 84px;
	font-size: 15px;
	color: #4C4C4C;
	margin-bottom: 9px;
}
.prices .enquiryForm form label.longer {
	width: 120px;
}
.prices .enquiryForm form input,
.prices .enquiryForm form textarea {
	border: none;
	padding: 2px;
	width: 200px;
	margin-bottom: 9px;
	font-size: 13px;
}
.prices .enquiryForm form input#submit {
	width: auto;
}
.prices .enquiryForm form br {
	clear: left;
}
.prices .enquiryForm .disclaimer {
	font-size: 13px;
	line-height: 15px;
	color: #4C4C4C;
}
/*--SEO--*/
.seo p {
	text-align: center;
	color: #6EC3BB;
	font-size: 9px;
	margin: 5px;
}
.seo a {
	color: #6EC3BB;
}
.seo img {
	display: block;
	margin: 0 auto;
}
