/*** 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: #500000;
}
	
/******************** LAYOUT ********************/

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

#header {
	height: 200px;
}

/******************** MAIN MENU ********************/

#main_menu {
	height: 30px;
	background-color: #CCCCCC;
	text-indent: 250px;
}

/******************** Layout Left ********************/


#content_left {
	width:250px;
	background-color: #FFFFFF;
	padding-top: 25px;
	float: left;
}

#box_title_1 {
	background-color: #500000;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	margin-left: 25px;
	width: 200px;
	text-align: center;
}

#box_1 {
	width:190px;
	background-color: #CCCCCC;
	padding: 15px 5px 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	text-align: center;
}

#subscribe {
	width:180px;
	background-color: #CCC;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 10px;
}


/******************** Layout Center ********************/


#content_centre {
	width:350px;
	background-color: #FFFFFF;
	padding-top: 25px;
	float: left;
}	

#content_order_form {
	width:575px;
	background-color: #FFFFFF;
	padding-top: 25px;
	float: left;
}	


/******************** Layout Right ********************/

#content_right {
	width:225px;
	background-color: #FFFFFF;
	padding-top: 25px;
	float: right;
}

#photo_1 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}

#photo_2 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}

#photo_3 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}

#photo_4 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}

#photo_5 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
}


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

#footer {
	float: left;
	padding-top: 7px;
	width: 850px;
	background-color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	padding-bottom: 7px;
}

#footer2 {
	float: left;
	height: 18px;
	padding-top: 7px;
	width: 850px;
	background-color: #500000;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

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

#footer2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

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


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

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

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

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


/******************** 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: 0px 0px 10px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	color: #500000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

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

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;
}
.quotes {
	font-size: 14px;
	font-weight: bold;
	color: #500000;
}
form {
	margin: 0px;
	padding: 0px;
}
