body, h1, h2, h3, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	color: #84848c;
}

ul {
	font-size: 70%;
	font-family: tahoma, verdana, sans-serif;
}

ol {
	font-size: 70%;
	font-family: tahoma, verdana, sans-serif;
}

h1, h2, h3 {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-weight: normal;
}

p {
	font-family: tahoma, verdana, helvetica, sans-serif;
}

a, a:visited {
	color: #ef9c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 779px;
	margin: 0px auto;
	text-align: left;
}

#header, #header_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 779px;
	height: 300px;
	background-image: url(../_images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 97px;
}

ul#topnav, ul#topnav_content {
	position: absolute;
	top: 217px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 20px;
	list-style: none;
	z-index: 2;	
}

ul#topnav_content {
	top: 97px;
}

ul#topnav li, ul#topnav_content li {
	position: absolute;
	top: 0px;
}

ul#topnav li#home, ul#topnav_content li#home,
ul#topnav li#home_active, ul#topnav_content li#home_active {
	right: 287px;
	z-index: 8;
}

ul#topnav li#about, ul#topnav_content li#about,
ul#topnav li#about_active, ul#topnav_content li#about_active {
	right: 190px;
	z-index: 7;
}

ul#topnav li#news, ul#topnav_content li#news,
ul#topnav li#news_active, ul#topnav_content li#news_active {
	right: 95px;
	z-index: 6;
}

ul#topnav li#contact, ul#topnav_content li#contact,
ul#topnav li#contact_active, ul#topnav_content li#contact_active {
	right: 0px;
	z-index: 5;
}

ul#topnav li#about_active, ul#topnav_content li#about_active,
ul#topnav li#home_active, ul#topnav_content li#home_active,
ul#topnav li#news_active, ul#topnav_content li#news_active,
ul#topnav li#contact_active, ul#topnav_content li#contact_active {
	z-index: 9;
	top: 1px;
}

#main, #main_content {
	position: absolute;
	top: 257px;
	left: -1px;
	padding: 0px 20px 20px 20px;
	z-index: 1;
	background-repeat: no-repeat;
}

#main {
	background-image: url(../_images/main_bottom_bg_important.gif) !important;
	background-image: url(../_images/main_bottom_bg.gif);
	background-position: bottom left;
	height: 400px;
	min-height: 400px;
}

#main_content {
	top: 140px;
	padding: 0px 20px 20px 20px;
	background-image: url(../_images/main_content_bottom_bg_important.gif) bottom !important;
	background-image: url(../_images/main_content_bottom_bg.gif);
	background-position: right bottom;
}

ul#leftnav, ul#leftnav_content {
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

ul#leftnav_content {
	left: 0px;
	top: 100px;
}

ul#leftnav li, ul#leftnav_content li {
	background-image: url(../_images/leftnav_li_bg.gif);
	background-repeat: no-repeat;
	padding: 6px 8px 7px 20px;
	list-style: none;
}

ul#leftnav li.bot_graphic, ul#leftnav li.top_graphic, ul#leftnav_content li.top_graphic, ul#leftnav_content li.bot_graphic {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	background: none;
}

ul#leftnav li.top_graphic, ul#leftnav_content li.top_graphic {
	margin: 0px 0px -2px 0px;
}

ul#leftnav li.graphic img, ul#leftnav_content li.graphic img { 
	display: block;
}

ul#leftnav_content li#here {
	background-image: url(../_images/leftnav_li_bg_active.gif);
	background-repeat: no-repeat;
}

ul#leftnav_content li ul#sub_left {
	width: 180px;
	margin: 7px 0px -7px -20px;
	padding: 0px;
	background-image: url(../_images/sub_left_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

ul#leftnav_content li ul#sub_left li {
	background-image: url(../_images/sub_left_li_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 25px;
	font-size: 120%;
}

ul#leftnav li.mlist_graphic, ul#leftnav_content li.mlist_graphic {
	background: none;
	padding: 10px 0px 0px 0px;
}

#content {
	margin: 0px 0px -10px 200px;
	width: 540px;
}

#content h1 {
	font-size: 120%;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
}

#main #content h1 {
	padding: 0px;
}

#content h1 span {
	font-size: 80%;
}

#content h2 {
	font-size: 130%;
	margin: 10px 0px 20px 0px;
}

#content h3, #newswrap h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e7e7f2;
}

#content h3 strong {
	font-family: tahoma, verdana, sans-serif;
	font-size: 80%;
	margin: 0px 0px 0px 5px;
}

