body {
	background: url(../img/videobg.jpg) top center no-repeat;
	min-height:500px;
	padding:66px 0 0 0;
}

#homeheader {
	position:relative;
	width:960px;
	height:70px;
	margin:0 auto;
	text-align: center;
	padding: 39px 0 0 0;
}

#home {
	position:relative;
	width:860px;
	padding:0;
	margin:0 auto;
	font-size:1.3em;
	text-align:center;
}


#home a {
	text-decoration:none;
	display:block;
}

#home p {
	padding: 20px 0;
	text-shadow: 0px 1px 1px #000;
}

#home img {
	margin:0 0 7px 0;
}


#home .row {
	padding-top: 20px;
	clear:both;
}

#home .row h2 {
	text-align:center;
	display:block;
	font-weight:400;
	font-size:1.3em;
	letter-spacing: 0.3em;
	color:#333;
	color:#aaa;
	margin:0;
	padding:15px 0;
	clear:both;
	text-transform:uppercase;
	background:url(../img/line.png) center center repeat-x;
	text-shadow: 0px 1px 2px #000;

}

#home .row h2 span {
	margin-left:-30px;
	padding:0 10px 0 30px;
	background:#090909;
}

h1 {
	display:block;
	text-align:center;
}

#home a.case {
	display: block;
	width:180px;
	height:130px;
	float:left;
	margin:0 0 20px 0;
	padding:0 10px 0 21px;
	letter-spacing:0.2em;
	text-transform:lowercase;
	color:#333;
}

#home a.case img {
	opacity:0.8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#home a.case:hover {
	color:#fff;
}

#home a.case:hover img {
	opacity:1;
}


#home a.case .title {
	text-transform:uppercase;
}

#showreel {
	width:768px;
	height:432px;
	padding:66px auto 0 auto;
	margin:0 auto 2px auto;
	clear: both;
}
