/*
 COLORS:
 Green (Brand Manual: C 55% - M 0% - Y 100% - K 0%) => #80C342
 Orange (Brand Manual: PANTONE 158) => #EA7125 // #F58025
*/

*{border:0;padding:0;margin:0;outline:none;}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color:#80C342; 
	background-color:#FFFFFF;
	overflow:auto;
}

#page{
	margin-left:auto;
	margin-right:auto;
	width:984px;
	text-align:center;
}
#header{

}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:984px;
	font-size:small;
}

#bottomnav {
	color:#000000;
	padding-top:5px;
	text-align:center;
	font-size:x-small;
}

#bottomnav a:link {
	color:#000000;
	font-weight:light;
	text-decoration:none;
}
#bottomnav a:visited {
	color:#000000;
	font-weight:light;
	text-decoration:none;
}
#bottomnav a:active {
	color:#F58025;
	font-weight:light;
	text-decoration:none;
}
#bottomnav a:hover {
	color:#F58025;
	font-weight:light;
	text-decoration:none;
}

#bottomnav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#bottomnav li {
	display:inline;
}

#danone{
	clear:both;
	padding-top:5px;
}