/*	RESET: Standard overrides for common elements
	-------------------------------------------------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/*	CLEARFIX: Clear any float issues
	-------------------------------------------------- */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}


/*	BASE: Default font & colour styles
	-------------------------------------------------- */
	body {
		font: normal normal normal 75% Arial, Helvetica, sans-serif;  /* 12px */
		background: #EFEDEC;
		text-align: center;
		color: #606060;
		margin: 0 auto;
	}


/*	GRID: 960 Grid System Layout - 12 Column
	-------------------------------------------------- */
	.col-940	{position: relative; float: left; width: 940px;}  /* Full content width */
	.col-860	{position: relative; float: left; width: 860px;}  /* Column width specified by number */
	.col-780	{position: relative; float: left; width: 780px;}  /* Column width specified by number */
	.col-700	{position: relative; float: left; width: 700px;}  /* Column width specified by number */
	.col-620	{position: relative; float: left; width: 620px;}  /* Column width specified by number */
	.col-540	{position: relative; float: left; width: 540px;}  /* Column width specified by number */
	.col-460	{position: relative; float: left; width: 460px;}  /* Column width specified by number */
	.col-380	{position: relative; float: left; width: 380px;}  /* Column width specified by number */
	.col-300	{position: relative; float: left; width: 300px;}  /* Column width specified by number */
	.col-220	{position: relative; float: left; width: 220px;}  /* Column width specified by number */
	.col-140	{position: relative; float: left; width: 140px;}  /* Column width specified by number */
	.col-60		{position: relative; float: left; width: 60px;}   /* Column width specified by number */

	/* Right margins for column alignment */
	.m-20	{margin-right: 20px;}
	.m-10	{margin-right: 10px;}


/*	TYPOGRAPHY: Headings, paragraphs & links
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 {
	}

	h1 {
		padding: 0;
 		font-size: 6.18em;
		line-height: 0.8em;
		letter-spacing: -0.06em;
		font-weight: bold;
		color: #414043;
		text-transform: lowercase;
		position: relative;
		left: -6px;
	}
		h1 span {
			color: #FFFFFF;
		}
	h2 {
		padding: 0;
 		font-size: 2.5em;
		font-weight: bold;
		color: #414042;
		letter-spacing: -0.02em;
		.letter-spacing: -0.08em;
		text-transform: lowercase;
	}
		h2 span {
			color: #DA322B;
		}
	h3 {
		padding: 0;
 		font-size: 1.31em;
		line-height: 1em;
		font-weight: bold;
		color: #DA322B;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}
		h3 span {
			color: #414042;
		}
	h4 {
		padding: 0;
 		font-size: 1.17em;
		font-weight: bold;
	}
	h5 {
		padding: 0;
 		font-size: 1.17em;
		font-weight: normal;
	}
	h6 {
		padding: 10px 0;
 		font-size: 1em;
		font-weight:n ormal;
	}

	p {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 8px;
	}
	.divider {
		background: url(../images/layout/divider.gif) left bottom repeat-x;
		padding: 0 0 12px;
		margin: 4px 0 10px
	}
	.light {
		color: #939393;
	}

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

	.left {
		float: left;
	}
	.right {
		float: right;
	}



/*	LISTS: General content copy lists
	-------------------------------------------------- */
	ul, ol {
		margin: 0 0 0 35px;
		padding: 0 0 12px 0;
		list-style:none;
	}

	ul.tick {
		margin: 0 0 8px;
		padding: 0;
	}
	ul.tick li {
		background: url(../images/layout/li_bg.gif) left 3px no-repeat;
		padding: 0 0 4px 20px;
	}



/*	BUTTONS: reusable button styles for forms, etc
	-------------------------------------------------- */




/*	ACCESSIBILITY LINKS: Skip links
	-------------------------------------------------- */
	ul.accessibility {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1000;
	}
	ul.accessibility li a {
		position: absolute;
		top: -1000px;
		left: -1000px;
		background-color: #333;
		border: 1px solid #666;
		font-size: 1.166em;
		font-weight: bold;
		color: white;
	}
	ul.accessibility li a:focus {
		position: absolute;
		top: 10px;
		left: 20px;
	}


/*	CONTAINER ELEMENT:
	-------------------------------------------------- */
	.wrapper {
		width: 1000px;
		padding: 10px 10px 0;
		margin: 0 auto;
		text-align: left;
		background: url(../images/layout/body_bg.jpg) repeat-y #EFEDEC;
	}


