body {
	/*background: #CACBCD url(images/background.png) repeat-x;*/
	background: url(images/background.gif) repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
}
img {
	border: 1px solid #6D100F;
}
img.noborder {
	border: none;
}
h1, h2, h3 {
	color: #6D100F;
	text-align: left;
	margin: 0px;
	padding: 12px 0px;
}
	#example_box h1 a {color: #6D100F;}
	#testimonial_box h1 a {color: #6D100F;}
p {
	margin: 0px;
	padding: 7px 0px;
	text-align: justify;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #6D100F;
	padding: 4px;
}
.form_input {
	width: 50%;
}
.colouredText {
	color: #6D100F;
}
.messageText {
	color: #CC0000;
}
.boldType {
	font-weight: bold;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #6D100F;
	text-decoration: none;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}
ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 10px 20px;
}
.tableSpaceLeft {
	text-align: left;
}
.button_link {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
table#social_icons {
	margin: 0px auto 10px;
}
table#social_icons td {
	width: 48px;
	height: 48px;
	padding: 3px;
}
table#social_icons td#facebook {
	background: url(images/icon_facebook.png) center center no-repeat;
}
	table#social_icons td#facebook a:hover {
		background: url(images/icon_facebook_hv.png) center center no-repeat;
	}
table#social_icons td#twitter {
	background: url(images/icon_twitter.png) center center no-repeat;
}
	table#social_icons td#twitter a:hover {
		background: url(images/icon_twitter_hv.png) center center no-repeat;
	}
table#social_icons td#flickr {
	background: url(images/icon_flickr.png) center center no-repeat;
}
	table#social_icons td#flickr a:hover {
		background: url(images/icon_flickr_hv.png) center center no-repeat;
	}
table#social_icons td#youtube {
	background: url(images/icon_youtube.png) center center no-repeat;
}
	table#social_icons td#youtube a:hover {
		background: url(images/icon_youtube_hv.png) center center no-repeat;
	}
/* ---------------------------------------------- page sections -----------------*/
#wrapper {
	margin: 0px auto 10px;
	width: 900px;
}
/* ---------------------------- banner ------------------------*/
#banner {
	margin-bottom: 8px;
}
/* ---------------------------- client bar ----------------*/
#client_bar {
	background:url(images/client_bar.gif) no-repeat;
	float: left;
	width: 100%;
	height: 42px;
}
	#client_bar img {
		border: none;
	}
/* ---------------------------- top navigation ----------------*/
#nav {
	margin: 8px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
}
#nav_left {
	background: url(images/nav_left.png) left no-repeat;
	float: left;
	width: 10px;
	height: 20px;
}
#nav_links {
	float: left;
	width: 880px;
	height: 20px;
	overflow: hidden;
	background-color: #999999;
	text-align: left;
}
	span#strapline {
		float: left;
		font-size: 0.9em;
		padding: 3px 0px 0px 3px;
	}
	#nav_links ul {
		float: right;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		display: inline;
	}
		#nav_links ul li {
			display: inline;
		}
			#nav_links ul li a, #nav_links ul li a:link, #nav_links ul li a:visited {
				display: block;
				float: right;
				height: 19px;
				margin: 0px;
				padding: 1px 16px 0px;
				text-decoration: none;
				color: #FFFFFF;
				border: none;
			}
			#nav_links ul li a:hover, #nav_links ul li a:active {
				background-color: #AAAAAA;
				border: none;
			}
