html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-attachment: fixed;
	background-position: center top;
	background-color: #DCDCDC;
}

#columnTitle{font-size: 1.25em;}

.center {
	width: 960px;
	margin: 0 auto;
}
#showHideDiv {
	width: 100%;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.sub {
	margin-top: -40px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.affiliateBlock {
	background-color: #096D90;
	float: right;
	height: 40px;
	width: 150px;
	margin-top: -20px;
	padding-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px 2px #676767;
	-webkit-box-shadow: 0px 2px 5px 2px #676767;
	box-shadow: 0px 2px 5px 2px #676767;
	text-decoration: none;
}
.affiliateBlock a {
	color: #FFF;
	text-decoration: none;
}
.affiliateBlock a:hover {
	color: #FFF;
	text-decoration: underline;
}
.topBlock {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
	height: 30px;
	width: 100%;
	background-color: #ffb2b2;
	-moz-box-shadow: 0px 2px 10px 2px #676767;
	-webkit-box-shadow: 0px 2px 10px 2px #676767;
	box-shadow: 0px 2px 10px 2px #676767;
}
ul.smallchecks {
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
}
ul.smallchecks li {
	margin-left: 20px;
	font-size: 14px;
	line-height: 21px;
	list-style: none;
	margin-bottom: 12px;
	background-image : url(../images/Check.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 2em;
}
.logo {
	width: 400px;
	float: left;
	margin-bottom: 0px;
}
.contact {
	float: right;
	width: 400px;
	text-align: right;
}
.bonus {
	background-color: #FF0;
}
#header {
	padding: 10px 0;
	margin: 0 auto;
	width: 100%;
}
.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/** Normalize CSS-copy **/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
 display: none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
h2 {
	font-size: 1.5em;
	margin: .83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .67em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/** Main CSS-Copy **/
html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
header {
	padding-top: 10px;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.main aside {
	background: none; /* #F0F0F0 *//*   border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; */
}
.footer-container {
	background: #000;
}
.title {
	float: left;
	text-align: center;
	line-height: 2ex;
	color: #000;
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul {
	margin: 0;
	padding: 0;
}
nav a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #e44d26;
}
nav a:hover, nav a:visited {
	color: white;
}
nav a:hover {
	text-decoration: underline;
}
/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 10px 0;
}
.main article h1 {
	font-size: 2em;
}
.main aside {
	display: none;
	color: #000;
	float: right;
	padding: 0px 3% 10px;
}
.footer-container footer {
	color: white;
	padding: 20px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */

header .logo {
	width: 158px;
	height: 50px;
	margin: 5px auto;
	background: url('../img/AROI-logo-mobile.png') no-repeat;
	background-position: top center;
	background-size: 100%;
}
.addCart {
	display: block;
	width: 100%;
	margin: 10px auto 10px;
	text-align: center;
}
.addCart img {
	display: block;
	margin: 10px auto;
}
p.noThanks {
	text-align: center;
	margin-top: 4em;
}
.header-contact {
	float: right;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.header-contact p {
	text-align: center;
	margin: 0;
	line-height: 1.2em;
	font-size: 9px;
	line-height: 12px;
}
.progress {
	display: none;
	float: left;
	height: auto;
	width: 100%;
	margin: auto;
	text-align: center;
}
.progress img {
	width: 100%;
}
.receipt {
	padding: 0;
}
.summary {
	background-color: #C6F1C1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 25px 0 15px;
	padding: 5px 10px 25px;
	background-color: rgba(45, 2, 81, .1);
}
.summary hr {
	width: 100%;
	height: 1px;
	margin: 0;
	border: 1px;
	background-color: #000000;
	color: #000000;
}
.videoWrapper {
	margin: 10px 0;
}
h1.thankYou {
	color: #D03239;
	margin: .67em 0 1.33em;
	text-align: center;
}
footer p, footer a {
	color: black;
	text-decoration: none;
}
span.red {
	display: inline-block !important;
}
#submitBuyUpsell {
	margin: 15px 0;
}
.submitBuyUpsell {
	cursor: pointer;
}
/* Old styles imported from other funnels, update when I can.. */
.quotebox {
	display: block;
	font-size: 14px;
	font-family: "Palatino", Georgia, "Times New Roman", Times, serif;
	color: rgba(45, 2, 81, .6);
	background-color: #F0F0F0;
	padding: 35px;
	margin: 10px 10px 20px;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.quotebox p:first-child {
	text-align: justify;
}
.quotebox p:last-child {
	padding-top: 15px;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.quotebox:first-line {
	font-size: 18px;
	font-variant: small-caps;
}
/*.quotebox:before {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 50px;
	margin: -35px 0px 0px -45px;
	color: #4B0B6B;
	font-family: "Georgia";
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}*/
/*.quotebox:after {
	content: "\201D";
	position: absolute;
	font-size: 80px;
	line-height: 50px;
	margin: -50px 0px 0px 275px;
	color: #4B0B6B;
	font-family: "Georgia";
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}*/
.bqstart {
	float: left;
	height: 10px;
	font-size: 750%;
	color: #b80b0b;
	margin-left: -45px;
	margin-top: 10px;
}
.bqend {
	float: right;
	height: 15px;
	padding-top: 0px;
	font-size: 750%;
	color: #b80b0b;
	margin-top: 25px;
	margin-right: -45px;
}
.bqstart, .bqend {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.buy_boxnew {
	width: 60%;
	min-width: 380px;
	text-align: center;
	background-color: #FFFFEC;
	border: 5px dashed #c00;
	border-collapse: collapse;
	padding: 10px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
}
.cvv {
	font-size: 10px;
	text-decoration: none;
}
.topbar {
	display: none;
	width: 100%;
	height: 5px;
	background-color: #666;
	margin: 0;
}
/* ==========================================================================
   Order Form
   ========================================================================== */

.form-wrapper {
	max-width: 700px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#order-form input[type="text"], #order-form input[type="email"], #order-form input[type="tel"], #order-form select, #order-form input[type="password"], #order-form input[type="url"], #order-form textarea {
	font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#order-form {
	text-shadow: 0 1px 0 #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #F0F0F0;
	padding: 5px 20px 15px;
}
#order-form h3 {
	color: #000000;
	display: block;
	font-size: 21px;
	margin: 1em 0;
}
#order-form h4 {
	color: #000000;
	display: block;
	font-size: 17px;
}
#order-form h5 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	line-height: 21px;
	font-style: italic;
}
#order-form .summary {
	text-shadow: none;
}
#order-form .summary h3 {
	margin: 1em 0 0;
}
#order-form .summary h5 {
	margin: .5em 0;
}
#order-form .summary table {
	font-size: 14px;
	line-height: 18px;
}
#order-submit {
	margin-top: 30px;
	background-color: #2d0251;
}
#order-form label span {
	cursor: pointer;
	color: #000000;
	display: block;
	margin: 5px 0 0;
	font-size: .9em;
	font-weight: 900;
}
#order-form input[type="text"], #order-form input[type="email"], #order-form input[type="tel"], #order-form select, #order-form input[type="password"], #order-form input[type="url"], #order-form textarea {
	width: 95%;
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #2d0251;
	background: #FFF;
	margin: 0 0 5px;
	padding: 6px;
	border-radius: 5px;
}
#order-form input[type="text"]:hover, #order-form input[type="email"]:hover, #order-form input[type="tel"]:hover, #order-form select:hover, #order-form input[type="password"]:hover, #order-form input[type="url"]:hover, #order-form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
#order-form textarea {
	height: 100px;
	max-width: 100%;
}
#order-form button[type="submit"] {
	font: bold 23px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	color: #ffffff;
	font-size: 23px;
	padding: 15px;
	text-decoration: none;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 2px 2px #2d0251;
	border: solid #2d0251 2px;
	background: #2d0251;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d0251), to(#9F79EE));
	background: -moz-linear-gradient(top, #2d0251, #9F79EE);
}
#order-form button[type="submit"]:hover {
	background: rgba(45, 2, 81, .5);
}
#order-form button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#order-form input:focus, #order-form textarea:focus {
	outline: 0;
	border: 1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* ====================
    INTERMEDIATE: Menu
   ==================== */

