/**
 * Global element styles for Scanstrut pages
 *
 * @filename elements.css
 * @author Mark Kendall
 * @created 10/06/2010
 * @modified 10/06/2010
 * @copyright 2010 Gendall Design Ltd.
 *
 */

a,
a:visited {
	color: #E2002B;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	text-decoration: underline;
}

#logo {
	background:	transparent url(/images/global/logo.png) no-repeat top left;
	border: 0;
	float: left;
	height: 46px;
	margin: 0;
	padding: 0;
	width: 245px;
}

#logo a {
	border: 0;
	color: #000;
	cursor: pointer;
	display: block;
	height: 0 !important;
	overflow: hidden;
	padding: 46px 0 0;
	text-decoration: none;
	width: 245px;
}

#column-outer-left h2 {
	font-size: 18px;
	color: #000;
	padding: 10px 0;
}

	#column-outer-left h2 span,
	#column-outer-left h2 strong {
		color: #E2002B;
	}

#column-outer-left h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #E2002B;
	padding: 15px 0 5px 0;
}

h3.sub-title {
	font-size: 1.6em !important;
	border-bottom: 1px solid #E2002B;
}
