html, body {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	color: #063f73;
}

#header {
	display: block;
	width: 100%;
	height: 232px;
	background: transparent url(hed-bg.png) 0 0 repeat-x;
}

#header-short {
	display: block;
	width: 100%;
	background-color: #173c60;
	padding: 10px 0;
}

#short-text {
	display: block;
	text-align: center;
	max-width: 955px;
	margin: auto;
	color: #ffffff;
	font-size: 34px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	padding: 0 10px;
}

#exclusive-offer {
	display: block;
	width: 712px;
	height: 65px;
	margin: auto;
	text-indent: -5000em;
	background: transparent url(hed-offer.png) 0 0 no-repeat;
}

#main-text {
	display: block;
	text-align: center;
	max-width: 955px;
	margin: 22px auto 0;
	color: #ffffff;
	font-size: 44px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
}

#yellow-text-block {
	display: block;
	max-width: 955px;
	height: 90px;
	margin: auto;
	position: relative;
}

#yellow-text {
	font-family: 'Montserrat', Arial, sans-serif;
	position: absolute;
	font-size: 75px;
	text-transform: uppercase;
	font-weight: bold;
	right: 52px;
	top: -8px;
	color: #fbcf07;
}

#list-section {
	display: block;
	max-width: 955px;
	margin: auto;
}

#screen {
	display: block;
	width: 324px;
	margin: -84px 0 0 27px;
	float: left;
}

#list {
	display: block;
	width: 600px;
	float: right;
	margin: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 22px 0 0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

ul li {
	background-image: url(check.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px 0 0 35px;
	margin: 0 0 15px;
	line-height: 24px;
}

ul li.last {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 15px 0 15px;
	height: 36px;
	font-size: 36px;
	color: #5a9e2a;
	display: block;
	line-height: normal;
}

ul#system-list {
	font-weight: normal;
	margin: 0;
	font-size: 20px;
}

.list-green {
	font-size: 17px;
	color: #5a9e2a;
}

.list-small {
	font-size: 18px;
	font-weight: normal;
}

ol.numbered-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/     
    margin: 20px 0 10px 66px;
    padding: 0;
    counter-reset: li-counter;
	float: left;
	font-family: 'Lato', Arial, sans-serif;
	width: 510px;
}
ol.numbered-list > li {
    position: relative;
    margin-bottom: 7px;
    padding: 3px 0 0 0.5em;
    min-height: 26px;
}
ol.numbered-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;  
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #5a9e2a; 
    content: counter(li-counter);
    counter-increment: li-counter;
}

#started-left {
	display: block;
	float: left;
	width: 622px;
}

#book {
	display: block;
	width: 247px;
	margin: 15px 42px 0 0;
	float: right;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}

.system-text {
	display: block;
	max-width: 855px;
	margin: 15px auto;
	padding: 0 15px;
}

#commission-text {
	display: block;
	max-width: 855px;
	margin: 15px auto;
	padding: 0 15px;
}

#bar-section {
	display: block;
	width: 842px;
	margin: 15px auto 0;
}

#tradeking-bar {
	display: block;
	background-color: #333367;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:20px 20px 20px 20px;
	width: 392px;
	height: 36px;
	margin: 0 0 3px;
	padding: 0 15px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	color: #fbcf07;
	font-weight: bold;
}

.white-bar {
	display: block;
	background-color: #ffffff;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:20px 20px 20px 20px;
	height: 29px;
	margin: 0 0 3px;
	padding: 7px 15px 0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	color: #6b6b6b;
}

#tradeking-left {
	float: left;
	display: block;
	width: 94px;
	height: 36px;
	background: transparent url(tradeking.png) 0 0 no-repeat;
}

#tradeking-right {
	display: block;
	float: right;
	margin: 5px 0 0;
}

.bar-left {
	display: block;
	float: left;
}

.bar-right {
	display: block;
	float: right;
	font-weight: bold;
}

#commission-footer {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #6d6d6d;
	margin: 20px 10px;
}

.grey-section {
	display: block;
	width: 100%;
	background-color: #e7e7e7;
	margin: 16px 0 0;
}

.interior-sections {
	display: block;
	max-width: 955px;
	margin: auto;
	padding: 0 0 20px;
}

.section-header {
	display: block;
	float: left;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 15px;
	padding: 7px 20px;
	background-color: #ae9c4b;
	border-radius:0 0 10px 10px;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #5a9e2a;
}

a:hover {
	text-decoration: none;
}