@charset "utf-8";
/* CSS Document */

/* YAHOO RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* GLOBAL */
#keywords {
	font-size:10px;
	color:#39C;
	font-weight:bold;
	text-align:center;
	line-height:28px;
}
body {
	color:#3f3f3f;
	font:12px Arial, Helvetica, sans-serif;
	background:#f4e7de url(images/bg.jpg) repeat-x top;
}
#wrap {
	width:820px;
	margin:0 auto;
}
#topnav {
	height:34px;
	border-bottom:solid 1px #003d54;
	background:#0f75aa url(images/navbg.gif) top repeat-x;
}
#topnav #right {
	background:url(images/navright.gif) right top no-repeat;
}
#topnav ul {
	background:url(images/navleft.gif) left top no-repeat;
}
#topnav ul li {
	display:inline;
}
#topnav ul li a {
	background:url(images/navspacer.gif) right no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:34px;
	padding:0 19px 0 17px;
	text-decoration:none;
}
#topnav ul li a:hover {
	color:#FC0;
}
#topnav .enquiry {
	float:right;
	margin:6px 10px 0 0;
}
#header {
	background:#e0591f url(images/headerbg.jpg) bottom;
	height:114px;
}
#header a.logo {
	display:block;
	text-indent:-30000px;
	background:url(images/logo.gif) no-repeat;
	width:282px;
	height:78px;
	margin:24px 0 0 20px;
	float:left;
}
#header h2 {
	margin:0;
}
#header .number {
	display:block;
	text-indent:-30000px;
	background:url(images/number.gif) no-repeat;
	width:226px;
	height:49px;
	margin:24px 20px 0 0;
	float:right;
}
#contentwrap {
	background:#FFF;
}
#content {
	width:520px;
	padding:20px;
	background:none right;
	float:left;
}
#content p, #content ul {
	margin-bottom:9px;
	line-height:1.4em;
}
#content ul {
	list-style:disc;
	padding-left:18px;
}
#sidebar {
	padding:20px;
	margin-left:560px;
}
#footer {
	padding:20px 0 10px;
	background:#F4E7DE url(images/footerbg.jpg) top no-repeat;
	font-size:10px;
	color:#666;
}
#footer .alt {
	color:#957759;
}
#footer h4 {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#dc541f;
	margin-bottom:15px;
}
#footer .logo {
	float:right;
	margin-left:20px;
}
#footer p {
	margin-bottom:5px;
}
#footer a {
	color:#666;
}

.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boxgreen, .boxred {
	padding:20px;
	margin:20px 0 20px;
}
.boxred {
	background:#f4e7de url(images/boxred.gif) top no-repeat;
	border:solid 1px #ecd4c3;
}
.boxgreen {
	background:#e6edd6 url(images/boxgreen.gif) top no-repeat;
	border:solid 1px #c2d1a1;
}
.boxred h3 {
	color:#dc541f;
}
.boxgreen h3 {
	color:#384220;
}
.imageright {
	float:right;
	padding:1px;
	border:solid 1px #CCC;
	margin:3px 0 8px 12px;
}
.imageleft {
	float:left;
	padding:1px;
	border:solid 1px #CCC;
	margin:3px 12px 8px 0;
}

/* HEADINGS */
h1 {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#4f6501;
	margin-bottom:6px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#dc541f;
	margin-bottom:6px;
}
h3 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
}
h6 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	color:#dc541f;
	font-style:italic;
}
/* SIDEBAR */

#sidebar {
	color:#666;
}
#sidebar h6 {
	font-size:14px;
	color:#333;
	border-bottom:solid 1px #CCC;
	margin-bottom:5px;
	padding-bottom:4px;
}
#sidebar .input, #sidebar select, #sidebar textarea {
	border-bottom:solid 1px #d1d1d1;
	border-right:solid 1px #d1d1d1;
	border-top:solid 1px #b8b8b8;
	border-left:solid 1px #b8b8b8;
	background:#f5f5f5;
	display:block;
	margin-bottom:5px;
	color:#666;
}
#sidebar textarea {
	width:218px;

}
#sidebar .input {
	padding:2px 4px;
	width:210px;
}
#sidebar select {
	margin-right:3px;
}
#sidebar label {
	display:block;
}
#sidebar .date {
	width:60px;
	display:inline;
}
	
iframe {
	border:solid 1px #ccc;
}

.table td, .table th {
	padding:3px 5px;
}
.table th {
	font-weight:bold;
	border-bottom:solid 1px #999;
	color:#360;
}


.contact-img {
	margin: 0 0 10px 15px;
}

.thumb img {
	border:solid #ddd 1px;
	padding:1px;
	margin:0 3px 3px 0;
}
.thumb img:hover {
	border: solid ##dc541f 1px;
	padding:1px;
}

