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

body {
	margin: 0px;
	background:#fff url(../images/bg.png) repeat-x top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.clear {
	clear:both;
}

.left {
	width:50%;
	float:left;
}

.right {
	width:50%;
	float:left;
	text-align:right;
}

.color {
	color:#ff9900;
}

a {
	color:#ff9900;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
	outline:none;
}

#container {
	width:980px;
	margin:0 auto;
}

#header {
	height:131px;
}

#logo {
	float:left;
	width:372px;
}

#header_contact {
	float:left;
	width:608px;
}

#tabs {
	height:31px;
	width:608px;
	float:left;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs ul li {
	float:left;
	list-style:none;
}

#tabs ul li a {
	display:block;
	background:url(../images/tab.png) no-repeat;
	text-align:center;
	width:116px;
	height:23px;
	margin-right:2px;
	font-size:13px;
	color:#4d4d4d;
	padding-top:8px;
}

#tabs ul li a:hover, #tabs ul li a.active {
	background:url(../images/tab-on.png) no-repeat;
	color:#fff;
	text-decoration:none;
}

#banner_bg {
	background:url(../images/banner_bg.png) no-repeat;
	height:274px;
}

#menu {
	width:253px;
	height:190px;
	float:left;
	padding-left:20px;
	padding-top:21px;
}

#menu img {
	padding:0px;
}

#banner {
	width:667px;
	height:233px;
	float:left;
	padding-top:21px;
	padding-left:20px;
}

#left_col {
	width:253px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
}

#left_col .header {
	background:url(../images/left_col_header.png) no-repeat;
	height:44px;
}

#left_col .header h3 {
	font-size:15px;
	color:#fff;
	margin:0;
	padding-left:20px;
	padding-top:18px;
	font-weight:normal;
}

#left_col .body {
	background:url(../images/left_col_bg.png) repeat-y;
}

#left_col ul {
	margin:0;
	padding:0;
	padding-left:20px;
	list-style:none;
	font-size:12px;
	padding-top:12px;
}

#left_col ul li a {
	background:url(../images/bullet.png) no-repeat 0px 2px;
	line-height:20px;
	padding-left:18px;
	line-height:14px;
	color:#666;
	display:block;
	padding-bottom:10px;
}

#left_col ul li a:hover, #left_col ul li a.active {
	color:#ff9900;
	text-decoration:none;
}

#left_col .footer {
	background:url(../images/left_col_footer.png) no-repeat top;
	height:7px;
	padding-bottom:20px;
}

#content {
	width:667px;
	float:left;
	padding-top:40px;
}

#content h1 {
	font-size:22px;
	font-weight:normal;
	margin:0;
	color:#333333;
	margin-top:8px;
}

#content p {
	text-align:justify;
}

#content .section_split {
	width:8px;
	height:100px;
	float:left;
}

#content .section_box {
	width:217px;
	float:left;
	padding-bottom:12px;
}

#content .section_box h2 {
	font-size:15px;
	color:#333;
	font-weight:normal;
	margin:0;
}

#content .section_box p {
	font-size:11px;
	padding-right:6px;
}

#enquiry {
	width:211px;
	float:right;
	padding-left:17px;
}

#enquiry .header {
	background:url(../images/right_col_header.png) no-repeat;
	height:44px;
}

#enquiry .header h3 {
	font-size:15px;
	color:#fff;
	margin:0;
	padding-left:20px;
	padding-top:18px;
	font-weight:normal;
}

#enquiry .body {
	background:url(../images/right_col_bg.png) repeat-y;
}

#enquiry #enquiry_form {
	padding-left:10px;
	padding-right:17px;
	padding-top:12px;
}

#enquiry #enquiry_form input, #enquiry #enquiry_form textarea {
	width:100%;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#enquiry #enquiry_form textarea {
	height:70px;
}

#enquiry #enquiry_form input#button {
	width:76px;
	height:20px;
	margin-bottom:4px;
}

#enquiry .footer {
	background:url(../images/right_col_footer.png) no-repeat top;
	height:7px;
	padding-bottom:20px;
}
	
#footer {
	background:#6b6b6b url(../images/footer_bg.png) repeat-x top;
	height:96px;
	clear:both;
	color:#c7c7c7;
	font-size:11px;
}

#footer a {
	color:#7fc31b;
}

#footer_inner {
	width:944px;
	margin:0 auto;
	padding-top:68px;
}

#footer_inner .left {
	width:70%;
	float:left;
}

#footer_inner .right {
	width:30%;
	float:left;
	text-align:right;
}

#form-banner {
	background: url("/images/banner-new.jpg") no-repeat scroll 0% 0% transparent;
	border-radius: 10px 10px 10px 10px;
	height: 214px;
	padding: 10px 0 9px 14px;
}

#form-banner h2 {
	margin: 0 0 9px;
	font-size: 18px;
}

#form-banner button {
	background: url("../images/buttong-bg.png") repeat-x scroll 0 0 transparent;
	border-radius: 11px 11px 11px 11px;
	border: 0 none;
	color: white;
	font-weight: bold;
	height: 26px;
  margin: 0;
  padding: 5px 15px;
}

#compare-form .procedure {
	margin-bottom: 15px;
	overflow: auto;
}

#compare-form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#compare-form .option-list li {
	float: left;
	margin: 0 0 6px;
	width: 173px;
  padding: 0;
	line-height: 0;
}

#compare-form .option-list .other label {
	float: left;
}

#compare-form .option-list .other {
	margin-bottom: 0;
	width: 100%;
	width: 347px;
}

#compare-form .option-list .other .text-field {
	float: right;
	margin: 0 25px 0 0;
	width: 180px;
	padding: 1px;
}

#compare-form .option-list label input {
  height: 14px;
  line-height: 0;
  margin: 0 3px 4px 0;
  padding: 0;
  width: 14px;
}

#compare-form {
	overflow: hidden;
}

#compare-form, #compare-form .page {
	width: 347px;
}

#compare-form .first h3 {
	margin-bottom: 10px;
	font-size: 14px;
}

#compare-form .slide {
	width: 694px;
}

#compare-form .page {
	float: left;
}

#compare-form .bullet {
	background-color: #7FC31B;
	border-radius: 12px 12px 12px 12px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	padding: 2px 6px;
}

#compare-form .postcode h3 {
	float: left;
}

#compare-form .postcode input {
	float: right;
	margin: 0 25px 0 12px;
	width: 111px;
}

#compare-form h3 {
	margin: 0;
}

#compare-form .personal h3 {
	float: left;
}

/*#compare-form .personal .additional h3 {
	float: none;
}*/

.clear {
	clear: both;
}

#compare-form .personal .optional,
#compare-form .personal .text-field {
	float: right;
	margin: 2px 25px 0 0;
}

#compare-form .personal .optional {
	font-size: 11px;
	font-style: italic;
}

#compare-form .personal li {
	margin-bottom: 5px;
	clear: both;
}

#compare-form .personal textarea {
	padding: 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block; 
	width: 309px;
	margin-top: 8px;
	height: 30px;
}

#compare-form .placeholded {
	font-style: italic;
	font-color: #aaa;
}

#the-void {
	width: 608px;
	height: 100px;
}
