body {
	background: #3595BD;
}

.salespage-container {
	width: 700px;
	padding: 25px 50px;
	background: white;
	margin: 40px auto;
	border: 2px solid #666;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}


.font-darkred {
	color: #880000;
}

.font-black {
	color: black;
}

.img-center, .img-left, .img-right {
	display: block;
}

.img-center {
	margin: 0 auto 26px;
}

.img-left {
	float: left;
	margin-right: 26px;
}

.img-right {
	float: right;
	margin-left: 26px;
}

.highlight {
	background: yellow;
	color: black;
}

.superhugehead {
	margin-top: 100px;
	font-size: 70px;
	line-height: 90px;
}

.bullettext p {
	margin-left: 20px;
	color: #555;
}

.salespage-container h1, .salespage-container h2, .salespage-container h3,
.salespage-container h4, .salespage-container h5, .salespage-container h6 {
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-transform:capitalize;
	margin-top: 4px;
}

.salespage-container h1 {
	color: #880000;
	line-height: 44px;
	margin-bottom: 28px;
}



.salespage-container h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

.salespage-container h3 {
	margin-bottom: 30px;
	font-size: 26px;
	text-align: left;
}



.salespage-container h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 22px;
	line-height: 22px;
	margin-top: 0;
}

.salespage-container p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
}

.salespage-container ul li {
	font-size: 15px;
	line-height: 24px;
	font-family: sans-serif;
	margin: 0 36px 24px 1px;
	list-style-type: none;
  	background: url('../img/bullet.png')  no-repeat 0 5px;
	padding: 0 0 0 28px;
}

.salespage-container .whatyouget {
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
	font-size: 34px;
	padding: 16px 0;
	color: #990000;
}

.checkout {
	width:75%;
	background:;
	border:2px dashed #383838;
	margin:0 auto 26px;
	padding:0 30px 10px;
		background:#ffffcc;

}

.checkout p {
	font-size:14px;
	line-height:21px;
	margin-bottom:21px;
}

.checkout h1 {
	color:#009900;
	margin-top:20px;
	font-size:26px;
}

.checkout h2 {
	font-size:16px;
	margin-top:20px;
	color:#000;
}

.checkout a:link, #checkout a:visited {
	text-decoration:none;
	border:none;

}

.footer-container {
	margin:50px auto;
}

.footer-container p {
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-family:sans-serif;
	color:#444;
}

.footer-container a {
	color:#333;
	text-decoration:underline;
}

.footer-container a:hover {
	color:#990000;
}


/* Large desktop */
@media (min-width: 1200px) {

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.salespage-container {
	width: 75%;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.salespage-container {
	width: 75%;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}