body {
	width: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 40%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: top;
}

sup {
  /* Move the superscripted text up */
  top: 0.8em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

/** Helper/Generic classes **/
.pushleft { float: left; }
.pushright { float: right; }
.whitebg{background-color:#ffffff;}
.greybg{background-color:#ebebeb;}
.greenbg{background-color:#66cc33;}
.orangebg{background-color:#ff6633;}
a.greenlink{
	text-decoration:none;
	font-size: 1.0em;
	color: #66cc33;
}
.font28{
	font-size: 1.7em;
}
.font20{
	font-size: 1.4em;
}
div.button{
	border-radius: 10px;
}
div.buttonbig{
	width:380px;
	min-width: 320px;
	height: 60px;
}
div.buttonsmall{
	width: 40%;
	height: 80px;
}
a {
	text-decoration: none;
	color: #fff;
}
p {
	line-height: 1.5em;
	font-size: 1.0em;
}


/** Header Styles **/
header {
	width: 100%;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border-bottom: #02a8dc 10px solid;
	background: -webkit-linear-gradient(#ddd, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ddd, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ddd, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ddd, #fff); /* Standard syntax */
	z-index: 10;
}

div#header_wrapper{
	width: 70%;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
div#logo{
	float:left;
	width:60%;
	min-width: 300px;
	position: relative;
}
div#logo img{
	width: 300px;
}
div#social{
	float: right;
	width: 40%;
	min-width: 100px;
	margin-top: 50px;
}


/*************************/
/** Main Content Styles **/
/*************************/

main{
	width: 100%;
	position:relative;
	display: block;
	top: 110px;
}



main section {
	width: 100%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sectionwrapper{
	width: 70%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*****************/
/** Top Section **/
/*****************/

div#header_image img{
	width: 100%;
}

#phrase1{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	color: #666666;
}
#phrase2{
	width: 70%;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	color: #0066cc;
	font-size: 2.3em;
	text-align: center;
}

#button1{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
}

#link_section1{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}
#link_section1 div a{
	font-size: 1.3em;
}

#brochurewrapper{
	min-width: 150px;
	float: right;
}

#brochure_text{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 1.0em;
}

#link_section1 img#brochure_image{
	height: 200px;
	position: relative;
	bottom: 130px;
	left: 80px;
	z-index: 0;
	float: right; 
	box-shadow: -10px 10px 20px #999999;
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}

/********************/
/** Middle section **/
/********************/
section#middle{
	min-height: 500px;
	top: -100px;
	z-index: 0;
	position: relative;
}

#brainhq{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align:left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#brainhqtitle{
	width: 100%;
	display: block;
	min-height: 80px;
}

#titlewrapper{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#brainhqtitletext{
	margin-left: 1.6em;
	vertical-align: middle;
	margin-top: 10px;
	position: absolute;
	display: inline-block;
}
.bluetitle{
	font-size: 1.6em;
	color: #0066cc;
}

#brainhqtext{
	font-size: 1.3em;
	float: left;
	margin-top: -50px;
}

#brainhqprices{
	width: 100%;
	margin-top: 30px;
	text-align: left;
	color: #ff6633;
	height: 200px;
	display: block;
}

.brainhqpricetitle{
	font-size: 1.5em;
	color: #ff6633;
	text-align: center;
}

.brainhqpriceinfo{
	margin-top: 15px;
}
.brainhqprice{
	width: 40%;
	float: left;
}
.price{
	font-size: 2.8em;
}
.brainhqbuy{
	width: 40%;
	float: right;
	border-radius: 10px;
	height: 100px;
	background: #ff6633;	
	text-align: center;
	vertical-align: middle;
}
.brainbuytext{
	font-size: 1.4em;
	color: #fff;
	margin-top: 40px;
}
.brainbuytext a {
	text-decoration: none;
	color: #fff;
}

.price_section{
	width: 50%;
	background-color: #fff;
	min-height: 150px;
	padding: 20px;
	position: relative;
	display: block;
	border: #ebebeb thin solid;
}

.roundcorners{
	border-radius: 30px;
}

/** Bottom section **/

#bottom{
	min-height: 170px;
	margin-top: -80px;
		
}

#infolinks{
	width: 40%;
	min-width: 220px;
	float: left;
	font-size: 0.9em;
}

#quote{
	width: 60%;
	min-width: 330px;
	float: right;
}

blockquote{
	color: #3366cc;
	font-size: 1.1em;
	text-align: right;
}

#quotesource{
	color: #3366cc;
	font-size: 1em;
	text-align: right;
	margin-top: 15px;
}


#crewrapper{
	width: 100%;
	display: block;
	margin-top: 40px;
	margin-bottom: 0px;
}
#creleft{
	width: 20%;
	min-width: 235px;
	float: left;
}
#creright{
	width: 70%;
	min-width: 300px;
	float: right;
	font-size: 1.3em;
}


/*******************/
/** Footer Styles **/
/*******************/
#footer {
	background-color: #ebebeb;
	width: 100%;
	position: relative;
	min-height: 100px;
	margin-top: 100px;
}

#footer_wrapper{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	font-size: 0.8em;
}


























