/* CSS Document */

body {
	background-color: #708090;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}	
	
div#wrapper {
	width: 780px;
	}
	
div#header {
	position: relative;
	width: 100%;
	}	
	
div#header_logo {
	float: left;
	padding-top: 15px;
	width: 165px;
	text-align: center;
	}
	
div#header_title {
	float: left;
	width: 615px;
	padding-top: 28px;
	text-align: center;
	}
	
div#header_title img {
	}
	
div#main {
	clear: both;
	position: relative;
	width: 100%;
	}	
	
div#main_navigation {
	float: left;
	width: 148px;
	padding-left: 34px;
	padding-top: 12px;
	}
	
div#main_navigation a:link, div#main_navigation a:visited, div#main_navigation a:active {
	color: #CACACA;
	text-decoration: none;
	font-size: 11px;
	}
	
div#main_content {
	width: 597px;
	float: left;
	}
	
div#footer {
	clear: both;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 15px;
	}
	
div#footer span.contact {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

div#footer span#copyright {
	font-size: 11px;
}

div#contact {
	width: 400px;
}

div#contact div#contact_columns {
	float: left;
	width: 190px;
	text-align: left;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
	}
	
div#contact div.contact_title {
	color: #C0CCCC;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

div#contact div.contact_title span.padded {
	padding-left: 6px;
}

div#enquiry_form {
	width: 75%;
	}

div#enquiry_form div.cellwrap {
	clear: both;
	width: 100%;
	}

div#enquiry_form div.required {
	position: inherit;
	float: left;
	width: 5%;
	padding-bottom: 18px;
	font-size: 14px;
	color: red;
	}

div#enquiry_form div.label {
	position: inherit;
	text-align: left;
	font-size: 11px;
	float: left;
	width: 45%;
	padding-bottom: 18px;
	}
 
div#enquiry_form div.form {
	position: inherit;
	float: left;
	font-size: 11px;
	width: 45%;
	padding-bottom: 18px;
	text-align: left;
	}
	
div#conditions {
	width: 100%;
	clear: both;
	padding-top: 40px;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
}
