@charset "utf-8";

@import url("reset.css");
@import url("nav.css");

@font-face {
	font-family: 'Helv55';
    src: url('/fonts/helvetica55-webfont.eot');
    src: url('/fonts/helvetica55-webfont.eot?iefix') format('eot'),
         url('/fonts/helvetica55-webfont.woff') format('woff'),
         url('/fonts/helvetica55-webfont.svg#webfontagvsHdpx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Helv65';
    src: url('/fonts/helvetica65-webfont.eot');
    src: url('/fonts/helvetica65-webfont.eot?iefix') format('eot'),
         url('/fonts/helvetica65-webfont.woff') format('woff'),
         url('/fonts/helvetica65-webfont.svg#webfontagvsHdpx') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}


body#site {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #676767;  
	line-height: 150%;
	background: url(../images/bodybg.jpg) repeat-y center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #e31b24;
}

a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	font-weight: normal;
	color: #E31B24;
}

h5, h6  {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-family: 'Helv55', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
}

h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h3, h4 {
	letter-spacing: -0.03em;
}

h2 {
	font-family: 'Helv65', Arial,sans-serif;
	color: #b3b3b3;
	letter-spacing: -1px;
}

	h2 a {
		font-family: 'Helv65', Arial,sans-serif;
		color: #E31B24;
		letter-spacing: -1px;
		text-decoration: none;
	}
	
h2.pTitle, h2.pTitle a { color: #E31B23; }
	
h3 {
	color: #333;
	font-family: 'Helv65', Arial,sans-serif;
}

h4 {
	font-family: 'Helv65', Arial,sans-serif;
	color: #b3b3b3;
}

	h4 a {
		color: #E31B24;
		text-decoration: none;
	}

.homeRow h3 {
	font-family: Arial, Sans-Serif
}

div.dottedBorder {
	border-bottom: 1px dotted #b8b8b8;
	float: left;
	padding: 0 0 33px 0;
	width: 100%;
	height: 100%;
}

div.whiteShadeBox {
	background: #fff;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 8px;
}

.boldred, #footer a.boldred {
	font-weight: bold;
	color: #e31b24;
}

ul.red-dash-list {
	color: #999;
	padding: 0 0 10px 0;
	float: left;
	width: 735px;
}

	ul.red-dash-list li {
		width: 294px;
		float: left;
		margin-right: 20px;
		background: url(../images/red-dash.gif) no-repeat 0px 8px;
		list-style: none;
		padding: 0 0 0 15px;
	}
	
.styledLink {
	display: inline-block;
	padding: 3px 85px 5px 20px;
	background: url("/images/styledLinkBG.jpg") no-repeat right bottom;
	font-size: 14px;
	font-weight: normal;
}

