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


body {
	font-family: 'Raleway', "sans-serif;";
	color: #707070;
	font-size: 12px;
	background-color: #F8F8F8;	
}


h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
	padding-left: 10px;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 80px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #06F;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: fixed;
	top: 0px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background: #FFFFFF;
}

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





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

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 900px;
	background: #FFFFFF;
	color: #3d3d3d;
	width: 100%;
		
}



.s1 {
	min-height: 650px;
	background: #FFFFFF;
	padding-top:50px;

}


.s2 {
	min-height: 800px;
	background-color: #FFFFFF;
	
}


.s3 {
	min-height: 800px;
	background-color: #FFFFFF;
	
}


.s4 {
	min-height: 900px;
	background-color: #FFFFFF;

}

.s5 {
	min-height: 800px;
	
	background-color: #FFFFFF;
}
.s6 {
	min-height: 800px;
	
	background-color: #FFFFFF;
}
p{
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	
}
#whyus:link {
	color:  #06F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
#whyus:visited {
color:  #06F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
#whyus:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #00C;
	font-weight: bold;	
}
button{
border: 1px solid #ccc;
background-color:#FFF;
	/* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
	padding-top:8px;
	
}