/*Defaults*/
body {
	background:#FFF;
	border:0;
	color:#625C6B;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.80em;
	line-height:145%;
	margin:0;
	padding:0;
	}

body.popup {
	}

body, input, select, textarea, table, td, div {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

form, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

label {
	cursor:pointer;
	cursor:hand;
	display: block;
	float: left;
	width: 180px;
	}

input.textinput {width: 200px;}
input.pcode {width: 35px;}
input.phone {width: 25px;}
textarea {width: 200px; height: 70px}
form {margin-bottom: 35px}

/*Float clearing*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}

/*Out of view -- for hiding text based images. Look at the logo for usage.*/
.oov {
	display:block;
	text-indent:-5000em;
	}

.h {
	display:none;
	}

.dB {
	display:block;
	}

.dI {
	display:inline;
	}

.center {
	text-align:center;
	}

/*Links*/

a:focus
{
-moz-outline-style: none;
}

a {
	color:#E4232F;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a:visited {
	color:#80131A;
	}

.cta a {
	color:#000;
	}

#footer a {
	color:#6E6E6E;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footer .brands {
	width:851px;
	margin-left:6px;
	padding-top: 9px;
	border-top: solid 1px #e52027;
	text-align: center;
}

#footer .brands a {
	margin-left: 10px;	
}

#footer .brands img {
	margin-top: 11px;	
}

.home #footer .brands,
#footer .brandshome {
	width:925px;
	margin-left:6px;
	padding-top: 9px;
	border-top: solid 1px #e52027;
}

.home #footer .brands {
	padding-left: 6px;	
}

/*.home #footer .brands,*/
#footer .brandshome img {
	padding: 0px 6px;
}

.home .firstLogo {
padding: 0 0 0 70px;
}

.firstLogo {
padding: 0 0 0 35px;
}

#page {
	background:#fff url(/images/page_bg.gif) top left repeat-x;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:860px;
	}
#popup  {
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	width:600px;
	}

.home #page {
	width:950px;
	}

#header {
	/*background: url(/images/one.gif) top right no-repeat;*/
	margin:0 13px;
	}

h1.logo {
	background: url(/images/logo.gif) top left no-repeat;
	height:51px;
	overflow:hidden;
	width:222px;
	}
h1.logofr {
	background: url(/images/logo_fr.gif) top left no-repeat;
	height:51px;
	overflow:hidden;
	width:222px;
	}

h1.logo a, h1.logofr a  {
	display:block;
	height:51px;
	outline:none;
	width:222px;
	}

h2 {
	font-size:120%;
	margin:.9em 0 .5em 0;
	}

.about h2 {
	color:#EA8920;
	}

.brands h2 {
	color:#E4232F;
	}

.healthy_living h2 {
	color:#0073B7;
	}

.whats_new h2 {
	color:#22A74A;
	}

.media_centre h2 {
	color:#8B1AAC;
	}

.privacy h2 {
	color:#FFD43E;
	}

.legal h2 {
	color:#FF0FA2;
	}

.contact h2 {
	color:#0012BF;
	}

.timeline_popup h2 {
	font-size:150%;
	margin-top:.2em;
	}

.callout h2 {
	margin:.4em 0 0 0;
	font-size:95%;
	}

h3 {
	font-size:110%;
	margin:.9em 0 .5em 0;
	}

.about h3 {
	color:#EA8920;
	}

.brands h3 {
	color:#E4232F;
	}

.healthy_living h3 {
	color:#0073B7;
	}

.whats_new h3 {
	color:#22A74A;
	}

.media_centre h3 {
	color:#8B1AAC;
	}

.privacy h3 {
	color:#FFD43E;
	}

.legal h3 {
	color:#FF0FA2;
	}

.contact h3 {
	color:#0012BF;
	}

p {
	margin:0;
	padding:0 0 .8em 0;
	}

/*Navigation*/
#nav {
	background:url(/images/nav_bg.gif) top left no-repeat;
	}

#nav ul {
	margin:0;
	padding:0;
	}

#nav li {
	float:left;
	height:23px;
	list-style-type:none;
	}

#nav li a {
	display:block;
	height:23px;
	}

#nav li.about a {
	outline:none;
	width:93px;
	}

#nav li.brands a {
	outline:none;
	width:93px;
	}

#nav li.healthy_living a {
	outline:none;
	width:93px;
	}

#nav li.whats_new a {
	outline:none;
	width:93px;
	}
#nav li.promotions a {
	outline:none;
	width:93px;
	}

#nav li.media_centre a {
	outline:none;
	width:93px;
	}

#nav li.sign-up a {
	outline:none;
	width:93px;
	}

#nav li.login a {
	outline:none;
	width:93px;
	}

#nav li.logout a {
	outline:none;
	width:93px;
	}

#nav li.myprofile a {
	outline:none;
	width:93px;
	}

