.slider-container{
	height: 326px;
	width: 976px;
	border: 2px solid #fff;
	margin: 0 auto 10px auto;
	box-shadow: 0 1px 3px #8a8a8a;
}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
*/


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 326px;
	width: 976px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
.hidden{
	display: none;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.block{
	display: block;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}


.text-red{
	color: #b00000 !important;
}

.text-blue{
	color: #2292d8;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}
.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-bold{
	font-weight: 600;
}
a:link, a:visited{
	color: inherit;
	text-decoration: none;
}

.gray{
	background: #ebebeb;
}

.box-header{
	font-size: 21px;
}

.box-header .subheading{
	font-size: 15px;
}
.content{
	margin: 10px 0;
	padding: 10px;
}

.bullet-list{
	list-style-type: disc;
	list-style-position: inside;
}

.numbered-list{
	list-style-position: inside;
	list-style-type: decimal;
}
body{
	background: url('/img/body-bg.png') repeat top left;
	color: #7b7b7b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	margin: 10px auto;
	width: 980px;
	background: url('/img/header-bg.png') repeat-x bottom left;
	height: 186px;
}
#header a.logo-big{
	background: url('/img/logo.png') no-repeat center center;
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 148px;
}

#header .header-menu{
	margin: 4px auto 0 auto;
	width: 685px;
}

#header .header-menu li{
	float: left;
}

#header .header-menu li a{
	background: url('/img/header-menu-sprite.png') no-repeat 0 0;
	display: block;
	padding: 8px 11px;
	height: 10px;
}

#header .header-menu li a span{
	display: none;
}

#header .header-menu li a.home-link{
	width: 48px;
	background-position: 0 -25px;
}
#header .header-menu li a.home-link:hover{
	background-position: 0 0;
}
#header .header-menu li a.details-link{
	width: 45px;
	background-position: 0 -75px;
}

#header .header-menu li a.details-link:hover{background-position: 0 -50px;}

#header .header-menu li a.results-link{
	background-position: 0 -125px;
	width: 160px;
}

#header .header-menu li a.results-link:hover{background-position: 0 -100px;}

#header .header-menu li a.questions-link{
	background-position: 0 -175px;
	width: 70px;
}

#header .header-menu li a.questions-link:hover{background-position: 0 -150px;}
#header .header-menu li a.testimonials-link{
	background-position: 0 -225px;
	width: 65px;
}

#header .header-menu li a.testimonials-link:hover{background-position: 0 -200px;}

#header .header-menu li a.order-link{
	width: 75px;
	background-position: 0 -275px;
}

#header .header-menu li a.order-link:hover{background-position: 0 -250px;}
#header .header-menu li a.contact-link{
	width: 65px;
	background-position: 0 -327px;
}
#header .header-menu li a.contact-link:hover{background-position: 0 -302px;}

#footer{
	background: url('/img/footer-bg.png') no-repeat left top;
	width: 980px;
	height: 105px;
	margin: 15px auto 0 auto;
}

#footer .menu{
	background: none;
	margin: 0 auto;
	width: 330px;
	font-size: 14px;
	padding: 20px;
}

#footer .menu li{
	float: left;
	margin: 0 2px;
}

#footer .menu li a{
	padding: 5px 12px;
	display: block;
}

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

#footer .copyright{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 600px;
	text-align: right;
}


#page-content{
	background: #fff;
	padding:  10px;
}

.logo{
	background: url('/img/cardioprotect-logo-small.png') no-repeat top center;
	position: absolute;
	width: 186px;
	height: 48px;
}


.logo.footer{
	width: 182px;
	height: 57px;
	background: url('/img/cardioprotect-logo-footer.png') no-repeat top center;
	left: 50px;
	top: 7px;
}
.box{
	padding: 20px 11px 15px 11px;
	background: #ebebeb;
}

.box .box-header{
	background: url('/img/box-header-sprite.png') left top no-repeat;
	height: 43px;
	margin: 15px auto;
}


.box .box-header a{
	display: block;
	width: 100%;
	height: 100%;
}
.box .box-header.header-1{background-position: 0 0;}
.box .box-header.header-2{background-position: 0 -43px;}
.box .box-header.header-3{background-position: 0 -86px;}
.box.gray{
	background: url('/img/box-gray-bg.png') repeat-x left bottom #ebebeb;
}

.box .box-text{
	text-align: justify;
}

.box .box-text.height100{
	height: 100px;
	display: block;
	position: relative;
}
.box .box-text .more{
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.box .box-text .more:hover {
	text-decoration: underline;
}

.box .bullet{
	float: left;
	height: 20px;
	width: 20px;
	background: #fff;
	clear: both;
	margin: 20px 0 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 1px 1px 3px #545454;
	-moz-box-shadow: inset 1px 1px 3px #545454;
	-webkit-box-shadow: inset 1px 1px 3px #545454;
}
.ingredients-heading{
	font-size: 1.08em;
	font-weight: 400;
	line-height: 1.1em;
	padding-right: 20px;
}
.arrow-heading{
	width: 515px;
	height: 51px;
	padding: 8px 40px 8px 0;
	background: url('/img/arrow-heading.png') no-repeat top left;
	text-align: right;
	line-height: 0.96em;
}

.arrow-heading .logo{
	top: 10px;
	left: 20px;
}
.arrow-heading .text-blue{
	font-size: 16px;
	line-height: 0.96em;
	font-weight: 600;
}

.arrow-heading .text-red{
	font-weight: 600;
}

.buy-now-heading{
	height: 140px;
	padding: 0;
	margin-bottom: 45px;
}

.buy-now-heading .buy-now{
	background: url('/img/buy-now-big.png') no-repeat left top;
	position: absolute;
	left: -10px;
	top: 21px;

	width: 781px;
	height: 97px;
}

.cardio-box{
	position: absolute;
	right: 0;
	top: -70px;
}

.gallery{
	margin: 10px auto;
}

.gallery span{
	float: left;
}

.gallery img{
	margin: 0 auto 10px auto;
}

.side-logo{
	width: 220px;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}