/* Flexible CSS development by HotScot Technology www.hotscot.net */
body /* Page colour */
{
	background: #f3f3f3 url(../images/bg.jpg); /* C */
	margin: 0px; /* C */
	padding: 0px; /* C */
}
p /* Body text paragraph formatting only - See content1 for font */
{
	margin: 0px; /* C */
	padding-bottom: 10px; /* C */
}
#container
{
	position: relative;
	display: block;
	width: 750px;
	margin: 0px auto 0 auto; /* Aligns to center */
}
#header /* Leader graphic behind H1 and H2 tags */
{
	margin: 0px auto 0 auto;
	padding:0px;
	width: 750px;
	height:150px;
	background: url(../images/header.jpg) no-repeat;

}
#logo{
	position:absolute;
	top:24px;
	width:60px;
	height:80px;
	left:350px;
	background: url(../images/threestarsc.gif) no-repeat;
}
#main
{
	margin: 0px;
		padding:0px;
	width:750px;
	background: #FFFFFF; /* C */
}
#navigation
{
	margin: 0px;
	padding:0px;
}
#mainl
{
	margin-top: 0px;
	padding:0px;
}

#contentzone
{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
}
#footer /* Footer Space */
{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 4px;
	width: 742px;
	text-align: center;
	background: #652F2F;
	border-bottom: 3px solid #000;
	color: #FF6633;
}
#footertext, #footertext a:link, #footertext a:visited /* C */
{
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#footertext a:hover  /* C */
{
	text-decoration: underline;
}
#address, #addressc /* Address space formatting */
{
	clear: both;
	width: 740px;
	position: relative;
	padding: 5px;
	background: #652F2F;
	text-align: center;
	text-decoration: none;
	color: #FF9900;
}
#address a:link, #address a:visited, #addressc a:link, #addressc a:visited /* C */
{
	color: #fff;
	letter-spacing: 1px;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-decoration: none;
}
#address a:hover, #addressc a:hover  /* C */
{
	text-decoration: underline;
}
#address li, #addressc li
{
	color: #fff;
	text-indent: 0px;
	letter-spacing: 1px;
	display: inline;
	padding-right: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#address ul, #addressc ul
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}
#content1 /* Main body of the page text formatting */
{
	float: left;
	clear: left;
	width: 420px;
	margin: 15px 15px 15px 0px;
	padding-left: 25px;
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#content3 /* Main body of the page text formatting */
{
	float: left;
	clear: left;
	width: 600px;
	margin: 15px 15px 15px 0px;
	padding-left: 25px;
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#content1 a:link, #content1 a:visited /* C */
{
	color: #000000;
	text-decoration: underline;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#content1 a:hover /* C */
{
	color: #000000;
	text-decoration: none;
}


#content3 a:link, #content3 a:visited /* C */
{
	color: #0099CC;
	text-decoration: underline;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#content3 a:hover /* C */
{
	color: #0099CC;
	text-decoration: none;
}
#content2 /* Image space. Text formatting for additional text if required */
{
	width: 200px;
	margin-top: 40px;
	margin-right: 10px;
	float: right;
	clear: right;
	padding: 5px;
	color: #666; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 12px; /* C */
	font-weight: normal; /* C */
}

#news /* News text */
{
	position: relative;
	float: left;
	width: 340px;
	margin: 15px 15px 15px 0px;
	padding-left: 25px;
	color: #000000; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 12px; /* C */
	font-weight: normal; /* C */
}
#news a:link, #news a:visited /* C */
{
	color: #000;
	text-decoration: underline;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#news a:hover /* C */
{
	color: #000000;
	text-decoration: none;
}
h1 /* This floats above the header graphic or colours */
{

	color: #000; /* C */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* C */
	font-size: 18px; /* C */
	font-weight: Bold; /* C */

	padding: 10px 0px 5px 0px; /* Change for position of header */
	margin: 0px;
	z-index: 1;
}
h2  /* This floats above the header graphic or colours */
{

	color: #D13A2C; /* C */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* C */
	font-size: 16px; /* C */
	font-weight: Bold; /* C */

	padding: 10px 0px 5px 0px; /* Change for position of header */
	margin: 0px;
	z-index: 1;
}
h3  /* This floats above the header graphic or colours */
{

	color: #000; /* C */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* C */
	font-size: 13px; /* C */
	font-weight: Bold; /* C */

	padding: 10px 0px 5px 0px; /* Change for position of header */
	margin: 0px;
	z-index: 1;
}
h4
{
	color: #D13A2C; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 13px; /* C */
	font-weight: Bold; /* C */
	padding-bottom: 10px; /* Change for space between header and paragraph text */
	margin: 0px;
}
#navh
{
	position: relative;
	margin: 0px auto 0px auto;
	background: #000 url(../images/navbg.jpg) no-repeat;
	width: 750px;
	height: 26px;
	border: none;
	padding:0px;

}
#navh ul
{
	margin: 0;
	padding-top:7px;
	padding-left:1px;
	padding-right:0px;
	color: #fff;
	font: bold 12px Verdana, Helvetica, sans-serif;
	line-height: 10px;
	

}
#gallery2{
position:relative;
width:690px;

}
#gallery{
position:relative;
width:690px;

}
#gallery img{
width:150px;
height:100px;
}
#navh li
{
	margin:0px;
	padding-top:10px;
	
	font-family: Verdana, Helvetica, sans-serif;
	margin-right:10px;
	margin-left:15px;
	line-height: 10px;
	display: inline;
}
#navh a
{
	margin: 0;
	padding: 0;
	margin-left:0px;
	padding-left:0px;

	text-decoration: none;
	font: Verdana, Helvetica, sans-serif;
	color: #fff;
	}
#navh a:hover
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left:0px;
	padding-left:0px;
	text-decoration: none;
	color: #CCCCCC;
	}
#overlink a:link, #overlink a:visited, #overlink a:hover  /* C */ /* Selected page */
{
	

	color: #F1F39E;
 /* Image behind text on roll over. Delete if not required */
}
.image1 /* First and middle images */
{
	margin-bottom: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000000;
}
.image2 /* Last Image */
{
	margin-bottom: 10px;
	margin-left:50px;
	border-top: 2px solid #0099CC; /* C */
	border-bottom: 2px solid #0099CC; /* C */
}
TABLE.tbl
{
	border: 1px solid #FF6600; /* C */
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
TR.tblr
{
	font-weight: bold; /* C */
	color: #ccc; /* C */
	font-size: 13px; /* C */
	background: #666; /* C */
	padding: 4px; /* C */
}
TR.tblh
{
	margin: 0px; /* C */
}
TD.tblh
{
	font-weight: bold; /* C */
	color: #FF6600; /* C */
	padding: 4px; /* C */
}
TD.tblmh
{
	padding: 4px; /* C */
}
TD.tbld
{
	padding: 4px; /* C */
	
}
TD.content
{
	vertical-align: text-top; /* C */
	padding: 4px; /* C */
}
INPUT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f3f3f3; /* C */
	border: 1px solid #0099CC; /* C */
}
TEXTAREA
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f3f3f3; /* C */
	border: 1px solid #0099CC; /* C */
}
SUBMIT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background: #f3f3f3; /* C */
	border: 1px solid #ff6600; /* C */
}
#tariff
{
 border: 1px solid #000; /* C */
 border-collapse: collapse;
 margin-bottom: 20px;
 margin-left:40px;
 
 width: 280px;
}
 
#tariff th
{
font: bold 11px Arial, Helvetica, sans-serif;
 font-weight: bold; /* C */
 color: #FFFFFF; /* C */
 font-size: 12px; /* C */
 background: #591D1D; /* C */
 padding: 0px;
 width:150px; /* C */
}
 
#tariff h3
{
 margin-top: 0px;
 color: #000000;
 font: bold 11px Arial, Helvetica, sans-serif;
 width:250px;
}
 
#tariff td
{
 color: #591D1D;
 font: bold 12px Arial, Helvetica, sans-serif;
 
 color: #591D1D; /* C */
 padding: 0px; /* C */
 text-align: left;
}
#tariff .left {
  text-align: left;
  }
  #tariff .left2 {
  text-align: left;
  width:150px;
  }
#tariff .cent {
  text-align: center;
  }