.en #nav li.about {
	background:url(/images/en/nav_about.gif) top left no-repeat;
	width:93px;
	}

.about .en #nav li.about {
	background:url(/images/en/nav_about_on.gif) top left no-repeat;
	}

.en #nav li.brands {
	background:url(/images/en/nav_brands.gif) top left no-repeat;
	/*width:112px;*/
	width:93px;
	}

.brands .en #nav li.brands {
	background:url(/images/en/nav_brands_on.gif) top left no-repeat;
	}

.en #nav li.healthy_living {
	background:url(/images/en/nav_healthy_living.gif) top left no-repeat;
	/*width:111px;*/
	width:93px;

	}

.healthy_living .en #nav li.healthy_living {
	background:url(/images/en/nav_healthy_living_on.gif) top left no-repeat;
	}

.en #nav li.promotions {
	background: url(/images/en/nav_promotions.gif) top left no-repeat;
	/*width:113px;*/
	width:93px;

	}

.promotions .en #nav li.promotions {
	background: url(/images/en/nav_promotions.gif) top left no-repeat;
	}

.en #nav li.whats_new {
	background: url(/images/en/nav_whats_new.gif) top left no-repeat;
	width:93px;
	}

.whats_new .en #nav li.whats_new {
	background: url(/images/en/nav_whats_new_on.gif) top left no-repeat;
	}

.en #nav li.media_centre {
	background: url(/images/en/nav_media_centre.gif) top left no-repeat;
	/*width:111px;*/
	width:93px;

	}

.media_centre .en #nav li.media_centre {
	background: url(/images/en/nav_media_centre_on.gif) top left no-repeat;
	}

.en #nav li.sign-up {
	background: url(/images/en/nav_sign-up.gif) top left no-repeat;
	width:93px;
	}

.sign-up .en #nav li.sign-up {
	background: url(/images/en/nav_sign-up_on.gif) top left no-repeat;
	}

.en #nav li.login {
	background: url(/images/en/nav_login.gif) top left no-repeat;
	width:93px;
	}

.login .en #nav li.login {
	background: url(/images/en/nav_login_on.gif) top left no-repeat;
	}

.en #nav li.logout {
	background: url(/images/en/nav_logout.gif) top left no-repeat;
	width:93px;
	}

.logout .en #nav li.logout {
	background: url(/images/en/nav_logout_on.gif) top left no-repeat;
	}

.en #nav li.myprofile {
	background: url(/images/en/nav_myprofile.gif) top left no-repeat;
	width:93px;
	}

.myprofile .en #nav li.myprofile {
	background: url(/images/en/nav_myprofile_on.gif) top left no-repeat;
	}



#col01 {
	float:left;
	margin-right:15px;
	width:110px;
	}

#col02 {
	float:left;
	position:relative;
	width:447px;
	}

#twocolleft {
	float:left;
	position:relative;
	width:557px;
	}

.twocolumn #col02 {
	width:723px;
	}

#twocolleft  img.whatsnewimg {
padding-top:12px;
float:left;
padding-bottom: 20px;
	}


#twocolleft  img.heading {
	padding:48px 0 20px 110px;
	}

#twocolleft  .wrapper p {
	padding-left:110px;
	}

#twocolleft  .wrapper h3 {
	padding-left:110px;
	}



#col02 img.heading {
	padding:48px 0 20px 0;
	}

#col02 .wrapper {
	margin-right:20px;
	}

#col03 {
	float:left;
	width:276px;
	}

.twocolumn #col03 {
	display:none;
	}

#col01 .cta {
	background:#EFEFEE;
	font-size:90%;
	line-height:normal;
	margin-top:95px;
	padding:12px;
	}

#timeline {
	height:81px;
	position:absolute;
	width:738px;
	}

#timeline_1990 {
	left:-124px;
	top:270px;
	}

#timeline_1991 {
	left:-15px;
	top:300px;
	}

#timeline_1997 {
	left:93px;
	top:270px;
	}

#timeline_2001 {
	left:203px;
	top:300px;
	}

#timeline_2002 {
	left:311px;
	top:270px;
	}

#timeline_2003 {
	left:420px;
	top:300px;
	}

#timeline_2005 {
	left:527px;
	top:270px;
	}

.timeline_popup {
	font-size:85%;
	background:url(/images/timeline_popup.gif) top left no-repeat;
	height:240px;
	position:absolute;
	width:205px;
	}

.timeline_popup .close {
	display:block;
	height:15px;
	margin-top:3px;
	margin-left:186px;
	width:16px;
	}

.timeline_popup .copy {
	float:left;
	line-height:normal;
	padding:20px 10px 10px 10px;
	}

.timeline_popup h2 img {
	margin-left:10px;
	}


table#nutrition_facts {
	border:1px solid #ccc;
	margin-top:1em;
	}

table#nutrition_facts td {
	padding:.3em;
	border:1px solid #ccc;
	}