#container {
	width: 895px;
	margin: 0 auto;
	text-align: left;
	padding: 0 32px 0 33px;
	position:relative;
}

	#header {
		background:url("/images/dots.jpg") no-repeat left bottom;
		height:135px;
		position:relative;
		z-index: 990;
		margin-bottom: 10px;
	}
		
		#logoLink {
			display:block;
			height:79px;
			left:0px;
			position:absolute;
			top:32px;
			width:303px;
			text-indent: -10001px;
			background:url("../images/logo.jpg") no-repeat left top;
		}
		
		#phoneNum {
			top: 0;
			right: 0;
			position: absolute;
		}
		
		* html #logoLink {top: 38px}
		
		#nav {
			float: right;
			margin-top: 45px;
		}
		
	#homepageShowcase {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px dotted #b8b8b8;
	}
	
	#homeStrapline {
		clear: both;
		text-align: center;
		margin: -20px 0 25px;
		font: 26px/1.5em 'Helv65',Arial,sans-serif;
	}
	
	.homeRow {
		margin: 0 0 24px 0;
		clear: both;
		color: #333;
		line-height: 22px;
		position: relative;
	}
	
	.homeRow p 
	{
		margin: 0;
		padding: 0 0 20px 5px;
	}
	
	.clearRow {
		overflow: hidden;
	}
	
		.homeRow h3 {
			font-weight: bold;
			color: #e51b24;
			width: 185px;
			float: left;
			font-size: 14px;
		}
		
		.homeContentItem {
			background: #eee;
			padding: 15px;
			float: left;
			width: 310px;
			min-height: 130px;
		}
		
			#twitterItem a#twitterLink {
				display: block;
				margin: 0 0 10px 0;
				font-size: 14px;
				float:left;
				clear:both;
				width:100%;
			}
		
			#twitterItem a.twitterPic {
				float: left;
				margin: 0 10px 0 0;	
				height:98px;
			}
		
		#homeIntro, #newsItem, #homeAbout {
			margin-right: 30px;
		}
		
		
		
			#newsItem p {
				font-size: 12px;
				font-weight: bold;
				color: #999;
				border-bottom: 1px dotted #b8b8b8;
				margin: 0 0 10px 0;
				padding: 0 0 10px 0;
			}
			
			#newsItem p + .altNews {
				border-bottom: 0;
				margin: 0;
				padding: 0;
			}
			
			#newsItem a {
				color: #333;
			}
			
		#clientsInclude strong {
			display: block;
		}
		
		#clientsInclude img {
			float:left;
			margin: 0 3px 3px 0;
		}
		
		#teamCarousel {
			background: #eee;
			float: left;
			width: 675px;
			height: 120px;	
			position: relative;
			overflow: hidden;
			padding: 16px 0 15px 35px;
			margin-right: -3px;
		}
		
			.carouselArrow {
				position: absolute;
				top: 16px;
				cursor: pointer;
			}
			
			#arrowLeft {
				left: 6px;	
			}
			
			#arrowRight {
				right: 7px;	
			}
			
			#carouselWrap {
				position: absolute;
				top: 16px;
				left: 35px;
				overflow: hidden;
				height: 120px;	
				width: 640px;
			}
		
			#teamCarousel {
				background: #eee;
				float: left;
				width: 675px;
				height: 120px;	
				position: relative;
				overflow: hidden;
				padding: 16px 0 15px 35px;
				margin-right: -3px;
			}
		
			.carouselArrow {
				position: absolute;
				top: 16px;
				cursor: pointer;
			}
			
			#arrowLeft {
				left: 6px;	
			}
			
			#arrowRight {
				right: 7px;	
			}
			
			#carouselWrap {
				position: absolute;
				top: 16px;
				left: 35px;
				overflow: hidden;
				height: 120px;	
				width: 640px;
			}
		
			#teamCarousel ul {
				margin: 0;
				padding: 0;
				height: 120px;
				list-style: none;
				position: absolute;
				top: 0;
				left: 0;
			}
			
			#teamCarousel li {
				float: left;
				margin: 0 10px 0 0;
				position: relative;
				width: 120px;
				height: 120px;				
			}
			
			#teamCarousel li img, #teamSection li img {
				width: 120px;
				height: 120px;
				position: absolute;
				top: 0;
				left: 0;
				}
				
			#furtherContentWrap #teamSection li {
				list-style-image:none;	
				}
							
			#tooltip {
				display: none;
				position: absolute;
				padding: 2px 20px;
				border: 1px solid #ccc;
				background: #fff;
				min-width: 120px;
				margin: 0;
				z-index: 1000;
			}
			
				#tooltip strong {
					color: #a70e11;
				}

#footer {
	width: 895px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	height: 375px;
	background: url(/images/dots.jpg) no-repeat top left;
	position:relative;
}

	#footer .addthis_toolbox {
		position: absolute;
		top: 345px;
		right: 230px;
	}
	
	#footer ul {
		width: 159px;
		min-height: 275px;
		float: left;
		margin: 50px 20px 60px 0;
		padding: 0;
		list-style: none;
	}
	
	#footer ul#lastUl {
		margin: 50px 0 0 0;
		background: none;
		width: 123px;
	}
	
	#footer a {
		color: #666
	}
	
	#footer li.firstLI {	
		font-weight: bold;
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	
	#footer li.spacedLI {	
		margin: 0 0 20px 0;
	}
	
	#footer a#viewExtraContent {
		color: #E31B24;
		cursor: pointer;
		left: 0px;
		position: absolute;
		top: 348px;
		font-weight: normal;
		color: #666;
	}

	
	#homeExtraContent {
		display: none;
		overflow: hidden;
		clear: both;
	}
	
		#homeExtraContent ul {
			float: none;
			width: auto;
			height: auto;
			min-height: 0;
			margin: 20px;
			list-style: disc;
		}


/* ie6 */

* html .homeContentItem {
	height: 100px;
}

