@import url('reset.css');

body{
	font-family:Arial, sans-serif;
}

.contain{
	max-width:960px;
	width:100%;
	margin:0 auto;
}

.no-shrink{
	min-width:960px;
}

header{
	height:100px;
 	background:#000;
}

header img{
	margin-top:20px;
	float:left;
}


.socicon{
	float:right;
	width:40px;
	height:41px;
	background:url('../img/icons_grey.png');
	margin:5px;
	margin-top:20px;
}

.socicon:hover{
	background:url('../img/icons_color.png');
}

.soc-1{
	background-position:-1px 0px;
}

.soc-2{
	background-position:39px 0px;
	width:39px;
}

.soc-3{
	background-position:79px 0px;
}

.soc-4{
	background-position:120px 0px;
}

.soc-5{
	background-position:160px 0px;
}

.soc-1:hover{
	background-position:-1px 0px;
}

.soc-2:hover{
	background-position:39px 0px;
	width:39px;
}

.soc-3:hover{
	background-position:79px 0px;
}

.soc-4:hover{
	background-position:120px 0px;
}

.soc-5:hover{
	background-position:160px 0px;
}

.mainbody{
	background:url('../img/holder_collage.png');
	height:800px;
	background-position:top center;
}

video{
	width:800px;
	height:400px;
	position:relative;
	top:-54px;
}

.video{
	width:804px;
	height:400px;
	margin:0 auto;
	background:#000;
	position:relative;
	top:200px;
	border:5px #555 solid;
}

footer{
	height:150px;
	background:#000;
}

.copyright{
	padding-top:20px;
	border-top:1px #555 solid;
}

.copyright p{
	float:left;
	color:#aaa;
	font-size:14px;
}

.emailme{
	padding-top:25px;
	padding-bottom:15px;
}

.emailme p{
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

.emailme input{
	float:left;
}

.emailme input[type=text]{
	border-radius:5px;
	font-size:16px;
	border:1px gray solid;
	margin-left:30px;
	position:relative;
	top:-5px;
	padding:3px;
}

.emailme input[type=submit]{
	margin-left:20px;
	padding:5px;
	font-size:14px;
	text-transform:uppercase;
	color:#925f34;
	border-radius:5px;
	border:1px #d86a15 solid;
	position:relative;
	top:-6px;
	text-transform:bold;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8b386+0,d86a15+100 */
background: #d8b386; /* Old browsers */
background: -moz-linear-gradient(top,  #d8b386 0%, #d86a15 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8b386), color-stop(100%,#d86a15)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d8b386 0%,#d86a15 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d8b386 0%,#d86a15 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d8b386 0%,#d86a15 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d8b386 0%,#d86a15 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b386', endColorstr='#d86a15',GradientType=0 ); /* IE6-9 */

}