#content p {
	font-size: 70%;
	line-height: 15pt;
	margin: 10px 0px 15px 0px;
}

#content p#crumb {
	position: absolute;
	top: 0px;
	left: 220px;
	font-size: 60%;
	margin: 0px;
}

#content p#crumb.news {
	top: 18px;
	left: 236px;
}

#content ul {
	margin: 10px 20px 20px -10px;
	_margin: 10px 20px 20px 30px;
	!margin: 10px 20px 20px 30px;
}

#content ul li {
	line-height: 16pt;
}

#content #calls_to_action {
	position: relative;
	float: right;
	width: 190px;
	margin: 0px 0px 0px 15px;
}

/* mart added 04/05/06 */

#content #calls_to_action_news {
	position: relative;
	float: right;
	width: 190px;
	margin: 25px 0px 0px 15px;
}

/* end change */

#content #calls_to_action img {
	margin: 0px 0px 10px 0px;
}

img#active_img {
	margin: -13px 0px 5px 0px !important;
	margin: -13px 0px -2px 0px;
}

p#footer, p#footer_home {
	float: right;
	font-size: 60%;
	margin: 20px -20px 0px 0px !important;
	margin: 20px -10px 0px 0px;
	color: #bdbdc6;
	clear: both;
}

p#footer_home {
	margin: 20px -5px 0px 0px !important;
	margin: 23px -10px 0px 0px;
}

fieldset
{
	border: 0;
	padding: 0;
	margin: 10px 0px 0px 0px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
}

fieldset label
{
	float: left;
	width: 70px;
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
}

fieldset input
{
	margin-bottom: 3px;
	width: 200px;
}

input#submit {
	width: 100px;
}

fieldset input#submit
{
	margin-top: 0px;
	margin-left: 80px;
}

textarea#enquiry, textarea#address {
	width: 230px;
	height: 75px;
}

#enquiryform {
	position: absolute;
	top: 127px;
	right: 0px;
	width: 320px;
	border-left: 10px solid #ffffff;
}

h3#maptitle {
	position: absolute;
	top: 640px !important;
	top: 610px;
	right: 10px;
	width: 300px;	
}

div#map
{
	position: absolute;
	top: 665px !important;
	top: 635px;
	right: 10px;
	width: 300px;
	height: 300px;
	margin-top: 10px;
}

form#news-subscription-form
{
	background-image: url(/_images/news-form-background.gif);
	background-repeat: no-repeat;
	width: 161px;
	height: 241px;
	padding: 10px 10px 10px 20px;
	margin: 15px 0px 0px 0px;
}

form#news-subscription-form.e-newsletter
{
	background-image: url(/_images/news-form-background-e-news.gif);
	background-repeat: no-repeat;
	width: 161px;
	height: 201px;
	padding: 10px 10px 10px 20px;
	margin: 15px 0px 0px 0px;
}

form#news-subscription-form input, form#news-subscription-form textarea
{
	width: 152px;
	border: 1px solid #9E9E9E;
	font-family: Tahoma;
	font-size: 95%;
	color: #8C8B90;
	padding: 2px 4px;
	margin-bottom: 5px;
}

form#news-subscription-form textarea
{
	margin-bottom: 3px;
}

form#news-subscription-form p
{
	font-size: 100%;
	margin: 0;
	padding: 12px 0px 8px 0px;
}

form#news-subscription-form input.submit
{
	width: auto;
	height: auto;
	float: right;
	border: 0;
}

/* New news area - 04/05/06 */

#newswrap h1
{
	font-size: 105%;
}

#newswrap {
	background-image: url(../_images/newstabs-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 5px 0px 10px 15px;	
}

#newswrap ul li {
	margin: 0px 0px 10px -10px;
	line-height: 13pt;
}

ul#newsnav {
	position: absolute;
	top: -10px !important;
	top: 0px;
	left: 235px !important;
	left: 225px;
	width: 540px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #f2f2f4;
}

ul#newsnav li {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 5px;
}

p#enquiry-information
{
	position: relative;
	width: 201px;
	height: 118px;	
	background-image: url(/_images/call_the_experts-background.gif);
}

p#enquiry-information a
{
	line-height: 1.45em;
	color: #84848C;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 161px;
	height: 96px;
	padding: 22px 10px 0px 20px;
}

p#enquiry-information a:hover
{
	text-decoration: none;
	border: 0;
}

p#enquiry-information span
{
	position: absolute;
	color: #F07700;
	left: 60px;
	top: 87px;
	font-size: 100%;
}
