/* header styles */

#header {
	background: url(../images/header_contact.jpg) no-repeat right top;
	padding: 0px;
	float: left;
	width: 750px;
	height: 150px;
	}
	
/* content styles */

#content {
	margin: 0px 0px 10px 0px;
	background: url(../../images/content_bg_contact.gif) repeat left bottom;	
	}
	
#pane {
	float: right;
	width: 481px;
	padding:0;
}

#content h4 {
	height: 30px;
	width: 750px;
	background: url(../images/content_title_enquiry.gif) no-repeat right top;
	text-indent: -4000px;
	}

#content_bottom {
	clear: both;
	height: 10px;
	width: 750px;
	background: url(../../images/content_contact_bottom.gif) no-repeat right bottom;
	}

#content span{
	border: medium double rgb(250,0,255);
	width: 100%;
}
#content label{
	border: medium double #000000;
	width: 10000px;
}
#content td{
	padding-left: 10px;
	font-size: 70%;
}
#content td.error{
	padding-left: 10px;
	font-size: 70%;
	color: red;
}

#submenu #contact_details {
	float: left;
	padding-left: 25px;
	font-size:110%;
}

#submenu #location_map {
	float: right;
	margin-top: 10px;
	padding-right: 15px;
	text-align: center;
}

#submenu #location_map p {
	margin: 0px;
	padding: 0px;
}

#pane #enquiry_form {
	clear: both;
	margin-top: 10px;
}

#pane #enquiry_form form {
	margin-top: 10px;
}

#pane #enquiry_form label {
	width: 10em;
	display: block;
	float: left;
	margin-right: 0.5em;
	border: 0px;
	padding: 2px;
	font-weight: bold;
}

#pane #enquiry_form input, #pane #enquiry_form textarea {
	width: 300px;
}

#pane #enquiry_form p .error {
	color: #ff0000;
}

#pane #enquiry_form .submit input {
	margin-left: 11em;
	width: 50px;
} 

#submenu {
	float: left;
	width: 259px;
	margin-right: 10px;
	}
	
#submenu h1 {
	margin: 0px 10px 0px 0px;
	text-indent: 0px;
	padding-left: 10px;
	color: #CC6600;
	font-size: 125%;
	clear: both;
	}
