/*Style Sheet for Landing Pages*/
.testimonial-landing {
	width:565px;
	height:100%;
	background:#FFF9D9;
	border:dotted 2px #FFCE00;
	margin:0 20px 20px 10px;
	overflow:none;
}
.testimonial-landing h3 {
	color:#000;
	font-size:16px;
}
*html .testimonial-landing h3 {
	margin-top:15px;
}
.customer-quote {
	color:#333333
	font-size:16px;
	margin:0;
	padding:0;
}
.customer-quote-end {
	color:#333333;
	font-size:16px;
	margin:0;
	padding:0;
}
.testimonial-landing p {
	font-size:12px;
	padding:0 20px 0 15px;
	margin:0 10px 0 0;
}
.testimonial-landing .customer-name p {
	text-align:right;
	font-style:italic;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
*html .testimonial-landing .customer-name {
	float:right;
	font-style:italic;
}
h2.risk-free {
	width:317px;
	text-align:center;
	margin-left:-40px;
}
.guarantee-seal {
	float:left;
	margin:-10px 10px 0 0;
	padding:0 0 0 10px;

}
/* ----------- Diet to Lower Cholesterol --------*/
table#lowering-foods {
	width:700px;
	border:solid 1px #999999;
	margin:5px 0 30px 10x;
}
table#lowering-foods th {
	border-bottom:solid 3px #333333;
}
table#lowering-foods th.th-left {
	border:none;
}
table#lowering-foods td {
	padding:5px;
}

table#low-dinner {
	width:700px;
	border:none;
	margin:5px 0 10px 15px;
}
table#low-dinner td {
	padding:5px;
}
td.or {
	text-align:center;
	font-weight:bold;
}
td.last {
	border-bottom:solid 1px #333333;
}
h2.rather-foods {
	margin:40px 0 20px 0;
	text-align: left;
}