* {margin: 0; padding: 0; outline: 0;}


.clear {
	clear: both;
}
.wrap {
     width:100%; *width:100%; _width:100%; height:auto;
    position:relative;
    z-index:0;
    top:0;
    left:0;
    margin:0 auto;
}



.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
    float:left;
	padding: 0 0 20px 0;
}


.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
    margin:0 auto;
	font-size: 18px;
	font-weight:normal;
	padding:0;
    left:0;
    background:none;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top:95px;
	height: 50px;
	z-index: 1000;
	width: 100%;
    left:0;
	background: #b70600;

}

.subMenu .inner {
	padding:0;
	font-weight:normal;
}





.subNavBtn {
	display: block;
	height: 35px;
	width: 12%;
	float: left;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 2% 0 2%;
	text-align: center;
	color: #fff;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
    height:auto!important;
	color:#3d3d3d;
	
}




