@charset "UTF-8";
/* CSS Document */

#topbanner .topbanner{
	border: 1px solid #424344;
}
#leftnavi{
	font-family: "Gill Sans","Geneva", "Trebuchet MS",verdana, sans-serif;
	width: 165px;
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
}
#buttons{
	margin-top: 30px;
}
#buttons .button{
	float: left;
	margin-bottom: 9px;
	width: 167px;
	position: relative;
	height: 97px;
	overflow: hidden;
	border: 1px solid #424344;
	cursor: pointer;
}
#buttons .button .label{
	position: absolute;
	bottom: 0px;
	border-bottom: none;
	width: 163px;
	/*height: 125px;
	margin-top: 70px;*/
	background-image:url(images/scanlines.png);
	background-repeat:repeat;
	background-attachment: fixed;
	padding-left: 6px;
}
#buttons .button .label .title{
	font-family: "Gill Sans","Tahoma",verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 1px;
	font-weight: lighter;
}
#buttons .button .label .link{
	padding-top: 2px;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 5px;
	height: 12px;
}

#rightcolumn{
	width: 168px;
	float: right;
	font-size: 12px;
	padding-top: 30px;	
}
#lab{
	border: 1px solid #424344;
	width: 166px;
	overflow: hidden;
}
#lab .title{
	font-family: "Gill Sans","Tahoma",verdana, sans-serif;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: lighter;
	font-size: 20px;
}
#lab .subtitle{
	font-family: "Gill Sans","Tahoma",verdana, sans-serif;
	color: #C00;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
#lab .flowtext{
	padding: 10px;	
	font-size: 11px;
}
#maincontent{
	padding: 30px;
	float: left;
	width: 530px;
	font-size: 11px;
	padding-top: 18px;
}
#maincontent p{
	margin-top: 0px;
}
#maincontent h1, #maincontent .title{
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
}
#maincontent h2{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #FFF;
}
#maincontent .flowtext{
	text-align: justify;
}
#maincontent small{
	font-size: 11px;
	color: #666666;
}
#maincontent h3{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FFF;
}
#showcase{
	border: 1px solid #666666;
	padding: 10px;
	background-color: #000000;
	height: 550px;
	width: 640px;
	font-size: 11px;
}
#showcase.video{
	height: 383px;
}
#showcase.team{
	height: 640px;
}
#showcase h1{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portfolio h1{
	font-size: 16px;
	color: #FFF;
}
#portfolio .element, #clientlist .element{
	margin-bottom: 10px;
	margin-right: 15px;
	height: 125px;
	float: left;
	width: 90px;
}
#portfolio .last, #clientlist .last{
	margin-right: 0px;
}
#portfolio .element img, #clientlist .element img{
	border: 1px solid #666666;
	padding: 5px;
}
#portfolio .caption, #clientlist .caption{
	font-size: 9px;
	padding-right: 10px;
	text-align: left;
}
#agency .image{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	position: relative;
}
#contact .element{
	float: left;
	padding-right: 25px;
	padding-top: 20px;
	width: 150px;
	height: 100px;
}
#contact .name{
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
}
#contact .jobdesc{
	font-size: 14px;
	color: #FFF;
}
#agency .element{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#screenshots img.screenshot{
	float: left;
	padding: 3px;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
}
