body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #555;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.color-orange {
	color: #fec23f;
}

.color-light-grey {
	color: #c2c2c2;
}

.color-dark-grey {
	color: #636363;
}

.color-white {
	color: #fff;
}

img {
	border: 0;
	display: block;
}

a:active {
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

#page-wrap {
	width: 985px;
	margin: auto;
	padding: 0px;
	min-height: 100%;
	position: relative;
	background: #393939;
	clear: both;
}

* html #page-wrap {
	height: 100%;
}

#image-container {
	width: 949px;
	height: 759px;
	border: 0px solid green;
	/*background: url('../images/splash01.jpg');*/
	position: absolute;
	top: 0px;
	left: 27px;
	z-index: 5;
}

	#image-container ul {
		margin: 0;
		position: relative;
		padding: 0;
		list-style: none;
	}
	
		#image-container ul li {
			position: absolute;
			top: 0;
			left; 0;
			display: none;
		}
		
		#image-container ul li.uppermost {
			display: block;
		}

#banner {
	width: 704px;
	height: 119px;
	padding: 40px 40px 30px 40px;
	background: #101010;
	position: relative;
	z-index: 6;
	border-bottom: 1px solid #393939;
}

#banner.full-width {
	padding-right: 233px;
}

	ul#main-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	
		ul#main-nav li {
			display: inline;
			padding-left: 10px;
		}

			ul#main-nav li a {
				color: #888;
				text-decoration: none;
			}
		
			ul#main-nav li a.current {
				color: #fec23f;
			}
			
			ul#main-nav li a:hover {
				color: #fec23f;
				border-bottom: 1px dotted #444;
			}
			
	div#main-logo {
		width: 199px;
		height: 50px;
		float: right;
		position: relative;
		top: 50px;
		overflow: hidden;
	}

#site-welcome {
	width: 521px;
	height: 166px;
	padding: 10px 30px 14px 45px;
	top: 0px;
	background: #101010;
	position: relative;
	z-index: 7;	
}

	#site-welcome h1 {
		font-size: 34px;
		font-weight: normal;
		margin-top: 0;
		line-height: 1.0em;
	}

#work-welcome {
	width: 521px;
	height: 166px;
	padding: 19px 30px 25px 30px;
	top: 0px;
	background: #101010;
	position: relative;
	z-index: 7;	
}

td.portfolio-items-box {
	padding: 29px 30px 25px 30px;
	border-bottom: 1px solid #393939 !important;
	color: #ccc;
}

td.portfolio-items-box span.box-heading {
	display: block;
	color: #fec23f;
	font-size: 17px;
}
	
#content-wrap {
	position: relative;
	/*top: 568px;*/
	padding-top: 189px;
	top: 0px;
	left: 27px;
	z-index: 8;
	width: 949px;
	background: transparent;
}

	div.links-strip {
		height: 189px;
		background: transparent;
		overflow: hidden;
		width: 949px;
		position: relative;
		color: #fff;
	}
	
		div.links-strip #testimonial-shuffler {
			width: 327px;
			height: 162px;
			padding: 27px 25px 0px 27px;
			font-size: 16px;
			font-style: italic;
			float: left;
			background: #101010;
			overflow: hidden;
		}
		
		span.smaller-text {
			font-size: 12px;
		}
		
		div.links-strip #testimonial-shuffler #testimonial-shuffler-wrap {
			width: 327px;
			height: 162px;
			overflow: hidden;
                        position: relative;
		}
		
			div.links-strip #testimonial-shuffler ul {
				list-style: none;
				width: 327px;
				height: 162px;
				overflow: hidden;
				margin: 0;
				padding: 0;
				position: relative;
			}
			
				div.links-strip #testimonial-shuffler ul li {
					width: 307px;
					padding: 0 10px;
					height: 162px;
					color: #fec23f;
					display: block;
					float: left;
				}
	
		div.links-strip a.block-link {
			width: 152px;
			padding: 0px 19px;
			float: right;
			display: block;
			height: 190px;
			font-size: 19px;
			cursor: pointer;
			text-indent: -9999px;
		}
		
		div.links-strip.home a.block-link {
			background: url('../images/secondary-nav-buttons-home.jpg') no-repeat;
		}
		
		div.links-strip.organisation a.block-link {
			background: url('../images/secondary-nav-buttons-organisation.jpg') no-repeat;
		}
		
		/** style the individual blocks for the home page **/
		
		a#btn-download-our-pdf {
			background-position: -570px 0px;
		}
		
		a#btn-download-our-pdf:hover, a#btn-download-our-pdf.current {
			background-position: -570px -190px;
		}
		
		a#btn-spanking-brand-new {
			background-position: -380px 0px;
		}
		
		a#btn-spanking-brand-new:hover,		a#btn-spanking-brand-new.current {
			background-position: -380px -190px;
		}
		
		a#btn-straight-to-work {
			background-position: -190px 0px;
		}
		
		a#btn-straight-to-work:hover,		a#btn-straight-to-work.current {
			background-position: -190px -190px;
		}
		
		a#btn-lowry-exhibition {
			background-position: 0px 0px;
		}
		
		a#btn-lowry-exhibition:hover,		a#btn-lowry-exhibition.current {
			background-position: 0px -190px;
		}
		
		/*** end of home page buttons styling ***/
		
		/** style the button blocks for the organisation page ***/
		
		a#btn-industry-experience {
			background-position: 0px 0px;
		}
		
		a#btn-industry-experience:hover, a#btn-industry-experience.current {
			background-position: 0px -190px;
		}
		
		a#btn-the-philosophy {
			background-position: -190px 0px;
		}
		
		a#btn-the-philosophy:hover,		a#btn-the-philosophy.current {
			background-position: -190px -190px;
		}
		
		a#btn-we-love-logos {
			background-position: -380px 0px;
		}
		
		a#btn-we-love-logos:hover,		a#btn-we-love-logos.current {
			background-position: -380px -190px;
		}
