body {
	font: 12px/21px "helvetica neue",helvetica, arial,"lucida grande","lucida sans unicode",verdana,sans-serif;
	}

p {
	clear: left;
	color: #999;
	}

.column p {
	padding: 7px 14px 7px 14px;
	}

hr {
	border: 1px solid #181818;
	border-width: 0 0 1px 0;
	clear: both;
	padding: 21px 0 0 0;
	}

.servicelist {
	margin-left: 28px;
	}

#case_studies h3 small {
	color:#777
}a {
	color: #ccc;
	outline: 0 none;
	}
	
a:hover {
	text-decoration: none;
	}

#news a {
	color: #ccc;
	outline: 0 none;
	text-decoration: none;
	}

#news a:hover {
	text-decoration: underline;
	}.column h3 {
	line-height: 21px;
	padding: 14px 0 0 14px;
	}

/* TOGGLE TOGGLE TOGGLE TOGGLE TOGGLE */

.magic { display: none; }

.fortytwo .magic,
.magic_on .magic { display: block; }

/* EDGE GRIDLINES EDGE GRIDLINES EDGE GRIDLINES */

.magic.gridline {
	background: transparent;
	border-right: 1px dashed #00b9ff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: 90;
	}

/* THE NUMBERS THE NUMBERS THE NUMBERS */

/* LEFT: */
/* elements: 10px; */
/* text: 28px; (18 from elemental baseline) */

/* RIGHT */
/* elements: 7px; */
/* text: 24px (14 from elemental baseline) */
/* Note: 10px == 0 due to padding on .container */

/* Leftside leftside leftside */

.magic.gridline.one { /* TEXT BASELINE, LEFT -- page start */
	background: #00aeef;
	opacity: 0.2;
	left: 38px; /* 28 from edge -- main text-start baseline */
	left: 20px; /* ZONE MODE */
	left: 24px;
	width: 18px;
	}

.magic.gridline.three { /* ELEMENT BASELINE, LEFT */
	left: 20px; /* 10 from edge -- not used for anything yet */
	left: 24px;
	}

/* rightside rightside rightside */

.magic.gridline.two { /* ELEMENTAL BASELINE, RIGHT */
	left: auto;
	right: 17px;
	right: 21px;
	}

.magic.gridline.four { /* TEXT BASELINE, RIGHT */
	background: #00aeef;
	opacity: 0.2;
	left: auto;
	right: 17px; /* 10 from edge */
	right: 17px; /* 17==10, ZONE MODE */
	right: 21px;
	width: 14px;
	}
.wrap  {
	display: block;
	padding: 0 1px 0 0;
	position: relative;
	}

.wrap .shadow {
	color: #000;
	position: absolute;
	line-height: inherit;
	top: 0px;
	left: 1px;
	}

.wrap .shadow a { color: #000; }

.wrap .highlight {
	color: #fff;
	opacity: 0.7;
	position: absolute;
	line-height: inherit;
	top: 1px;
	left: 0px;
	}


.wrap .source {
	position: relative;
	}.ui-tabs .ui-tabs-hide {
     display: none;
}

.fragment-hidden { display: none; }

.fragment { clear: left; }

.fragment:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


.patch {
	background: #fff;
	display: block;
	position: absolute;
	position: absolute;
	height: 7px;
	width: 7px;
	}

.patch.one {
	top: 0;
	left: 0;
	}

.patch.two {
	background-position: bottom left;
	top: 0;
	right: 0;
	}

.patch.three {
	background-position: top left;
	bottom: 0;
	right: 0;
	}

.patch.four { 
	background-position: top right;
	bottom: 0;
	left: 0;
	}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_window a {
	color: #999;
	}

#TB_window ul {
	margin: 10px 0 7px 20px;
/*	list-style: none;	*/
	}

#TB_window h2 {
	margin: 14px 0 0 0;
	}

#TB_window img.left {
	float: left;
	margin: 14px 10px 7px 0;
	height: 140px;
	}

#TB_window p {
	clear: none;
	padding-top: 14px !important;
	}

#TB_secondLine {
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../i/content/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 102;
	color: #999;
	display:none;
	border: 0 none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	border: 0 none;
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	color: #555;
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	color: #555;
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
	color: #aaa;
	}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title {
	background-color:#e8e8e8;
	background: #555;
	color: #777;
	font-weight: 800;
	line-height: 21px;
	text-indent: 7px;
}

#TB_ajaxContent{
	background: #111;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding: 7px 7px 0px 2px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
  .column {
	display: block;
	float: left;
	margin: 0;
	padding: 14px 0 0 0;
	width: 240px;
	}