/*	HEADER: *header section*
	-------------------------------------------------- */
	.header {
		padding: 0 10px 10px;
		min-height: 230px;
		_height: 230px !important;
		border-bottom: 1px solid #7F7F7F;
		background: url(../images/layout/header_bg.jpg) 10px top no-repeat;
		position: relative;
		z-index: 1;
	}
		.header #logo {
			display: block;
			float: left;
		}
		.header #logo img {
			display: block;
		}

		.header h1 {
			float: left;
			margin: 78px 0 0;
		}
		.header .intro {
			float: left;
			width: 520px;
			font-size: 1.8em;
			line-height: 1.25em;
			font-weight: bold;
			color: #FFFFFF;
			padding: 13px 0 0 237px;
		}

		.header .contact {
			position: absolute;
			top: -10px;
			right: 16px;
			padding: 0 0 0 120px;
			font-size: 1.25em;
			font-weight: bold;
			color: #FFFFFF;
			background: url(../images/layout/contact_details_bg.gif) left top no-repeat;
			height: 51px;
			width: 423px;
			z-index: 100;
		}
		.header .contact span {
			color: #DB322C;
			text-transform: uppercase;
		}
		.header .contact p {
			float: left;
			line-height: 45px;
		}
		.header .contact p.number {
			width: 163px;
		}
		.header .contact p.email {
			width: 230px;
		}
		.header .contact a {
			color: #FFFFFF;
			white-space: nowrap;
		}
		.header .contact a:hover {
			text-decoration: underline;
		}


/*	CONTENT: *middle panels*
	-------------------------------------------------- */
	.content-panel {
		background: url(../images/layout/panel_lines.gif) left bottom no-repeat #F7F7F7;
		padding: 0;
		min-height: 236px;
		_height: 236px;
	}
	.alt-bg {
		background-image: url(../images/layout/panel_lines_alt.gif);
	}
	.col-left {
		float: left;
		width: 196px;
		padding: 21px 0 0 19px;
	}
	#proofreading .col-left {
		min-height: 202px;
		_height: 202px;
		background: url(../images/layout/proofreading_bg.gif) left top no-repeat;
	}
	.content-panel .col-middle {
		float: left;
		width: 560px;
		min-height: 203px;
		.min-height: 204px;
		_height: 204px;
		margin: 4px 0 0;
		padding: 27px 0 0;
		background: url(../images/layout/middle_col_bg.jpg) left top no-repeat;
	}
	#proofreading .col-middle {
		min-height: 225px;
		_height: 225px;
		background-image: url(../images/layout/middle_col_bg_proof.jpg);
	}
		.content-panel .col-middle-left {
			float: left;
			width: 178px;
			padding: 0 25px 0 22px;
			font-weight: bold;
			font-size: 1.15em;
			line-height: ;
			color: #414042;
		}
		#proofreading .col-middle-left {
			width: 192px;
			padding-right: 11px;
		}
		.content-panel .col-middle-left p {
			line-height: 1.2em;
		}
		.content-panel .col-middle-right {
			float: left;
			width: 301px;
			padding: 0 4px 0 15px;
		}
	.content-panel .col-right {
		float: left;
		width: 178px;
		padding: 0 23px 0 24px;
		color: #FFFFFF;
		background: url(../images/layout/right_col_bg-top.jpg) left -20px no-repeat;
	}
	.content-panel h3 {
		padding: 0;
 		font-size: 28px;
		line-height: 1em;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: -0.04em;
		.letter-spacing: -0.12em;
		margin-bottom: 5px;
		text-transform: lowercase;
	}
		.content-panel h3 span {
			color: #DA322B;
		}

		.content-panel .col-right h4 {
			background: url(../images/layout/h3_bg.gif) left center no-repeat;
			position: relative;
			left: -22px;
			padding: 0 0 0 22px;
			line-height: 33px;
			height: 32px;
			margin: 0 0 3px;
			font-size: 0.9em;
			letter-spacing: 0.1em;
			text-transform: uppercase;
		}
		.content-panel .col-right ul {
			margin: 0;
			padding: 0;
		}
		.content-panel .col-right ul li {
			padding: 0 0 5px;
			.padding: 0 0 1px;
			text-transform: uppercase;
			font-size: 0.85em;
		}
		.content-panel .col-right ul li a {
			color: #FFFFFF;
		}
		.content-panel .col-right ul li a:hover {
			text-decoration: underline;
		}
	.content-panel .top {
		padding-top: 15px;
		.padding-top: 13px;
		margin-top: 4px;
		min-height: 216px;
		_height: 216px;
		background-position: left top;
		position: relative;
	}
	.content-panel .bottom {
		padding-top: 10px;
		min-height: 240px;
		_height: 240px;
		background: url(../images/layout/right_col_bg-btm.jpg) left bottom no-repeat;
	}


