
body {
	background: #05080f url('../img/mountainbg.jpg') 0 0 no-repeat;
	background-size: contain;
	background-position: left top;
}

.img-container {
	width:250px;
	float: right;
	padding: 10px 10px 10px 20px;
	margin-left: 32px;
	margin-bottom: 10px;
}

.salespage-container .img-container p {
	font-size: 12px;
	font-family: monospace;
	text-align: center;
	line-height: 14px;
	margin-bottom: 14px;
}

.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;
}

.img-gb {
	margin: 0 auto 10px;
}

.img-ta {
	width: 227px;
}

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

.salespage-container {
	width: 830px;
	padding: 45px 60px 25px;
	background: white;
	margin: 40px auto;
/* 
	border: 3px solid #290043;
 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border-left: 4px solid #290043;
	box-shadow: 4px -3px 1px -1px #290043;
}

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

}

.salespage-container h1 {
    line-height: 57px;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 40px;
}

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

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


.salespage-container h4 {
	text-align: center;
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 36px;
    color: red;
	margin-top: 0;
}

.salespage-container h5 {
	text-align: center;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 36px;
    color: red;
	margin-top: 0;
}

.salespage-container .bullets h3 {
	border-top: 1px dashed #777;
	font-size: 36px;
	margin-bottom: 0;
	letter-spacing: -1px;
	padding-top: 10px;
}


.salespage-container .bullets h4 {
	border-bottom: 1px dashed #777;
	padding-bottom:10px;
	font-size: 22px;
	line-height: 30px;
}

.salespage-container p {
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 39px;
}

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

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

}

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

.checkout h1 {
	color:#009900;
	margin-top:30px;
	font-size:36px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 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:#fff;
}

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

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