.column:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.column {display:inline-block;}
/* Hide from IE Mac \*/
.column {display:block;}
/* End hide from IE Mac */


.small.column {
	width: 240px;
	}

	.small.column .half.column {
		width: 120px;
		}

.smaller.column {
	width: 220px;
	}

.third.column {
	width: 320px;
	}
	
	.third.column .half.column {
		width: 160px;
		}

.half.column {
	width: 480px;
	}

	.half.column .half.column {
		width: 240px;
		}

.twothird.column {
	width: 640px;
	}
	
	.twothird.column .half.column {
		width: 325px;
		}

.large.column {
	width: 720px;
	}

	.large .half.column {
		width: 360px;
		}
	
	.large .third.column {
		width: 240px;
		}
		
.larger.column {
	width: 740px;
	}

.max.column {
	width: 960px;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #000 url(../i/shell/body.jpg) repeat center 150px;
	background: #000;
	color: #aec3ce;
	}

	body.fortytwo {
		background: #020304 url(../i/shell/42.jpg) repeat center 150px;
		}

.container {
	margin: 0 auto;
	position: relative;
	width: 970px;
	}

.clear { clear: both; }


#top {
	background: aqua;
	background: rgba(25,130,200,0.5);
	xborder-bottom: 1px solid rgba(255,255,255,0.1);

	background: transparent url(../i/top/blue.png) no-repeat top center;

	position: relative;
	height: 126px;
	z-index: 2;
	}

.fortytwo #top {
	opacity: 0.5;
	}

#top #logo {
	color: #fff;
	position: absolute;
	top: 21px;
	left: 50%;
	margin: 0 0 0 -470px;
	xtext-align: center;
	text-indent: -5000px;
	width: 100px;
	}

#top #logo {
	visibility: hidden;
	}

#top #logo strong {
	display: block;
	font-size: 49px;
	line-height: 49px;
	}


h1 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	top: 18px;
	left: 50%;
	margin: 0 0 0 -235px;
	}

#about {
	background: #ccc url(../i/top/silver.jpg) no-repeat top center;
	margin: -70px 0 0 0;
	padding: 35px 0;
	position: relative;
	overflow: hidden;
	}

#about .container {
	background: #000;
	position: relative;
	}

.fortytwo #about {
	background: rgba(255,255,255,0.3);
	}

	#about:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	#about {display:inline-block;}
	/* Hide from IE Mac \*/
	#about {display:block;}
	/* End hide from IE Mac */

#about .businesses {
	float: left;
	margin: 0 20px 0 250px;
	width: 220px;
	}

#about .agencies {
	float: left;
	width: 330px;
	}

#about h2 {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	}

#about p {
	color: #333;
	font-size: 11px;
	fxont-weight: 800;
	line-height: 18px;
	margin: 4px 0 5px 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	}

#about p a {
	color: #05a;
	text-decoration: none;
	}

.clients {
	xbackground: #000;
	position: relative;
	padding: 0 0 14px 10px;
	}

.fortytwo .clients {
	background: rgba(0,0,0,0.5);
	}

	.clients:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	.clients {display:inline-block;}
	/* Hide from IE Mac \*/
	.clients {display:block;}
	/* End hide from IE Mac */

.clients h3 {
	background: transparent url(../i/top/tab.png) no-repeat top left;
	color: #999;
	font-size: 13px;
	xdisplay: none;
	position: absolute;
	top: -28px;
	xright: 770px;
	left: 670px;
	xleft: -49px;
	line-height: 42px;
	padding: 0 70px 0 63px;
	xtext-align: right;
	xwidth: 1500px;
	}

#about h3 {
	background: transparent url(../i/top/tab.png) no-repeat top left;
	color: #666;
	font-size: 13px;
	position: absolute;
	bottom: -14px;
	left: 50%;
	xleft: -49px;
	line-height: 42px;
	margin: 0 0 0 180px;
	padding: 0 70px 0 63px;
	width: 1500px;
	}	
	}

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

.clients ul li {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 800;
	line-height: 84px;
	margin: 0 10px 0 0;
	padding: 14px 0;
	position: relative;
	height: 84px;
	width: 230px;
	}

.clients ul li a {
	display: block;
	position: absolute;
	height: 84px;
	width: 230px;
	}

.clients ul li a {
	background: rgba(0,0,0,0.21);
	}

.clients ul li a:hover {
	background: transparent;
	}

.clients ul li.more { display: none; }

#tabs {
	background: transparent;
	list-style: none;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin: 0 0 0 -465px;
	height: 42px;
	width: 950px;
	z-index: 50;
	}

