* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma";
}

body {
	background: #656565 url(img/back.png) repeat-x 0 0;
	text-align: center;
}

div.site {
	width: 900px;
	background: #FFF;
	margin: 0px auto 0;
	padding-top: 5px;
}

div.wrap {
	padding: 5px 22px 22px 23px;
}

div.header {
	background: url(img/header.jpg) no-repeat 0 0;
	height: 472px;
}

div.content {
	background: #E6E6E6;
	padding: 20px 16px 20px 20px;
	text-align: left;
}

div.footer {
	background: #FF5824;
	height: 50px;
}

.content ul{
	margin: 10px 0 10px 16px;
	font-size: 14px;
}

ul.menu {
	width: 480px;
	float: left;
	display: inline;
	margin: 64px 0 0 457px;
	list-style: none;
}

ul.menu li {
	display: inline;
}

ul.menu li a {
	float: left;
	display: inline;
	width: 90px;
	height: 40px;
	margin: 0 0 0 5px;
}

#logo {
   color: #fff;
   font-size: 10px;
   padding-top: 4px;
   margin: 0px;
   text-align: center;
}
#logo img, #logo a{
   text-decoration:none;
   color:#fff;
   border: none;
}

ul.menu li a span {
	display: none;
}

a.menu1:hover {
	background: url(img/home.jpg) no-repeat 0 0;
}

a.menu2:hover {
	background: url(img/services.jpg) no-repeat 0 0;
}

a.menu3:hover {
	background: url(img/enquiries.jpg) no-repeat 0 0;
}

a.menu4:hover {
	background: url(img/contact.jpg) no-repeat 0 0;
}

h1 {
	font-size: 23px;
	color: #000;
	margin: 0 0 20px;
}

h1 span {
	color: #106991;
}

h2 {
	color: #106991;
	font-size: 11px;
}

p {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

a {
	color: #106991;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p.slogan {
	color: #000;
	font-size: 18px;
	text-align: center;
}

div.left {
	width: 546px;
	float: left;
}

div.clear {
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
	overflow: hidden;
}

div.sidebar {

	float: right;
	width: 254px;
}

div.sidebar h1, div.sidebar h2 {
	margin: 10px 0 0 12px;
}

div.sidebar h3 {
	margin: 10px 0 0 12px;
	font-size: 16px;
}

.sidebar label {
	width: 80px;
}

.sidebar form {
	padding: 12px;
}

.sidebar input, .sidebar textarea {
	width: 150px;
}

.underline {
	text-decoration: underline;
}

ul.arrows {
	list-style: none;
	margin: 10px 0 0 12px;
}

ul.arrows li {
	background: url(img/arrow.gif) no-repeat 0 6px;
	font-size: 13px;
	color: #106991;
	padding: 0 0 0 15px;
	line-height: 20px;
}

div.box {
	margin-top: 10px;
	background: url(img/sidebar_bg.jpg) repeat-x 0 0;
	height: 78px;
}

a.image {
	float: left;
	display: inline;
	margin: 50px 0 0 10px;
	padding: 5px 21px 5px 5px;
	background: #fff url(img/img_bg.jpg) no-repeat top right;
}

a.image img {
	float: left;
	border: 0 none;
}

div.box p {
	color: #BCCCB2;
	font-size: 15px;
	margin: 0 0 0 12px;
	padding: 10px 0 0;
}

div.box p span {
	color: #FFF;
	font-size: 30px;
}

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; margin-top: 4px;}
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}


