body {
	margin: 0;
	padding: 0;
}
#watermark {
	position: relative;
	width: 100%;
	background-image: url(../images/background_watermark.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#container {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#content {
	position: relative;
	width: 660px;
	float: right;
}
.col_left, .col_right, .three_col_a, .three_col_b, .three_col_c {
	position: relative;
	width: 310px;
	float: left;
}
.col_right, .three_col_c {
	float: right;
}
.three_col_a, .three_col_b, .three_col_c {
	width: 200px;
}
#content p.three_col_a {
	margin-right: 30px;
}
#brand_heading {
	position: relative;
	width: 660px;
	height: 160px;
	margin: 0 0 25px 0;
}
#nav {
	position: relative;
	margin-left: -55px;
	width: 263px;
	float: left;
}

/* Q&A */

#content.questions_and_answers p a.question {
	text-decoration: none;
	display: block;
	padding: 2px 10px 30px 35px;
	background-image: url(../images/question_bullet.gif);
	background-repeat: no-repeat;
}

/* QUALIFY PAGE */

ol.qualify {
}

/* BROCHURE REQUEST SUMNMARY */

#brochure_request_summary input.Name, #brochure_request_summary input.Postcode, #brochure_request_summary input.submit, 
#call_back input.Name, #call_back input.Postcode, #call_back input.submit {
	position: relative;
	padding: 3px;
	margin: 0 10px 0 0;
}
#brochure_request_summary input.Name, #call_back input.Name {
	width: 300px;
}
#brochure_request_summary input.Postcode {
	width: 100px;
}
#brochure_request_full .full, #call_back .full {
	width: 310px;
}
#brochure_request_full .med, #call_back .med {
	width: 250px;
}
#brochure_request_full .small, #call_back .small {
	width: 130px;
}
input.required, select.required, textarea.required {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
p.required {
/*	font-weight: bold;
	color: #da4b4b;*/
}
textarea {
	width: 310px;
}

/* NOTICEBOARD */

#content div.noticeboard {
	position: relative;
	width: 310px;
	background-image: url(../images/note_back_light_top.gif);
	background-repeat: repeat-y;
}
#content div.noticeboard, #content div.noticeboard_full {
	color: #1361AF;
}
#content div.dark {
	background-image: url(../images/note_back_dark_top.gif);
	color: #000000;
}
#content div.noticeboard p, #content div.noticeboard_full p {
	font-family: "Courier New", Courier, mono;
	line-height: 1.2em;
}
#content div.noticeboard p {
	margin: 0 42px 18px 43px;
}
#content div.noticeboard p img {
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
}
#content div.noticeboard p.title {
	padding-top: 24px;
	margin-bottom: 0;
}

/* MISC */

input, select, textarea {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #f1f1e8;
	background-color: #fafafa;
	color: #666666;
	background-color: #ffffa0;
}
textarea {
	height: 75px;
}
textarea.hide {
	position: absolute;
	margin-left: -999em;
}
textarea.show {
	position: relative;
	margin-left: 0;
}
input, h2 img {
	vertical-align: middle;
}
#brochure_request_summary input.submit, #qualify input.submit, #call_back input.submit {
	border: none;
	padding: 0;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img {
	border: none;
}
p.footer {
	color: #003366;
	font-size: 0.8em;
	margin: 18px 0 0 53px;
}
p.footer img {
	/*padding-bottom: 18px;*/
}
img.prev_next {
	margin: 30px 10px 0 0;
}
.price {
	/* color: #ff0066; */
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}
img.left {
	position: relative;
	margin: 0 10px 6px 0;
	float: left;
}
img.right {
	position: relative;
	margin: 0 6px 0 10px;
	float: right;
}
#content.index p.calls_to_action {
	margin: 18px 0 0 0;
}
p.calls_to_action a.left {
	position: relative;
	float: left;
}
p.calls_to_action a.right {
	position: relative;
	float: right;
}
#content.what_does_it_cost h3 {
	position: relative;
	float: left;
	margin: 0 10px 6px 0;
}
#content p.home_cta {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
}