#tabs li {
	float: right;
	line-height: 42px;
	margin: 0 0 0 -53px;
	padding: 0 57px 0 0;
	}

#tabs li a {
	color: #111;
	display: block;
	font-weight: 800;
	line-height: 31px;
	padding: 0 0 0 63px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
	}

#tabs li.tab {
	background: transparent url(../i/top/tab_right.png) no-repeat top right;
	font-size: 13px;
	height: 42px;
	}

#tabs li.tab a {
	background: transparent url(../i/top/tab.png) no-repeat top left;
	color: #888;
	text-shadow: 0 0 transparent;
	}



#latest {
	background: #0a0a0a;
	xbackground: rgba(0,0,0,0.5);
	border-top: 1px solid rgba(255,255,255,0.07);
	border-bottom: 1px solid rgba(255,255,255,0.07);
	padding: 7px 0;
	}

	#latest:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	#latest {display:inline-block;}
	/* Hide from IE Mac \*/
	#latest {display:block;}
	/* End hide from IE Mac */

#latest #tweet {
	background: transparent url(../i/shell/t.png) no-repeat left center;
	float: left;
	margin: 0 10px 0 10px;
	padding: 14px 20px 21px 90px;
	position: relative;
	width: 360px;
	}

#latest #tweet p {
	color: #999;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	}

#latest #tweet p small {
	color: #555;
	font-weight: 400;
	}

#latest #tweet a.follow {
	border-bottom: 1px solid #333;
	color: #999;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 11px;
	margin: 8px 0 0px 0;
	text-decoration: none;
	}

#latest #tweet a.follow:hover {
	border-bottom: 0 none;
	margin-bottom: 1px;
	}

#latest #tweet a.twitterlink {
	background: transparent;
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	text-align: left;
	text-indent: -5000px;
	height: 70px;
	width: 70px;
	}

#latest h2 {
	color: #555;
	font-size: 13px;
	margin: 2px 0 5px 0;
	}

#latest #news {
	background: transparent url(../i/shell/feed.png) no-repeat left center;
	float: left;
	margin: 0;
	padding: 14px 0 28px 94px;
	}

#latest #news ul {
	list-style: none;
	}

#latest #news ul li {
	color: #777;
	font-size: 11px;
	}

#latest #news ul li a {
	color: #999;
	}

 #contact {
	clear: left;
	float: left;
	padding: 0
	border-bottom: 1px solid #000;
	}

	#contact:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	#contact {display:inline-block;}
	/* Hide from IE Mac \*/
	#contact {display:block;}
	/* End hide from IE Mac */

#contact .item {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin: 7px 0;
	padding: 14px 0 14px 10px;
	width: 230px;
	}

#contact .item {
	text-decoration: none;
	}

#contact .item strong {
	color: #999;
	display: block;
	font-size: 14px;
	}

#contact .item small {
	color: #999;
	display: block;
	font-size: 11px;
	}

#contact a.item:hover {
	background: #111;
	background: rgba(30,30,30,0.4);
	}#footer {
	border-top: 1px solid rgba(255,255,255,0.05);
	clear: left;
	padding: 20px 0 0 0;
	}

#footer p {
	color: #333;
	font-weight: 800;
	margin: 0 0 0 10px;
	}

#footer .login {
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	font-weight: 800;
	margin: -10px 0 0 0;
	padding: 7px 14px;
	text-decoration: none;
	}

#footer .login:hover {
	background: #111;
	color: #444;
	}.clients ul li {
	background: transparent url(../i/logos.png) no-repeat top left;
	text-indent: -5000px;
	}

.clients li.amadeus {
	background-position: 0 0;
	}

.clients li.microsoft {
	background-position: -500px 0;
	}

.clients li.bullspot {
	background-position: -1000px 0;
	}

.clients li.thf {
	background-position: -1500px 0;
	}

.clients li.kogi {
	background-position: 0 -500px;
	}

.clients li.kogi a {
	top: -14px;
	padding-bottom: 42px;
	}

.clients li.anime {
	background-position: -500px -500px;
	}

.clients li.girlgamer {
	background-position: -1000px -500px;
	}

.clients li.bcc {
	background-position: -1500px -500px;
	}

.clients li.trailerpark {		
	background-position: 0 -1000px;
	}

.clients li.mobileroadie {
	background-position: -500px -1000px;
	}

.clients li.fatburger {
	background-position: -1000px -1000px;
	}

.clients li.compulsions {
	background-position: -1500px -1000px;
	}
	
.clients li.vidfu{
	background-position: -0px -1500px;
	}

.clients li.dragon {
	background-position: -500px -1500px;
	}