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

<style type="text/css">

body,td,th {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 16px;
	
	}



body {
	background-color: #000000;
	margin-top: 0px;
	margin-top: 5px;   /*Margin/padding moves the body to top*/
	background-image:url(images/g.jpg);
	background-repeat:repeat-x;
}



td,th, p {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	}


/*Left Nav Start*/


#vertmenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
	width: 190px;
	height: 250px;
	padding-left: 8px;
	padding-top: 8px;
	background-image:url(images/leftnav.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#vertmenu ul li a {
	font-size: 80%;
	display: block;
	padding: 3px 0px 2px 4px;
	text-decoration: none;
	color: #FFF;
	width:190px;
	}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #dbc055;   /*Rollover to gold*/
	}

/*Left Nav End*/


blockquote {
	color: #545454;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	}

ul, li {
	color: #FFF;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 100%;
	list-style: square;
}



h1 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	margin-left: 0px;
	}
	
h2 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 18px;
	font-weight: 500;
	}
	
h3 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	}

h4 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	}

h5 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px
	}
	
h6 {
	color: #72b9f5; /*Blue*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px
	}
	


	

	
/* link */
a { 
	font-family: verdana, geneva, arial, sans-serif;
	color: #dbc055; /*Gold*/
	font-size: 15px; 
	font-weight: 500;
	font-style: italic;
	}

a:link, a:visited { 
	text-decoration: none; 
	}

a:focus, a:hover  { 
	text-decoration: underline;
	}
	
a:active { 
	text-decoration: none; 
	}	
	
/* link end */



/* body spacer */
div#bodyspacer {
	margin-left: 15px;
	margin-right: 15px;
	Margin-bottom: 20px;
	margin-top: 15px;
	}
/* end body spacer */



div#float_left {
	float: left;
	width: 455px;
}


div#float_right {
	float: right;
	padding-left: 15px;}
	

div#centre {
	margin-left: 20px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
	width: 600px;
	height: 210px;
	float: right;
}

div#contact {
	margin-left: 10px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 300px;
	height: 210px;
	float: left;
}

#spapage {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 215px;
	align: left;
	}
#spaleft {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 215px;
	float: left;
	}
#sparight{
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 200px;
	float: right;
	}
/* border */

	
	
#brownborder {
	border: 2px solid #453325; /*Brown*/
	padding: 2px;
	}
	
#brownborderdot {
	border: 2px dotted #453325; /*Brown*/
	}
	
.brownborder {
	border: 2px dashed #453325; /*Brown*/
	margin-right:10px;
	}

#blueborder {
	border: 6px solid #72b9f5; /*Blue*/
}

#goldborder {
	border: 6px solid #dbc055; /*Gold*/
}
#redborder {
	border: 6px solid #d52603; /*Red*/
}
/* border end */

#underline {
	text-decoration: underline;
	}
#italics {
	font-style: italic;
}


/* font colours */

#goldfontSERVICES {
	color: #dbc055; /*Gold*/
	font-weight:500;
	font-size: 20px;
	font-style: italic;
	border-bottom: 1px solid #dbc055; /*Gold*/
	width: 600px;
	}
	
#bluefont {
	color: #72b9f5; /*Blue*/
	font-weight:500;
	}

#bluefontREG {
	color: #72b9f5; /*Blue*/
	}
	

#redfontBold {
	color: #d52603;
	font-weight: bold;
	font-size: 18px;
}

hr {
	color: #d52603;
}


/* font colours end*/




#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-top: #72b9f5 3px solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF; 
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: center;
	font-size: 12px;
	}
	
	
.footersitemap {
	font-family: tahoma, verdana, arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: right;
	font-size: 12px;
	}
	
	

#mickmar {
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	background-color: #000;
	}

#mickmar a{
	color: #72b9f5;
	font-weight: none;
	font-style:italic;
	text-transform: none;
	font-size: 11px;
	}
