/*** 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: #036;
}
	
/******************** 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: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

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

#banner {
	height: 200px;
}

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

#menu {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #B8CEB8;
}

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

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

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

#content {
	background-color: #B7CEB7;
	margin: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-image: url(../images/paypal.jpg);
	background-repeat: no-repeat;
	background-position: 700px top;
}

#content-no-paypal {
	background-color: #B7CEB7;
	margin: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#content_left {
	width:150px;
	float: left;
}

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

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

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

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

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

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

#copyright a:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#copyright a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#copyright a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

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

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

#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: #000000;
	text-decoration: underline;
	font-weight: bold;
}

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

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

a:active {
	color: #000000;
	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: 5px;
	padding-left: 0px;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2A415F;
}

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

.white {
	color: #FFFFFF;
}

.small {
	font-size: 9px;
}
.width275 {
	width: 275px;
}

form {
	margin: 0px;
	padding: 0px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003464;
	margin-bottom: 10px;
}

