/*******************************************************************************
 * Main structure
*******************************************************************************/

#container {
	background: #FFF;
}

.inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

/*******************************************************************************
 * Header
*******************************************************************************/

#header {
	background: #EAEAEA;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 5px solid #F13BA0;
	height: 65px;
}

#container .pink-header {
	border-bottom: 5px solid #F13BA0;
}

#container .orange-header {
	border-bottom: 5px solid #F47F0D;
}

#container .blue-header {
	border-bottom: 5px solid #00ADEF;
}

#container .purple-header {
	border-bottom: 5px solid #6566FE;
}

#container .green-header {
	border-bottom: 5px solid #3CA757;
}

	#header .inner {
		overflow: visible;
		width: 960px;
		position: relative;
		height: 85px;
	}
	
#container #header .inner #showreelBadge {
	width: 117px;
	height: 78px;
	z-index: 999;
	position: absolute;
	top: -20px;
	left: 370px;
	cursor: pointer;
}

	#container #header #showreelBadge a {
		background: transparent url(../images/showreelBadge.png) no-repeat 0 0;
		display: block;
		width: 117px;
		height: 78px;
		text-indent: -9999px;
		cursor: pointer;
		outline: none;
	}

#logo {
	width: 125px;
	height: 65px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	float: left;
	text-indent: -9999px;
	position: absolute;
	left: 20px;
}

	#logo a {
		display: block;
		width: 125px;
		height: 65px;
		outline: none;
	}
	
h2.sub-logo {
	display: none;
	position: absolute;
}

/*#header #header-right {
	float: left;
	width: 845px;
}*/

.hidden {
	display: none;
}

/*******************************************************************************
 * Discover more 
*******************************************************************************/

#discover-more {
	width: 845px;
	overflow: hidden;
	position: absolute;
	z-index:100;
	right: 20px;
	
}

	#discover-more ul {
		float: right;
		list-style: none;
		margin: 0;
	}
	
		#discover-more ul li {
			float: left;
			border-right: 1px solid #9C9C9C;
			padding: 0 5px 0 0;
			margin: 0 5px 0 0;
		}
		
		#discover-more ul li.last {
			border: 0;
			padding: 0;
			margin: 0;
		}
		
			#discover-more ul li a {
				font-weight: bold;
			}

/*******************************************************************************
 * Main menu
*******************************************************************************/

#menu {
	width: 845px;
	overflow: hidden;
	position: absolute;
	right: 20px;
}

	#menu ul {
		float: right;
		list-style: none;
		margin: 25px 0 0 0;
	}
	
	#menu ul li {
		float: left;
		margin: 0 20px 0 0;
		padding: 0 0 0 11px;
	}
	
	#menu ul li.blue {
		background: transparent url(../images/menu/blue-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.green {
		background: transparent url(../images/menu/green-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.orange {
		background: transparent url(../images/menu/orange-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.pink {
		background: transparent url(../images/menu/pink-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.purple {
		background: transparent url(../images/menu/purple-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.black {
		background: transparent url(../images/menu/black-bg.gif) no-repeat 0 4px;
	}
	
	#menu ul li.last {
		margin: 0;
	}
	
		#menu ul li a {
			font-size: 1.2em;
			color: #545454;
		}

/*******************************************************************************
 * Homepage
*******************************************************************************/

#homepage #content .inner {
	overflow: visible;
}

#homepage #content {
	background: transparent url(../images/home/content-bg.gif) repeat-x 0 0;
	margin: 0;
	height: 375px;
	/*height: 261px;*/
}

	#homepage-flash img {
		margin: -34px 0 0 -10px;
	}

#homepage #content object {
	margin: -25px 0 0 0;
	outline: none;
}

#selected-clients {
	/*background: transparent url(../images/home/selected-clients/bg.gif) repeat-x 0 0;
	height: 115px;
	padding: 15px 0 0 0;*/
}

	#selected-clients h3 {
		text-align: center;
		font-size: 1.1em;
		margin: 0 0 10px 0;
	}

	#selected-clients ul {
		list-style: none;
	}
	
		#selected-clients ul li {
			float: left;
			margin: 0 8px 0 0;
		}