/*	TESTIMONIALS: *testimonials*
	-------------------------------------------------- */
	.testimonials {
		padding: 0 0 25px;
		background: url(../images/layout/panel_lines.gif) left bottom no-repeat #E4E3E2;
	}
	.testimonials .testimonial {
		float: left;
		width: 225px;
		min-height: 210px;
		_height: 210px;
		margin: 15px 15px 0 1px;
		padding: 10px;
		background: #EFEEED;
	}
	.testimonials .testimonial blockquote {
		color: #FFFFFF;
		min-height: 152px;
		_height: 152px;
		padding: 15px 13px 15px 14px;
		line-height: 1.3em;
		background-repeat: no-repeat;
		background-position: left top;
	}
		.testimonials .red blockquote {
			background-image: url(../images/layout/quote_red.gif);
		}
		.testimonials .black blockquote {
			background-image: url(../images/layout/quote_black.gif);
		}
	.testimonials .testimonial p {
		text-transform: uppercase;
		margin: -3px 0 0;
		padding: 0 0 0 17px;
		line-height: 1.3em;
		font-size: 0.9em;
	}
		.testimonials .red p {
			color: #414043;
		}
		.testimonials .black p {
			color: #DB322C;
		}


/*	CONTACT: *contact footer*
	-------------------------------------------------- */
	.contact-footer {
		background: #D0CDCB;
		padding: 0 0 25px;
		color: #414042;
	}
	.contact-footer .contact-panel {
		float: left;
		width: 245px;
		margin: 25px 15px 0 1px;
		position: relative;
		min-height: 277px;
		_height: 277px;
	}
	.contact-footer .contact-panel h3 {
		margin: 0 0 14px;
	}
	.contact-footer .contact-panel a {
		color: #414042;
	}
	.contact-footer .contact-panel p {
		width: 225px;
	}

	.error {
		color: #FF0000;
	}

	.contact-footer .frm-enquiry {
		margin: 0;
	}
	.contact-footer .frm-enquiry label {
		display: block;
		margin: 6px 0 2px;
	}
	.contact-footer .frm-enquiry .field-txt {
		display: block;
		width: 220px;
		border: 0;
		padding: 2px 1px;
		background: #FFFFFF;
		color: #414042;
		font: 1em Arial, Helvetica, sans-serif;  /* 12px */
	}
	.contact-footer .frm-enquiry .field-txtarea {
		display: block;
		width: 220px;
		border: 0;
		padding: 2px 1px;
		height: 55px;
		color: #414042;
		font: 1em Arial, Helvetica, sans-serif;  /* 12px */
	}
	.contact-footer .frm-enquiry .btn-submit {
		margin: 10px 0 0;
		position: relative;
		left: -3px;
	}

	.contact-footer .social {
		position: absolute;
		bottom: 0;
		padding-bottom: 15px;
	}

	.contact-footer .work {
		background: #DAD7D6;
		margin: 0 0 15px;
		padding: 8px 8px 5px 5px;
	}
		.contact-footer .work h5 {
			float: left;
			font-size: 1em;
			margin: 4px 0 5px 5px;
		}
		.contact-footer .work a.btn {
			float: left;
			display: block;
		}
		.contact-footer .work .work-img {
			float: right;
			display: block;
		}


/*	FOOTER: *base footer*
	-------------------------------------------------- */
	.footer {
		width: 960px;
		background: url(../images/layout/footer_bg.jpg) left top no-repeat;
		margin: 0 auto;
		padding: 30px;
		text-align: left;
		color: #59585A;
	}
	.footer a {
		color: #59585A;
	}
	.footer .left {
		float: left;
	}
	.footer .right {
		float: right;
	}