/* further pages etc */

	#furtherLeft {
		color: #333;
		float: left;
		font-size: 12px;
		background: url(../images/furtherleftBG.gif) no-repeat  right top ;
		margin:  0 0 30px 0;
		padding: 10px 0 0 0;
		width: 152px;
		border-right: 1px dotted #b8b8b8;
		height: 100%;
		position: relative;
	}
	
	#furtherLeft a {
		font-weight: normal;
		color: #333;
		display: block;
		padding: 0 10px 0 0;
	}
	
	#furtherLeft a:hover {
		text-decoration: none;
		color: #e31b24;
		background: url(/images/doublearrow.jpg) no-repeat 135px 6px;
	}
	
	#furtherLeft .NavSelected1 a {
		background: url(/images/doublearrow.jpg) no-repeat 135px 6px;
		color: #e31b24;
	}
	
	#furtherLeft .bulletHeading {
        margin: 0;
		padding: 0;
		font-weight: bold;
	}
	
		#homepageLeft ul, #furtherLeft ul {
			margin: 30px 0 0 0;
			padding: 0;
			list-style: none;
		}
		
		#furtherLeft ul {
			margin: 15px 0 0 0px;
		}
		
			#furtherLeft ul ul {
				margin: 15px 0 0 15px;
			}
		
			#furtherLeft li.Level2 a {
				font-size: 11px;
				color: #999;
				padding: 0 30px 0 15px;
				background: url(/images/smallredarrow.jpg) no-repeat 0px 4px;
			}
			
			#furtherLeft li.Level2 a:hover {
				color: #e31b24;
			}
		
		#homepageLeft li, #furtherLeft li {
			margin: 10px 0;
		}
		
		#furtherLeft li.Level2 {
			margin: 5px 0 8px 0;
			line-height: 1.1em;
		}
		
			#furtherLeft .closerUL {
				margin-top: 40px
			}
		
			#furtherLeft .closerUL li {
				margin:  0 0 5px 0;
			}
	

	
	#furtherContentWrap {
		width: 710px;
		min-height: 205px;
		float: left;
		margin:  0 0 30px 30px;
		position: relative;
		z-index: 1;
	}

	* html #furtherContentWrap {margin: 0 0 30px 15px;}
	
	#furtherContentWrap-wide {
		min-height: 205px;
		float: left;
		margin:  20px 0 0 30px;
		position: relative;
		width: 892px;
	}
	
		* html #furtherContentWrap {
			margin:  20px 0 0 30px;
			overflow: hidden;
		}
	
		#furtherContentWrap h1, #furtherContentWrap-wide h1 {
			color: #333;
			font-size: 50px;
			font-weight: normal;
			line-height: normal;			
		}
		
		#furtherContentWrap-wide h1 {margin-bottom: 20px}
		
		#furtherContentWrap h2 {
			color: #b3b3b3;
			font-size: 38px;
			margin: 20px 0;
			line-height: 0.9em;
			font-weight: normal;
			letter-spacing: -1px;
		}
		
		#furtherContentWrap h4 {
			margin: 0 0 20px 0;
			font-size: 24px;
			line-height: normal;
			color: #b8b8b8;
		}
		
		#furtherContentWrap h3 {
			margin: 0 0 10px 0;
			font-size: 17px;
		}
		
		#furtherContentWrap p {
			margin: 0 0 20px 0;
		}
		
		#furtherContentWrap img.borderedImg {
			border-right: 2px solid #999;
			border-bottom: 2px solid #999;
		}
		
		#furtherContentWrap h2.casestudyH2 {
			font-size: 25px;
			margin: 20px 0 30px 0;
		}
			
			#casestudyScreenshot img {
				margin: 0 0 20px 0;
			}
	
		.columnalContent {
			float: left;
			width: 185px;
			margin: 20px 60px 0 0;
			color: #666;
		}
		
		.columnalContent h3 {
			color: #333;
			font-size: 16px;
		}
		
