/* #################################################################### 

Project:	Splenda Microsite
Version:	1.0

[Color codes]
------------------------------------------------------------------------

Using 
	*html #id {
		for IE6 corrections
	}

#################################################################### */


body {
	background-color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
}

strong {font-weight:bold;}
.clear {clear:both;}
.floatL {float:left;}
sup {font-size:11px;vertical-align:top;line-height:8px;}

a:link {color:#003399; text-decoration:none;}
a:active {color:#003399; text-decoration:none;}
a:visited {color:#003399; text-decoration:none;}
a:hover {color:#003399; text-decoration:underline;}


/*
=MAIN
---------------------------------------------------------------------*/

#wrapper {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}
	#main_container {
		float:left;
		width: 956px;
		background: url(../_images/dropshadow.jpg) repeat-y;
		background-color: #ffffff;
		padding:0 8px;
	}

	
		*html #main_container {
			padding:0px 6px;
			position:relative;
			float:none;
			height:0px;
		}
	#bottom {
		width:972px;
		height:18px;
		float:left;
		background:url(../_images/bottomEdge.jpg) no-repeat;
	}
	#quickfactWrapper {
		float:left;
		width:301px;
	}

/*
=HEADER
---------------------------------------------------------------------*/

#main_nav {
	/*dLife Nav*/
	width: 960px;
	float: left;
}
	#splenda_logo {
		height: 96px;
		width: 190px;
		float: left;
		margin-left: 15px;
		margin-top: 0px;
	}
		*html #splenda_logo	{margin-left:5px;}
	#long_kicker {
		width: 728px;
		height: 96px;
		float: left;
		margin-left: 12px;
	}

/*
=NAV
---------------------------------------------------------------------*/
	
#splenda_nav {
	width: 945px;
	height: 30px;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}

/*
=LIFESTYLE AREA
---------------------------------------------------------------------*/
#life_style {
	width: 930px;
	position:relative;
	margin-left:15px; 
	margin-bottom:15px;
	z-index:1;
	top:0px;
	left:0px;

}
	*html #life_style {margin-left:10px; top:-128px;}
	*html #life_style img {width:934px;}
/*
=BODY AREA
---------------------------------------------------------------------*/
#body_text {
	width: 603px;
	float: left;
	margin-left: 15px;
	margin-bottom:25px;
}
	*html #body_text {
		position:relative;
		top:-135px;
		left:0;
		float:none;
	}
	h1 {
		float:left;
		width:100%;
		font-weight: bold;
		font-size: 20px;
		line-height: 26px;
		color: #003399;
		margin:10px 0;
	}
	#body_text h2 {
		float:left;
		font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		margin:10px 0;
		color: #003399;
	}
	#body_text h6 {
		float:left;
		font-size: 13px;
		line-height: 18px;
		color: #003399;
		margin-bottom:30px;
	}
	#body_text h5 {
		font-weight: bold;
		font-size: 15px;
		line-height: 40px;
		color: #003399;

	}
		.first_line {
			font-size: 25px;
			line-height: 35px;
			color: #003399;
		}
			#body_text p {
				float:left;
				font-size: 16px;
				line-height: 24px;
				color: #003399;
				margin:5px 0;
			}
			.body_list {
				font-size: 13px;
				line-height: 26px;
				color: #003399;	
/* 				float:left; */
				width:100%;
			}
			ul.body_list li{
				list-style: disc inside;
				padding-left: 10px;					
			}
			.margin {margin-top:20px;}

/*
=RIGHT COL
---------------------------------------------------------------------*/	
#right_col {
	float:right;
	width:300px;
	margin-right:11px;
}
	*html #right_col {
		margin-top:-125px;
		margin-right:0px;
	}
	.ad {
		width: 300px;
		float: left;
		color:#999999;
		font-size:10px;
		text-align:right;
	}
	#video_player {
		width: 315px;
		height: 361px;
		float: left;
		margin-top: 16px;
	}

/*
=KICKERS
---------------------------------------------------------------------*/
#quick_facts {
	width: 314px;
	height: 361px;
	float: left;
	margin-top: 16px;
	margin-left: 15px;
}
#sweet_treat {
	width: 306px;
	height: 361px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

/*
=DISCLAIMER
---------------------------------------------------------------------*/

div.disclaimerHeader {
	width:940px;
	float:right;
        font-style:italic;
	font-size:16px;
	line-height:17px;
	color:#000;
	text-align:right;
}

div.disclaimer {
	width: 935px;
	float: left;
	margin-left: 24px;
	margin:20px 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	color: #003399;
	text-align:center;
}

/*
=WHAT SHOULD I EAT CHART
---------------------------------------------------------------------*/

#main_chart {
	float:left;
	width: 353px;
	padding:5px 0 5px 5px;
	float: center;
	background-color: #f3cf1f;
	margin-left: 130px;
	clear:both;
}
#left_column {
	width: 110px;
	float: left;
	background-color: #ffffff;
	border:2px solid #f3cf1f;
}
#right_column {
	width: 230px;
	float: left;
	border:2px solid #f3cf1f;
	background-color: #ffffff;
	
}
	#left_column h6, #right_column h6 {width:100%; background:#FFE98C; margin-bottom:0px; padding-bottom:30px;}
	#left_column h6 ul, #right_column h6 ul {width:100%;}
.even {
	background-color: #fff6d6;
	padding-left: 10px;
}
.odd {
	background-color: #ffe98c;
	padding-left: 10px;
}
.title {
	background-color: #ffffff;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #f3cf1f;
	border-bottom-style: solid;

}

/*
=WHERE DO I START
---------------------------------------------------------------------*/

.download_dsk {
	margin:77px 0 0 10px;
}

/*
=FOOTER
---------------------------------------------------------------------*/