/*******************************************************************************
 * Page
*******************************************************************************/

#content {
	background: #ECECEC url(../images/content-bg.gif) repeat-x 0 0;
}

	#content .inner {
		background: transparent url(../images/content-top.gif) no-repeat 0 0;
	}
	
	#content .inner.short {
		background: none;
	}

.shadow-bottom {
	background: transparent url(../images/bottom-shadow.png) repeat-x 0 0;
	height: 80px;
	width: 100%;
}

/*******************************************************************************
 * Case studies
*******************************************************************************/

#case-studies {
	margin: 20px 0 0 0;
}

.case-study {
	/*background: transparent url(../images/divider.png) no-repeat 0 bottom;*/
	width: 940px;
	overflow: hidden;
	padding: 0 0 20px 0;
	color: #3D3D3D;
}

	.case-study h3 {
		margin: 0 0 10px 0;
	}

	.case-study .client-logo {
		float: left;
		width: 125px;
		padding: 25px 0 0 0;
	}
	
	.case-study .client-image {
		float: left;
		width: 380px;
		margin: 0 25px 0 0;
	}
	
	.case-study .client-description {
		float: left;
		width: 195px;
		margin: 0 25px 0 0;
		padding: 25px 0 0 0;
		display: inline;
	}
	
	.case-study .client-work {
		float: left;
		width: 190px;
		margin: 25px 0 0 0;
	}
	
	.case-study .client-work div {
		margin: 0 0 20px 0;
	}

.hr {
	margin: 10px 0;
	background: transparent url(../images/divider.png) no-repeat 0 bottom;
	width: 940px;
	height: 25px;
	border: 0;
}

	.hr hr {
		display: none;
	}

.quick-nav {
	float: right;
	font-size: 1.2em;
}

/*******************************************************************************
 * Case studies - single page
*******************************************************************************/

#split {
	width: 960px;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#split #left {
	float: left;
	width: 455px;
	margin: 0 20px 0 0;
}

	#split #left h2 {
		color: #545454;
		font-weight: bold;
		font-size: 1.3em;
		width: 370px;
		margin: 0 0 10px 0;
	}
	
	#split #left h3 {
		color: #E1208D;
	}

	#split #left ul {
		margin-top: 5px;
	}
	
	#split #left ul li {
		margin: 0 0 5px 0;
	}

#split #right {
	float: left;
	width: 485px;
}

.quote {
	color: #111111;
	text-align: center;
	margin: 0 110px 20px 110px;
}

	.quote h2 {
		font-size: 1.4em;
		margin: 0 0 5px 0;
		font-weight: normal;
	}

	.quote .who-said {
		color: #545454;
	}


/*******************************************************************************
 * Case study - our people
*******************************************************************************/

.project-people {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #C1C1C1;
	padding: 0 0 15px 0;
	width: 485px;
	overflow: hidden;
}

	.project-people h3 {
		padding: 15px 0 10px 0;
		border-top: 1px solid #C1C1C1;
		border-bottom: 1px solid #C1C1C1;
	}

.project-people .person {
	width: 160px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
}

	.project-people .person img {
		float: left;
		margin: 0 10px 0 0;
	}
	
	.project-people .person span {
		color: #E1208D;
		display: block;
	}


/*******************************************************************************
 * Breadcrumb
*******************************************************************************/

#breadcrumb {
	background: transparent url(../images/divider.png) no-repeat 0 bottom;
	padding: 30px 0 40px 0;
	position: relative;
	font-family: "Georgia";
	text-transform: lowercase;
	width: 940px;
}

#breadcrumb ul {
	float: left;
	list-style: none;
}

	#breadcrumb ul li {
		float: left;
		font-size: 1.4em;
		font-weight: normal;
		color: #E1208D;
	}
	
	#breadcrumb ul li strong {
		font-weight: normal;
	}
	
	#breadcrumb.blue ul li {
		color: #00ADEF;
	}
	
	#breadcrumb.green ul li {
		color: #3CA757;
	}
	
	#breadcrumb.orange ul li {
		color: #F47F0D;
	}
	
	#breadcrumb.purple ul li {
		color: #6566FE;
	}
	
		#breadcrumb ul li a {
			background: transparent url(../images/breadcrumb-li.gif) no-repeat right 0;
			padding: 0 13px 0 0;
			margin: 0 2px 0 0;
			color: #838383;
		}

	#breadcrumb a.top-link {
		background: transparent url(../images/pink-li.gif) no-repeat 0 3px;
		float: right;
		padding: 0 0 0 13px;
		font-size: 1.3em;
		font-weight: normal;
	}
	
