body{
	font-family:arial, verdana;
	font-size:85%;
}

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

.fb-like{margin-top:30px;float:right}

textarea,input {
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	background: white;
	border:1px solid #bababa;
	font-family: arial;
	font-size:1.1em;
	padding:3px;
	width:300px;
}

textarea{height:150px;}

#backstretch{border:5px solid white;}
#overall{
	width:1125px;
	height:620px;
	position:absolute; 
  	top: 50%; 
  	margin-top: -310px; 
  	left: 50%; 
  	margin-left: -562px;
}

#home{
	width:800px;
	height:200px;
	display: block;
	position:absolute; 
  	top: 50%; 
  	margin-top: -100px; 
  	left: 50%; 
  	margin-left: -400px;
}


#home img{
	position:absolute;
	width:313px;
	height:81px;top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-156px;
	opacity:1;
}
#header{width:1125px;}
#header ul{margin-top:35px;}
#header ul li{float:left;display:block;margin-left:20px;}
#header ul li a{text-transform: uppercase;color:black;font-size: 0.9em;}
#header ul li a:hover,#header ul li a.active{color:#0db9e4;}

#center{width:100%;margin-top:10px;}

.project li{float:left;display:block;}
.project li a{display:block;width:225px;height:155px;overflow:hidden}
.project li a img{width:225px;height:155px;}
.project li a:hover img{display:block;opacity:0.7;}

.pictures{width:1125px;height:640px;overflow-x:scroll;}
.pictures table tr td img{height:620px}

.contact{width:1125px;height:620px;background: #f5f5f5;}
.contact form{margin:40px;padding:40px 0 0 40px;}
.contact form label{display:block;margin-bottom: 10px;}
.contact form div{margin-bottom:15px;}
.contact img.fr{margin-top:40px;padding:40px 150px;border-left:1px solid black;}
.submit{width:100px;background:black;color:white;float:right;border:none;}