/* specific pages */

		#servicesItems {
			clear: both;
		}
		
		.servicesItem {
			width: 185px;
			height: 220px;
			border-bottom: 1px solid #ddd;
			float: left;
			margin: 0 42px 20px 0;
			padding: 3px;
		}
		
		.servicesItem:hover {
			background: #f3f3f3;
		}
		
		.servicesItem a {
			display: inline-block;
			padding: 0 15px 0 0;
			background: url(/images/doublearrow.jpg) no-repeat right 3px;
			font-size: 11px;
			line-height: 1.2em;
			margin: 0 0 8px 0;
		}
		
		.endItem {
			margin-right: 0;
		}
		
		.servicesImg {
			float: right;
			margin: -30px 5px 20px 00px;
		}
		
		#other-stuff-we-do, #other-staff {
			width: 895px;
			float: left;
			min-height: 200px;
			margin:  20px 33px 0 33px;
			padding: 30px 0 0 0 ;
			border-top: 1px dotted #b8b8b8;
		}
		
			#other-stuff-we-do h3, #other-staff h3 {
				color: #e31b24;
				width: 165px;
				border-right: 1px dotted #b8b8b8;
				height: 328px;
				padding: 12px 0 0 0;
				float: left;
			}
			
			#other-staff h3 {
				height: 228px
			}
			
			.stuffWeDo, .otherStaff {
				width: 310px;
				height: 320px;
				background: #f0f0f0;
				float: left;
				margin: 0 0 0 34px;
				padding: 10px;
			}
			
			.otherStaff {
				height: 220px;
			}
			
		.portfolioSpacer {
			padding: 20px 0 0 0;
			border-bottom: 1px dotted #b8b8b8;
			margin: 0 0 18px 0;
		}
		
			.portfolioSpacer img {
				border-right: 2px solid #ccc;
				border-bottom: 2px solid #ccc;
				margin: 0 82px 0px 0;
				padding: 0  20px;
				border-left: none; 
				border-top: none;
			}
			
			.portfolioSpacer img:hover {
				border-right: 2px solid #db2f36;
				border-bottom: 2px solid #db2f36;
				text-decoration: none;
			}
			
			.portfolioSpacer img.third {
				margin: 0;
			}
			
			.portfolioSpacer a {
				margin: 0 0 30px 0;
				padding: 0;
				display: inline-block;
			}
			
			.portfolioSpacer a:hover {
				text-decoration: none;
			}
			
		#ourLocation, #currentWork {
			border-top: 1px dotted  #b8b8b8;
			padding: 20px 0 0 0 ;
			float: left;
			margin: 20px 0px 30px 0px;
			width: 895px;
		}
		
		#currentWork {
			margin-bottom: 30px;
		}
		
			#currentWork span {
				font-weight: bold;
				font-size: 14px;
				color: #E31B23; 
				display: inline-block;
				margin: 0px 0 0 0;
				float: left;
			}

		
		.currentProject, #ourOffices, #ourLocationMap {
			float: right;
			background: #f0f0f0;
			padding: 10px;
			margin-left: 20px;
			width: 313px;
		}
		
		.currentProject {
			padding: 20px 10px 20px 20px;
		}
		
		 #ourOffices, #ourLocationMap {
		 	background: none;
			padding: 0;
			width: 333px;
		}
		
			.currentProject img {
				float: left;
				margin: 0 20px 0 0;
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
			}
			
			.currentProject p {
				margin: 0 0 10px 0;
			}
		
		 #ourOffices, #ourLocationMap {
		 	background: none;
		}
		
/*contact page*/

.contactDetails {
	background:none repeat scroll 0 0 #F6F6F6;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	clear:right;
	float:right;
	font-size:11px;
	line-height:1.2em;
	margin:0 0 20px;
	padding:10px;
	width:160px;
}
		
		#furtherContentWrap .contactDetails p {
				padding: 20px 0 0 0;
				margin: 0;
			}
			
			#map span, #map a, .gmnoprint {
				display: none;
			}
			
			#smc {
				display: block;
			}
		
		#contactForm {
			width: 490px;
			border-bottom: 7px solid #f6f6f6;
		}

			#contactForm label {
				display: inline-block;
				width: 115px;
				vertical-align: top
			}
			
			#contactForm .buttoninput {
				color: #fff;
				background: #676767;
				border: none;
				font-size: 12px;
				font-weight: bold;
				padding: 5px;
				vertical-align: middle;
				margin: 0 10px 5px 0;
				font-family: Tahoma, Helvetica, sans-serif;
				cursor:pointer;
			}
		
			.contactSpacer1, .contactSpacer2 {
				padding: 10px;
			}
			
			.contactSpacer1 {
				background: #f6f6f6;
			}
			
			.contactTextInput {
				width: 141px;
				height: 15px;
				background: url(../images/inputBG.jpg) top right;
				border: none;
				color: #666;
				font-size: 11px;
				padding: 4px 5px;
			}
			
			.contactTextInput:focus {
				background: url(../images/inputBG-active.jpg) top right;
			}
			
			.contactTextInputError {
				width: 141px;
				height: 15px;
				background: url(../images/inputBG-active.jpg) top right;
				border: none;
				color: #666;
				font-size: 11px;
				padding: 4px 5px;
			}
			
			.contactTextarea {
				width: 218px;
				height: 71px;
				background: url(../images/textarea-BG.jpg) bottom left;
				border: none;
				color: #666;
				font-size: 11px;
				padding: 4px 5px;
				font-family: Arial, Helvetica, sans-serif;
			}
			
			.contactTextarea:focus {
				background: url(../images/textarea-BG-active.jpg) bottom left;
			}
			
			.contactTextareaError {
				width: 218px;
				height: 71px;
				background: url(../images/textarea-BG-active.jpg) bottom left;
				border: none;
				color: #666;
				font-size: 11px;
				padding: 4px 5px;
				font-family: Arial, Helvetica, sans-serif;
			}