#breadcrumb.blue a.top-link {
	background: transparent url(../images/blue-li.gif) no-repeat 0 3px;
	color: #00ADEF;
}

#breadcrumb.green a.top-link {
	background: transparent url(../images/green-li.gif) no-repeat 0 3px;
	color: #3CA757;
}

#breadcrumb.orange a.top-link {
	background: transparent url(../images/orange-li.gif) no-repeat 0 3px;
	color: #F47F0D;
}

#breadcrumb.purple a.top-link {
	background: transparent url(../images/purple-li.gif) no-repeat 0 3px;
	color: #6566FE;
}

.top-pagination {
	float: right;
	color: #838383;
}

/*******************************************************************************
 * Clients
*******************************************************************************/	

#clients {
	width: 960px;
	overflow: hidden;
	margin: 20px 0;
}

#clients .column {
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
}

	#clients h3.sector {
		background: transparent url(../images/clients/sector-li.png) no-repeat 0 0;
		width: 130px;
		height: 45px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		padding: 10px 10px;
		font-size: 1em;
		margin: 0 0 10px 0;
	}

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

	#clients ul li {
		margin: 0 0 10px 0;
	}

/*******************************************************************************
 * Page - content
*******************************************************************************/

#page {
	width: 940px;
	overflow: hidden;
	margin: 20px 0;
}

#page #main {
	float: left;
	width: 545px;
	overflow: hidden;
	margin: 0 60px 0 0;
	color: #545454;
}

/*******************************************************************************
 * Team
*******************************************************************************/

#team {
	width: 575px;
	overflow: hidden;
}

.staff-member {
	/*background: transparent url(../images/team/thumbnail-bg.gif) no-repeat 0 0;*/
	background: #FFF;
	border: 1px solid #E7E7E7;
	width: 86px;
	height: 86px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

	.staff-member a {
		display: block;
	}
	
	* html .staff-member img {
		display: block;
	}

.popup {
	background: #04AFEE;
	border: 1px solid #FFF;
	padding: 5px;
	position: absolute;
	color: #000;
	top: 0;
	left: -1000px;
	font-family: "Georgia";
	margin: 0 0 15px;
}

	* html .popup {
		width: 150px;
	}
	
	*+html .popup {
		width: 150px;
	}

	.popup div.bottom {
		background: transparent url(../images/team/quote-bottom.gif) no-repeat 0 0;
		width: 27px;
		height: 15px;
		position: absolute;
		bottom: -15px;
		right: 15px;
	}

	.popup span {
		color: #FFF;
		font-size: 1.1em;
	}

.staff-image {
	float: left;
	margin: 0 0 10px 0;
	width: 312px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
	color: #545454;
	text-align: center;
}

/*******************************************************************************
 * Page - content
*******************************************************************************/

#sidebar {
	float: left;
	width: 293px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #E1E1E1;
	padding: 20px;
	color: #545454;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

/*******************************************************************************
 * Slashed list
*******************************************************************************/

ul.slash {
	margin: 10px 0 10px 0;
	list-style: none;
}

	ul.slash li {
		background: transparent url(../images/lists/orange.png) no-repeat 0 0;
		padding: 0 0 0 10px;
		margin: 0 0 10px 0;
	}

	ul.slash li a, 
	ul.slash li a:visited {
		color: #545454;
		font-size: 1.2em;
	}

* html #sidebar ul.slash ul li {
	background: transparent url(../images/lists/orange.gif) no-repeat 0 0;
}

/*******************************************************************************
 * News
*******************************************************************************/

#full {
	width: 960px;
	overflow: hidden;
}

