@charset "UTF-8";
/*****************************************/
/** Foster Clark's Purple Layout CSS    **/
/** Author Alan Agius                   **/
/** Last Updated: 15th April 09         **/
/** Copyright 2009 Alert Communications **/
/*****************************************/
@import url("fosterGeneralStyles.css");
@import url("fosterTypoStyles.css");

#rightContentSection h1, #rightContentSection h2{
	color:#7b0054;
}

a{
	text-decoration:none;
	color:#7b0054;
}

a:hover{
	text-decoration:underline;
}

/** First Level Menu                    **/
#leftMenuSection dl dt{
	color:#7b0054;
	background:url(../pics/nav_icon_big_purple.gif) no-repeat top center;
}


/** Second Level Menu                   **/
#leftMenuSection dl dd ul li {
	background:transparent url(../pics/nav_icon_dark_purple.gif) no-repeat scroll left top;
	padding-left:15px;
	text-align:left;
}


/** Third Level Menu                   **/

#leftMenuSection dl dd ul li ul li {
	background:transparent url(../pics/nav_icon_light_purple.gif) no-repeat scroll left top;
	margin:8px 0;
	padding-left:15px;
}

.suggested_list {
	list-style:none; 
	padding:0;
}

.suggested_list li {
	border-top: 1px dotted #999999; 
	padding: 7px 0pt; 
	float: left;
}

.suggested_list li span {
	float: right; 
	width: 200px; 
	text-align: center;
}

.nutritional_list {
	list-style:none; 
	padding:0; 
	border-top:dotted 1px #999999;
}

.nutritional_list li {
	padding: 3px 0; 
	border-bottom:dotted 1px #999999;
}

.nutritional_list li span {
	float: right; 
	text-align: center;
	width: 100px;
}

