* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	position: relative;
}


p {
	padding-top: 12px;
}

#background {
	background-color: #f7f7f7;
}

#head_back {
	background-color: #f7f7f7;
	height: 160px;
}

#wrapper {
	width: 928px;
	min-height: 100%;
	margin: -160px auto 0;
	border: none;
	background: url('images/content.gif') repeat-y;
}

* html #wrapper {
	height: 100%;
}

#head_top {
	height: 30px;
	background: url('images/top.gif') no-repeat;
}

#head_middle {
	height: 50px;
	background: url('images/head.gif') repeat-y;
	padding: 0 80px;
	padding-top: 2px;
}

#head_text {
	width: 300px;
	height: 60px;
	float: right;
	margin-top: 2px;
	text-align: center;
	font-family: arial;
	font-size: 18px;
	color: #000000;
}

#head_bottom {
	height: 16px;
	background: url('images/head_content.gif') no-repeat;
	font-size: 1px;
}

#content {
    padding: 0px 80px 85px;
    min-height:0;
    position:relative;
}

* html #content {height:1%;overflow:visible}

.right2 {
	width: 210px;
	position: absolute;
	margin-left: 800px;
	margin-top: 50px;
}

table.main {
	border: 1px solid black;
	width: 200px;
	background-color: #cccccc;
	margin-bottom: 15px;
}

table.main td {
	padding: 5px;
}

.center {
	text-align: center;
}

table.opt {
	background-color: #cccccc;
}

table.opt td {
	padding: 0px;
}

table.sidetest1 {
	width: 200px;
	border: 1px solid black;
	background-color: white;
	margin-bottom: 10px;
}

table.sidetest1 td {
	padding: 10px;
}

#photo {
	width: 225px;
	height: 137px;
	background: url('images/nikki.jpg') no-repeat;
	padding-top: 187px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 16px;
}

.news {
	text-align: center;
	font-family: arial;
	font-size: 14px;
}

.italic {
	font-family: arial;
	font-style: italic;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 30px;
	font-weight: bold;
}

.italic-affiliate {
	font-family: arial;
	font-style: italic;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 30px;
}
/*
h1 {
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #CC0000;
}
*/

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #CC0000;
}

.content {
	font-family: arial;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 35px;
	margin-right: 35px;
}

.underline {
	text-decoration: underline;
}

ul.tick {
	list-style-image: url('images/tick.gif');
	padding-left: 220px;
}

li {
	margin-left: 55px;
}

.ticktext {
	font-family: arial;
	font-size: 18px;
	margin-left: 35px;
	font-weight: bold;
}

h4 {
	font-family: arial;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
}

h2 {
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #CC0000;
}

.under {
	text-decoration: underline;
	font-weight: bold;
}

ul.cross {
	list-style-image: url('images/cross.gif');
	padding-left: 280px;
}

.highlight {
	font-family: arial;
	font-size: 18px;
	text-align: center;
	background-color: yellow;
}

ul.tick2 {
	list-style-image: url('images/tick.gif');
	padding-left: 60px;
}

ul.tickred {
	list-style-image: url('images/redtick.gif');
	padding-left: 60px;
}

ul.tickgreen {
	list-style-image: url('images/greentick.gif');
	padding-left: 60px;
}

.ticktext2 {
	font-family: arial;
	font-size: 18px;
}

ul.circle {
	list-style-type: disc;
	margin-left: 150px;
}

.tabletext {
	font-family: arial;
	font-size: 18px;
	margin-left: 35px;
	margin-right: 35px;
}

.bonus {
	border-style: dashed;
	border-color: green;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.modern {
	margin-left: -60px
}

h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

table.books {
	width: 360px;
	padding-left: 20px;
}

table.test {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.guarentee {
	width: 700px;
	padding-left: 20px;
	border: 5px solid red;
	background-color: #fdfeed;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	height: 100px;
	background: #333333;
	margin: -80px 0 0;
	position: relative;
}

#footer_inner {
	background: url('images/footer.gif') no-repeat;
	padding: 40px 80px 0;
	width: 768px;
	height: 30px;
	margin: 0 auto;
	color: #ffffff;
}

.text {
	font-family: arial;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

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

a.bottomnav{
	color: #ffffff;
	text-decoration: underline;
}

a.bottomnav2{
	color: #c0c0c0;
	font-size: 10px;
	text-decoration: underline;
}

img { 
	border: none; 
}



/* on inside pages */

.testimonial2 {
	border: 2px dashed #333333;
	font-size: 12px;
	padding-bottom: 25px;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.floatright {
	float: right;
}

.nounder{
	color: black;
}

.small {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.small2 {
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

#buy-now {
	margin-top: -70px;
	width: 430px;
}

h6 {
	font-family: arial;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #d30101;
}

.border {
	border: 2px dashed red;
	font-size: 12px;
	padding-bottom: 10px;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.affiliate {
	width: 600px]
}

.bold {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

a.link {
	font-family: arial;
}

#nav {
	height: 25px;
	width: 285px;
	float: right;
	margin-top: -10px;
	position: relative;
	margin-bottom: -5px;
}

.nav_icon {
	height: 24px;
	width: 95px;
	float: left;
}

table.recipe {
	width: 600px;
	border-style: dashed;
	border-color: green;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.join {
	width: 400px;
	border-style: dashed;
	border-color: blue;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.join {
	text-align: center;
	font-family: arial;
	font-size: 16px;
}

.italic2 {
	font-family: arial;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}




/* Testimonials */


.top8 {
  background-image: url('images/testimonial/top.gif');
  width: 640px;
  height: 21px;
  margin-left: 65px;
}


.middle8 {
  background-image: url('images/testimonial/middle.gif');
  background-repeat: repeat-y;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 65px;
  font-family: arial;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 610px;
}

.bottom8 {
  background-image: url('images/testimonial/bottom.gif');
  width: 640px;
  height: 21px;
  margin-left: 65px;
}


.left60 {
	float: left;
	margin-right: 15px;
	padding-bottom: 60px;
}

.left20 {
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.left30 {
	float: left;
	margin-right: 15px;
	padding-bottom: 30px;
}

.left40 {
	float: left;
	margin-right: 15px;
	padding-bottom: 40px;
}

.left80 {
	float: left;
	margin-right: 15px;
	padding-bottom: 110px;
}

.left140 {
	float: left;
	margin-right: 15px;
	padding-bottom: 140px;
}

.left150 {
	float: left;
	margin-right: 15px;
	padding-bottom: 150px;
}

.left75 {
	float: left;
	margin-right: 15px;
	padding-bottom: 75px;
}

.highlight-box {
	margin-left: 12px;
}

#now {
	margin-top: -50px;
}

.cart {
	font-family: arial;
	font-size: 28px;
	margin-top: 10px;
	margin-left: 35px;
	margin-right: 35px;
}

.cart-top {
	font-family: arial;
	font-size: 22px;
	margin-top: 10px;
	margin-left: 35px;
	margin-right: 35px;
}

.wait {
	background: url('images/exit_pop.jpg') no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 559px;
	height: 269px;
}

.wait-text {
	font-size: 18px;
	font-family: arial;
	padding-top: 180px;
	padding-left: 190px;
	padding-bottom: 10px;
	text-align: center;
}