HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, 
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, 
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, 
DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */

/*:focus {
	outline: 0;
}*/
BODY {
	background: #ccc;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
OL, UL {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
TABLE {
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
BLOCKQUOTE:before, BLOCKQUOTE:after, q:before, q:after {
	content: "";
}
BLOCKQUOTE, Q {
	quotes: "" "";
}

/* end of css reset */

A {
	color: #e73097;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: none;
}
FORM {
	margin: 0;
	padding: 0;
}
P {
	margin: 0 0 1em 0;
}

.prebiotics {
	background: #000 url(../images/learning-center-background.gif) left top no-repeat;
	height:380px;
	overflow: hidden;
	padding:20px 0 0 20px;
	position:relative;
	width: 780px;
}
.prebiotics H1 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 30px !important;
	line-height: 1.2em !important;
	margin:0 0 7px 0;
}
.prebiotics H1 SPAN {
	color: #E73097;
}
.prebiotics_introduction {
	font-size: 14px;
	position:absolute;
	bottom:30px;
	width:420px;
}
.prebiotics_copy {
	color: #F5F0B9;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.7em;
	text-transform: uppercase;
	width: 310px;
	float: left;
}

.prebiotics_copy SPAN {
	color: #E73097;
}
.without_fos,
.with_fos 
{
	color: #999;
	font-size: 9px;
	float: left;
	width: 118px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	display: inline;
}
.without_fos IMG,
.with_fos IMG
{
	margin: 10px 0;
}
.without_fos P,
.with_fos  P{
	margin:0;
}
.prebiotics_labels {
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 45px;
	/*line-height: 23px;*/
}
.without_fos LI {
	text-align:left;
	padding:4px 0px 4px 25px; 
}
.without_fos LI.good {
	background:#000 url(../images/good-bacteria.gif) no-repeat top left;
}
.without_fos LI.bad {
	background:#000 url(../images/bad-bacteria.gif) no-repeat top left;
}
.learning_with_fos {
	color: #FBD4D6;
	font-size: 10px;
	margin-left: 11px;
	margin-top: 35px;
}
.learning_with_fos SPAN {
	color: #E73097;
}
.footer {
	clear: both;
	color: #666;
	font-size: 9px;
	margin: 0;
	text-align: right;
	margin-right: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

.learning_center_callout {
	padding-right: 64px;
	width: 200px;	
}