.callout {
	padding-top:1em;
	}

.callout div.top {
	background:url(/images/callout_top.gif) top left no-repeat;
	height:27px;
	overflow:hidden;
	padding:0 10px;
	}



.callout div.bottom {
	background:url(/images/callout_bottom.gif) top left no-repeat;
	height:5px;
	overflow:hidden;
	}

.callout div.mid {
	background:url(/images/callout_mid.gif) top left repeat-y;
	font-size:90%;
	line-height:150%;
	padding:5px 10px 0 10px;
	}

#footer {
	color:#6E6E6E;
	font-size:85%;
	height:54px;
	margin:30px 0 0 0;
	}

/*.en #footer {background: url(/images/en/logo_footer.gif) top left no-repeat;}*/

.about #footer {
	margin-top:180px;
	}

#footer .footer_nav {
	display:inline;
	float:left;
	margin:10px 0 0 10px;
	width:500px;
	}

#footer a.footerimage {
 display: block; float: left;
}

#footer .copyright {
	display:inline;
	float:left;
	margin-left:10px;
	width:547px;
	}

#footer .links {
	float:right;
	margin:10px 0 0 0;

	}






.fr #nav li.about {
	background:url(/images/fr/nav_about.gif) top left no-repeat;
	width:121px;
	}

.fr #nav li.about a { width: 121px; }

.about .fr #nav li.about {
	background:url(/images/fr/nav_about_on.gif) top left no-repeat;
	}

.fr #nav li.brands {
	background:url(/images/fr/nav_brands.gif) top left no-repeat;
	width:82px;
	}

.fr #nav li.brands a { width: 82px; }

.brands .fr #nav li.brands {
	background:url(/images/fr/nav_brands_on.gif) top left no-repeat;
	}

.fr #nav li.healthy_living {
	background:url(/images/fr/nav_healthy_living.gif) top left no-repeat;
	width:100px;
	}

.fr #nav li.healthy_living a { width: 100px; }

.healthy_living .fr #nav li.healthy_living {
	background:url(/images/fr/nav_healthy_living_on.gif) top left no-repeat;
	}

.fr #nav li.whats_new {
	background: url(/images/fr/nav_whats_new.gif) top left no-repeat;
	width:84px;
	}

.fr #nav li.whats_new a { width: 84px; }

.whats_new .fr #nav li.whats_new {
	background: url(/images/fr/nav_whats_new_on.gif) top left no-repeat;
	}

.fr #nav li.media_centre {
	background: url(/images/fr/nav_media_centre.gif) top left no-repeat;
	width:99px;
	}
.fr #nav li.media_centre a { width: 99px; }

.media_centre .fr #nav li.media_centre {
	background: url(/images/fr/nav_media_centre_on.gif) top left no-repeat;
	}

.fr #nav li.sign-up {
	background: url(/images/fr/nav_sign-up.gif) top left no-repeat;
	width:91px;
	}

.fr #nav li.sign-up a { width: 91px; }

.sign-up .fr #nav li.sign-up {
	background: url(/images/fr/nav_sign-up_on.gif) top left no-repeat;
	}

.fr #nav li.login {
	background: url(/images/fr/nav_login.gif) top left no-repeat;
	width:117px;
	}
.fr #nav li.login a { width: 117px; }

.login .fr #nav li.login {
	background: url(/images/fr/nav_login_on.gif) top left no-repeat;
	}

.fr #nav li.logout {
	background: url(/images/fr/nav_logout.gif) top left no-repeat;
	width:117px;
	}

.logout .fr #nav li.logout {
	background: url(/images/fr/nav_logout_on.gif) top left no-repeat;
	}

.fr #nav li.myprofile {
	background: url(/images/fr/nav_myprofile.gif) top left no-repeat;
	width:71px;
	}

.myprofile .fr #nav li.myprofile {
	background: url(/images/fr/nav_myprofile_on.gif) top left no-repeat;
	}


.error {
	color: #cc0000;
	margin-bottom: 15px;
}

.error div {
	display: none;
}

.calendardate {
	display: block; width: 100px; height: 16px; border: 1px solid #ccc; float: left; margin: 2px 0px 2px 5px; padding: 2px;
}
.calendaricon {
	float:left; margin-top: 3px;
}
.calendarhelpicon {
	float:left; margin: 4px 0px 0px 5px;
}
.tooltip {
	display: none; position: absolute; top: -900px; left: -900px; z-index: 100;
	width: 250px; padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}






#listlink-right {
	list-style-image: url(/images/chevron.gif);
	list-style-type: circle;
	margin: 0px 0px 0px 15px; padding: 0px;
}

#listlink-right a {
	color: #115faa;
}

#sources {
	font-size: 10px;
	line-height: 145%;
	border-top: 1px #eeeeee solid;
	margin-top: 10px; padding-top: 10px;
}