* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #330033;
	background-color: #FFFFFF;
	margin: auto;
	width: 760px;
}

/* LAYOUT */
#header {
	margin: auto;
	width: 760px;
	padding: 10px 0px 15px 0px;
}
#headleft {
	float: left;
	padding: 0px 0px 5px 0px;
}
#headright {
	float: right;
	padding: 40px 0px 0px 0px;
}
#footer {
	padding: 20px;
	clear: both;
	font-size: 10px;
	text-align: center;
}
#leftcol {
	float: left;
	width: 165px;
}
#tips {
	background-color: #FFEED5;
	height: 465px;
}
#midcol {
	float: left;
	width: 400px;
	height: 605px;
	background-color: #EFEFEF;
}
#rightcol {
	float: left;
	width: 165px;
}
#freeshipping {
	background: #EED6FF;
	width: 165px;
	height: 134px;
	text-align: center;
}
#babybootcamp {
	background-color: #FFEED5;
	width: 165px;
	height: 134px;
	text-align: center;
}
#ewg {
	background: #EED6FF;
	width: 165px;
	height: 125px;
	text-align: center;
}
#testimonials {
	background: #EED6FF;
	width: 165px;
	height: 307px;
}
.content {
	padding: 10px 13px 10px 13px;
}
.nudge {
	float: left;
	width: 15px;
}
.nudge2 {
	height: 15px;
	width: 15px;
}
.nudge3 {
	height: 10px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}



/* STYLE & TEXT */
#midcolhead h1 {
	padding: 10px 0px 10px 0px;
}
h1 {
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
table h2 {
	color: #ED4C00;
	text-transform: none;
}
h2 {
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	color: #501D76;
}
#tips ul li {
	list-style-type: none;
	list-style-image: none;
}
#tips ol li {
	list-style-image: url(images/bullet_logo.png);
}
#tips ol {
	padding: 0px 0px 5px 20px;
	color: #501D76;
}
#tips ul {
	padding: 0px 0px 17px 20px;
}
h3 {
	font-size: 10px;
}
ul {
	padding: 0px 0px 10px 20px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet_orange.png);
}
#footer li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
.cream {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #501D76;
	width: 100%;
}
td {
	padding: 2px 2px 15px 2px;
	vertical-align: top;
}

.buynow td {
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
}
p {
	padding: 0px 0px 10px 0px;
}
blockquote {
	font-style: italic;
	padding: 0px 3px 0px 3px;
}
.quote {
	padding: 0px 0px 20px 0px;
	text-align: right;
	font-weight: bold;
}

/* LINKS */
a:link {
	color: #F2830B;
	text-decoration: none;
}
a:visited {
	color: #F2830B;
	text-decoration: none;
}
a:hover {
	color: #FAAB53;
	text-decoration: none;
}
a:active {
	color: #FAAB53;
	text-decoration: none;
}
#freeshipping a:link {
	color: #330033;
	text-decoration: none;
}
#freeshipping a:visited {
	color: #330033;
	text-decoration: none;
}
#freeshipping a:hover {
	color: #FAAB53;
	text-decoration: none;
}
#freeshipping a:active {
	color: #FAAB53;
	text-decoration: none;
}

