/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE;
	color: #666;
}
	
/******************** LAYOUT ********************/

#holder {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/******************** HEADER ********************/

#header {
	height: 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

/******************** MENU ********************/

#menu {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	color: #366;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:link {
	color: #990;
	text-decoration: none;
}

#menu a:visited {
	color: #990;
	text-decoration: none;
}

#menu a:hover {
	color: #990;
	text-decoration: underline;
}

#menu a:active {
	color: #990;
	text-decoration: none;
}

/******************** SUB MENU ********************/

#sub-menu {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #FFF;
	font-size: 10px;
}

#sub-menu ul {
	margin: 0px;
	padding: 0px;
}

#sub-menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sub-menu a:link {
	color: #990;
	text-decoration: none;
}

#sub-menu a:visited {
	color: #990;
	text-decoration: none;
}

#sub-menu a:hover {
	color: #990;
	text-decoration: underline;
}

#sub-menu a:active {
	color: #990;
	text-decoration: none;
}

/******************** CONTENT ********************/

#content {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#content_left {
	width:600px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 25px;
}



#content_right {
	width:200px;
	float: right;
}


/******************** CONTENT RIGHT********************/

#special {
	background-image: url(images/special-box.jpg);
	background-repeat: no-repeat;
	height: 215px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	padding-right: 5px;
	text-align: center;
}

#enquiries {
	background-image: url(images/enquiries-box.jpg);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	padding-top: 14px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

#booking {
	background-image: url(images/booking-box.jpg);
	background-repeat: no-repeat;
	height: 56px;
	margin: 0px;
	padding-top: 14px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

#contact {
	background-image: url(images/contact-box.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	height: 140px;
	border: 1px solid #CCC;
}

/******************** FOOTER ********************/

#footer {
	padding-top: 50px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer a:active {
	color: #666;
	text-decoration: none;
}

/******************** COPYRIGHT ********************/

#copyright {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #EEE;
	font-size: 9px;
	color: #CCC;
}

#copyright a:link {
	color: #CCC;
	text-decoration: none;
}

#copyright a:visited {
	color: #CCC;
	text-decoration: none;
}

#copyright a:hover {
	color: #CCC;
	text-decoration: underline;
}

#copyright a:active {
	color: #CCC;
	text-decoration: none;
}

/******************** LINKS ********************/

a:link {
	color: #990;
	text-decoration: none;
}

a:visited {
	color: #990;
	text-decoration: none;
}

a:hover {
	color: #990;
	text-decoration: underline;
}

a:active {
	color: #990;
	text-decoration: none;
}

/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: left;
}

img.float_right {
	float: right;
	clear: right;
	margin-bottom: 25px;
	margin-left: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.border {
	border: 1px solid #CCC;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #990;
}

h3 {
	font-size: 14px;
	background-color: #990;
	color: #FFF;
	font-weight: normal;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.white {
	color: #FFFFFF;
}
.green990 {
	color: #990;
}

.green366 {
	color: #366;
}

.small {
	font-size: 9px;
}
.center {
	text-align: center;
}
.dotted-line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990;
}

form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
