* {
	box-sizing: border-box;
	}

html, body {
	font-family: 'Open Sans', sans-serif;
	min-height: 100%;
	margin: 0;
	padding: 0;
	line-height: 2.25em;
	background: url(../images/bg.png);
	}

h1 {
	margin: 1em;
	color: #00a651;
	font-size: 35px;
	font-weight: 800;
}

h2 {
	font-size: 24px;
	margin: 1em 2em;
	color: #555;
}

h3 {
	font-size: 18px;
	margin: 1em;
	color: #c00;
}

p {
	margin: 1em 3em;
	line-height: 2em;
	color: #555;
}

a {
	text-decoration: none;
	color: #00aeef;
	}

.storyBox {
	width: 650px;
	margin: 0 auto;
	border: 1px #ccc solid;
	background: #e1e1e1;
}

	.storyBox p {
		font-size: 14px;
	}

	.storyBox h1 {
		color: #555;
	}

	.storyBox h2 {
		font-size: 20px;
		color: #555;
	}

.reviewBox {
	width: 650px;
	margin: 0 auto 2em;
	border: 1px #00a651 solid;
	background: #fffabc;
}

	.reviewBox img {
		margin: 1em;
	}

	.reviewBox p {
		font-size: 14px;
		margin: 1em;
		color: #00a651;
	}

.noteBox {
	width: 650px;
	margin: 0 auto 2em;
	border: 1px #6dcff6 solid;
	background: #c0eeff;	
}

	.noteBox .cta {
		margin: 1em;
		text-align: center;
		font-size: 36px;
		font-weight: 800;
		color: #c00;
	}

	.noteBox a {
		color: #00a651;
	}

	.noteBox p {
		font-size: 14px;
		margin: 1em;	
	}

	.noteBox h1 {
		font-size: 24px;
	}

	.noteBox h2 {
		font-size: 18px;
	}

	.noteBox p, .noteBox h1, .noteBox h2 {
		color: #0076a3;
	}

	.noteBox ul {
		margin: 0;
	}

		.noteBox ul li {
			margin: 0;
			padding: 0;
			font-size: 15px;
		}

.tradeChart {
	margin: 0 auto;
	display: table;
	color: #555;
}

	.tradeChart ul.number {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-right: 1px #00a651 solid;
	}

	.tradeChart ul.dollar {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-right: 1px #00a651 solid;
	}

	.tradeChart ul.average {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-right: 1px #00a651 solid;
	}

	.tradeChart ul.total {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}

	.tradeChart ul li {
		text-align: center;
		padding: 0 1em;
		border-top: 1px #00a651 solid;
	}

.main-header {
	background: #00a651;
	padding: 0;
	text-align: center;
	color: white;
	text-shadow: #222 0px -1px 1px;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 999;
	transition: all 0.3s ease;
	}

.main-header a {
	position: absolute;
	left: 0.5em;
	top: 0.25em;
	color: white;
	font-size: 32px;
	}

.main-header img {
	margin: 0;
	padding: 0;
}

.main-header .logo {
	margin: 0.75em 0 0 0;
}

.main-header .btn {
	margin: 0.45em 0 0 0;
}

.page-wrap {
	float: right;
	width: 100%;
	transition: width 0.3s ease;
	}

.main-nav {
	position: fixed;
	top: 0;
	width: 0;
	height: 100%;
	background: #3B3B3B;
	overflow-y: auto;
	transition: width 0.3s ease;
	}

