.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	position:relative;
	line-height:1.4;
	text-align:left;
	font-size:17px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	overflow:hidden;
}

img.background{

	width:auto;
	height:100%;
	z-index:1;
}

h1,h2,h3,p{
	padding-left:10px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:20px 0 0 40px;
	margin:0;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 18px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0;
	padding:0px 0 0 40px;	
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 27px;
	text-transform: uppercase;
	padding:0px 0 0 40px;	
	color:#FFFFFF;	
	margin:0;
}

::selection {
	background: #cacaca;
	color: #161616;
}

::-moz-selection {
	background: #cacaca;
	color: #161616;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

a{
	text-decoration:none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color:#202020;
}

div.wrapper{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:0;
}

div.image-area{
	width:100%;
	height:727px;
	left:0;
	right:0;
	background:transparent url(../img/image-shadow-x.png) 0 100% repeat-x;
}

div.image-wrapper{
	position:relative;
	height:637px;
	margin-top:10px;
}

div.contact-wrapper{
	position:fixed;
	bottom:0;
	display:block;
	width:100%;
	left:0;
	right:0;
	height:96px;
	background-color:#fafafa;
}

div.contact-wrapper .off-left{
	display:block;
	width:5%;
	height:96px;
	background-color:#fafafa;
	float:left;
}

div.contact-wrapper input{
	position:relative;
	float:left;
	display:block;
	width:25%;
	border-width:0;
	height:96px;
	background:#fafafa url(../img/contact-left-repeat-y.png) 0 0 repeat-y;
	padding-left:20px;
	font-size:17px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	
}

a.submit{
	display:block;
	width:10%;
	height:96px;
	background:#fafafa url(../img/contact-left-repeat-y.png) 0 0 repeat-y;
	float:left;
	color:#656565;
	text-transform:uppercase;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
}

a.submit:hover{
	background-position:0 -96px;
	color:#303030;
	}

a.submit .padding{
	padding:0 20px 0 20px;
	font-size:20px;
	line-height:96px;
}

