/* Colours
=========

*/

html, body, p
{
	background-color: #000000;
	
}

#wrapper
{
	background-color: #000000;
}

#branding
{
	background: url('../images/layout/branding.jpg') no-repeat;
}

body.index #branding
{
	background: url('../images/layout/branding_index.jpg') no-repeat;
}


#primarynav a
{

	background: url('../images/layout/navbackgroundtop_home.jpg') no-repeat;
	background-color: #2f3032;
	color: white;
}

#primarynav a.about
{
	color: white;
}

#primarynav a.enquiries
{
	background: url('../images/layout/navbackgroundtop_enquiries.jpg') no-repeat;
	background-color: #2f3032	
}

#primarynav a.contact
{
	background: url('../images/layout/navbackgroundtop_contact.jpg') no-repeat;
	background-color: #2f3032	
}

#contentmain h1
{
	color: #afafaf;
}

#contentmain h2
{
	color: white;
}

#contentmain h3
{
	color: #afafaf;
}

#contentmain p
{
	color: #afafaf;
	background-color: transparent;
}

#contentmainwide p
{
	color: #afafaf;
	background-color: transparent;
}

#contentmainwide p
{
	color: #afafaf;
	background-color: transparent;
}

#contentmainwide h5
{
	color: #006C9F;
}

#datapage a.email, #multimediapage a.email, #index.policy a.email, #mailingpage a.email
{
	color: #afafaf;
}

#featurepanel h2
{
	color: white;
}	

#featurepanel p
{
	color: #afafaf;
	background-color: transparent;
	
}

#featurepanel a
{
	
	color: white;
}

#featurepanel p.link
{
	color: #afafaf;
	
}

#contactpage #contentmain h3
{
	
	color: #747ebb;
}


#mailingpage #contentmainwide, #ecommerce #contentmainwide, #multimediapage #contentmainwide
{
	background: url('../images/layout/middle_background.jpg') no-repeat bottom;
	
}

#mailingpage.transactional #contentmainwide
{
	background: url('../images/layout/middle_background.jpg') no-repeat bottom;
	
}

#printpage #contentmainwide
{
	background: url('../images/layout/middle_background.jpg') no-repeat bottom;
}

#printpage #contentmainwide h5
{
	color: #2733ad;
}

#datapage #contentmainwide h5
{
	color: #A6CE3A;
}

#miltonkeynes #contentmainwide h5
{
	color: #ee1b24;
}


#miltonkeynes #contentmainwide h5 span
{
	color: white;
}


#miltonkeynes #contentmainwide p span
{
	color: #88888a;
}

#miltonkeynes #contentmainwide p a
{
	color: #c2c2c2;
}

#mailingpage #contentmainwide h5
{
	color: #fbaf4f;
}

#multimediapage #contentmainwide h5
{
	
	color: #ff0101;
}
	
#datapage #contentmainwide
{
	background: url('../images/layout/middle_background.jpg') no-repeat bottom;
}

#index #contentmain
{	
	background: url('../images/layout/contentmain_background.jpg') no-repeat bottom;
}	

#index #featurepanel , #contactpage #featurepanel
{	
	background: url('../images/layout/featurepanel_background.jpg') no-repeat bottom;
}	

#contactpage #contentmain
{
	background: url('../images/layout/contentmain_backgroundnew.jpg') no-repeat bottom;
}

#footer p
{
	
	color: #afafaf;
}

#footer a
{
	
	color: white;
}

span.white
{
	color: white;
}

span.footer
{
	
	color: white;
}

span.big
{
	color: white;	
}

body.index #branding h1
{
	color: #afafaf;
	font-size: 2.7em;
	float: left;
	line-height: 2em;
}


