@charset "utf-8";
/* CSS Document */

/* Pathfinder UK Style Sheet v1.0 */

/* Copyright (c) 2008. Pathfinder UK, Cerberus Design Ltd. */

/* Page Body Styles */

body {
	margin:0 0 0 0;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/bg_main.jpg);
	/*background-repeat:repeat-x;*/
	background-repeat:repeat;
	background-position:center top;
}

td,th {
	font-family:Tahoma;
	font-size:12px;
}

h1 {
	font-family:Tahoma;
	font-size:14px;
	color:#778a5b;
	font-weight:bolder;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	font-family:Tahoma;
	font-size:14px;
	color:#3b274f;
	font-weight:bolder;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

p {
	padding:0;
	margin:0;
}

/* * */

/* Layout Styles */

#header {
	width:850px;
	height:120px;
	text-align:center;
	margin: 0 auto;
}
#headerleft {
	width:370px;
	height:120px;
	float:left;
	text-align:left;
}
#headerright {
	width:470px;
	height:20px;
	float:right;
	text-align:left;
	padding-left:10px;
	margin-top:100px;
	color:#778a5b;
	font-size:16px;
	
}
#content {
	width:830px;
	margin: 0 auto;
	background-color:#ffffff;
	margin-top:30px;
	padding:10px 10px 10px 10px;
}
#contentleft {
	width:369px;
	float:left;
	padding-right:20px;
}
#contentmid {
	width:2px;
	float:left;
}
#contentright {
	width:419px;
	float:right;
	padding-left:20px;
}
#contentsec {
	width:210px;
	float:left;
}
#contentlic {
	width:209px;
	float:right;
}
#contactleft {
	width:200px;
	float:left;
	padding-right:20px;
}
#contactright {
	width:588px;
	float:right;
	padding-left:20px;
}
#footer {
	width:830px;
	margin: 0 auto;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	text-align:right;
}

/* * */

.navigation {
	color:#778a5b;
	font-size:16px;
	text-decoration:none;
}
.navigation:hover {
	text-decoration:underline;
	color:#3b274f;
}
.navigationcurrent {
	color:#3b274f;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}
.footer {
	font-size:10px;
}
.link {
	color:#778a5b;
	text-decoration:underline;
}
.link:hover {
	color:#3b274f;
	text-decoration:underline;
}
.link2 {
	color:#3b274f;
	text-decoration:underline;
}
.link2:hover {
	color:#3b274f;
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
.btsend {
	width:53px;
	height:29px;
	background: url(../images/bt_send.gif);
	background-repeat:no-repeat;
	border: none;
	margin: 0 0 0 0;
}
.btreset {
	width:57px;
	height:29px;
	background: url(../images/bt_reset.gif);
	background-repeat:no-repeat;
	border: none;
	margin: 0 0 0 0;
}
.tfsearch {
	font-family:Arial;
	font-size:13px;
	color:#6f7966;
	font-weight:bold;
	height:16px;
	width:223px;
	margin-left:10px;
}
.tfenter {
	font-family:Tahoma;
	font-size:12px;
	color:#778a5b;
}
.titlepad {
	padding-left:10px;
}
.formtable {
	padding-right:10px;
	text-align:right;
}
.quote {
	text-indent:40px;
	margin-left:50px;
}
.bt_enquire {
	padding-bottom:5px;
}