* {
	padding: 0;
	margin: 0;	
}

body {
	background-color: #0065b2;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

a {
	color: #0065b2;
	text-decoration: none;	
}

div.error {
	color: red;
	font-weight: bold;
	font-size: 12px;	
}

/* main */

#header {
	border-bottom: 16px solid #6ccff5;
}

#wrapper {	
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#content {
	background-color: #fff;
	text-align: left;
}
#content1 {
	background-color: #fff;
	text-align: left;
	
}

#footer {
	padding: 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	border-top: 5px solid #6ccff5;	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#logo {
	margin: 10px 10px 0 0;	
}

#slogan {
	position: absolute;
	top: 20px;	
}

#menu {
	position: relative;
	left: 50px;
	bottom: 20px;
	width: 820px;
}

#menu li {
	display: inline;
	list-style: none;
}

#menu a {
	color: #fff;
	font-size: 14px;
	border-right: 2px solid #6ccff5;
	padding: 0px 10px;
	font-weight: bold;
}

#menu a.last {
	border-right: 0;	
}

/* index */

#index {
	background-color: #fff;
	height: 530px;
}
#index4 {
	background-color: #fff;
	height: 420px;
}
#indexsmall {
	background-color: #fff;
	height: 440px;
}
#index1 {
	background-color: #fff;

}

#details {
	background-color: #fff;
	height: 480px;
}

img.cleaner {
	position: absolute;
	left: 20px;
	top: 180px;
}

#main-bubble {
	position: relative;
	top: 20px;
	margin: 0 auto;
	width: 507px;
	background-image: url("../images/bubble-centre.gif");
	background-repeat: no-repeat;
	z-index: 2;
	padding:280px 0pt 87px 0px;
}
#main-bubblesmall {
	position: relative;
	top: 20px;
	margin: 0 auto;
	width: 400px;
	background-image: url("../images/bubble-centresmall.jpg");
	background-repeat: no-repeat;
	z-index: 2;
	padding:230px 0pt 87px 0px;
}

#postcode {
	color: #0065b2;
	font-size: 20px;
	vertical-align: middle;
}

#postcode input {
	font-size: 20px;
}
#postcodesmall {
	color: #0065b2;
	font-size: 16px;
	vertical-align: middle;
}

#postcodesmall input {
	font-size: 16px;
}

#main-bubble input.button {
	margin: 8px 0;	
}

#main-bubble select {
	font-size: 20px;
	margin: 8px 0;	
}
#main-bubblesmall input.button {
	margin: 4px 0;	
}

#main-bubblesmall select {
	font-size: 16px;
	margin: 4px 0;	
}

#side-bubbles {
	position: absolute;
	right: 0;
	top: 210px;
	z-index: 0;
}

/* listing */

div.listing {
	height: 142px;
	padding: 10px 30px;
}

div.listing1 {
	margin-left: 35px;
}
div.listing-details {
	position: absolute;
	top: 210px;
	left: 0;
	padding: 10px 10px;
}

div.listing-map {
	position: absolute;
	top: 225px;
	right: 0;
	padding: 10px 10px;
}

div.listing-map img {
	float: left;	
}

div.listing-details  img {
	float: left;	
}

div.listing img {
	float: left;	
}

div.wrapper {
	height: 142px;
	width: 450px;
	float: left;
	background-image: url("../images/listing.jpg");
	background-repeat: repeat-x;
}

div.wrapper1 {
	height: 430px;
	width: 520px;
	float: left;
	background-image: url("../images/listing2.jpg");
	background-repeat: repeat-x;
}

div.wrapper-map {
	height: 360px;
	width: 310px;
	float: left;
	background-image: url("../images/listing-map.jpg");
	background-repeat: repeat-x;
}

div.header {
	color: #fff;
	font-weight: bold;
	padding: 15px 10px;
	font-size: 15px;
}

div.header a {
	color: #fff;
}

div.content {
	padding: 0 0 0 5px;	
}

div.content div {
	height: 16px;
}
div.content1 {
	padding: 0 0 0 5px;
	float: left;	
}
div.content1 div {
	height: 18px;
}

div.content div.distance {
	padding: 0px 0 0 0;
}

img.listing-left {
	position: relative; 
	right: -4px;
}

img.listing-right {
	position: relative; 
	left: -4px;
}

img.listing-image {
	border: 3px solid #0065B2;
	bottom: -8px;
	height: 80px;
	left: -130px;
	position: relative;
	width: 100px;
}

#info {
	color: #0065b2;
	padding: 30px 40px 10px 40px;
	font-size: 20px;
}

