/*** 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: #CC9;
	color: #000;
}
	
/******************** LAYOUT ********************/

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

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

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

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

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

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

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

#header {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 75px;
	background-color: #C00;
	margin-bottom: 25px;
}

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

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

#red-block {
	width:75px;
	float: left;
	height: 400px;
	background-color: #993;
}

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

#content_left_order_form {
	width:600px;
	float: left;
	padding-left: 75px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 25px;
}

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

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

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

#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;
}



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

img.float_left {
	float: left;
	padding-right: 10px;
	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: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #C00;
}

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

h3 {
	font-size: 18px;
	color: #FFF;
	background-color: #993;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}

.small {
	font-size: 9px;
}
.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

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