@charset "UTF-8";
/* To Save A Life - Devo2Go */
body {
	background:#000;
	margin:15px 0 15px 0;
}
hr {
	border: none 0;
	border-top:1px dashed #847d6d;
	height:1px;
	width:98%;
}
a, a:visited {
	color:#a51e22;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	margin:0;
	font-weight:bold;
	color:#A51E22;
	font-size:1.1em;	
}
h3 {
	margin:0;
	font-weight:normal;
	font-size:1.2em;
}
.left {
	float:left;
}
.right {
	float:right;	
}
.wrapper {
	width:960px;
	background:url(../i/main_bkgd1.jpg) no-repeat #e9dcc2;
	border: solid 2px #d0c5aa;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
}
.header {
	width:368px;
	float:right;
	margin:20px 50px 0 0;
}
.nav {
	margin-top:25px;
	margin-bottom:15px;
	width:772px;
	height:36px;
	float:right;
}
.sidebar {
	padding-top:280px;
	padding-bottom:10px;
	width:230px;
	float:left;
	text-align:center;
}
.content {
	width:700px;
	float:left;
	
}
.videobox {
	display:inline;
	float:left;
	margin:0 auto;
	height:306px;
	width:525px;
}
.side_buttons {
	display:inline;
	float:left;
}
.smaller {
	font-size:.8em;
}
.textbox {
	background:#c2b89f;
	-moz-border-radius:10px;
	-webkit-border:10px;
	width:90%;
	margin:0 auto;
	padding:15px;
}
.whatis_box {
	background:url(../i/whatis_bkgd.png) no-repeat;
	width:660px;
	margin:20px auto;
	color:#FFF;
	height:330px;
	font-size:.9em;
	line-height:1.35em;
	
}
.whatis_txt {
	padding-top:95px;
	margin-left:80px;
	width:500px;
}
.whatis_txt a, .whatis_txt a:visited {
	color:#000;
	text-decoration:none;
	font-weight:800;
	
}
.whatis_txt a:hover {
	text-decoration:underline;
}
.button_box {
	float:left;
	width:50%;
	text-align:center;
}
.footer {
	background:#000;
	color:#797979;
	font-size:.9em;
	height:45px;
	padding:20px;
}
.foot_left {
	float:left;
	width:66%;
	margin-top:15px;
}
.foot_right {
	margin-top:5px;
	float:right;
}
.page_title {
	margin:10px 0 20px 0;
}
.clear {
	clear:both;
}
/* Meet Your Guides */

.weigel_col {
	float:left;
	margin-right:20px;
	width:298px;
}
.guides {
	float:left;
	margin-right:10px;
	width:350px;
}
.guides img {
	padding-right:5px;
}
.guide_title {
	font-size:1.35em;
	border-right:dotted 2px #000000;
	padding-right:10px;
	display:inline;

}
.week {
	display:inline;
	margin-left:10px;	
}
.guide_text {
	font-size:.9em;
}
/* Free Download */

.field-title {
	float:left;
	width:200px;
}
.input_bkgd {
	background:#c2b89f;
	border:1px #000 solid;
	padding:5px 5px 5px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:16px;
	font-size:1em;
}
.input_bkgd_ovr {
	background:#fff;
}
.input_drop {
	background:#c2b89f;
	border:1px #000 solid;
}
/* Buy Now */
.bnow_left {
	float:left;
	width:240px;
	margin-right:10px;
	text-align:center;
}
.bnow_right {
	float:left;
	width:410px;
}
.bnow_left_img {
	border:1px #847d6d dashed;
	padding:3px;
}
.bnow_sideprod {
	margin:10px 0 0 20px;
	width:100px;
}
.bnow_bnbtn {
	float:left;
	margin-top:10px;
}
.bnow_separator {
	border-bottom:1px #847d6d dashed;
	width:200px;
	margin-top:7px;
}
.drop_style {
	background:#333333;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	padding:6px;
	border:2px #000 solid;
}
.drop_style a {
	background:#000;
}
/* Sample Downloads */
.sample_col {
	width:46%;
	float:left;
	margin-left:1%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:1%;
	text-align:center;
}
/* Flowplayer */
div.overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(i/apple.png);	
}

div.overlay div.close {
	background:url(../i/apple-close.png) no-repeat;
	position:absolute;
	top:15px;
	right:7px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	height:450px;
	display:block;
}

