/******* Results page styling *******/

#pageWrapperInner{
	position:relative;
	padding-bottom:80px;
}
					
ul#resultLogos{
	width:874px;
	float:left;
	margin:50px 0 0 80px;
	height:190px;
	/* IE6 Fix */
	display:inline;
}

	ul#resultLogos li{
	float:left;
	height:204px;
	list-style:none;
	position:relative;
	}
	
		ul#resultLogos li a{
			display:block;
			text-indent:-9999px;
		}
		
		
	ul#resultLogos li#camelot{
		z-index:1;
			margin-left:0px;
	}
		
		ul#resultLogos li#camelot a{
			width:154px;
			height:147px;
			background:url(../images/mpg-casestudy-logos-camelot.png) left top no-repeat;
		}

		
	ul#resultLogos li#magners{
	z-index:2;
	margin-left:-22px;
	}
		
		ul#resultLogos li#magners a{
			width:177px;
			height:147px;
			background:url(../images/mpg-casestudy-logos-magners.png) left top no-repeat;
		}
				
	ul#resultLogos li#ask{
		z-index:3;
		margin-left:-35px;
	}
		
		ul#resultLogos li#ask a{
			width:154px;
			height:147px;

			background:url(../images/mpg-casestudy-logos-ask.png) left top no-repeat;
		}
		
	ul#resultLogos li#e_entertainment{
		z-index:1;
		margin-left:-20px;
	}
		
		ul#resultLogos li#e_entertainment a{
			width:154px;
			height:147px;
			background:url(../images/mpg-casestudy-logos-e.png) left top no-repeat;
		}
		
	ul#resultLogos li#eblex{
		margin-left:25px;
		z-index:3;
	}
		
		ul#resultLogos li#eblex a{
			width:154px;
			height:147px;
			background:url(../images/mpg-casestudy-logos-eblex.png) left top no-repeat;
		}
	
	ul#resultLogos li#bbcthree{
		z-index:2;	
		margin-left:-30px;
	}
		
		ul#resultLogos li#bbcthree a{
			width:210px;
			height:147px;

			background:url(../images/mpg-casestudy-logos-bbcthree.png) left top no-repeat;
		}
		
	ul#resultLogos li#edf{
		z-index:5;	
		margin-left:-15px;
	}
		
		ul#resultLogos li#edf a{
			width:151px;
			height:147px;
			background:url(../images/mpg-casestudy-logos-edf.png) left top no-repeat;
		}

	ul#resultLogos li#east_coast{
		z-index:6;	
		margin-left:-25px;
	}
		
		ul#resultLogos li#east_coast a{
	width:223px;
	height:150px;
	background:url(../images/east_coast_case-studies.png) left top no-repeat;
	margin-top:10px;
		}
		
#contentLeft{
	float:left;
	margin:10px 0 0 40px;
	width:515px;
	/* IE6 Fix */
	display:inline;
}

	.crumpled{
		width:307px;
		height:631px;
		background:url(../images/crumpledBG.png) left top no-repeat;
		padding:30px 125px 20px 80px;
	}
	
		.crumpled h2{
			color:#1B3469;
			font-size:50px;
			font-weight:normal;
			margin:0 0 0 0;
		}
		
		.crumpled h2.first{
			margin:0 0 10px 0;	
		}
		
	p#facebookLike{
		float:left;
		margin:56px 0 0 109px;	
		/* IE6 fix */
		display:inline;
	}
		
#contentRight{
	width:369px;
	float:right;
}

	p.illustration{
		display:block;
		text-indent:-9999px;
	}
	
	p.illustration.solved{
		margin-top:40px;
		width:256px;
		height:122px;
		background:url(../images/illustrationSolved.png) left top no-repeat;		
	}
	
	#resultLogoLarge{
		width:454px;
		height:454px;
		background:url(../images/resultLogoLarge-BG.png) left top no-repeat;
		margin-left:-85px;
	}
	
		#resultLogoLarge img{
			margin:52px 0 0 63px;
		}
		
	p.caseStudy{
		float:left;
		margin:-8px 0 40px 10px;
	}
	
		p.caseStudy a{
			display:block;
			text-indent:-9999px;
			width:235px;
			height:51px;
			background:url(../images/buttonPlayCasestudy.png) left top no-repeat;
		}
		
#mcLogo {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin-bottom: 10px;
	position:absolute;
	right:100px;
	bottom:0;
}	