#footer-wrap, #pages-footer-wrap {
	position: relative;
	margin-top: 7px;
	height: 637px;
	padding-left: 35px;	
	padding-top: 0px;
	width: 923px;
	position: relative;
	left: 27px;
	background: url('../images/footbg-orangestrip.jpg') repeat-y;
}

#pages-footer-wrap {
	height: 300px;
}

	#footer-wrap #externality-wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
		
	}
	
		#footer-wrap #externality-wrap #collaborations {
			width: 155px;
			float: left;
			height: 331px;
			position: relative;
		}
		
			#footer-wrap #externality-wrap #collaborations img#andrewf-logo {
				display: block;
				position: absolute;
				bottom: 0;				
			}
		
		#footer-wrap #externality-wrap #contact-wrap {
			width: 642px;
			padding: 28px 125px 0 0px;
			float: left;
			background: url('../images/default-form-bg-pattern.jpg') repeat-y;
			height: 303px;
			color: #101010;	
		}
		
		#footer-wrap #externality-wrap #contact-wrap #contact-information {
			background: url('../images/default-form-bg-divider.jpg') no-repeat;
			background-position: bottom left;
			padding-left: 50px;
		}
		
		#footer-wrap #externality-wrap #contact-wrap #contact-information p {
			font-size: 20px;
			margin-bottom: 1em;
			margin-top: 0;
			line-height: 1em;
		}
		
		#footer-wrap #externality-wrap #contact-wrap #contact-information p.form-more-information {
			font-size: 12px;
			padding-bottom: 20px;
		}

/**
 * STYLE THE CONTACT FORM
 **/
		
#contact-form-wrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	form#contact-form {
		margin: 0;
		padding: 0;
	}
	
		form#contact-form ul li {
			padding: 4px 0;
			margin: 0 8px 0 0;
		}
	
			form#contact-form ul li label {
				display: none;
			}
			
			form#contact-form ul li input.textfield, form#contact-form ul li textarea {
				padding: 1px 3px;
				font-size: 11px;
				font-family: arial, helvetica, sans-serif;
			}

			form#contact-form ul li textarea {
				margin: 0 0 0 2px;
				background: transparent;
				border: 0;
				width: 258px;
				height: 85px;
			}
			
			form#contact-form ul li input.textfield {
				width: 270px;
				height: 22px;
				background: transparent url('../images/textfield.png') no-repeat;
				border: 0;
			}
			
			form#contact-form ul li input.submit {
				background: #101010;
				color: #fff;
				border: 0;
				padding: 1px 7px;
				margin: 0;
				font-weight: bold;
				position: absolute;
				right: 0px;
				bottom: 0px;
				cursor: pointer;
                                display: inline-block;
			}

	ul#contact-form-elements-left, ul#contact-form-elements-right {
		margin: 0;
		list-style: none;
		float: left;
		padding: 0;
	}
	
	ul#contact-form-elements-left {
		padding: 0 0 0 50px;		
	}
	
	ul#contact-form-elements-right {
		position: relative;
		width: 270px;
		height: 116px;
		border: 0;
		background: url('../images/textareabg.png');
		margin-top: 5px;
	}
	
	ul#contact-form-elements-right li {
		padding: 0;
	}
	

	
