@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#00ab00;
}
img {
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;

	background:#fcfcfc;
}
#top {
	width:100%;
	height:228px;
	background:url(cssimages/topbg2.jpg) repeat-x;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
#nav {
	width:800px;
	height:71px;
	padding-left:100px;
	background:url(cssimages/nav.gif) repeat-x;
}
#header {
	height:130px;
	font-size:22px;
	font-weight:bold;
	background:url(cssimages/headerbg2.jpg) no-repeat 50px 0;
}
#main {
	width:900px;
	background:#fff url(cssimages/main-bg.gif) repeat-x top;
}
#mid {
	float:left;
	width:650px;
}
#side {
	float:right;
	padding-right:10px;
	padding-top:10px;
	width:212px;
}
#footer  {
	font-size:10px;
	height:45px;
	width:100%;
	padding:25px 0;
	background:#033B80 url(cssimages/footer.jpg) repeat-x;
	margin:15px 0 0 0;
	text-align:center;
}
/*******************************/
#header img {
	margin:-1px 0 0 28px;
	padding:0;
}
p {

	font-size:14px;
}
#main p {

	padding:5px 20px 15px 25px;

}

h2 {
	color:#00ab00;
	font-size:16px;
	padding:0 0 0 20px;
}
#main p {
	line-height:24px;
}
#main h1 {
	color:#00ab00;
	font-size:18px;
	padding:25px 0 40px 15px;
}
#main ul {
	list-style-position: inside;
	list-style-type: square;
	font-size:14px;
	line-height:25px;
	padding-left:50px;
}
#main ul a:link, #main ul a:visited {
	text-decoration:none;
	color:#00f;
}
#main ul a:hover {
	text-decoration:underline;
}
.side_back {
	background:url(cssimages/back.png) repeat-y;
	padding-top:10px;
}
.bottom {
	background:url(cssimages/bottom.gif) no-repeat top;
	height:16px;
	width:212px;
}
#side h3 {
	width:190px;
	height:24px;
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
	padding-top:15px;
	color:#ffffff;
	background:url(cssimages/title.gif) no-repeat;
}
#side p {
	font-size:13px;
	padding:10px 10px 10px 20px;
	line-height:17px;
}
#mid p {
	margin:0;
	padding:0 0 0 25px;
	padding-bottom: 10px;
}
#mid h2 {
	margin:0;
	padding:10px 0 10px 20px;
}
#footer p {
	margin:0;
	font-size:10px;
	color:#ffffff;
}
#footer h4 {
	margin:0;
	font-size:13px;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#FF0000;
}
.small p {
	margin:0;
	font-size:11px;
}
/******* NAV styling *******/
#nav ul {
	list-style:none;	
}
#nav li {
	display:inline; 
}
#nav a {
	float:left;
	width:100px;
	height:45px;
    display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	padding-top:26px;
}
#nav a:hover {
	width:100px;
    height:45px;
	color:#DAFAC9;
	text-decoration:underline;
	background:url(cssimages/nav-over.gif) repeat-x;
}
/******* Form styling *******/
#Contact {
	width:550px;
	height:360px;
	margin:0 0 0px 40px;
	padding:15px 0 20px 0;
	font-size:13px;
}
form {
	padding:0 5px 5px 5px;
	background:#fff;
}
dl {
	margin:20px 0 0 20px;
}
dt {
	float:left;
	clear:left;
	width:140px;
	margin:0 0 10px 0;
	padding:5px 0 0 5px;
	font-weight:normal;
	color:#333;
}
dt span, .red {
	color:#f00;
}
dd {
	margin:0 0 10px 0;
	font-weight:normal;
	color:#000;
}
input, textarea {
	border:1px #ccc solid;
	padding:2px;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-size:12px;
}
.submit {
	font-size:11px;
	width:100px;
	height:23px;
	margin:10px 0;
	padding:0;
	border:0;
	background: url(cssimages/send.gif);
	background-position:left bottom;
	cursor:pointer;
}
.submit:hover {
	background-position:left top;
}
.formtext {
	font-size:12px;
	font-weight:bold;
	padding:0;
}
.address, .enquiry {
	height:60px;
	width:260px;
}
.email {
	width:260px;
}
#Contact .formtinytext {
	font-size:10px;
	padding:0 10px 5px 20px;
}
/*=======================*/
#logos {
	margin:10px 0 0 40px;
}
#map {
	padding:10px 30px 15px 30px;
}
.imgleft {
	position:relative;
	float:left;
	padding:0 10px 5px 0;
}
.imgright {
	position:relative;
	float:right;
	padding:0 0 5px 10px;
}
.linkimg {
	padding:5px 0 5px 25px;
}
#side .updated {
	font-size:9px;
	padding-bottom:0;
	margin-bottom:-3px;
}
.clrboth {
	font-size:0px;
	clear:both;
}
table, table tbody, table tbody tr, table tbody tr td {
	border-color:#fff;
	border-collapse:collapse;
	border:none;
}

