@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#3c3c3c;
  	width: 100%;
  	display: table;
}
a {
	color: #791717;
}
a:hover {
	color: #791717;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
color: #791717;
margin-left: 10px;
}
h1 {
	font-weight: bold;
	font-size: 20px;
text-transform: uppercase;
border-bottom: 1px dotted #696969;
	padding: 5px 0 10px 0;
}
h2, h3, h4, h5, h6 {
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
#header {
	height: 182px;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header div#logo {
	width: 279px;
	position: absolute;
}

div#header div#logo h1 a {
	display: block;
	width: 390px;
	height: 182px;
	text-indent: -9999px;
	position: relative;
	left: -10px;
}

#headerpad {
float: left;
width: 300px;
height: 50px;
}
#navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	height: 56px;
	background-position: center top;
	padding: 0px;
	width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	height: 243px;
	padding: 0px;
	width: 759px;
	margin: 0px;
	margin-left:16px;
}
#flashsub {
	height: 120px;
	background-position: center top;
	padding: 0px;
	width: 759px;
	margin: 0px;
	margin-left:16px;
}
#contenttopimage {
	background-image: url(images/contenttopimage.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center top;
	padding: 0px;
	width: 638px;
	padding-left: 12px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cdeefb;
}
#contentwrapper {
	background-image: url(images/contentwrapper.jpg);
	background-repeat: repeat;
}
#content {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background-position: center top;
}
#contenttop {
	background-image: url(images/contenttop.gif);
	background-repeat: no-repeat;
	width: 999px;
	height:11px;
	padding:0;
	margin:0 auto;
	background-position: center bottom;
}
#contentbottom {
	background-image: url(images/contentbottom.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height:54px;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	background-position: center bottom;
}
#leftcontent {
	width: 213px;
	float: left;
	text-align: center;
}
#rightcontent {
	width: 785px;
	float: left;
}
#information {
	padding: 10px 20px 10px 20px;
}
#rightcontent p {
	line-height: 26px;
	padding: 7px 5px 7px 10px;
}
#footerwrap {
	width:100%;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width:1000px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
	font-size: 10px;
}
#footer p {
	padding: 10px 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerleft{
	float:right;
	padding:0px;
	text-align:left;
	width:300px;
}
#footerleft ul{
	float:left;
	margin:0;
	padding:20px 50px 0px 10px;
}
#footerleft ul li{
	list-style-type:none;
	padding:4px 0;
}
#footerleft ul li a{
	background-image:url(images/footernavbullet.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:left;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	font-family:Helvetica , Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:0 0 0 15px;
}
#footerleft ul li a:hover{
	text-decoration:underline
}
#footerbottom { 
	clear:both;
	padding:50px 5px 0px 0;
}

#enquiryform {
	padding: 0;
	background-image: url(images/formfooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
.formlabel {
	color: #000000;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
}
.forminput {
	padding-left: 6px;
	margin-bottom: 2px;
}
.formbutton {
	text-align: left;
	padding: 0 0 5px 6px;
	margin: 0;
}
.custominput {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
	width: 218px;
	border: 1px solid #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.customtextarea {
	background-color: #FFFFFF;
	width: 218px;
	height: 80px;
	overflow: auto;
	border: 1px solid #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#rightcontent ul {
	padding-left: 10px;
}
#rightcontent ul li {
	list-style-type: none;	
	padding-left: 30px;	
	background-position: 5px 8px;	
	background-image: url(images/bullet.gif);	
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 6px;
	line-height: 20px;
}
.greenbox {
	background-color: #e7fee6;
	border: 1px solid #85b27b;
	padding: 10px;
}
.floatright {
	float: right;
	margin: 6px;
}
.floatleft {
	float: left;
	margin: 6px;
}
#sidebarmenu {
	padding: 0;
	margin: 0;
	text-align:left;
}
#sidebarmenu ul {
	padding: 0;
	margin: 0;
}
#sidebarmenu ul li {
	list-style-type: none;
}
#sidebarmenu ul li a {
	display: block;
	height: 40px;
	background-image: url(images/sidenavbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 38px;
	padding-left: 40px;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#sidebarmenu ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#sidehead2 {
	background-image: url(images/sidehead2.jpg);
	background-repeat: no-repeat;
	height: 174px;
}
a img {
border:0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */