@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#faf9e6;
	padding:0;
	font-family:Trebuchet ms, Arial, Helvetica, sans-serif;
	}
	

/* MAIN COLOUR */
#call-back-no, h2, .star, .enquire-text-lrg, .coloured-text, a {
	color:#519ed6;
	}
#tabs a:hover {
	background-color:#4c98c7;
	}	
/* MAIN COLOUR */

a {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#feature-image {
	border:#fff solid 5px;
	width:445px;
	height:196px;
	background:url(/images/feature5.jpg) no-repeat;
	}
	

	
#header {
	width:100%;
	border-bottom:#ccc 3px solid;
	height:55px;
	background-color:#fff;
	}
	
	#header-content {
		width:900px;
		margin:0 auto;
		}
		
		.logo {
			width:400px;
			cursor:pointer;
			height:55px;
			background:url(/images/logo5.png) no-repeat left;
			background-position:10px 0%;
			float:left;
			}
			
		#contact-info {
			float:right;
			width:400px;
			height:55px;
			padding-right:10px;
			}
			
		#call-back-text {
			font-size:10px;
			line-height:80%;
			text-align:right;
			float:left;
			color:#666;
			padding-top:2px;
			height:18px;
			margin-top:20px;
			}
			
		#call-back-no {
			float:left;
			line-height:80%;
			font-size:24px;
			height:20px;
			margin-top:20px;
			margin-left:10px;
			}
			
		#call-back-cta {
			margin-top:9px;
			float:right;
			}
			
#navigation {
	height:30px;
	background-color:#333;
	width:100%;
	}
	
	#navigation-content {
		width:890px;
		margin:0 auto;
		padding-left:10px;
		}
		
		#form-top {
			height:30px;
			float:right;
			width:420px;
			background:url(/images/form-top5.png) no-repeat;
			}
			
#background-graphic, #background-graphic-home {
	width:100%;
	clear:none;
	position:absolute;
	background:url(/images/background5.jpg) repeat-x top;
	border-bottom:#ccc 3px solid;
	z-index:1;
	top:88px;	
	}
	
#background-graphic-home {
	height:340px;
	}
	
#background-graphic {
	height:134px;
	}
	
#main {
	z-index:1000; 
	width:100%; 
	margin-top:-400px; 
	height:auto; 
	clear:none; 
	margin:0 auto;
	position:absolute;
	}
	
#main-content {
	width:890px;
	margin:0 auto;
	height:auto;
	padding-right:10px;
	}
	
	#main-content-left {
		width:455px;
		padding:20px 10px 10px 10px ;
		float:left;
		}
		
	#main-content-right {
		width:336px;
		height:522px;
		float:right;
		background-color:#4993c4;
		padding:10px 30px 30px 30px;		
		border-width:0 2px 2px 2px;
		border-color:#ccc;
		border-style:solid;
		font-size:11px;
		}
		
		#enquire-box {
			height:40px;
			}
		
		.enquire-text-lrg {	
			font-size:18px;
			font-weight:bold;
			color:#fff;
			}
			
		.emquire-text-sml {
			font-size:14px;
			}
	
h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	height:104px;
	font-weight:bold;
	line-height:20px;
	padding:0;
	margin:0;
	}
	
h2 {
	font-size:18px;	
	line-height:20px;
	padding:28px 0 10px 0;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	}
	
h3 {
	padding:0;
	margin:0;
	font-size:12px;
	font-style:italic; 
	font-weight:bold;
	}
	
.bullet {
	background:url(/images/bullet.png) no-repeat;
	background-position:0% 3px;
	padding-left:15px;
	display:block;
	margin:0 0 15px 0;
	clear:both;
	}
	
.subsection {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	padding:0 10px 0 10px;
	}

/*############ FORM #######*/

.form-item {
	clear:both;
	height:27px;
	}

.text-field {
	height:12px;
	padding:2px;
	width:146px;
	color:#666666;
	font-size:11px;
	float:right;
	clear:right;
	}
	
.form-text, .form-text-2lines {
	width:170px;
	float:left;
	margin-bottom:5px;
	display:block;
	clear:none;
	}
	
.form-text {
	padding-top:3px;
	height:17px;
	}
	
.form-text-2lines {
	line-height:11px;
	height:20px;
	}
	
.checkbox {
	margin-left:8px;
	}
	
#urgent-text {
	color:#fff;
	}
	
.formbutton {
	clear:both;
	margin-top:22px;
	background:url(/images/button5.png);
	width:336px;
	height:39px;
	}
	
/*############ FORM #######*/

#footer-holder {
	width:100%;
	padding-top:48px;
	height:auto;
	clear:both;
	}

	#footer {
		width:100%;
		height:100px;
		border-top:#ccc 3px solid;
		}
		
		#footer-content {
			width:880px;
			font-size:11px;
			color:#333;
			padding-top:6px;
			margin:0 auto;
			
			}
			
			#footer-left {
				float:left;
				}
				
			#footer-right {
				float:right;
				text-align:right;
				}
		