/* O'Boy Plubming - Coming Soon Styles */

body {
	background: #efddb6;
	height: 100%;
	font-size: 16px;
	color: #001441;
	text-align: center;
	line-height: 1.5;
	font-family:'Proxima N W01 Reg';
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

header {
	background: url("../img/bg_header.jpg") repeat-x;
}

	#logo {
		width: 980px;
		margin: 0 auto;
	}

section#container {
	width: 980px;
	margin: 0 auto;
	font-size: 1.250em;
}

.content {
	padding: 0 0 21% 0;
}

a {
	font-family:'Proxima N W01 Xbold';
	text-decoration: none;
	color: #001441;
}
	a:hover {
		color: #860a0e;
	}

h1 {
	font-size: 3.000em;
	font-family:'Proxima N W01 Xbold';
	line-height: 1;
	padding-top: 2%;
	padding-bottom: 3%;
}

h2 {

}

h3 {

}

.one_half {
	width: 50%;
	float: left;
	position: relative;
	z-index: 2;
}

.one_half.last {
	margin-right: 0;
	padding: 0;
}

footer {
	background: #860a0e;
	width: 100%;
	color: #efddb6;
	font-family:'Proxima N W01 Xbold';
	height: 280px;
}
	footer #truck {
		position: relative;
		top: -105px;
	}