@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans", Tahoma, Verdana;
	behavior: url(iepngfix.htc);
}
body {
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	background: #f7f7f7 url('images/bg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;

}
img {
	border: none;
}
h1 {
	font-size: 17px;
	margin: 0px;
	padding: 10px 0 4px 0;
	color: #9e1232;
}
h2, h3, h4, h5, h6 {
	font-size: 17px;
	margin: 0px;
	padding: 10px 0 4px 0;
	color: #9e1232;
}
p {
	margin: 0;
	padding: 4px 0 4px 0;
	line-height: 19px;
}
a {
	color:#9e1232;
}
a:hover {
	text-decoration:none;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 152px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo h1 {
	padding:0;
}
#logo h1 a {
	display: block;
	width: 1000px;
	height: 152px;
	text-indent: -9999px;
	position: relative;
	background-color:none;
}
#nav {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1b3283;
}
#maincontent {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:12px;
}
#content {
	width: 690px;
	float: left;
}
#sidebar {
	width: 298px;
	float: right;
}
#flash {
	width: 1000px;
	height: 269px;
	margin: 0 auto;
	background: url('images/flash.jpg') no-repeat;
}
#information {
	margin: 0;
	padding: 10px 10px 10px 20px;
}
#information p {
	line-height: 22px;
	padding: 8px 0;
}
#footerwrapper {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	height: 126px;
	font-size:11px;
}
#footertop {
	padding: 5px 0 0 0;
	text-align: right;
}
#footerleft {
	float: left;
	width: 300px;
	padding: 45px 0 0 60px;
}
#footerright {
	float: right;
	width: 400px;
	padding: 10px 0 0 170px;
	text-align:right;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerbottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	padding:20px 0 10px;
	color:#000000;
	font-size:10px;
}
.formlabel {
	color: #000000;
	padding-left: 10px;
}
.forminput {
	padding: 0 20px 8px 12px;
}
.formbutton {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#enquiryform {
	background-image:url(images/formbg.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 10px 0 0;
}
.custominput {
	background-color: #FFFFFF;
	height: 20px;
	padding: 5px 0 0 5px;
	width: 260px;
	border: 1px solid #fff;
	color:#000;
	font-size:12px;
	width: 100%;
}
.customtextarea {
	background-color: #FFFFFF;
	width: 260px;
	height: 70px;
	padding: 5px 0 0 5px;
	overflow: auto;
	border: 1px solid #fff;
	color:#000;
	font-size:12px;
	width: 100%;
}
.formbutton {
	text-align: right;
}
#content ul { 
list-style-type:none;
}
#content li {
padding: 10px 0 8px 40px;
background:transparent url(images/bullet.jpg) no-repeat;
background-position:25px 15px;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
.sidemenu {
	margin: 0;
}
.sidemenu ul {
}
.sidemenu ul li {
	list-style-type: none;
}
.sidemenu ul li a {
	line-height: 34px;
	background-image: url(images/sidebarmenubg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 42px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
}
.sidemenu ul li a:hover {
	text-decoration: underline;
}

/* img floats */
img { margin: 0 5px 5px 0;}
img.floatright { 
    float: right; 
    margin: 0 10px 10px 10px; 
}
img.floatleft { 
    float: left; 
    margin: 0 10px 10px 10px; 
}

.quote {
	text-align:center;
	font-size:18px;
	font-style:italic;
	margin: 5px 20px;
}

.homeimage {
	width:643px;
	margin: 0 auto;
	margin-top:10px;
}