#nav_right {
	background: url(images/nav_right.png) right no-repeat;
	float: left;
	width: 10px;
	height: 20px;
}
/* ---------------------------- content ----------------------*/
#content_container {
	margin: 0;
	padding: 0;
}
#three_boxes {
	float: left;
	width: 600px;
}
#three_boxes a:link, #three_boxes a:visited {
	border-bottom: 1px dotted #333333;
}
#three_boxes a:hover, #three_boxes a:active {
	border-bottom: 1px solid #6D100F;
}
#three_boxes a:link.noBorderUnderline, #three_boxes a:visited.noBorderUnderline, #three_boxes a:hover.noBorderUnderline, #three_boxes a:active.noBorderUnderline {
	border: none;
}
	#main_content_box {
		margin-bottom: 8px;
	}
		#main_content_top {
			background-image: url(images/main_content_top.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#main_content_bottom {
			background-image: url(images/main_content_bottom.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#main_content {
			padding: 0px 24px;
			background-color: #CCCCCC;
		}
	#two_boxes {
		overflow: hidden;
	}
		#two_box_top {
			background-image: url(images/two_box_top.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#example_box {
			float: left;
			width: 248px;
			padding: 0px 24px 30000px;
			margin-bottom: -30000px;
			text-align: left;
			background-color: #CCCCCC;
		}
		#example_box img {
			margin: 7px 0px 1px;
		}
			.centralize {
				text-align: center;
			}
		#testimonial_box { /*296px wide*/
			margin-left: 304px;
			padding: 0px 24px 30000px;
			margin-bottom: -30000px;
			text-align: justify;
			background-color: #CCCCCC;
		}
		#two_box_bottom {
			background-image: url(images/two_box_bottom.png);
			background-repeat: no-repeat;
			height: 10px;
		}
.quote_name {
	font-weight: bold;
	text-align: left;
	color: #6D100F;
}
#right_column {
	float: left;
	width: 292px;
	margin-left: 8px;
}
	.side_box_top {
		background: url(images/right_box_top.png) no-repeat;
		height: 10px;
	}
	.side_box_content {
		background-color: #CCCCCC;
		padding: 0px 18px 5px;
	}
	.side_box_bottom {
		background: url(images/right_box_bottom.png) no-repeat;
		height: 10px;
		margin-bottom: 8px;
	}
		.side_box_content ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.side_box_content ul a:link, .side_box_content ul a:visited {
			color: #333333;
			text-decoration: none;
			border: none;
		}
		.side_box_content ul a:hover, .side_box_content ul a:active {
			color: #6D100F;
			text-decoration: none;
			border: none;
		}
	#ebro {
		width: 176px;
		height: 119px;
		background: url(images/ebrochure.gif) no-repeat;
	}
/* ---------------------------- footer ----------------------*/
#footer {
	font-weight: bold;
}
#footer img {
	margin: 5px 3px 5px 0px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
}
#footer a:hover, #footer a:active {
	color: #6D100F;
	text-decoration: none;
	border: none;
}
#footer_top {
	background-image: url(images/footer_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
#footer_bottom {
	background-image: url(images/footer_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
#footer_title {
	background-color: #CCCCCC;
	border-bottom: 1px solid #6D100F;
}
#footer_title h2 {
	margin: 0px;
	padding: 10px 24px;
}
#footer_content {
	margin: 0px;
	padding: 0px 24px;
	background-color: #CCCCCC;
}
	#column1 {
		float: left;
		width: 160px;
	}
	#column2 {
		float: left;
		width: 210px;
		padding-left: 30px;
	}
	#column3 {
		float: left;
		width: 200px;
		padding-top: 26px;
	}
	#column4 {
		margin-left: 610px;
		padding-top: 26px;
	}
#footer_content ul {
	list-style-type: none;
	margin: 7px 0px 0px;
	padding: 0px;
}
#footer_content li {
	margin: 0px 0px 3px;
	padding: 0px 0px 3px;
}
.divide {
	border-bottom: 1px dotted #6D100F;
}
/* ---------------------------------------------- bottom links -------------*/
#links {
	color: #999999;
	font-size: 0.8em;
}
#links ul {
	list-style-type: none;
	text-align: center;
}
	#links ul li {
		display: inline;
		padding: 0px 7px 0px 0px;
		border-right: 1px solid #999999;
	}
	#links ul li#last {
		border: none;
	}
		#links ul li a:link, #links ul li a:visited {
			color: #999999;
		}
		#links ul li a:hover, #links ul li a:active {
			color: #666666;
		}
/* ---------------------------------------------- clearing -----------------*/
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
