html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica', 'Arial', serif;
	color:#626161;
	font-size:16px;
	background:#000;
	font-weight: lighter;
	}
	
h1, h2, h3 {
	font-family: 'Helvetica', 'Arial', serif;
	margin:0;
	}

img {border:0;}	

.centred {
margin:0 auto;
text-align:center;
width:540px;
}
	
	
.clearer {clear:both; height: 0;}

*:focus  
{  
    outline: none;  
}  

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



::selection {
	background: #523102; /* Safari */
	color:#fff;
	}
	
::-moz-selection {
	background: #523102; /* Firefox */
	color:#fff;
}

.opacity{
	background: url(images/opacity-bg.png);
	padding: 30px;
	position: relative;
}

.main{
	width: 440px;
	height: auto;
	background: #fff;
	position: relative;
	padding: 20px 20px 5px 20px;
}

img.bg {
	 
	min-height: 100%;
	min-width: 1024px;
	
	width: 100%;
	height: auto;

	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

@-moz-document url-prefix() { 
  img.bg {
     display: none;
  }
  
  html, body{
	  background: url(images/background.jpg) center top fixed;
	  background-size: cover;
	  
  }
}

.logo{
	float: left;
	width: 80px;
	height: 80px;
	color: #4e4e4e;
	font-size: 12px;
	margin: 0 20px 20px 0;
}

.company-name{
	float: left;
	text-align: left;
	width: 320px;
	margin-top: 10px;
}

.company-name h1{
	font-size: 40px;
	color: #383737;
}

.company-name h2{
	font-size: 17px;
	color: #4396a9;
	font-weight: normal;
	margin-top: 3px;
}

.address{
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 20px;
}

.contact{
	float: right;
	text-align: right;
	margin-right: 20px;
	line-height: 1.5;
}

.icons{
	margin-top: 5px;
}

.email-signup{
	margin-top: 20px;
}

.credit{
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

.credit img{
	margin-bottom: -6px;
}

.emailsubmit{
	background: #4396a9;
	color: #fff;
	border: none;
	border-radius: 0px 5px 5px 0;
	padding: 20px;
	font-size: 16px;
	padding: 10px;
	margin-left: -10px;	
}

.emailsubmit:hover{
	background: #999;
	cursor: pointer;
}

.emailtextbox{
	box-shadow: inset 0 0 10px #8d8c8c;
	border: none;
	color: #8d8c8c;
	padding: 11px 5px 11px 10px;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	font-weight: normal;
	width: 280px;
}

.email-thanks {
margin-top:10px;
display:none;
}





