* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
*:focus {outline: none;}

body {
	background-color: #1e293d;
	color: #fff;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	background-image: url("images/top-bgstripe.png");
	background-repeat: repeat-x;

}

.header {
	width: 100%;
	height: 60px;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #000;
}

#header-logo {
	background-image: url("images/bms-new-logo.png");
	background-repeat: no-repeat;
	margin-left: 50px;
	width: 430px;
	height: 50px;
}

.fixerwrapper {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	top: 0;
	position: absolute-top;
}

#top-presell {
	margin-left: 100px;
	width: 600px;
	height: 60px;
}

#top-presell h1 {
	color: #ff9900;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#top-presell p {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}

#main-wrap {
	width: 100%;
}

#video-area {
	width: 800px;
	height: 500px;
	background-image: url("images/video-area-bg.png");
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}

#right-squeeze {
	width: 340px;
	height: 500px;
	background-image: url("images/right-squeeze-bg.png");
	margin-right: 55px;
	margin-top: 10px;
	float: right;
}

#bottom-wrap {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}

#foot-links {
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}

#foot-links a, a:visited, a:active {
	color: #FF9900;
	text-decoration: none;
}

#foot-links a:hover {
	text-decoration: underline;
}

#copyright p{
	color: #C0C0C0;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 8px;
}

.centerit {
	margin: 0 auto;
	display: block;
}

.clear {
	clear: both;
}

#big-orange-arrow {
	position: inherit;
	margin-top: 0;
	margin-right: 80px;
	float: right;
}

.img-center {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0;
	display: block;
}

.vidpres {
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

.side-header {
	margin-top: 40px;
}

.optin-form {
	margin: 0 auto;
	width: 280px;
}

.textbox {
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
	margin-left: 35px;
	width: 215px;
	border:none;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
}

#FormName {
	background: url(images/formname.png) no-repeat;
	width: 275px;
	height: 50px;
	border: none;
}

#FormEmail {
	background: url(images/formemail.png) no-repeat;
	width: 275px;
	height: 50px;
	border: none;
}

#mypopup {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 30%;
	left: 35%;
	width: 399px;
	height: 346px;
	background-image: url("images/bms-wp-loginbg.png");
	background-repeat: no-repeat;
	z-index:1002;
	overflow: auto;
}

.popup-close {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	color: #FFF;
}

.popup-close a,a:visited,a:active {
	color: #FFF;
	text-decoration: none;
}

.popup-close a:hover {
	text-decoration: underline;
}

.popup-form {
	width: 320px;
	height: 170px;
	margin-top: 158px;
	margin-left: 38px;
}

.popup-form-username {
	background-image: url("images/popup-textbox1.png");
	background-repeat: no-repeat;
	width: 315px;
	height: 31px;
	
}

.popup-form-password {
	background-image: url("images/popup-textbox2.png");
	background-repeat: no-repeat;
	width: 315px;
	height: 31px;
	margin-top: 30px;
}

.popup-form-login {
	float: right;
	margin-top: 20px;
}

.popup-input-textbox {
	border: none;
	width: 307px;
	height: 23px;
	padding: 4px;
	font-weight: bold;
}

.popup-input-textbox:focus {
	border: 1px #6799c4 solid;
}

.cmon-arrow {
	position: absolute;
	top: 0;
	margin-right:1px;
	width: 290px;
	height: 257px;
	background-image: url("images/big-orange-arrow.png");
	background-repeat: no-repeat;
	overflow: auto;
	float:right;
	display:inline;
	margin-left: 25px;
}

.left-wrap {
	float-left;
	width: 800px;
	height: 100%;
}

.right-wrap {
	float:right;
	width: 340px;
	height: 100%;
}

.hpvideo {
	margin: 0 auto;
}

.vidplayer {
	margin: 0 auto;
	/* background-image: url("images/embed-video-sample.png"); */
	background-repeat: no-repeat;
	width: 652px;
	height: 366px;
}

/* Some Aweber Stuff */
.privacyPolicy, a {
	color:#ff6600;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-decoration: none;
}

.privacyPolicy a:hover {
	text-decoration: underline;
}

.privacyPolicy a:active,a:visited {
	color:#ff6600;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-decoration: none;
}


.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}