@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 30px 30px;
	color: #aaa;
	/*
	background-image: url(../screenshots/FHD%20home.jpg);
	*/
}

/* 
yellow: ffd200
Light grey aaaaaa
*/



h1, h2, h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #ffd200;
	margin: 0 0 1em 0;
}



h1 {
	font-size: 29px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}



h3 {
	font-size: 100%;
	margin: 0 0 0 0;
	color: #fff;
}

h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	color: #ffd200;
}


a {
	color: #ffd200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffd200;
}

a img {
	border: 0;
}

.dark {
	color: #232323;
}

.bodyColour {
	color: #aaa;
}

.light {
	color: #666;
}

#mainContent p {
	line-height: 135%;
	margin-top: 0;
}



/******************
Structure and columns
******************/

#container {
	width: 880px;
}


.leftColumn {
	width: 240px;
	float: left;
}


.twoColumn  {
	width: 620px;
	float: left;
	margin: 0 0 0 20px;
}




.column {
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
}


.imageColumn {
	width: 620px;
	background-image: url(../img/ajax-loader.gif);
	background-position: 298px 220px;
	background-repeat: no-repeat;
}

.imageColumn img#mainImg {
	width: 620px;
	height: 448px;
}



.twoColumn p {
	margin: 0 0 1.1em 0;
	padding: 0;
	line-height: 16px;
}

.highlightBox {
	padding: 20px;
	background-color: #282828;
}


/******************
Header and navigation
******************/

#header {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;	
	padding: 13px 0;
	height: 100px;
	margin: 0 0 25px 0;
	width: 100%;
}


#headerLogo {
	width: 240px;
	float: left;
}

#nav {
	float: left;
	width: 640px;
}


	#nav ul {
		float: left;
		width: 140px;
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 20px;
		font-size: 12px;	
	}
	
		#nav li {
			padding: 0px 0 0 0;
			margin: 0;
			height: 17px;
		}
		
		#nav li a {
			text-decoration: none;
			color: #fff;
		}
		#nav li a:hover {
			color: #ffd200;
			text-decoration: underline;
		}	
		
		#nav li.selected, #nav li.selected a, #nav ul.solutionsMenu li.selected a {
			color: #ffd200;
			text-decoration: none;
		}				
		
		
		#nav ul.solutionsMenu a {
			color: #aaa;
		}
		
		
		
		


/******************
Home
******************/

.moreTestimonials, .downloadCaseStudy {
	float: right;
	padding: 0 0 30px 0;
	margin-top: 10px;
}

.moreTestimonials a, .downloadCaseStudy a {
	color: #aba9aa;
	text-decoration: none;
}

.moreTestimonials a:hover, .downloadCaseStudy a:hover {
	color: #FFD200;
	text-decoration: underline;
}





.news {
	margin: 20px 0 0 0;
}


#newsScroller {
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 0 7px 0 0;
}
		
	#newsScroller h3 {	
		margin: 0;
	}
	
	#newsScroller p {	
		margin: 0 0 1em 0;
	}	
			
		
#homeQuote {
	cursor: hand;
}		


.homeContent {
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	background-color: #282828;
	height: 240px;
}

.homeContent .column {
	width: 280px;
}

.homeFooter {
	margin-top: 30px;
}



/******************
Portfolio
******************/



.solutionTitle  {
	margin: 0 0 20px 260px;
	float: left;
}	




#thumbs {
	padding: 10px 0 20px 0;
	width: 650px;
	
}

	#thumbs img {
		margin: 0 10px 10px 0;
		border: 0px solid white;
	}


	#thumbs img.first {
		margin: 0;
	}

	#thumbs img.selected {
		outline: 1px dotted #666;
		cursor: pointer;
	}



/******************
Services
******************/

.servicesBody {
	background-color: #282828;
	height: 430px;
	padding: 20px 10px 0 20px;
}

.servicesColSmall {
	width: 187px;
	float: left;
	margin-right: 3px;
}

.servicesColLarge {
	width: 240px;
	float: left;
}


/******************
Lists
******************/

#mainContent ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#mainContent li {
	list-style-image: url(../img/bullet-point-dark.gif);
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0;
	
}


#mainContent ul.linkList {
	margin: 0;
}


#mainContent ul.linkList  li {
	list-style-image: none;
}

#mainContent ul.linkList li a {
	padding: 0 0 0 15px;
	background-image: url(../img/bullet-point-light.gif);
	background-repeat: no-repeat;
}

#mainContent ul.linkList li a:hover {
	background-image: url(../img/bullet-point-blue.gif);
}



#mainContent ul {
	margin: 0;
	padding: 0 0 0 20px;
}


#mainContent li {
	margin: 0;
	padding: 0;
}


/*******************
Utilities
*******************/
.clear {
	clear: both;
}

.clearfix, .contentHolder {
    display: inline-block;
}
.clearfix:after, .contentHolder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


