@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
	width: 100%;
}
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 13px; 
	color: #333333; 
	-webkit-font-smoothing: antialiased;
	background-color: #001540;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/main_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: .7em 0; 
	color: #fff; 
	line-height: 1em;
	text-shadow: -1px -1px 0px #000;
	/*letter-spacing: -.03em; */
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 21px; }
h6 { font-size: 18px; }

hr {
	height: 1px;
	background-color: #333;
	margin: 10px 0;
	line-height: 1px;
	border: none;
	font-size: 1px;
	clear: both;
}

a {
	color: #6186d5;
}
a:hover {
	color: #769bec;
}

object, embed {
	outline: none!important;
}

.header {
	margin: 0 auto;
	height: 151px;
	width: 960px;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/header_bg.jpg);
}

.video-placement {
	margin: 0 auto;
	height: 364px;
	width: 960px;
	position: relative;
}

.video-mask {
	position: absolute;
	width: 34px;
	height: 100%;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/video_mask6.png);
	z-index: 2;
}
.video-mask.left {
    height: 364px;
	left: 150px;
	background-position: left top;
}
.video-mask.right {
    height: 364px;
	right: 150px;
	background-position: right top;
}

.video-wrapper {
	width: 960px;
	position: relative;
	z-index: 1;
}

#video {
	width: 960px;
	height: 364px;
}

.add-to-cart {
	position: absolute;
	left: 356px;
	bottom: -100px;
	width: 340px;
	height: 90px;
	z-index: 2;
}
.add-to-cart-btn {
	float: left;
	width: 340px;
	height: 90px;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/add-to-cart-bgs.png);
}
.add-to-cart-btn:hover {
	background-position: 0 -90px;
}

.tv {
	position: absolute;
	left: 265px;
	bottom: -90px;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/tv.png);
	width: 91px;
	height: 70px;
	z-index: 2;
}
.spacer{
    height: 150px;
    margin: auto;
}

.footer {
	margin: 0 auto;
	width: 960px;
	height: 200px;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/footer_bg.png);
	background-repeat: no-repeat;
    clear:both;
}

.payment-logos {
	margin: auto 0;
	padding-top: 60px;
	height: 80px;
	width: 960px;
	text-align: center;
	background-image: url(http://d1zuwgjmkbjr26.cloudfront.net/new_design/pay_logos_bg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.copyright {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	color: #4160a3;
	line-height: 40px;
}

.faq {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
	width: 500px;
}

.faqcon {
    padding-top: 0px;
    margin: 0 auto;
}

.botpaybtn{
    clear: both;
    margin: 0 auto;
    width: 800px;
}

.imgsp{
    padding-top: 99px;
}
.bandfback{
    width: 1000px;
    height: 1500px;
    background: white;
    background-image: url(http://themusclemaximizer.com/images/testimonial-page/white-background-fade.png);
}

/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 115px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}