@charset "utf-8";
/* CSS Document */
/* SBV */
* {
	padding:0;
	margin:0;
}
html {
	border:0;
	height:100%;
	min-height: 100%;
	margin-bottom: 1px; /*Forces a Vertical Scrollbar in non-IE browsers*/
}
body {
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center; /*For ie5.5 */
}
div#container {
	background-color:transparent;
	position: relative;
	margin:0 auto;
	width:760px;
	font-size: 1em;
	text-align:left;
}
div#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height:147px;/*Height of logo/header************************************************************************/
	left: 0px;
	background: url(../images/banner2.jpg) no-repeat top left;
}
.menu, .menu2 {
	background-image:url(../images/sand%20texture.jpg);
	position: absolute;
	top: 147px;/*This value is the same as the height of the header*/
	width: 100%;
	height:20px;/*Make this heigh enough for any menu you may want here***************************************/
	padding:0.3em 0;
	left: 0px;
	border-left:0px;
	border-right:0px;
}
.menu2 {
	/*This is placed immediately below menu, with its top positioned absolutly underneath (147px+20px)*/
	background-image:none;
	position:absolute;
	top:178px;
	font-size:0.8em;
}
.menu3 {
	position:absolute;
	top:147px;
	width:100%;
	left: 0px;
	border-left:0px;
	border-right:0px;
}
.menu ul, .menu2 ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	}
.menu li, .menu2 li, div#bottom li {
	display: inline;
	margin: 0 0.25em;
	}
div#main {
	padding-top: 215px;/*This is the height of the header+menu(s)+any borders.****************************************
	Also need to modify ie5 conditional comment below. A lesser value due to box model*/
	width: 100%;
	text-align:center;
}
div#footer {
	clear:both;
	text-align:center;
	background-color:#B49B5C;
}
div#col1 {float:left; width:33.33%;
}
div#col2 {float:left; width:33.33%;
}
div#col3 {float:left; width:32.33%;
}
div#pics {
	height:122px;
	margin:0;
	border:0;
	text-align:center;/*To centre images*/
}
div#pics img {
	margin:0 0.5em 0 0;
}
div#map {
	margin:0 auto;
	}
div#credits {
	text-align:center;
	font-size:0.6em;
	color: #555753;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin:1em 5%; 
}
p {
	margin:1em 1em 1em 0;
	text-align:left;
	line-height:1.2em;
}
p.top {
	margin:0 0 1em 0;
	text-align:center;
	font-style:italic;
}
h1 {
	color:#373737;
	margin:0.4em 0 0.4em 0;
	font-size: 1.9em;
	text-align:center;
	}
h1.top {
	margin:0;
	color: #6F8BBB;
	}
h2 {
	margin:0.4em 0 0 0;
	font-size:1.3em;
	text-align:left;
	}
h3 {
	margin:0 0.8em;
	font-size:1.5em;
	text-align:center;
	}
img {
	padding:0;
	margin:0;
	border:0;
}
img.right {
	float:right;
	margin:0 0 1em 1em;
	}
img.left {
	float:left;
	margin:0 1em 1em 0;
}
img.first {
	margin:0 0.5em 0 0;
}
b {
	font-weight:normal;
}
.inline {
	display:inline;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #744D30;
	}
a.line:link {
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
ul li a:visited {
	color:#838383;
}
a.line:visited { 
	color: #958A86;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #666666;
	}
table a:visited {
	color: #333333;
	}
#main a:visited {
	color: #333333;
	}
.menu2 a:visited {
	color: #333333;
}
table#prices {
	border-collapse:collapse;
	font-size:1em;
	margin:0 auto;
	padding:0;
}
table#prices tr {
	background-color:#F0F1CF;
}
table#prices tr.lbrown {
	background-color: #CFAF7A;
}
table#prices td {
	padding:0.5em;
	text-align:left;
	border-color:#fff;
	border-width: 2px 0 0 0;
	border-style: solid;
	margin: 0;
}
table#prices td.bordr {
	border-right-width:2px;
}
table#prices td.middle {
	text-align:center;
	text-decoration:underline;
	border:0;
}
table#contact {
	border-collapse:collapse;
	font-size:1em;
	margin:0 auto;
}
table#contact tr {

}
table#contact td {	
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding:0.5em;
}
table {
	margin-top:2em;
	font-size:10px;
	line-height:1em;
}
td {
	text-align:center;
	border-color:#999999;
	border-width: 0 1px 0 0;
	border-style: solid;
	margin: 0;
}
td.last {
	border-width: 0 0 0 0;
}
ul {
	text-align:left;
}
.blue {
	color: #6F8BBB;
	font-weight:bolder;
}
.brown {
	color:#CFAF7A;
}
p.blue {
	margin:0;
}
.clear {
	clear:both;
}
.llink {
	font-weight:bold;
	color:#744D30;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:0.7em;
}
textarea {
	background-image:url(../images/starfish2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
fieldset {
	border:0px;
}
fieldset td {
	color:#333333;
}
