@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Archivo+Narrow:400,700);

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong {
	font-weight: bold;
	text-align: left;
}
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

a { color: #bf2332; }
a.bluelink { color: #25408f; }
a.bluelink:hover { color: #028F02; }

body { 
	background: #fefdf7 url(/images/cms/files/bodybg4.png) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial; 
}

#header2 {
	width: 910px;
	height: 170px;
	background: url(/images/cms/files/nn-daily-header.png) top center no-repeat;
	margin: 0 auto;
	/*-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);*/
}

#header2b {
	width: 910px;
	height: 170px;
	background: url(/images/cms/files/nn-daily-header2.png) top center no-repeat;
	margin: 0 auto;
}

#header p, #header h1 	{ text-indent: -9999px;margin-top:0px;}

#menu {
	background: #bf2332;
	height: 34px;
	font-family:Tahoma,Arial,Helvetica;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);
}
#menu ul {list-style: none;margin: 0;padding: 0; line-height:34px;padding-left:15px;}
#menu ul.topmenu { width: 790px; margin: 0 auto; }
#menu li {display: inline; font-size: 15px;}
#menu a:link, #menu a:visited { padding: 8px 9px 8px 8px; color: #FFFFFF;text-decoration: none;text-shadow: 0 1px 1px #000;}
#menu a:hover {color: #FFFFFF;background-color: #000;}

.content {
	width: 790px;
	padding: 15px 30px;
	margin: 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);
	margin-top:20px;
	margin-bottom:20px;
	background: #FFF;
}
/*.content.section1 { background: #FFF url(/images/section1bg.jpg) top center no-repeat; }*/

h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
	letter-spacing:-1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family: 'Archivo Narrow', Tahoma, Arial, Helvetica, sans-serif; font-weight:700;
}
h2 { font-size: 37px;  }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h4.subheadline {
font-family: 'Archivo Narrow', sans-serif;
color: #333;
font-size: 26px;
font-weight: 400;
}

