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

/* ------------------------------------------------------------------ ENQUIRY FORM -------------------------------------------------------------------- */
.enquiryFormHolder { width:360px; height:auto; margin:0px 20px 20px 0px; padding:0px 0px 0px 20px; }
.enquiryFormHolder .formHeading {
	width:352; height:35px; overflow:hidden; padding:8px 0px 0px 8px; margin:0px 0px 4px 0px;
	background:url(../images/content/forms/half-heading-background.gif) top left no-repeat scroll;
	font-family:Helvetica, sans-serif; font-size:18px; letter-spacing:-0.1pt; color:#fff;
}
table.formTable td textarea.enquiry { width:200px; height:100px; }
.enquiryFormHolder .buttonHolder input { border:none; }

/* ------------------------------------------------------------------ CONTACT DETAILS ----------------------------------------------------------------- */
#contactDetails { width:329px; height:auto; overflow:hidden; padding:0px 10px 0px 0px; border-right:#ccc solid 1px; }
#pageContent #contactDetails p.title { font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#666; line-height:14px; margin:0px 0px 0px 0px; }
#pageContent #contactDetails p.detail { font-family:Helvetica, sans-serif; font-size:17px; color:#333; line-height:18px; font-weight:normal; margin:0px 0px 10px 0px; }