/*
	AUTHOR: Josh Horvath
			josh@faduchigroup.com
			http://www.faduchigroup.com
			
	PRIMARY COLOURS:
			Grey: #ef0030
			
/*

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; background: url(images/background.png); }

ul	{ list-style: none inside; }
p	{ font-size: 12px; line-height: 18px; margin-bottom: 12px; color: #614d44; }
a	{ outline: none; }
h1, h2 { font-size: 27px; color: #4a3c37; }
h3 { font-size: 24px; color: #4a3c37; }
a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatLeft  { float: left; }
.floatRight { float: right; }
.clear		{ clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	/*width: 1387px;*/
	margin: 0 auto;
	background: url(images/top.jpg) top no-repeat;
	padding: 40px 0;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 464px;
	text-indent: -9999px;
	margin: auto;
	width: 1154px;
	position: relative;
	}
#before {
	position: absolute;
	left: 956px;
	top: 15px;
	background: url(images/before.jpg) no-repeat;
	width: 242px;
	height: 232px;
	}
#comingsoon {
	position: absolute;
	top: 150px;
	left: -65px;
	background: url(images/ComingSoon.png) no-repeat;
	width: 192px;
	height: 68px;
	}
#content-wrap {
	width: 1154px;
	background: #fff;
	margin: auto;
	}
.title-whynextstep {
	height: 29px;
	background: url(images/title-whynexstep.png) no-repeat;
	text-indent:-9999px;
	}
p span {
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-top: 5px;
	}
#section-1 {
	float: left;
	width: 740px;
	padding: 24px 0 0 24px;
	}
#section-2 {
	float: left;
	width: 398px;
	margin-right: 24px;
	line-height: 18px;
	}
#section-2 p { line-height: 18px; }
#section-3 {
	text-indent: -9999px;
	background: url(images/stagingrates.png) no-repeat;
	width: 318px;
	height: 336px;
	float: left;
	}
#section-3 h2,
#section-3 p { display: none; }
#section-4 {
	float: left;
	margin: 0 24px 0 0;
	width: 338px;
	background: url(images/carla.jpg) no-repeat top;
	padding-top: 175px;
	padding-left: 24px;
	}
#section-4 p { line-height: 24px; }
#section-5 {
	background: url(images/bottom.jpg) no-repeat top left;
	width: 1154px;
	height: 223px;
	text-indent: -9999px;
	clear: both;
	margin: auto;
	margin-top: 3px;
	}
#contact {
	z-index: 100;
	float: right;
	margin-right: 130px;
	margin-top: 40px;
	text-indent: 0;
	}
#footer {
	background: url(images/footer.png) no-repeat;
	height: 37px;
	margin: auto;
	width: 1106px;
	padding: 0 24px;
	}
#footer a,
#footer p {
	float: left;
	display: inherit;
	line-height: 37px;
	color: white;
	display: block;
	}
#footer a { margin-left: 740px; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/* END STRUCTURE */