/* NEWS ARCHIVE PAGE */

#archiveYearButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #d0d0d0;
}

	#archiveYearButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
	}

	#archiveYearButtons a:hover {
		text-decoration: none;
		background: #eee;
	}
	
	#archiveYearButtons a.directorySubmitSelected {
		background: #eee;
	}

#archiveMonthButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #eee;
	margin-bottom: 20px;
}

	#archiveMonthButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
		color: #666;
		font-size: 10px;
	}
	
	.ie #archiveMonthButtons a {
		width: 8.27%;
	}
	
	#archiveMonthButtons a.directorySubmitSelected {
		color: #e31b24;
		font-size: 12px;
		text-transform: uppercase;
	}

	#archiveMonthButtons a:hover {
		text-decoration: none;
		background: #e0e0e0;
	}

.newsList {
	width: 100%;
	padding: 0 0 40px 0;
}

.newsRepeater {
	border-bottom: 1px solid #cdcdcd;
}
	
.newsListImage {
	float: right;
	margin-bottom: 10px;
}

.readMoreBtn {
	margin-top: 10px;
	display: block;
}

.newsContent img {
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.newsItem {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #999;
	background: url("/images/newsBackground.jpg") no-repeat right top;
}

/* NEWS ARTICLE PAGE */

.newsBackLinkTop {
	float: right;
}

.news_share {
	float: right;
	clear: right;
	margin: 20px 0 0 20px;
}

/* PORTFOLIO SECTION */

#portfolioTabs {
	background: #eee;
	width: 500px;
	float: left;
	margin: 10px 0 20px;
	position: relative;
	z-index: 1;

	background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffffff 0%,#eeeeee 100%); /* W3C */
}

	#portfolioTabs .tab {
		width: 20%;
		height: 40px;
		font: 17px/40px 'Helv65', Arial, sans-serif;
		display: block;
		float: left;
		text-align: center;
		cursor: pointer;
		color: #666;
		border-bottom: 1px dotted #ccc;
		border-radius: 5px 5px 0 0;
	}
	
	#portfolioTabs .tab.on {
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
		
		color: #DF1E23;
		border: 1px solid #ccc;
		border-bottom: none;
		margin: 0 -1px;
	}

#furtherContentWrap ul li {
	list-style-image:url(../images/bullets.gif);
}

.portfolioSection {	
	float: left;
	margin: 0 18px 20px 0;
	width: 344px;
	clear: left;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #ccc #ccc #eee;
	overflow: hidden;
	background: url(/images/portfolioGradBG.jpg) repeat-x left bottom;
	position: relative;
	min-height: 238px;
}

.portfolioSection:hover {
	background: url(/images/portfolioGradBG-on.jpg) repeat-x left bottom;
}

