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

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

div.site {
	width: 900px;
	background: #FFF;
	margin: 10px auto 0;
}

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

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

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

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

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

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

.content ul{
	margin: 10px 0 10px 50px;
	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: 18px;
	color: #0386DE;
	margin: 0 0 20px;
}

h1 span {
	color: #767676;
}

h2 {
	color: #ee6799;
	font-size: 16px;
	margin:15px;
	margin-top:25px;
}
h3 {
	color: #0386DE;
	font-size:14px;
	margin:15px;
}
p {
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	margin:15px;
}

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

a:hover {
	text-decoration: underline;
}

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

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

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

div.sidebar {
	background: #F2F2F2;
	float: right;
	width: 239px;
}

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

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

.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: #767676;
	padding: 0 0 0 15px;
	line-height: 20px;
}

div.box {
	margin: 25px 0 0;
	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: #FBF0C5;
	font-size: 15px;
	margin: 0 0 0 12px;
	padding: 10px 0 0;
}

div.box p span {
	color: #FFF;
	font-size: 30px;
}
#subnav {
	display:inline;
	background-color:#ee6799; 
	padding:5px;
	float:right;
}
#subnav a {
	color:#fff;
}

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; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 800px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #888888;}
input {border: 1px solid #888888;}
form {border: none;}