/** end of contact form styling **/
		
	#footer-wrap #copyright, #pages-footer-wrap #copyright {
		margin-top: 70px;
	}
	
	#footer-wrap #copyright ul, #pages-footer-wrap #copyright ul {
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
		#footer-wrap #copyright ul li, #pages-footer-wrap #copyright ul li {
			float: left;
			padding-left: 8px;
		}
		
		#footer-wrap #copyright ul li.footer-text, #pages-footer-wrap #copyright ul li.footer-text {
			font-size: 10px;
			color: #666;
			line-height: 1.1em;
		}
		
/************************************/
/*organisation page specific styling*/
/************************************/

#pages-content-bg {
	width: 949px;
	height: 569px;
	border: 0px solid green;
	background: url('../images/pagesbg-image.jpg');
	position: absolute;
	top: 0px;
	left: 27px;
	z-index: 5;
}

#pages-content-wrap {
	position: relative;
	z-index: 6;
	color: #000;
	left: 27px;
	width: 730px;
	padding: 24px 220px 0px 0px;
	background: transparent;
}

	#pages-content-text {
		padding-bottom: 0px;
		height: 355px;
	}

		#pages-content-text h1 {
			margin: 0;
			line-height: 1.0em;
			font-size: 34px;
			/*background: url('../images/pages-h1-bg.jpg') no-repeat;*/
			background-position: bottom left;
			padding-bottom: 0px;
			padding-left: 33px;
		}
	
		#pages-content-text h2 {
			padding-left: 33px;
		}

		#pages-content-text p {
			padding-left: 33px;
			padding-right: 100px;
		}
		
/************************************/
/* work page specific styling*/
/************************************/

h1#work-page-heading {
	width: 429px;
	height: 117px;
	text-indent: -9999px;
	background: url('../images/work-page-title.png') no-repeat;
}

#work-page-wrap {
	position: relative;
	left: 27px;
	background: #000;
	width: 950px;
	background: #101010;
}

	#work-page-wrap h1 {
		font-size: 40px;
		width: 500px;
		color: #fec23f;
		line-height: 1.0em;
		padding-left: 25px;
	}
	
table.portfolio-items {
	border-collapse: collapse;
	background: #101010;
}

table.portfolio-items tr.first td {
	border-top: 1px solid #393939;
}

table.portfolio-items img { display: block;}

table.portfolio-items td {
	width: 189px;
	height: 189px;
	vertical-align: top;
	border: 1px solid transparent;
}

table.portfolio-items td a {
    display: none;
}

table.portfolio-items td a.visible {
    display: block;
}

table.portfolio-items td#work-items-text {
	width: 337px;
	padding: 0 20px;
	border: 0;
}

/**
 * Style the portfolio items page using DIVs
 */

#portfolio-items {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#portfolio-items .box-heading, #portfolio-items .work-item {
    float: left;
}

#portfolio-items .box-heading {
    width: 320px;
    padding: 29px 30px 25px 30px;
    border-bottom: 1px solid #393939;
    height: 135px;
    color: #ccc;
}

#portfolio-items .box-heading.first {
    border-top: 1px solid #393939;
    height: 134px;
}

#portfolio-items .box-heading h3 {
    margin-top: 0;
    color: #FEC23F;
    font-size: 17px;
}

#portfolio-items .work-item {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    height: 189px;
}

/** posters section **/

#posters-items {
	overflow: hidden;
	width: 100%;
	margin-left: 1px;
}

#posters-items div.box-heading {
	margin-top: 0px;
	padding: 29px 30px 25px 30px;
	color: #ccc;
	clear: both;
	position: relative;
}

#posters-items div.box-heading h3 {
	margin-top: 0;
    color: #FEC23F;
    font-size: 17px;
}

#posters-items div.box-heading p {
	width: 85%;
}

#posters-items div.poster-item {
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	float: left;
	width: 236px;
}

#posters-items div.poster-item img {
	display: block;
	width: 236px;
}

/**
 * Styling the homepage
 */

h1#home-h1-heading {
	width: 477px;
	height: 106px;
	text-indent: -9999px;
	background: url('../images/welcome_heading.jpg') no-repeat -9px 0;
	margin: 0;
	padding: 0;
}

h1#organisation-industry-experience-header {
	width: 490px;
	height: 85px;
	background: url('../images/header-industry-experience.png') no-repeat;
	text-indent: -9999px;
	margin-left: 28px;
}

h1#organisation-the-philosophy-header {
	width: 570px;
	height: 85px;
	background: url('../images/header-the-philosophy.png') no-repeat;
	text-indent: -9999px;
	margin-left: 28px;
}

h1#organisation-we-love-logos-header {
	width: 490px;
	height: 85px;
	background: url('../images/header-we-love-logos.png') no-repeat;
	text-indent: -9999px;
	margin-left: 28px;
}

#footer-top-strip {
	margin-left: -35px;
}


