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

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
}
	
/******************** 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: 100px;
}

/******************** BANNER ********************/

#banner {
}

#banner_accommodation {
	background-image: url(../banner_sml/accommodation.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#banner_facilities {
	background-image: url(../banner_sml/facilities.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#banner_track_transport {
	background-image: url(../banner_sml/track_transport.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

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

#menu {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 50px;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
}

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

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

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

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

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

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

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

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

#content_left {
	width:625px;
	float: left;
	margin-bottom: 25px;
}

#content_left_1 {
	margin-right: 25px;
	margin-bottom: 25px;
}

#content_left_2 {
}

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

#content_left_2 li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_centre {
	width:500px;
	float: left;
	margin-left: 25px;
}

#content_right {
	width:195px;
	float: right;
	background-color: #EEEEEE;
	margin-bottom: 25px;
	padding: 15px;
}

#content_right_photos {
	width:225px;
	float: right;
	margin-bottom: 25px;
}

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

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

#footer {
	text-align: left;
	background-color: #CCCCCC;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	height: 65px;
}

#footer_1 {
	width: 600px;
	float: left;
}

#footer_2 {
	width: 190px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

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

#copyright {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #999999;
	font-size: 9px;
	background-color: #EEEEEE;
	margin-top: 25px;
}

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

#copyright li {
	display: inline;
	margin: 0px;
	list-style-image: url(|);
	padding: 0px;
}

#copyright a:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

/******************** MACSTUDIO ********************/

#macstudio {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 9px;
	background-color: #CC0000;
}

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

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

#macstudio a:hover {
	color: #000000;
	text-decoration: none;
}

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

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

a:link {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

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

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

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

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

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

h1 {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #CC0000;
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}
.red {
	color: #CC0000;
}

.small {
	font-size: 9px;
}
.tab {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.width195 {
	width: 193px;
}
.width99 {
	width: 99%;
}

form {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 15px;
}
li {
	padding-bottom: 3px;
}
