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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #2c2c29;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #2c2c29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #313131;
}

.wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 12px 0;
}

.header {
	background-image: url(../images/header.gif);
	height: 94px;
	background-repeat: no-repeat;
	padding: 2px 2px 9px 9px;
	position: relative;
}

.header .logo {
	float: left;
	background-image: url(../images/logo.gif);
	width: 266px;
	height: 64px;
	background-repeat: no-repeat;
	position: absolute;
	left: 3px;
	top: 4px;
}

.header .slogan {
	width: 220px;
	height: 30px;
	line-height: 13px;
	position: absolute;
	left: 25px;
	bottom: 9px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.header .slogan a {
	color: #fff;
}

.header .social {
	float: left;
	width: 125px;
	padding-left: 280px;
	text-align: center;
	padding-top: 20px;
}

.header .social .shareit {
	margin-top: 5px;
	float: left;
}

.header form {
	float: left;
	background-image: url(../images/header-form-bg.gif);
	width: 238px;
	height: 88px;
	background-repeat: no-repeat;
	padding: 5px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	margin-left: 13px;
	margin-top: 1px;
	display: inline;
}

.subscribe .padded {
	padding-right: 20px;
}

.header form .leftalign {
	float: left;
	clear: both;
}

.header form .rightalign {
	float: right;
}

.header form label {
	width: 113px;
	display: inline;
	padding: 2px 0;
}

.header form input  {
	width: 103px;
	background: none;
	border: none;
	background-image: url(../images/header-forn-input-bg.gif);
	height: 13px;
	border: none;
	font-size: 11px;
	color: #000;
	padding: 5px 5px 1px 5px;
}

.header form input.submit {
	background-image: url(../images/header-submit-bg.gif);
	width: 47px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 7px;
	float: right;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}

*+html .header form input.submit {
	margin-top: -2px;
}

.header form .right {
	clear: both;
	text-align: right;
	padding-top: 8px;
}

.header .secure {
	float: right;
	width: 170px;
	text-align: center;
	padding: 10px 0px 0 0;
}

.header .secure a {
	float: left;
	margin-bottom: 7px;
}

.main {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 14px;
}

.content {
	clear: both;
	background-color: #fff;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	overflow: hidden;
	padding: 5px 10px 0 10px;
}

.content h1 {
	font-size: 21px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #c40101;
	padding-top: 10px;
}

.content h2 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
	color: #fff;
}

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

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

.content .bottom {
	text-align: center;
}