.main-nav a {
	display: block;
	background: linear-gradient(#3e3e3e, #383838);
	border-top: 1px solid #484848;
	border-bottom: 1px solid #2E2E2E;
	color: white;
	padding: 1em;
	}

.main-nav a:hover, .main-nav a:focus {
	background: linear-gradient(#484848, #383838);
	}

.main-nav:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	}

.wrapper {
	margin: 0;
	}

.content {
	width: 1000px;
	display: table;
	margin: 6em auto;
	}

.contentLeft {
	width: 740px;
	margin: 0;
	float: left;
	background: url(../images/bgContentLeft.png) repeat-y;
}

	.contentLeft .top {
		width: 740px;
		height: 10px;
		margin: -10px 0 0 0;
		background: url(../images/bgContentLeftTop.png) no-repeat;
	}

	.contentLeft .bottom {
		max-width: 740px;
		height: 10px;
		margin: 0 0 -10px 0;
		background: url(../images/bgContentLeftBottom.png) no-repeat;
	}

.contentLeft ul {
	margin: 1em 3em;
	font-size: 14px;
	line-height: 2em;
	color: #555;
}

	.contentLeft ul .contentLeft li {
		margin: 2em;
	}	

.footer {
	width: 720px;
	margin: 0 auto;
	display: table;
	background: #00a651;
}

	.footer a {
		color: #fff;
	}

	.footer a:hover {
		color: #ffda00;
	}

	.footer .copyright {
		float: left;
		margin: 1em;
		font-size: 12px;
		color: #fff;
	}

	.footer ul.nav {
		margin: 0;
		padding: 0;
		float: right;
		list-style: none;
		font-size: 12px;
		color: #fff;
	}

	.footer ul.nav li {
		margin: 1em 0.5em;
		padding: 0;
		float: left;
	}

.affiliateBtn {
	margin: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	background: #898989;
}

	.affiliateBtn a {
		text-decoration: none;
		color: #fff;
	}

	.affiliateBtn p {
		font-size: 12px;
		letter-spacing: 0.1em;
		margin: 0;
		padding: 0.5em 1em;
		color: #fff;
	}

.hdiv {
	width: 95%;
	height: 1px;
	margin: 0 auto;
	display: table;
	background: #ccc;
}

.clickBankForm {
	margin: 0 auto;
	display: table;
}

	.clickBankForm input {
		width: 300px;
		height: 35px;
		text-align: center;
	}

	.clickBankForm .btn {
		width: 300px;
		height: 40px;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		border: 1px solid #c00;
		background: #e1251d;
	}

.ppcKeywords {
	margin: 0 0 1em 2em;
	float: left;
}

	.ppcKeywords textarea {
		width: 200px;
		height: 400px;
		margin: 0;
	}

.ppcAds {
	margin: 0 0 0 3em;
}

	.ppcAds textarea {
		width: 300px;
		height: 100px;
		margin: 0 1em 1em 0;
	}

.ezineAds {
	margin: 0 0 1em 0;
}

	.ezineAds textarea {
		width: 500px;
		height: 300px;
		margin: 0 0 0 4em;
	}

.forumSignatures {
	margin: 0 0 0 3em;
}

	.forumSignatures textarea {
		width: 200px;
		height: 100px;
		margin: 0 1em 1em 0;
		float: left;
	}

.banners {
	margin: 0 0 0 2em;
}

.redBand {
	width: 720px;
	margin: 0 0 0 10px;
	display: table;
	background: #c00;
}

	.redBand h1 {
		color: #fff;
	}

	.redBand h2 {
		margin: 0.5em;
		line-height: 1em;
		font-size: 30px;
		font-weight: 700;
		color: #fff;
	}

#MY_VIDEO_1, #MY_VIDEO_2 {
	margin: 0 0 0 1em;
}

#MY_VIDEO_3 {
	margin: 0 0 0 0.65em;
}

.newsletterForm {
	width: 720px;
	margin: 0 auto;
	display: table;
	line-height: 1.25;
	background: #e1e1e1;
}

	.newsletterForm h1 {
		font-size: 30px;
		color: #00a651;
		margin: 0.5em;
	}

	.newsletterForm h2 {
		font-size: 18px;
		margin: 0;
		text-align: center;
	}

	.newsletterForm img {
		float: right;
		margin: 1em;
	}

	.newsletterForm form {
		margin: 0 0 1em 0;
		text-align: center;
	}

	.newsletterForm input {
		width: 165px;
		height: 30px;
		margin: 0 0.5em 0 0;
		text-align: center;
		border: 1 solid #555;
	}

	.newsletterForm .btn {
		width: 52px;
		height: 32px;
		border: 0;
		background: url(../images/btnNewsletterForm.png) no-repeat;
	}

.rightNav {
	width: 250px;
	margin: 0;
	float: left;
	}

	.rightNav .name {
		float: right;
		font-size: 14px;
		font-weight: 800;
		color: #00a651;
	}

	.rightNav .finePrint {
		font-size: 12px;
		margin: 0 1em 1em;
		clear: both;
	}

.rightQuote {
	margin: 0;
	display: table;
	clear: both;
	padding: 1em;
	border-radius: 1em;
	background: #fff;
}

	.rightQuote p {
		font-size: 12px;
		margin: 0;
	}

.close-menu {
	display: none;
	}

#main-nav:target {
	width: 20%;
	}

#main-nav:target + .page-wrap {
	width: 80%;
	}

#main-nav:target + .page-wrap .open-menu {
	display: none;
	}

#main-nav:target + .page-wrap .close-menu {
	display: block;
	}

#main-nav:target + .page-wrap .main-header {
	width: 80%;
	left: 20%;
	}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.center {
	text-align: center;
}