nav a {
	float: left;
	width: 27%;
	margin: 0 1.7%;
	padding: 25px 2%;
	margin-bottom: 0;
}
nav li:first-child a {
	margin-left: 0;
}
nav li:last-child a {
	margin-right: 0;
}
.topbar {
	display: block;
}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

nav ul li {
	display: inline;
}
.oldie nav a {
	margin: 0 0.7%;
}
/* ========================
    INTERMEDIATE: Display aside, format header contact info, and progress bar
   ======================== */
#order-form {
	padding: 5px 25px 15px;
}
.main {
	padding: 10px 0 30px;
}
.main aside {
	display: block;
}
.header-contact {
	width: 30%;
	float: right;
	margin: 0;
}
.header-contact p {
	font-size: 14px;
	line-height: 19px;
	text-align: right;
}
header .logo {
	float: left;
	background-image: url(../images/logo.png);
	width: 260px;
	height: 85px;
}
.progress {
	display: block;
}
.title {
	text-align: left;
}
}
 @media only screen and (min-width: 768px) {
/* ====================
    WIDE: CSS3 Effects
   ==================== */

/* ============
    WIDE: Menu
   ============ */

nav {
	float: right;
	width: 38%;
}
/* ============
    WIDE: Main
   ============ */

.form-wrapper {
	float: left;
	width: 50%;
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.main aside {
	float: right;
	width: 42%;
}
}
 @media only screen and (min-width: 1140px) {
/* ===============
    Maximal Width
   =============== */

.wrapper {
	width: 1026px; /* 1140px - 10% for margins */
	margin: 0 auto;
}
/* Display extra testimonials/content */
.opt {
	display: block !important;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.centered {
	text-align: center;
}
.highlighted {
	background-color: rgba(45, 2, 81, .5);
}
.highlighted td {
	padding: 5px;
	color: #FFFFFF;
	line-height: 16px;
}
.red {
	color: red !important;
}
.short {
	min-width: 50px;
	width: 25% !important;
}
.blank {
	background: none !important;
}
.opt {
	display: none;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/** Style CSS-Copy **/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.shell {
	margin: 0 auto;
	width: 858px;
}
p {
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
}
p, h1, h2, h3, h4, h5, h6, h7, span, #headline, #sub-headline {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	;
}
body {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #4f4f4f;
	background-color: #DCDCDC;
}
header {
	padding: 10px 0;
	margin: 0 auto;
	width: 100%;
}
.logo {
	cursor: pointer;
	border: none;
	padding-top: 12px;
}
#content {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#content .shell {
	padding-top: 20px;
}
#headline {
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #39a0e1;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 10px;
	line-height: 36px;
}
#sub-headline {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #777777;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 10px;
	line-height: 36px;
}
#video {
	width: 858px;
	padding-bottom: 50px;
	background: url('../img/video-bg.png') 0 bottom no-repeat;
	text-align: center;
}
div#video > div {
	margin: 0 auto
}
div#video > div[id|=leadplayer_video_element_] {
	margin: 0 auto
}
a.btn {
	background: url('../img/btn-glare.png') repeat-x scroll 0 0 transparent;
	background-color: #f9d300;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px 5px 5px 5px;
	color: #C5A200;
	display: block;
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	height: 87px;
	margin: 0px auto 20px;
	width: 858px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 87px;
	overflow: hidden;
	box-shadow: inset 0px 1px 0px 1px rgba(250, 250, 250, 0.4);
}
a.btn:hover {
	background-color: #fcdc20;
}
a.btn span.arrow {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../img/arrow.png') 0 center no-repeat;
}
#guarantee {
	width: 858px;
	margin: 20px 0 0px;
	padding: 0px 0 20px;
}
.cnt {
	float: left;
	padding: 0;
	margin: 12px 0 0 10px;
}
#guarantee .cnt h1 {
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
#guarantee .cnt h2 {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 20px;
}
#guarantee .cnt p {
	font-size: 12px;
	color: #0d8eb9;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#guarantee .cnt {
	max-width: 250px;
}
#secure .cnt {
	max-width: 130px;
}
#money-back {
	float: left;
	width: 40%;
}
#money-back img {
	float: left;
}
#secure {
	float: left;
	margin-left: 10px;
	width: 30%;
}
#secure img {
	float: left;
}
#cards {
	float: right;
	margin-top: 10px;
	width: 240px;
}
footer {
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
}
footer p {
	font-size: 14px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding-top: 0;
	color: #414141;
}
footer p.legal {
	margin: 0px auto;
	padding-bottom: 10px;
}
footer p a {
	color: #414141;
	text-decoration: underline;
}
header {
	background: url("../images/header_gears.png") no-repeat center top, url("../images/bg.jpg") repeat-x, #2b2b2b;
}
header .logo {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 60px;
	width: 300px;
	margin: 10px 0 10px 0
}
header .thinLine {
	height: 2px;
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
header h1 {
	margin: 17px 0 49px 0;
	font-size: 600%;
	color: white;
	text-shadow: 2px 2px 0 #000;
	text-align: center;
	line-height: 83%
}
header h1 span {
	display: block;
	color: #acacac;
	font-size: 59%;
	font-weight: 200
}
header h1.smallest {
	font-size: 150%;
	margin: 20px 0;
	line-height: auto;
	color: #acacac
}
header .grid-container {
}
 @media only screen and (min-width: 550px) and (max-width: 655px) {
header {
	font-size: 82%
}
}
 @media only screen and (min-width: 550px) and (max-width: 655px) {
header {
	font-size: 70%
}
}
 @media only screen and (min-width: 0px) and (max-width: 549px) {
header {
	font-size: 50%
}
}
/** Thanks Page **/
#logo {
	position: relative;
	display: inline;
}
#help {
	position: relative;
	display: inline;
	padding-top: 20px;
}
#link {
	position: relative;
	display: inline;
}
.clearB {
	clear: both;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
