*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

img.imgright
{
	float: right;
	margin: 0 0 15px 15px;
}

#top
{
	position: absolute;
	top: 0;
	height: 132px;
	width: 100%;
}

#bottom
{
	margin: 132px 0 0 0;
	width: 100%;
}

a
{
	color: #40545F;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}





#headercont
{
	width: 100%;
	height: 100px;
	background: #40545F url('../images/background-headerconbt.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 100px;
}

#headercont p
{
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
	line-height: 100px;
	font-family: Georgia;
}

#headercont p span
{
	color: #A4BEDF;
}

#headercont p a
{
	color: #FFF;
	text-decoration: none;
}

#headercont p a:hover
{
	color: #FFF;
	text-decoration: underline;
}





#menucont
{
	width: 100%;
	height: 32px;
	background: #2E3B43;
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 0 20px;
	line-height: 32px;
	background: #2E3B43;
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #FFF;
	background: #40545F;
	text-decoration: none;
}





#maincont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 850px;
	padding: 20px 0 10px 0;
	font-size: 12px;
	line-height: 200%;
}

#main  p
{
	margin: 0 0 15px 0;
}

#main h1, h2, h3, h4, h5
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
	color: #40545F;
	border-bottom: 1px solid #CCC;
}

#main h2, h3, h4, h5
{
	font-size: 18px;
}

#main h1.nobord, #main h2.nobord, #main h3.nobord, #main h4.nobord, #main h5.nobord
{
	border-bottom: 0;
}

#main ul
{
	margin: 0 0 15px 0;
	list-style-type: none;
}

#main ul.liinline li
{
	display: inline;
	margin: 0 25px 0 0;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
	color: #40545F;
}

#left
{
	float: left;
	width: 380px;
	padding: 0 20px 0 0;
}

#right
{
	float: left;
	width: 450px;
}

#right ul li
{
	font-family: Georgia;
	font-size: 16px;
	color: #40545F;
}

#right ul li.telicon
{
	background: #FFF url('../images/icon-tel.jpg') no-repeat left;
	padding: 0 0 0 30px;
}

#right ul li.emailicon
{
	background: #FFF url('../images/icon-mouse.jpg') no-repeat left;
	padding: 0 0 0 30px;
}

#enquiryform ul li
{
	display: inline;
}

#enquiryform ul li form, fieldset
{
	border: 0;
}

#enquiryform ul li label
{
	font-weight: bold;
	padding: 0 5px;
}

#enquiryform ul li input
{
	background: #FFF;
	width: 200px;
	font-size: 12px;
	border: 1px solid #A4BEDF;
	background: #D6DDE7;
	font-family: Georgia;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	color: #40545F;
}

#enquiryform input
{
	padding: 3px 8px;
}

#contactwrote
{
	background: #EEE;
	padding: 15px;
}





#footercont
{
	width: 100%;
	clear: both;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
}

#footer p
{
	margin: 0 0 5px 0;
}

#footer ul
{
	list-style-type: none;
	margin: 0 0 5px 0;
}

#footer ul li
{
	display: inline;
	margin: 0 5px 0 0;
}

#footer ul li a
{
	color: #369;
	padding: 0;
	text-decoration: none;
}

#footer ul li a span
{
	color: #333;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #333;
	text-decoration: none;
}

#main label { font-weight: bold; padding: 0 5px; }
#main input, textarea { background: #D6DDE7; border: 1px solid #A4BEDF; padding: 5px; font-size: 12px; font-family: "Arial", Verdana, Helvetica, sans-serif; color: #40545F; }
#main input.capinput { border: 0; }
span.green { color: #7E9D5F; font-weight: bold; }
span.red { color: #C00; font-weight: bold; }
