@charset "utf-8";

/* ===============================
GENERAL
=============================== */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
}

address {
	font-style: normal;
}

body {
	background: #fff url('binaries/body-bg.jpg') repeat-x left top;
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
}

img {
	border: none;
}

textarea {
	font: 1.2em "Trebuchet MS", Arial, sans-serif;
	width: 98%;
}

.clearer {
	clear: both;
}

#outerWrapper {
	width: 960px;
	margin: 0 auto;
}

/* ===============================
HEADER
=============================== */

#header {
	height: 80px;
	position: relative;
	background: #25363d;
	color: #fff;
}

#siteTitle {
	position: absolute;
	left: 25px;
	top: 20px;
	background:url(binaries/site-title.png) top left no-repeat;
	width:204px;
	height:35px;
	text-indent:-999em;
	overflow:hidden;
}

/* ===============================
NAVIGATION
=============================== */

#topNav {
	height: 50px;
	background: #25363d;
	color: #fff;
}

	#topNav ul {
		list-style: none;
	}
	
		#topNav ul li {
			display: inline;
			float: left;
		}
		
			#topNav ul li a {
				display: inline;
				float: left;
				height: 48px;
				border-top: 2px solid #4c7077;
				background: #37585e;
				width: 118px;
				margin: 0 2px 0 0;
				color: #b19a62;
				text-decoration: none;
				position: relative;
				cursor: pointer;
				cursor: hand;
			}
			
			#topNav ul li a:hover {
				background: #4c7077;
			}
			
			#topNav ul li.last-child a {
				width: 120px;
				margin-right: 0;
			}
			
			#topNav ul li.current a,
			#topNav ul li.current a:hover {
				background: transparent;
				border-top: 4px solid #fff;
				height: 46px;
				cursor: default;
			}
			
			#topNav ul li a span {
				position: absolute;
				bottom: 10px;
				left: 10px;
			}
			
			#topNav ul li a span strong {
				font-weight: normal;
				display: block;
				color: #fff;
				font-size: 1.2em;
			}
	
#topNav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ===============================
TITLE BAR
=============================== */

#titleBar {
	padding: 140px 0 0 25px;
	height: 40px;
	background: #80232c url('binaries/panorama.jpg') no-repeat left top;
	color: #fff;
}

#titleBar h2 {
	font-size: 2.4em;
	font-weight: normal;
}
#titleBar h2 strong{ font-weight:normal; }


/* ===============================
MAIN COLUMNS
=============================== */

#colWrapper {
	background: #63091f url('binaries/colwrapper-bg.jpg') repeat-x left top;
	color: #fff;
}

	#colWrapper a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}
	
	#colWrapper a:hover {
		border-bottom-style: solid;
	}
	
	#colWrapper h3 {
		font-size: 1.8em;
		margin-bottom: 1.5em;
		color: #b19a62;
	}
	
	#colWrapper h4 {
		font-size: 1.4em;
		margin-bottom: 1.5em;
		color: #CCCCCC;
		font-weight: normal;
		border-bottom: 2px solid #b19a62;
	}
	
	#colWrapper h5 {
		font-size: 1.2em;
		margin-bottom: 1em;
		color: #fff;
		font-weight: bold;
	}
	
	#colWrapper .testimonialName {
		color: #b19a62;
		display: block;
		border-bottom: 1px dotted #b19a62;
		padding-bottom: 10px;
	}

#leftCol {
	float: left;
	width: 600px;
	padding: 25px 0 25px 25px;
}

#leftCol .newsItem {
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#mainContent {
	width: 530px;
}

#leftCol p,
#leftCol ul,
#leftCol ol,
#leftCol dl {
	font-size: 1.2em;
	margin-bottom: 2em;
}

#leftCol p:last-child,
#leftCol ul:last-child,
#leftCol ol:last-child,
#leftCol dl:last-child {
	margin-bottom: 0;
}

#leftCol ul {
	margin-left: 30px;
	list-style: circle;
}

#collagePics {
	margin: 25px 0 0 0;
}

#collagePics:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#collagePics ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#collagePics li {
	display: inline;
}

#team h4 {
	cursor: pointer;
}

#team h4:hover {
	color: #fff;
}

#team h4.active {
	background: #FFFF00;
}

#team div {
	margin-bottom: 20px;
}

#rightCol {
	float: right;
	width: 284px;
	margin: 25px 25px -25px 0;
	position: relative;
	top: -50px;
}

#contactPage #rightCol {
	margin-bottom: 25px;
	top: 0;
	width:400px;
}

#contactPage #leftCol {
	width:480px;
}
#contactPage #mainContent {
	width:480px;
}

#rightCol h3 {
	margin: 0;
}