.pAltSection {
	margin: 0 0 20px 0;
	clear: none;
}

	.portfolioSection img {
		width: 344px;
	}

	#furtherContentWrap h2.pTitle {
		font-size: 1.5em;
		color: #E31B23;
		font-weight: bold;
		margin: 10px 0 10px 10px;
		display: inline-block;
		line-height: normal;
		width:100%;
	}
	
	.pLink {
		position: absolute;
		top: 0;
		left: 0;
		width: 344px;
		height: 100%;
		display: block;
		text-indent: -10001px;
	}
	
	#furtherContentWrap .portfolioSection p {
		margin: 0 0 10px 10px;
		display: inline-block;
	}
	
	.portfolioNavigation {
		overflow: hidden;
		height: 40px;
		margin: 10px 0 20px;
		border-bottom: 1px dotted #b8b8b8;
		background: #eee;
		float: right;
		width: 210px;
		text-align: center;
		position: relative;
	}

		.paginateText {
			position: absolute;
			top: 13px;
			left: 0;
			width: 100%;
			font-weight: bold;
			color: #A70E11;
			z-index: 1;
		}
		
		.paginateLink {
			position: absolute;
			top: -2px;
			left: 20px;
			padding: 0px;
			color: #A1353A;			
			text-align: center;
			font: 40px/1em Georgia, serif;
			z-index: 2;
		}
		
		.next {
			left: auto;
			right: 20px;
		}
		
		.paginateLink:hover {
			text-decoration: none;
			color: #333;
		}
		
		.portfolioDD { display: none }
		
.portfolioImg {
	width: 710px;
	margin: 0 0 20px 0;
}

#piecemaker 
{
	margin-bottom:30px;
	height: 330px;
	background: url("/images/homeBanner.jpg");
}

object#piecemaker { background: none }

.latestImg 
{
    margin: 5px 0 20px 8px;
}

.expand a.moreInformation, .expand a.lessInformation
{
	cursor:pointer;
	margin-left:5px;
}

#brandingSlider {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}

	#brandingSlider img {
		position: relative;
	}
	
	#brandingSlider span {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
		#brandingSlider span a {
			display: block;
			float: left;
			width: 10px;
			height: 10px;
			background: #fff;
			border: 1px solid #ccc;
			margin: 0 5px;
			text-indent: -10001px;
			cursor: pointer;
		}
		
		#brandingSlider span a.on {
			background: #c00;
			border-color: #c00;
		}

/* large team section */

#teamSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#teamSection li {
	float: left;
	margin: 10px;
	position: relative;
	width: 120px;
	height: 120px;
}

	#teamSection li img {
		z-index: 2;
	}
	
	#teamSection li img.preloadedImg, .preloadedImg {
		display: none;
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 1;
	}

	#teamSection li img.frame {
		z-index: 1;
	}

/* Standard form styling */

.pageForm label {
	display: inline-block;
	width: 120px;
	margin: 0 0 10px;
	vertical-align: top;
}

.pageForm td label {
	width: auto;
	margin: 0 0 0 10px;
}

.pageForm input, .pageForm textarea {
	margin: 0 0 10px;
}

.pageForm input[type="text"], .pageForm textarea {
	padding: 5px 5px 2px;
	border: 2px solid #ccc;
	font: 12px/12px Arial,san-serif;
	color: #333;
}

.pageForm textarea {
	height: 100px;
}

.pageForm table {
	max-width: 100%;
	text-align: center;
}

.pageForm .checkBoxList table {
	text-align: left;
}

.pageForm input[type="submit"] {
	background: none repeat scroll 0 0 #676767;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 5px 0;
    padding: 5px;
    vertical-align: middle;
}

.formError {
	background: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	height: 16px;
	line-height: normal;
	padding: 5px 30px;
	position: absolute;
	text-align: center;
}

.tt {
	font-size: 11px;
	color: #c00;
	position: relative;
	bottom: 5px;
	left: 2px;
	font-weight: bold;
	cursor: pointer;
}

.fatWinners
{
	background:url(../images/fat-winners.jpg) no-repeat;
	width:340px;
	height:266px;
	float:left;
	display: block;
	text-indent: -10001px;
}

.fatWinners:hover 
{
	background-position:0 100%;
	cursor:pointer;
}

a.showreel 
{
	background:url(../images/showreelBtn.png) no-repeat;
	display: block;
    height: 107px;
    position: absolute;
    right: 0;
    text-indent: -10001px;
    top: 100px;
    width: 109px;
    z-index: 998;
    cursor:pointer;
}

a.showreel:hover 
{
	background-position:0 100%;
} 

/* --- Live Chat --- */

.chat 
{
	width:152px;
	bottom: -80px;
    margin-top: 0;
    position: absolute;
    width: 152px;
}

.topPagination
{
	text-align:center;
}

.topPagination .previous
{
	float:left;
}

.topPagination .next
{
	float:right;
}

.redrose 
{
	bottom: 0px;
    position: absolute;
    right: 3px;
}

/* movember */

#movember {
	position: relative;
	height: 285px;
}

#movember img {
	position: absolute;
	top: 0;
	left: 0;
}
