/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

	html,body,div,span,iframe,h1,h2,p,a,big,code,img,s,small,var,i,center,ul,li,form,label,embed,footer,header,nav,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}footer,header,nav,section{display:block;}body{line-height:1;}ul{list-style:none;}body{-webkit-text-size-adjust:none}

.strapline {
	padding-top:22px; 
	padding-left:220px; 
	letter-spacing:6px; 
	font-size:10px; 
	color:#fff;	
}



/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Container */

	.container {
		margin-left: auto;
		margin-right: auto;

		/* width: (containers) */
		width: 1200px;
	}

	/* Modifiers */

		/* 125% */

		/* 75% */

		/* 50% */

		/* 25% */

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
	}

	.row > * {
		float: left;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	/* Gutters */

		/* Normal */

			.row > * {
				/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
				padding: 40px 0 0 40px;
			}

			.row {
				/* margin: -(gutters.horizontal) 0 -1px -(gutters.vertical) */
				margin: -40px 0 -1px -40px;
			}

		/* 200% */

		/* 150% */

		/* 50% */

		/* 25% */

		/* 0% */

	/* Cells */

		.\31 2u{ width: 100%; clear: none; margin-left: 0; }
		.\38 u{ width: 66.6666666667%; clear: none; margin-left: 0; }
		.\34 u{ width: 33.3333333333%; clear: none; margin-left: 0; }