.content { 
	background: #ffffff;
	border: solid 1px #664b34;	
} 
.header { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px; 
	padding-top: 10px;
	border: solid 1px #c1c1c1;	
	background-color:#FFFFFF;
} 
body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-repeat: repeat-x;
	font-family: Helvetica, arial, sans-serif;
	font:16px/1.4em "lucida grande",tahoma,verdana,arial,sans-serif;
	background-color: #ffffff; 
	background: url(https://d2l6tmiv6e1a1j.cloudfront.net/common/MM_130913_cloud_burst_background.png) no-repeat center center fixed;  
	-webkit-background-size: cover;
	-moz-background-size:  cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.videobox {
	background: #FFFFFF;
	width: 800px;
	border:solid 1px #c1c1c1;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
}
p {

    text-align: left;
    font-size: 18px;
}

li {
	text-align:left;
	padding:8px 0;	
}
.redbold {
	color:#CD242A;
	font-weight:bold;
}
.redbold1 {
	color:#FF0000;
	font-weight:bold;
}
.redcenter {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	font-size:22px;
	padding:6px 0;
}
.redcenter1 {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	font-size:22px;
	margin-top:0;
}
.blue {
	color:blue;
	font-weight:bold;
	text-align:center;
	font-size:22px;
	margin-top:0;
}
h1 {
	color:#FF0000;
	font-size:32px;
	font-weight:bold;
	padding:6px 0 10px 0;
	font-family: Helvetica, arial, sans-serif;
}
h2 {
	font-size:26px;
	color:#000;
	text-align:center;
	font-weight: bold;
	line-height:30px;
}
h3 {
	font-weight:bold;
	text-align: center;
	font-size: 26px;
	color:blue;
	line-height:28px;
}
p.red {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica,arial,sans-serif;
	color: red;
}

p.strong {
	font-weight:bold;
	text-align: center;
	font-size: 20px;
}
.italic {
	font-style:italic;
}

ul.check {
	margin: 0;
	font-size:18px;
	padding: 0;
	text-align:left;
	list-style-type:none;
}
li.check {
	margin: 0 30px 0 20px;
	font-size:18px;
	padding: 8px 0px 8px 50px;
	text-align:left;
	background: url("https://d2l6tmiv6e1a1j.cloudfront.net/buttons/checkmark_blue_30w.png") left center no-repeat;
}


a.cart {
    background: url("https://d2l6tmiv6e1a1j.cloudfront.net/buttons/addtocart_guarantee.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 115px;
    width: 439px;
}

a.cart:hover {
    background: url("https://d2l6tmiv6e1a1j.cloudfront.net/buttons/addtocart_guarantee_hover.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 115px;
    width: 439px;
}

.desc_box {
	width: 700px;
	border: 2px solid #000000;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 10px;
}

#guarantee{
	background-color: #f2f2f2;
	padding-top: 25px;
	margin-top: 25px;
	width:720px;
	height: 250px;
	border: 2px solid #000000;
	border-radius: 5px;
}

#guarantee_text {
	width: 650px;
	margin-top: 20px;
	margin-left: 20px;
}
#guarantee_image {
	float:left;
	padding:0 20px 0 0;
}

#guarantee_text p {font-size: 1em; color: #000;}
#guarantee_text p.guarantee_head {font-size: 1.8em; color: #000; font-weight: bold;}

#guarantee_text .strong {
	font-weight: bold;
}

.access {
    background-color: #FFFFDD;
    border: 5px dashed #CC0000;
    margin: 10px auto;
    padding: 0 20px 30px;
    text-align: center;
    width: 680px;
}

.left {
	float: left;
	width: 100px;
	height: 100px;
	padding:0 10px 0 30px;
}

.right {
	float: left;
	width: 600px;
}
.highlight {
	background-color:yellow;
	color:#000000;
	padding:4px;
}
.highlight1 {
	background-color:yellow;
	color:#000000;
	padding:2px;
	font-weight:bold;
}
.instantaccess {
	border:#c1c1c1 solid 3px;
	padding:6px;
	background-color:#dbdbdb;
}