.news-item {
	background: #FFF;
	float: left;
	width: 265px;
	height: 150px;
	margin: 0 10px 10px 0;
	border: 1px solid #E1E1E1;
	padding: 30px 20px 10px 20px;
}

	.news-item h3 {
		font-size: 2em;
		font-weight: normal;
	}

	.news-item h3 a:hover {
		text-decoration: none;
	}

	.news-item.last {
		margin-right: 0;
	}

#main.news h1 {
	font-size: 2.5em;
	font-weight: normal;
	width: 460px;
}


.tags {
	margin: 20px 0;
}

	.tags a {
		color: #838383;
	}
	
	.tags a:hover,
	.tags a:visited {
		color: #838383;
		text-decoration: none;
	}
	
	.tags a.blue {
		border-bottom: 1px solid #00ADEF;
	}
	
	.tags a.green {
		border-bottom: 1px solid #3CA757;
	}
	
	.tags a.orange {
		border-bottom: 1px solid #F47F0D;
	}
	
	.tags a.purple {
		border-bottom: 1px solid #6566FE;
	}
	
	.tags span.hide_this {
		display: none;
	}

.news-image {
	float: left;
	margin: 0 0 10px 0;
	width: 312px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
	color: #545454;
	text-align: center;
}

.article{
	float: left;
}

.article-text {
	margin: 20px 0;
}

/*******************************************************************************
 * News - Related stories
*******************************************************************************/

#related-stories {
	margin: 20px 0;
}

	#related-stories h3 {
		border-bottom: 1px solid #C1C1C1;
		padding: 0 0 10px 0;
	}
	
	#related-stories ul li {
		float: left;
		width: 260px;
		height:28px;
	}
	
	#related-stories ul.slash {
		padding-bottom: 20px;
	}

/*******************************************************************************
 * Services - View
*******************************************************************************/

#service h2{
	color: #333333;
}

#service h3 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #333333;	
	font-size: 1em;
	padding-bottom: 10px;
}

#service-top{
	overflow: hidden;
}

#service-top #service-title{
	float: left;
	width: 110px;
	padding-right: 55px;
}

#service-top #from-the-team{
	float: left;
	width: 600px;
	padding-right: 35px;
}

#from-the-team img{
	float: left;
	width: 65px;
	height: 65px;
	padding-right: 12px;
}

#from-the-team .service-quote{
	float: left;
	width: 519px;
}

#from-the-team .service-quote .service-top {
	height:7px;
	width:519px;
	font-size:1px;
	background-image:url(../images/services/quote_top.png);
	background-repeat:no-repeat;
}

#from-the-team .service-quote .service-middle {
	width:519px;
	background-image:url(../images/services/quote_middle.png);
	background-repeat:repeat-y;
}

#from-the-team .service-quote .service-bottom {
	height:14px;
	width:519px;
	background-image:url(../images/services/quote_bottom.png);
	background-repeat:no-repeat;
}

#from-the-team .service-quote p{
	padding: 15px;
}

#from-the-team .team-member-name{
	float: left;
	padding-left: 125px;
	width: 470px;
}

#from-the-team .team-member-name strong{
	color: #333333;
}

#service-top #discover-more-content {
	float: left;
	width: 140px;
}

#service-top #discover-more-content ul {
	float: left;
	list-style: none;
	margin: 0;
}

#service-top #discover-more-content ul li {
	float: left;
	border: none;
	padding: 0 5px 0 0;
	margin: 0 5px 10px 0;
}

#service-top #discover-more-content ul li a{
	font-weight: normal
}

#service-bottom  #introduction{
	float: left;
	padding-left: 165px;
	width: 600px;
	padding-right: 35px;
	padding-bottom: 5px;
}

#service-bottom #introduction .column{
	width: 290px;
	float: left;
}

#service-bottom #introduction .column#col1{
	padding-right: 15px;
}

#service-bottom #introduction .column#singlecol{
	width: 600px;
}

#service-bottom #work-for-clients{
	float: left;
	width: 135px;
}

#service-bottom #work-for-clients ul {
	float: left;
	list-style: none;
	margin: 0;
}

#service-bottom #work-for-clients ul li{
	padding-bottom: 5px;
}
	