.althead, .althead2 {
	font-family: 'Roboto Slab', serif;
}
h3.althead2 { font-size: 23px; color: #666; }

img.nohover {
border:0
}
img.hover {
border:0;
display:none
}
a:hover img.hover {
display:inline
}
a:hover img.nohover {
display:none
}


.content p {
	margin-bottom: 15px;
	text-align: left;
}

p {
	font-size: 16px;
	line-height: 1.4em;
}

.small { font-size: 14px; }

.red { color: #bf2332; }
.blue { color: #25408f; }
.darkblue { color: #014082; }
.orange { color: #f65d32; }
.purple { color: #6512a0; }
.green { color: #028F02; }
.pink { color: #bb2876; }

.highlight { background: #FFFF66; }

.title { margin: .5em -30px; background: #FFF url(/images/titlebg.png) repeat-x; padding: 10px 45px; color:#FFF; }

.titleorange { margin: .5em 0px .75em 0px; color: #f65d32;
	text-align:center;font-size:32px;letter-spacing:normal;margin:30px 0px;  
}

.title2 { margin: .5em -30px .75em; background: #f65d32 url(/images/fork.jpg) center no-repeat; padding: 10px 45px; color:#FFF;text-shadow: 1px 1px 1px #000; }

.titlerounded { margin: .5em -30px; background: #be2133; padding: 10px 45px; color:#FFF; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);
	text-shadow: 1px 1px 1px #000; 
}
.titleroundedpurple {
	margin: .5em -30px; background: #6512a0; padding: 10px 45px; color:#FFF; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);
	text-shadow: 1px 1px 1px #000;
}
.orangeleft {
	margin: .5em -30px; background: #FFF url(/images/orangetableft.png) left center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
}
.purpleleft {
	margin: .5em -30px; background: #FFF url(/images/purpletableft.png) left center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
}
.redleft {
	margin: .5em -30px; background: #FFF url(/images/redtableft.png) left center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
}
.redright {
	margin: .5em -30px; background: #FFF url(/images/redtabright.png) right center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
	text-align:right;
}
.pinkleft {
	margin: .5em -30px; background: #FFF url(/images/pinktableft.png) left center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
}
.blueleft {
	margin: .5em -30px; background: #FFF url(/images/bluetableft.png) left center no-repeat; padding: 30px; color: #FFF; text-shadow: 1px 1px 1px #000;
}

.bestkeptsecret {
	background: url(/images/secretbg.jpg) top center no-repeat; margin: .5em -30px; padding-left:30px; padding-right: 400px; 
}


.number { float: left; margin-right:8px; margin-bottom:25px; }
.bullet { float: left; margin-right: 8px; margin-bottom: 15px; }

ul.redplus {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom:25px;
}

ul.redplus li {
	background: url(/images/bullet.png) no-repeat;
	padding-left: 2.75em;
	padding-top: 8px;
	padding-bottom: 5px;
}
ul.redplus p { margin-bottom: 5px; }

.yellowpaper { 
	width: 490px;
	margin: 0 auto;
	padding: 10px 130px;
	background: #fef7d6 url(/images/typewriterbg.jpg) top center repeat-y;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	margin-bottom:30px;
}

.dietbox {
	width: 520px;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	border: 2px dashed #725848;
	border-radius: 5px;
	background: #f0e0d3;
	padding: 15px 25px;
}
.dietbox h4 { color: #482611; }

.coverbox, .bonusbox {
	margin: 40px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25);
	border: 2px solid #FC3;
	padding: 15px 25px;
	margin-bottom:30px;
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #fef9ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fef9ee));
background: -webkit-linear-gradient(top, #ffffff 0%,#fef9ee 100%);
background: -o-linear-gradient(top, #ffffff 0%,#fef9ee 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#fef9ee 100%);
background: linear-gradient(to bottom, #ffffff 0%,#fef9ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef9ee',GradientType=0 );
}
.bonusbox {
	width: 300px;
	float: left;
	margin: 20px 15px;
}
.blueborder { border-color:#25408f;}
.redborder { border-color: #bf2332; }
.orangeborder { border-color: #f65d32; }
.purpleborder { border-color: #6512a0; }
.greenborder { border-color: #028F02; }
.pinkborder { border-color: #bb2876; }

/*Testimonial CSS*/
cite {
	padding-top:15px;
}

.pic {
	float: right;
	margin-left:20px;
	margin-top:10px;
	background:#FFF;
	padding: 2px;
	border: 1px solid #666;
}

.title {
	margin-bottom:5px;
	margin-left: -25px;
}

.testimonialwhite {
	background: #FFF url(/images/testimonialbg1.png) bottom center no-repeat;
	width: 535px;
	margin: -30px 0px 0px 0px;
	padding: 30px 65px 80px 40px;
	min-height: 120px;
}
.testimonialwhitelg {
	background: #FFF url(/images/testimonialbg1b.png) bottom center no-repeat;
	width: 535px;
	margin: 0px 0px 0px 0px;
	padding: 30px 65px 80px 40px;
	padding-bottom:80px; min-height: 188px;
}
.testimonialwhitexlg {
	background: #FFF url(/images/testimonialbg3.png) bottom center no-repeat;
	width: 551px;
	margin: 0px 0px 0px 0px;
	padding: 30px 65px 80px 40px;
	padding-bottom:80px; min-height: 258px;
}
.testimonialyellow {
	background: #FFF url(/images/testimonialbg2.png) bottom center no-repeat;
	width: 535px;
	margin: -30px 0px 0px 150px;
	padding: 30px 40px 80px 65px;
	min-height: 120px;
}
.testimonialyellowlg {
	background: #FFF url(/images/testimonialbg2b.png) bottom center no-repeat;
	width: 535px;
	margin: 0px 0px 0px 150px;
	padding: 30px 40px 80px 65px;
	padding-bottom:80px; min-height: 188px;
}
.testimonialyellowxlg {
	background: #FFF url(/images/testimonialbg3b.png) bottom center no-repeat;
	width: 551px;
	margin: 0px 0px 0px 134px;
	padding: 30px 20px 80px 85px;
	padding-bottom:80px; min-height: 258px;
}
.testimonialwhite p, .testimonialyellow p, .testimonialwhitelg p, .testimonialyellowlg p, .testimonialwhitexlg p, .testimonialyellowxlg p {
	margin: 0;
	padding: 0px;
	padding-bottom:10px;
	font-family: 'Bookman Old Style', Georgia, serif;
	font-size: 16px;
}

.testimonialwhite .pic {
	float:left;
	margin-right: 20px;
}

/*Trial page*/
.trialright { 
	width: 270px; 
	padding: 15px;
	float: right;
	margin-left: 20px;
	margin-right:-30px;
	margin-top:-15px;
	background: #cce9cc;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.25); 
}
.trialright h3 { font-size: 29px; text-transform:uppercase; }
ul.greencheck {
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	margin-top: 8px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 21px;
	margin-bottom:15px;
}

ul.greencheck li {
	background: url(/images/greencheck.png) no-repeat;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom:10px;
}

ul.greencheck h3 {
	letter-spacing: normal;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.divider {
	width: 850px;
	background: url(/images/divider.png) top center no-repeat;
	height: 50px;
	margin: .5em -30px;
}
.spacer { height: 50px;clear:both; }
.addtocart {
	color: #25408f;
	font-size: 32px;
	font-family: Tahoma;
	font-weight: bold;
}
.highlighted-link {
    font-size: 17px !important;
    font-weight: bold !important;
    cursor: pointer;
    margin: 1em 0;
    display: inline-block;
	color: #00F;
}