#info strong {
	color: #6ccff5;
}

#nav {
	color: #0065b2;
	padding: 0 40px 10px 40px;
	font-size: 15px;
}

#nav a.move {
	color: #0065b2;
}

div.compare input {
	position: relative;
	left: 315px;
	bottom: 27px;	
	float: left;
}

div.compare input.check {
	margin: 5px 10px;
	height: 20px;
	width: 20px;
}

/* compare */

#compare {
	background-color: #fff;
	text-align: center;	
}

#results {
	border-collapse: collapse;
	border: 1px solid #0065b2;
	margin: 0 1%;
	width: 97.5%;
}

#results th {
	background-color: #6ccff5;
	border: 1px solid #0065b2;
	padding: 5px 2px;
	font-size: 12px;
	text-align: center;
}

#results td {
	border: 1px solid #0065b2;
	padding: 10px 5px;
	text-align: center;
	font-size: 12px;
}

/* about us */

#page {
	background-color: #fff;
	height: 520px;
	text-align: left;	
}
#page3 {
	background-color: #fff;
	height: 900px;
	text-align: left;	
}
#page4 {
	background-color: #fff;
	height: 390px;
	text-align: left;	
}
#page1 {
	background-color: #fff;
	color: #0065b2;
	text-align: left;	
}
#page2 {
	background-color: #fff;
	padding-right: 1%;
	float: right;	
}
#pagemap {
	background-color: #fff;
	padding-right: 100px;
	float: right;	
}
div.paid-listing {
	height: 104px;
	margin: 40px 0 0 0;
	font-size: 10px;
}

div.paid-listing img {
	float: left;
}

div.paid-wrapper {
	background-image: url("../images/paid-middle.jpg");	
	height: 104px;
	width: 450px;
	float: left;
}

div.paid-header {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 10px 5px;
}

div.paid-content {
	color: #fff;
	padding: 0 0 0 10px;
}

img.paid-image {
	border: 3px solid #fb921d;
	bottom: -8px;
	left: -105px;
	position: relative;
}

div.paid-compare input {
	position: relative;
	left: 305px;
	bottom: 5px;	
}

div.paid-compare input.check {
	margin: 7px 10px;
	height: 20px;
	width: 20px;
}

div.about {
	position: absolute;
	width: 480px;
	right: 0;
	top: 175px;
	font-size: 10px;	
}
div.about1 {
	position: absolute;
	width: 480px;
	right: 0;
	top: 175px;
	height: 500px;
	font-size: 10px;	
}
div.about img {
	float: left;
}

div.about-wrapper {
	background-image: url("../images/about-middle1.jpg");	
	height: 360px;
	width: 370px;
	float: left;
}

div.about-header {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 10px 35px 10px;
}

div.about-content {
	padding: 0 0 0 8px;
}

#logo-small {
	bottom: 350px;
	left: 275px;
	position: relative;
}

#about {
	color: #0065b2;
	padding: 30px 40px 10px 20px;
	font-size: 14px;
}
#about1 {
	color: #0065b2;
	padding: 30px 40px 10px 20px;
	font-size: 12px;
}


img.go {
	position: relative;
	top: 10px;
}

/* sitemap */

#sitemap {
	width: 250px;
	text-align: left;
	margin: 0 auto;
}

#sitemap li {
	list-style: none;
	padding: 5px 0 0 0;
}

#sitemap ul {
	list-style: none;
	padding: 0 0 0 10px;
}

#sitemap a {
	font-size: 14px;	
}

/* order */

table.display td {
	padding: 0 8px;
}

#map {
	width: 300px;
	height: 300px;	
}

#title {
	color:#0065B2;
	font-size:20px;
	padding:10px 0px;
}


#members {
	padding: 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color:	#6CCFF5;
}

#members a {
	color: #fff;
}

#members a:hover {
	text-decoration: underline;
}




/* small listing */
div.small-listing {
	height: 200px;
	padding: 0px;
}


div.small-wrapper1 {
	height: 200px;
	width: 187px;
	float:left;
	background-image: url("../images/listing3.jpg");
	background-repeat: repeat-x;
}

img.small-listing-left {
	float: left;
	position: relative; 
	right: 0px;
}

img.small-listing-right {
	float: right;
	position: relative; 
	left: -1px;
}

div.small-content {
	padding: 0px;	
}
div.small-header {
	color: #fff;
	font-weight: bold;
	padding: 7px 5px;
	font-size: 7px;
}

div.small-header a {
	color: #fff;
}