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

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
	
/******************** LAYOUT ********************/

#holder {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	
	border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	behavior: url(border-radius.htc);
}

.shadow {
  box-shadow: 2px 2px 2px #999;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
}

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

#header {
	height: 450px;
	text-align: left;
}

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

#menu {
	color: #000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	background-color: #999;
}

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

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

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

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

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

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

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

#sub-menu {
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 40px;
	background-color: #EEEEEE;
	font-size: 11px;
}

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

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

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

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

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

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

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

#content {
	padding: 25px;
}

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

#content_centre {
	width:475px;
	float: left;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 25px;
	margin-bottom: 25px;
}

#content_left_centre {
	width:675px;
	float: left;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 25px;
}

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

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

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	margin-left: 25px;
	margin-right: 25px;
}

#footer-left {
	float: left;
	width: 725px;
}

#footer-right {
	float: right;
	width: 200px;
}

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

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

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

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

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

#copyright {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

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

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

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

a:link {
	color: #880033;
	text-decoration: underline;
}

a:visited {
	color: #880033;
	text-decoration: underline;
}

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

a:active {
	color: #880033;
	text-decoration: underline;
}

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

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

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/******************** 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;
	font-weight: normal;
	color: #880033;
}

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

h3 {
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}

.small {
	font-size: 9px;
}

.width99 {
	width: 99%;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}


/******************** ROUNDED ********************/

.rounded {
	/* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded-top {
	/* Do rounding (native in Opera, Firefox and Safari) */
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.rounded-bottom {
	/* Do rounding (native in Opera, Firefox and Safari) */
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

