* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
}

body {
	text-align: center;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper, #science-wrapper, #discover-wrapper, #protocol-wrapper {
	width: 550px;
	height: 300px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	background: url('images/ddf_magic_f1.jpg') no-repeat;
}

#science-wrapper {
	background: url('images/ddf_magic_f3.jpg') no-repeat;
}

#discover-wrapper {
	background: url('images/ddf_magic_f2.jpg') no-repeat;
}

#protocol-wrapper {
	background: url('images/ddf_magic_f4.jpg') no-repeat;
}

p {
	margin-bottom: 16px;
}

#content, ul {
	padding-top: 161px;
}

body #protocol-content {
	padding-top: 60px;
	margin-left: -100px;
}

#content, #science-content, #discover-content, #protocol-content {
	float: left;
	display: inline;
	width: 150px;
	margin-left: 20px;
}

#protocol-content {
	width: 200px;
}

#discover-content {
	padding-top: 75px;
	width: 170px;
}

#science-content {
	padding-top: 95px;
	width: 180px;
}

ul {
	list-style-type: none;
	float: left;
	display: inline;
}

li a {
	width: 147px;
	height: 46px;
	text-indent: -9999px;
	position: relative;
	display: block;
	*margin-left: -16px;
}

li a:hover, a:hover {
	outline: 0;
}

li#science a {
	background: url('images/see_science.jpg') no-repeat;
	height: 47px;
}

li#turmeric a {
	background: url('images/discover_turmeric.jpg') no-repeat;
}

li#protocol a {
	background: url('images/advanced_ddf.jpg') no-repeat;
}

li#science a:hover {
	background: url('images/see_science_f2.jpg') no-repeat;
	height: 47px;
}

li#turmeric a:hover {
	background: url('images/discover_turmeric_f2.jpg') no-repeat;
}

li#protocol a:hover {
	background: url('images/advanced_ddf_f2.jpg') no-repeat;
}

a#cleanser, a#cream, a#concentrate, a#defense {
	position: absolute;
	display: block;
	float: left;
	text-indent: -9999px;
}

a#cleanser {
	left: 202px;
	top: 150px;
	width: 104px;
	height: 46px;
}

a#cream {
	height: 46px;
	left: 235px;
	top: 228px;
	width: 70px;
}

a#concentrate {
	height: 46px;
	left: 452px;
	top: 110px;
	width: 70px;
}

a#defense {
	height: 75px;
	left: 460px;
	top: 175px;
	width: 80px;
}

a#back-link {
	float:right;
	padding: 5px 5px 0px 0px;
	text-decoration: none;
	color: #000;
}

a#see-how {
	height: 70px;
	left: 385px;
	top: 115px;
	width: 100px;
	position: absolute;
	display: block;
	text-decoration: none;
}

#transcript-wrapper{
	text-align:left;
	padding: 10px;
}





