/* --------------------------------------------------- */
/* Client: Radiotrain / Quarry Stonemasons			   */
/* Build Start: 19th August 2009 					   */
/* @author: Steve Kirtley							   */
/* steve@thinkingdifferently.co.uk                     */
/* --------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%; /* force IE to 16pts */
}

body {
	background: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
}

/* generic styles */
/* -------------- */

img { border: none; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.offScreen {
	position: absolute;
	left: -50000px;
}

/* template set up */
/* --------------- */

#wrapper {
	background: #fff url('../../img/global/back.jpg') repeat;
}

#pageTop {
	width: 100%;
	background: #333333;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

#pageTop a#siteIdent img {
	margin-top: 22px;
}

div.inner {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}

#pageContent .inner {
	padding-top: 20px;
	background: #fff;
}

#pageContent .inner div.threeCol {
	width: 920px;
	overflow: hidden;
}

#pageContent .inner div.threeCol div.col {
	float: left;
	width: 300px;
	display: inline; /* IE6 */
	margin-left: 10px;
}

#pageContent .inner div.threeCol div.first {
	margin-left: 0; /* no left margin needed */
}

#newsletter {
	background: #818e97;
	color: #fff;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 10px;
}

#newsletter a {
	position: relative;
	top: -7px;
	margin-left: 5px;
}

#newsletter p {
	float: left;
	margin-right: 20px;
}

#newsletter form fieldset {
	width: 550px;
	border: 0;
}
#newsletter form fieldset * {
	float: left;
}

#newsletter form fieldset label {
	margin-left: 10px;
	margin-right: 10px;
}

#newsletter form fieldset #submit {
	border: 0;
	background: #323433;
	height: 19px;
	margin-top: 1px;
	color: #fff;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#newsletter input,
#newsletter form,
#newsletter label {
	float: left;
}


#footer {
	color: #6E6E6E;
}

#footer .emails {
	font-style: italic;
}

#footer .emails a {
	color: #818D97;
	font-style: normal;
}

#footer .copyright {
	font-size: 0.86em;
}