@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}

h1{
	color:#666;
}

h2{
	color:#FFF;
	font-size:13px;
	/* NOT VALID -> font-stretch:ultra-expanded;*/
	font-weight:200;
	margin-top:20px;
}

hr{
	border:1px #333 solid;	
}

a img {
	border:0;
	text-decoration:none;
}

a{
	text-decoration:none;
}

a:hover, a:link{
	color:#FFF;
}

a:visited{
	color:#FFF;
}

#header{
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#EDEDED;
	width:100%;
	height:700px;
	color:#999;
}

#body{
	clear:both;
	width:100%;
	color:#000;
	margin-top:20px;
}

#footer{
	margin-top:20px;
	background-color:#EDEDED;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: auto;
}

#form{
	color:#FFF;
	text-align:left;
	padding-top:5px;
}

#form_cont{
	width:100%;
	height:235px;
	background-color:#19A2C4;
	margin-top:100px;
	background-image:url(../images/footer_bg_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#about_cont{
	width:100%;
	height:340px;
	background-color:#0A0A0A;
	background-image:url(../images/footer_bg_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;		
}

.logo{ padding-top:20px; }
.content{
	width:990px;
	margin:auto;
	text-align:left;
}

.showreel{
	margin-top:30px;
	text-align:center;
}

.left_big{
	width:330px;
	float:left;
}

.left{
	width:165px;
	float:left;
	text-align:center;
}

.left p{
	width:150px;
	text-align:left;
	margin:auto;
}
.left img{
	max-height:100px;	
}
.separator{
	clear:both;	
	background-image:url(../images/separator.png);
	margin-top:25px;
	margin-bottom:25px;
}

.image{
	margin:auto;
	height:100px;
	text-align:center;	
	width:160px;
}

.clear{
	clear:both;	
}

#footer h1{
	padding-top:20px;
}

ul{
	margin:0;	
	padding-left:10px;
}

li.showcase{
	width:190px;
	height:190px;
	background-color:#FFF;
	list-style-type:none;
	float:left;
	margin:0;
	margin-top:30px;
	margin-left:35px;
	text-align:center;
	padding:5px;
}

li.showcase a:link{
	color:#000;	
}

li.showcase a:visited{
	color:#000;
}

li.showcase:hover a:link{
	color:#FFF;
}

li.showcase:hover a:visited{
	color:#FFF;
}

li.showcase:hover{
	background-color:	#4B4B4B;
	cursor:pointer;
	color:#FFF;
}

#footer p{
	text-align:left;
}

li.about{
	list-style-type:none;
	list-style-image:url(../images/quot.png);
	float:left;
	width:210px;
	padding:15px;
	padding-left:5px;
	margin-right:30px;
}

.gray6{
	color:#999;	
}

li.about:hover{
	
}