/*******************************************************************************
 * Contact Enquiries
*******************************************************************************/	

form {
	margin: 10px 0 20px 0;
}

#enquiries {

}

.field {
	width: 575px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

	.field label {
		width: 145px;
		display: block;
		float: left;
	}
	
	.field input {
		float: left;
	}

.field input.text {
	width: 165px;
	height: 20px;
	padding: 3px 0 0 0;
	border: 1px solid #8E8E8E;
}

.field textarea.textarea {
	width: 390px;
	height: 80px;
	border: 1px solid #8E8E8E;
	overflow: auto;
}

.field input.submit {
	margin: 0 0 0 145px;
}

h3.form-success {
	margin: 20px 0;
	color: #F13BA0;
}

.errors ul {
	color: #FF0000;
}

/*******************************************************************************
 * Planning visit - map
*******************************************************************************/

#map {
	width: 290px;
	height: 205px;
	border: 1px solid #A7A6A4;
	margin: 10px 0;
}

#directions label {
	float: none;
	margin: 0 0 5px 0;
}

#directions .text {
	border: 1px solid #7E9CB8;
	margin: 0 5px 0 0;
}

address {
	font-style: normal;
	margin: 0 0 10px 0;
}

ul.contact-details {
	list-style: none;
	margin: 0;
}

/*******************************************************************************
 * Site Map
*******************************************************************************/

#sitemap h2{
	margin-bottom: 10px;
}

#sitemap ul{
	margin-bottom: 10px;
}

/*******************************************************************************
 * Footer
*******************************************************************************/

#footer {
	background: #EEE url(../images/footer.gif) repeat-x 0 0;
	padding: 25px 0 25px 0;
	color: #545454;
}
	
	#footer .inner {
		background: none;
	}
	
	#footer h3 {
		margin: 0 0 20px 0;
		font-family: "Georgia",Arial;
		font-size: 1.1em;
	}

/*******************************************************************************
 * Footer  - links
*******************************************************************************/

#footer-links {
	float: left;
	width: 525px;
}

	#footer-links ul {
		list-style: none;
		margin: 0 0 20px 0;
	}

	#footer-links ul li {
		margin: 0 0 3px 0;
	}

	#footer-links ul li a {
		color: #535353;
		font-weight: bold;
	}

#rar {
	float: left;
	margin-left: -7px;
}

#copyright {
	float: left;
	width: 200px;
	margin-top: 75px;
	margin-left: 0px;
}

/*******************************************************************************
 * Footer  - latest releases
*******************************************************************************/

.footer-pod {
	float: left;
	width: 160px;
}


ul.footer-menu {
	list-style: none;
	margin: 0 0 0 -15px;
	width: 150px;
}

ul.footer-menu li {
	background: transparent url(../images/pink-li.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

	ul.footer-menu li a {
		color: #545454;
		background: #EAEAEA;
	}
	
	ul.footer-menu li a span {
		color: #E1208D;
	}

/*******************************************************************************
 * Footer  - Recognition
*******************************************************************************/	
#recognition {
	float: left;
	margin-left: 40px;
}

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

/*******************************************************************************
 * Footer  - join us
*******************************************************************************/	
	
#join-us {
	float: left;
	text-align:center;
}

	#join-us ul {
		list-style: none;
		margin: 0;
	}
	
#join-us #twitter:active,
#join-us #twitter:visited,
#join-us #twitter:link {
	text-indent:-99999em;
	background:url(../images/twitter-icon.gif) 0 0 no-repeat;
	width:95px;
	height:39px;
	display:block;
	margin-bottom:1em;
}

#join-us #twitter:hover {
	background:url(../images/twitter-icon-colour.gif) 0 0 no-repeat;
}

#join-us #fblink:active,
#join-us #fblink:visited,
#join-us #fblink:link {
	text-indent:-99999em;
	background:url(../images/facebook-icon.gif) 0 0 no-repeat;
	width:95px;
	height:38px;
	display:block;
	margin-bottom:1em;
}

#join-us #fblink:hover {
	background:url(../images/facebook-icon-colour.gif) 0 0 no-repeat;
}


/* misc */

h3.contact-padded {
	margin-bottom:10px;
}
	
