	@font-face {
			font-family: 'HelvHeavyCond';
			src: url('/fonts/helveticaneueltpro-hvcn-webfont.eot');
			src: url('/fonts/helveticaneueltpro-hvcn-webfont.eot?#iefix') format('embedded-opentype'),
					 url('/fonts/helveticaneueltpro-hvcn-webfont.woff') format('woff'),
					 url('/fonts/helveticaneueltpro-hvcn-webfont.ttf') format('truetype'),
					 url('/fonts/helveticaneueltpro-hvcn-webfont.svg#chunkfive') format('svg');
			font-weight: normal;
			font-style: normal;
	}
		@font-face {
			font-family: 'HelvLightCond';
			src: url('/fonts/helvcondlt.eot');
			src: url('//fonts/helvcondlt.eot?#iefix') format('embedded-opentype'),
					 url('/fonts/helvcondlt.woff') format('woff'),
					 url('/fonts/helvcondlt.ttf') format('truetype'),
					 url('/fonts/helvcondlt.svg#chunkfive') format('svg');
			font-weight: normal;
			font-style: normal;
	}
	
html{
	border-top: 3px solid #FFFFFF;
	min-height: 100%;
	
}
body{
	background: url(images/noise.png) repeat;	
	border-top: 3px solid #DC4715;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	font-family: "HelvLightCond", helvetica, sans-serif;
	font-size: 32px;
}
.main{
	min-height: 100%;
	 box-shadow: inset 0 0 500px #000;
}
.content{
	width: 720px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: left;
}
.logos{
	width: 284px;
	height: 284px;
	padding-top: 10px;
	background: url(images/logos.png) no-repeat 0 12px;
	float: right;	
}
h1{
	font-family: 'HelvHeavyCond', sans-serif;
	font-size: 72px;	
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 0;
	text-shadow: -5px 5px 0px #333;
}
.icons a:hover{
	text-decoration: underline !important;	
	color: #DC4715;
}
h1 span{
	font-size: 36px;
	display: block;
	text-shadow: 0px 0px 0px ;
	text-transform: none;
	font-style: italic;
	font-family: "HelvLightCond", helvetica, sans-serif;
}
.icons{
	margin-top: 20px;
	padding-top: 75px;
	background: url(images/arrow.png) no-repeat 0 0 transparent;	
	overflow: hidden;
}
.icons a{
    color: #DC4715;
    display: block;
    float: left;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    text-decoration: none !important;	
    width: 84px;
	text-shadow: 4px 4px 5px #000000;
	font-style: italic;
}
.icons .store{ background: url(images/icon-store.png);}
.icons .mobile{ background: url(images/icon-mobile.png);}
.icons .auto{ background: url(images/icon-auto.png); padding-left: 70px; width: 74px; }
.icons .home{ background: url(images/icon-home.png); padding-left: 55px; width: 89px;}
.icons .business{ background: url(images/icon-business.png); padding-left: 55px; width: 89px;}

.click-here{
	margin-top: 20px;
	padding-bottom: 60px;	
	font-size: 36px;
}
.button{
	line-height: 56px;
	height: 48px;
	padding: 0 5px;
	background: #DC4715;	
	display: inline-block;
	border-radius: 5px;
	box-shadow: -5px 5px 0px #333;
	color: #fff;
	text-decoration: none;
}
.button:hover{
	background: #EA511E	
}
.button:active{
	box-shadow: -3px 3px 0px #333;	
	position: relative; 
	top: 2px;
	left: -2px;
}