.intro {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.intro .order-by-mail {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
	height: 53px;
}

.intro h6 {
	font-weight: bolder;
	color: #000;
	padding-top:3px;
	padding-bottom: 25px;
	font-size:11px;
}

.intro h1 {
	padding-bottom: 5px;
	 margin:0;
}

.intro h2 {
	color: #313131;
	font-size: 11px;
	font-weight: bold;
	padding: 0 65px;
	padding-top: 2px;
}

.intro h2 a {
	color: #092af2;
	font-size:11px;
}

.intro .player {
	margin: 0 auto;
	background-image: url(../images/player-bg.gif);
	width: 223px;
	height: 23px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-left: 2px;
}

.left-column {
	float: left;
	width: 415px;
	clear: both;
}

.right-column {
	float: right;
	width: 415px;
}

.block {
	margin:0 0 10px 0;
	width: 415px;
	background-image: url(../images/block-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

.block h1 {
 background-image: url(../images/block-header-bg.gif);
 background-repeat: no-repeat;
 padding-top: 7px;
 padding-bottom: 0;
 height: 27px;
 line-height: 27px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #fff;
 clear: both;
}

.block .block-content {
	background-image: url(../images/block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 8px 15px 8px!important;
}

.block table {
	width: 100%;	
}
.block table.tbl-top
{
	position:relative;
	top:0px;
	}

.block table th {
	padding-top: 3px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: #6e961c;
	text-align: center;
}

.block table td {
	padding: 0 4px;
	height: 31px;
	line-height: 13px;
	padding-top: 9px;
	background-image: url(../images/block-tr-separator.gif);
	background-repeat: repeat-x;
	color: #000;
	text-align: center;
}

.block table .play {
	background-image: url(../images/button-play.gif);
	display: block;
	width: 26px;
	height: 26px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.block table .play:hover {
	background-position: bottom right;
}

.block table .buynow {
	background-image: url(../images/button-buy-now.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 2px 2px 0 2px;
	width: 77px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
}

.block table .buynow:hover {
	background-position: bottom  right;
	text-decoration: none;
}

.block table .included {
	background-image: url(../images/included.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 2px 2px 0 2px;
	width: 77px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
}

.singleline {
	white-space: nowrap;
}

.testimonial {
	padding: 0 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-bottom: 5px;
}

.testimonial blockquote {
	font-style: normal;
	font-weight: normal;
}

.sidebar-bottom {
	clear: both;
	overflow: hidden;
}

.sidebar-bottom .block.testimonials {
	width: 486px;
	float: left;
	background-image: url(../images/block-testimonials-bg.gif);
}

.sidebar-bottom .block.testimonials h1 {
	background-image: url(../images/block-testimonials-heading-bg.gif);
	line-height: 36px;
	padding-top: 7px;
	height: 36px;
	font-size: 21px;
}

.sidebar-bottom .block.testimonials .block-content {
	background-image: url(../images/block-testimonials-bottom-bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	height: 367px;
}

.testimonials .testimonial {
	padding: 10px 0px 5px 75px;
	overflow: hidden;
}

.testimonials .testimonial img {
	float: left;
	margin-left: -75px;
	position: relative;
}

.testimonials .testimonial.rightaligned {
	padding: 10px 75px 5px 0px;
}

.testimonials .testimonial.rightaligned img {
	float: right;
	margin-right: -75px;
	margin-left: 0;
}

.sidebar-bottom .block.exclusive {
	width: 342px;
	clear: none;
	float: right;
	background-image: url(../images/block-exclusive-bg.gif);
}

.sidebar-bottom .block.exclusive h1 {
	background-image: url(../images/block-exclusive-heading-bg.gif);
	line-height: 36px;
	padding-top: 8px;
	font-size: 21px;
	height: 36px;
}

.sidebar-bottom .block.exclusive .block-content {
	background-image: url(../images/block-exclusive-bottom-bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	padding-top: 5px;
	height: 360px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
}

.sidebar-bottom .block.exclusive input {
	background: none;
	border: none;
	background-image: url(../images/input-exclusive-bg.gif);
	width: 200px;
	height: 17px;
	padding: 8px 5px 4px 5px;
	line-height: 17px;
	font-size: 15px;
	color: #444444;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	border: none !important;
	margin-top: 8px;
}

.sidebar-bottom .block.exclusive textarea {
	background: none;
	border: none;
	background-image: url(../images/textarea-exclusibe-bg.gif);
	width: 200px;
	height: 73px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	padding: 4px 5px 4px 5px;
	line-height: 17px;
	font-size: 15px;
	color: #444444;
	margin: 0 auto;
	border: none;
	margin-top: 8px;
}

.sidebar-bottom .block.exclusive input.submit {
	background: none;
	border: none;
	background-image: url(../images/submit-exclusive-bg.gif);
	width: 142px;
	height: 31px;
	margin: 17px 0 0 82px;
	cursor: pointer;
	padding: 0;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: 9999px;
	background-repeat: no-repeat;
}

a.buy-exclusive {
 background-image: url(../images/buy-exclusive.gif);
 width: 91px;
 height: 23px;
 clear: both;
 margin: 2px auto;
 display: block;
}

a.buy-exclusive:hover {
 background-position: 0 -23px;
}

a.buy-non-exclusive {
 background-image: url(../images/buy-non-exclusive.gif);
 width: 110px;
 height: 23px;
 background-repeat: no-repeat;
 margin: 2px auto;
 display: block;
}

a.buy-non-exclusive:hover {
 background-position: 0 -23px;
}

div.buy-non-exclusive, div.buy-exclusive {
 height:23px;
 line-height: 23px;
 padding: 2px 0;
}



.intro-left{float:left; width:505px;}
.intro-left2{float:left; width:4805px;}
.intro-right{float:left; width:316px; height:178px; padding:7px 6px 7px 8px;background:url(../images/video-shadow.png) no-repeat; }
.intro-right2{float:left; width:350px; height:178px; padding:7px 6px 7px 8px;}
.intro-right .box{ width:316px; height:178px;}
.to-left{ float:left; padding:5px 3px 0;}
.trustlink{ padding-left:8px;}