@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: 15px;
	text-align:left;
	color:#000;
	line-height: 25px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color:#ededed;
}

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

a img {border: none;}

/*
HEADERS TO GO HERE
*/

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

/*
DIV ID'S TO GO HERE
*/

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

#header {
	width:980px;
	height:70px;
	float:left;
	background-color:#000;
}

#gallery {
	width:980px;
	height:300px;
	float:left;
}

#navigation {
	width:920px;
	height:17px;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#fff;
	padding:8px 30px 20px 30px;
}

#page {
	width:880px;
	min-height:600px;
	float:left;
	background-color:#fff;
	padding:50px 50px 20px 50px;
}

#page li {list-style-position:outside; margin-left:15px;}

#footer {
	width:920px;
	height:17px;
	float:left;
	background-color:#000;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	padding:8px 30px 20px 30px;
	color:#fff;
}

#tel { float:right; text-align:right; padding-top:3px;}
#fusionxs { float:right; text-align:right;}

#imageright300 {width:300px; float:right; padding: 0px 0px 50px 50px;}
#imageright350 {width:350px; float:right; padding: 0px 0px 50px 50px;}

#end {clear:both;}

#slideshow {
    position:relative;
    width:980px;
	height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*
CLASSES TO GO HERE
*/

.navigation {font-size:15px; color:#FFF; text-decoration:none; padding:0px 30px 0px 0px;}
a.navigation:hover {color:#69f;}

.contentlink {font-size:15px; color:#69f; text-decoration:none;}
a.contentlink:hover {color:#69f; border-bottom:1px dotted #69f;}

.white14 {font-size:14px; color:white; text-decoration:none;}
a.white14:hover {color:#69f;}

.imgpad {padding-bottom:50px;}

.enq {width:300px; height:22px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:3px;}
.enq2 {width:300px; height:150px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:6px; padding-top:6px;}

.thumb {margin: 0px 20px 15px 0px;}
.thumbend {margin: 0px 0px 15px 0px;}