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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	line-height: 16px;
	color:#069;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/background-main.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:17px; color:#096; padding-bottom:15px;}
h2 {font-size:17px; color:#096; padding-bottom:15px;}
h3 {font-size:17px; color:#096; padding-bottom:15px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

#header {
	width:940px;
	height:132px;
	padding: 20px;
	float:left;
}

#body {
	width:920px;
	padding:30px;
	float:left;
	background-color:#FFF;
}

#content {
	width:650px;
	float:left;
	margin-right:30px;
}

#content li{
	list-style-position:outside;
	margin-left:15px;
	margin-top:8px;
	margin-bottom:8px;
}

#navigation {
	width:220px;
	float:right;
	text-align:right;
}

#weblink {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer {
	clear:both;
}

#enquiry {
	float:right;
	width:300px;
	margin: 0px 20px 20px 20px;
}

/*
CLASSES TO GO HERE
*/

.image300r {
	float:right;
	margin: 0px 0px 30px 30px;
}

.enq {width:300px; height:17px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:3px; padding-top:3px; border: 1px solid #CCC;}
.enq2 {width:300px; height:100px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:3px; padding-top:3px; border: 1px solid #CCC;}

.navbox {
	width:220px;
	border-bottom:1px #CCC dotted;
	float:right;
}

.navboxlast {
	width:220px;
	float:right;
}

.mainnav {
	font-size:15px;
	text-decoration:none;
	line-height:36px;
	color:#096;
	text-align:right;
}

a.mainnav:hover {
	color:#069;	
	font-weight:bold;
}

.fusionxs {
	font-size:13px;
	text-decoration:none;
	line-height:25px;
	color:#fff;
	text-align:center;
}

a.fusionxs:hover {
	color:#036;	
}