.colourFeature {
	background: transparent none repeat-x left bottom;
	padding: 15px 0;
	margin: 0 0 25px 0;
	border: 2px inset #fff;
}

	.colourFeature h3 {
		text-indent: -9999px;
		width: 230px;
		margin: 0 0 1em 10px;
		background: transparent none no-repeat left top;
		color: #fff;
	}
	
	.colourFeature p {
		font-size: 1.2em;
		padding: 0 15px 1em 15px;
	}
	
	.colourFeature p:last-child {
		padding-bottom: 0;
	}
	
	.colourFeature p strong {
		font-size: 1.5em;
	}
	
#colourFeatureBlack {
	background-color: #000;
	background-image: url('binaries/colour-features/black-bg.jpg');
}

	#colourFeatureBlack h3 {
		background-image: url('binaries/colour-features/black.png');
		height: 61px;
	}
#colourFeatureBlack2 {
	background-color: #000;
	background-image: url('binaries/colour-features/black-bg.jpg');
}	
	#colourFeatureBlack2 h3 {
		background-image: url('binaries/colour-features/black-and-white.png');
		height: 110px;
	}

#colourFeatureRed {
	background-color: #7a0000;
	background-image: url('binaries/colour-features/red-bg.jpg');
}

	#colourFeatureRed h3  {
		background-image: url('binaries/colour-features/red.png');
		background-position:center!important;
		width:100%!important;
		height: 80px;
	}

#colourFeaturePink {
	background-color: #3a1433;
	background-image: url('binaries/colour-features/pink-bg.jpg');
}

	#colourFeaturePink h3  {
		background-image: url('binaries/colour-features/pink.png');
		background-position:center!important;
		width:100%!important;
		height: 95px;
	}

#colourFeatureGreen {
	background-color: #094513;
	background-image: url('binaries/colour-features/green-bg.jpg');
}

	#colourFeatureGreen h3 {
		background-image: url('binaries/colour-features/green.png');
		height: 120px;
	}

#colourFeatureBlue {
	background-color: #092c45;
	background-image: url('binaries/colour-features/blue-bg.jpg');
}

	#colourFeatureBlue h3 {
		background-image: url('binaries/colour-features/blue.png');
		height: 120px;
	}

#colourFeatureGrey {
	background-image: url('binaries/colour-features/grey-bg.jpg');
	background-color: #575757;
}

	#colourFeatureGrey h3 {
		background-image: url('binaries/colour-features/grey.png');
		height: 95px;
	}


#latestNews {
	background: #80232c;
}

	#latestNews h3 {
		padding: 10px;
	}
	
	#latestNews ul {
		padding: 0 10px 10px 0;
		margin: 0;
		list-style: none;
	}
		
		#latestNews li {
			margin-bottom: 5px;
			font-size: 1.2em;
			border-left: 10px solid #4c0718;
			padding-left: 5px;
		}
		
		#latestNews li .date {
			padding-left: 5px;
			color: #b19a62;
		}
		
	#latestNews #viewAll {
		padding: 10px;
		font-size: 1.2em;
	}

#contactForm {
	background: #80232c;
	padding: 10px;
}

#contactForm form label {
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
}

#contactForm form input[type=submit] {
	margin-top: 10px;
}

#newsPage h3 {
	margin-bottom: 10px;
}

/* ===============================
FOOTER
=============================== */

#footer {
	background: #ccc;
	color: #565656;
}

#footer .footerBox {
	background: #fff url(binaries/footer-box.jpg) no-repeat;
	width: 264px;
	padding: 11px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#footer .footerBox dt {
	float: left;
	clear: both;
	width: 50%;
	color: #333;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

#footer .footerBox dd {
	float: right;
	width: 50%;
	font-size: 1.2em;
}

#footer .footerBox dd ul {
	list-style: none;
}

#footer .footerBox dd ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #565656;
	display: block;
}

#footer .footerBox dd ul li a:hover {
	border-bottom-style: solid;
}

#footer #footerContactBox {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

#footer #footerLogoBox {
	float: left;
}

#footer #footerAddressBox {
	float: right;
	margin-right: 25px;
}

#copyright {
	text-align: center;
	color: #333;
	margin: 10px 0;
}

#copyright a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#copyright a:hover {
	border-bottom-style: solid;
}
/* =======================================
	NEWSLETTER
==========================================*/

.year {
	clear:both;
	padding:5px;
}
.year h4{
	border-bottom:1px black solid;
}
.newsletter{
	float:left;
	width:33%;
	text-align:center;
	margin-bottom:15px;
	display:inline;
}
.newsletter p{
	font-size:1em;
	margin-bottom:4px;
	text-align:center;
}
.newsletter img{
	border:none;
}
.newsletter_title {
	background:url(binaries/colour-features/newsletters.png) bottom center no-repeat;
	height: 90px;
	width:100%;
	text-indent:-9999em;
}
.backtohome { 
	float:right;
	padding-right:10px;
	padding-top:30px;
}