/* 
Title: P&G - Master CSS
Author: Deborah Foerst, UI Developer <debbie.foerst@tmp.com>
Company: TMP Worldwide Advertising and Communications, LLC
*/

@import "nav.css";     /* Primary navigation */
@import "hscroll.css"; /* Horizontal scroll */
@import "modal.css";   /* Modal window */
@import "scroll.css"; /* Scroll specific rules */
@import "hacks.css";   /* CSS Hacks */

@media all {

	body, h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

	body { 
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size: .69em;
	line-height: 1.3em;
	color: #000;
	background: #009;
	}

	img {
	border: none;
	}

	a:link, a:active, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

	a:hover  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
	
	sup {
	vertical-align: middle;
	padding: 0 2px;
	}

	/* Used to accessibly hide elements */

	.wcag, #navigation-jump, #navigation-jump a, #content-return, #content-return a {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	text-indent: -999em;
	}

	/* Used to accessibly hide elements */

	#navigation-jump a:focus, #content-return a:focus {
	display: block;
	width: auto;
	height: auto;
	top: 11px;
	left: 600px;
	text-indent: 0;
	background: #ccc;
	color: #333;
	padding: 8px;
	text-decoration: none;
	border: 1px #333 solid;
	white-space: nowrap;
	}

	/* First and last element */

	.last, li.last a, li.last a:link, li.last a:visited, li.last ahover, li.last a:active  {
	border-right: none !important;
	}

	/* Wrapper and top part of page */

	#wrapper {
	position: relative;
	width: 961px;
	background: #fff;
	padding: 10px 10px;
	margin: 8px auto;
	}

	#content-wrapper {
	width: 959px;
	border: #999 1px solid;
	}

	#header {
	position: relative;
	width: 959px;
	height: 139px;
	background: url(../images/pg_header.jpg) no-repeat;
	padding-bottom: 32px;
	}

	#header a {
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 100px;
	height: 50px;
	}

	#header img {
	display: none;
	}

	/* ====== Content (Default) ====== */

	#content {
	position: relative;
	float: left;
	width: 754px;
	}

	#content h1 {
	margin: 0;
	padding: 30px 0 8px 20px;
	font-size: 1.8em;
	color: #009;
	}

	#content h2, #content h3 {
	margin: 0;
	padding: 6px 0 6px 20px;
	font-size: 1.4em;
	color: #009;
	}

	#content h3 {
	color: inherit;
	}

	#content p {
	margin: 0;
	padding: 0 20px 12px 20px;
	}

	/* ====== Sub Content (Default) ====== */

	#subcontent {
	float: right;
	width: 190px;
	}

	#subcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#subcontent li {
	margin: 0;
	padding: 0;
	}

	#subcontent li a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
	
	/* Sub Content (Default, Home Content) */ 
	
	#subcontent #hm-sustainability a {
	background-image: url(../images/nav_sustainability.jpg);
	height: 147px;
	}

	#subcontent #hm-sustainability a:hover {
	background-position: -165px 0;
	}

	#subcontent #hm-factoids a {
	background-image: url(../images/nav_funfactoids.jpg);
	height: 136px;
	}

	#subcontent #hm-factoids a:hover {
	background-position: -167px 0;
	}

	#subcontent #hm-brands a {
	background-image: url(../images/nav_watchproducts.jpg);
	height: 137px;
	}

	#subcontent #hm-brands a:hover {
	background-position: -165px 0;
	}
	
	/* ====== Inner Paging Layout (Default), used in About section ====== */
		
	#pages {
	width: 310px;
	}

	#pages h1 {
	text-indent: -999em;
	padding: 0;
	}
	
	.page-container {
	height: 320px;
	overflow: auto;
	}

	.page-container p {
	margin: 0;
	padding: 0 0 10px;
	}

	.page-container ul {
	margin: 0;
	padding: 0 0 10px 40px;
	}
	
	#pages h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	top: 375px;
	left: 175px;
	color: #12289f;
	font-size: 1.1em;
	text-transform: lowercase;
	}

	#control {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	top: 375px;
	left: 220px;
	list-style: none;
	}

	#control li {
	display: inline;
	float: left;
	font-size: 10px;
	color: #fff;
	width: 13px;
	margin: 0 2px;
	padding: 0;
	line-height: 13px;
	height: 14px;
	background-image: url(../images/btn-whoweare.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 4px;
	overflow: hidden;
	cursor: pointer;
	}

	#control li.select {
	background-position: left top;
	}

	#control-slide {
	position: absolute;
	top: 3px;
	}

	/* About - Who We are (Default) */

	body#about-default #content {
	position: relative;
	width: 791px;
	height:420px;
	background: url(../images/whoweare-bkg.jpg) no-repeat;
	}
	
	body#about-default #pages h1 {
	background: url(../images/whoweare-header.png) no-repeat;
	width: 240px;
	height: 73px;
	margin: 15px 0 5px 20px;
	}
	
	/* Sub Content (About Home) */ 
	
	body#about-default #subcontent {
	width: 138px;
	margin-right: 30px;
	}
		
	#subcontent #sub-ourpeople a {
	background-image: url(../images/nav-people.png);
	height: 141px;
	}

	#subcontent #sub-ourpeople a:hover {
	background-position: -138px 0;
	}

	#subcontent #sub-factoids a {
	background-image: url(../images/nav-funfactoids02.png);
	height: 138px;
	}

	#subcontent #sub-factoids a:hover {
	background-position: -138px 0;
	}

	#subcontent #sub-brands a {
	background-image: url(../images/nav-brands.png);
	height: 142px;
	}

	#subcontent #sub-brands a:hover {
	background-position: -138px 0;
	}

	/* ====== About - Sustainability ====== */
	
	body#about-sustainability #content {
	height:420px;
	background: url(../images/sustainability-bkg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}

	body#about-sustainability #pages h1 {
	margin: 30px 0 5px 25px;
	background: url(../images/sustainabiliter-header.png) no-repeat;
	height: 37px;
	}
	
	body#about-sustainability #pages {
	margin-left: 50px;
	}

	body#about-sustainability #pages h2 {
	color: #587027;
	}

	body#about-sustainability #control li {
	background-image: url(../images/btn-sustainability.png);
	}

	/* Sub Content (About Sustainability) */ 
	
	body#about-sustainability #subcontent {
	position: relative;
	width: 205px;
	}
	
	#subcontent #sub-sustainability a {
	background-image: url(../images/sustainability-icon01.jpg);
	height: 140px;
	}

	#subcontent #sub-sustainability a:hover {
	background-position: -204px 0;
	}

	#subcontent #sub-thrive a {
	background-image: url(../images/sustainability-icon02.jpg);
	height: 140px;
	}

	#subcontent #sub-thrive a:hover {
	background-position: -203px 0;
	}
	
	#subcontent  li#sub-red {
	background-image: url(../images/sustainability-icon03.jpg);
	height: 140px;
	text-indent: -999em;
	}
	
	/*#subcontent  #sub-red a {
	background-image: url(../images/sustainability-icon03.jpg);
	height: 140px;
	}

	#subcontent #sub-red a:hover {
	background-position: -204px 0;
	}*/
	
	#subcontent #links-redcross {
	position: absolute;
	bottom: 30px;
	right: 55px;
	}
	#subcontent #links-redcross a {
	display: block;
	line-height: 17px; 
	width: 95px;
	text-indent: -999em;
	}
	#subcontent #links-redcross a.pur-singapore {
	width: 75px;
	padding-left: 18px;
	}
	
	.pad-left {
	padding-left: 15px;
	}
	/* ====== About - News and Awards ====== */

	body#about-news-awards #content {
	background: url(../images/news-awards-bkg.jpg) no-repeat;
	width: 959px;
	height: 420px;
	}

	body#about-news-awards h1 {
	background: url(../images/news-awards-header.JPG) 28px 24px no-repeat;
	text-indent: -999em;
	height: 90px;
	}

	#tabs {
	position: absolute;
	width: 648px;
	top: 85px;
	left: 0;
	}

	#tabs h2 {
	type-size: 14px;
	color: #12289f;
	}

	#news-scroll {
	position: relative; /* Hack for IE6 */
	width: 648px;
	height: 250px;
	overflow: auto;
	}

	#news-scroll h2 {
	font-size: 1.6em;
	line-height: normal;
	}

	#tabs ul#news-tabs {
	width: 271px;
	/* height: 30px; */
	border-bottom: #12289f 1px solid;
	margin: 21px 0 25px 145px;
	}

	#tabs ul#news-tabs li {
	font-size: 12px;
	color: #12289f;
	text-align: center;
	list-style-type: none;
	float: left;
	width: 80px;
	}

	#tabs ul#news-tabs li a {
	display: block;
	color: #12289f;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 13px 5px 13px;
	}

	#tabs ul#news-tabs li a:hover, #tabs ul#news-tabs li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #12289f;
	}

	.nav-on {
	background-color: #12289f;
	color: #fff !important;
	}

	#news div, #awards div {
	position: relative;
	border-top: #e9e9ea 1px solid;
	margin-right: 10px; 
	padding: 15px 20px 0 162px;
	}

	p.date {
	margin: 0;
	padding: 0;
	color: #008fdf;
	padding-top: 8px;
	}

	#news div.newsitem img, #awards div.awardsitem img {
	position: absolute;
	top: 40px;
	left: 20px;
	}

	p.alert {
	position: absolute;
	left: 0;
	top: 122px;
	}

	p.alert a {
	color: #C00;
	text-decoration: none;
	}

	p.news-bookmark a {
	margin: 0;
	padding: 0;
	background: url(../images/btn-sharethis.jpg) right top no-repeat;
	display: block;
	width: 76px;
	height: 24px;
	text-indent: -9999em;
	margin-left: 360px;
	}

	/* ====== Social Networks ====== */

	body#social-networks #content-wrapper {
	position: relative;
	height: 592px;
	}

	body#social-networks #content {
	position: absolute;
	top: 171px;
	left: 0;
	background: url(../images/socialnetworks-bkg.jpg) left top no-repeat;
	height: 420px;
	}

	body#social-networks #content h1 {
	background: url(../images/social-networks-header.gif) left top no-repeat;
	text-indent: -999em;
	width: 217px;
	height: 37px;
	padding: 0;
	margin: 15px 0 17px 25px;
	}

	body#social-networks #content .social-widget {
	width: 295px;
	margin-left: 25px;
	padding: 0 0 25px 55px;
	}

	body#social-networks #content .social-widget .new-window img {
	position: absolute;
	margin-left: -55px;
	border: none;
	}

	body#social-networks #content .social-widget h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	}

	body#social-networks #content .social-widget p.blurb  {
	margin: 0;
	padding: 0;
	font-size: 13px;
	}

	body#social-networks #content .social-widget p.blurb a {
	font-weight: bold;
	text-decoration: underline;
	}

	body#social-networks #content .social-widget p.blurb a:hover  {
	font-weight: bold;
	text-decoration: none;
	}

	body#social-networks #content .panel-with-js {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	padding: 0 11px 0 11px;
	float: left; 
	height: 342px; 
	border-left: 1px #363a8f solid; 
	overflow: hidden;
	}

	body#social-networks #content .panel-with-js .new-window img {
	position: absolute;
	top: 2px;
	left: 11px;
	margin-left: 0;
	border: none;
	}

	body#social-networks #content .panel-with-js p.blurb  {
	padding: 0 0 15px 31px;
	font-size: 1em;
	}
	
	body#social-networks #content p.button {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 11px;
	bottom: 161px;
	width: 11px;
	height: 21px;
	background: url(../images/btn-arrow.gif) left top no-repeat;
	cursor: pointer;
	color: #fff;
	text-indent: -999em;
	overflow: hidden;
	}
	
	/* ====== Linked-In ====== */

	#pg-linkedin {
	border: 1px #ccc solid;
	border-top: 1px #315c99 solid;
	padding-top: 5px;
	width: 225px;
	height: 290px;
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	}

	/* ====== Facebook * ====== */

	#facebook-content iframe {
	background: #fff;
	}

	/* ====== Youtube Box (Heavily Modified) ====== */

	.floatingPlayerBox_gsvb {
	display: none !important;
	}

	.floatingPlayer_gsvb .playing_gsvb {
	position: absolute;
	top: 200px !important;
	left: 400px !important;
	z-index : 999;
	background: #fff;
	padding: 20px 10px 0;
	border: 1px #666 solid;
	border-radius: 10px;
	box-shadow: -3px 3px 14px #ccc;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: -2px 2px 14px #000;
	-moz-border-radius: 10px;
	-moz-box-shadow: -3px 3px 14px #000;
	max-width: 300px;
	}

	.playerInnerBox_gsvb .player_gsvb {
	width: 300px;
	height: 200px;
	}

	.idle_gsvb {
	display : none;
	}

	.playing_gsvb {
	display : block;
	}

	.alldone_gsvb {
	position: absolute;
	width: 10px;
	height: 11px;
	top: 5px;
	right: 10px;
	background: url(../images/close-button.gif) left top no-repeat;
	text-indent: -999em;
	cursor: pointer;
	}

	.title_gsvb a {
	display: block;
	padding: 10px 0;
	font-size: 1.1em;
	color: #dca41b;
	text-decoration: none;
	text-shadow: 1px 1px 5px #ccc;
	}

	#videobar {
	width: 230px;
	height: 299px;
	overflow: auto;
	}

	#videobar table {
	float: left !important;
	}

	.resultDiv_gsvb {
	border: 2px transparent solid;
	padding: 0 1px;
	cursor: pointer;
	}

	.resultDiv_gsvb:hover, .resultDiv_gsvb:active {
	border: 2px #dca41b solid;
	}

	/* ====== Twitter Box ====== */

	#twitter h3 {
	display: none;
	}

	#twitter h4 {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 42px;
	font-size: 1.3em !important;
	font-style: italic;
	}

	#twitter h4 a {
	text-decoration: none;
	}

	.twtr-hd {
	position: relative;
	padding: 7px !important;
	margin-bottom: 0 !important;
	}

	.twtr-timeline {
	padding: 0 10px;
	border-left: 1px #8dbee6 solid;
	border-right: 1px #8dbee6 solid;
	overflow: hidden;
	}

	.twtr-profile-img {
	width: 28px; !important;
	height: 28px; !important;
	}

	.twtr-spinner {
	position: absolute !important;
	}

	.twtr-ft {
	padding: 7px !important;
	margin: 0 !important;
	
	}

	.twtr-ft img {
	vertical-align: middle;
	margin-right: 10px;
	}

	.twtr-ft div {
	margin: 0 !important;
	}	

	/* Sub Content (PG Social Network) */ 

	#subcontent #sub-icon01 a {
	width: 146px;
	background: url(../images/social-networks-icon01.png) no-repeat;
	height: 142px;
	}

	#subcontent #sub-icon01 a:hover {
	background-position: -146px 0;
	}

	#subcontent #sub-icon02 a {
	width: 146px;
	background: url(../images/social-networks-icon02.png) no-repeat;
	height: 141px;
	}

	#subcontent #sub-icon02 a:hover {
	background-position: -146px 0;
	}

	#subcontent #sub-icon03 a {
	width: 146px;
	background: url(../images/social-networks-icon03.png) no-repeat;
	height: 137px;
	}

	#subcontent #sub-icon03 a:hover {
	background-position: -146px 0;
	}


	/* ===== article pages ===== */
	
	body#article #content h1 {
	margin: 0;
	padding: 30px 0 8px 20px;
	font-size: 1.4em;
	color: #009;
	}

	body#article #content ul {
	margin: 0;
	padding: 0;
	padding: 0 0 12px 50px;
	}
	/* ====== Sitemap ====== */

	body#sitemap #content {
	background: url(../images/sitemap-circle-bkg.gif) 120px 20px no-repeat;
	}

	body#sitemap h1 {
	font-size: 2.2em;
	color: #24489f;
	padding: 40px 0 15px 20px;
	}

	body#sitemap #content div.map { 
	float: left;
	width: 380px;
	margin: 10px 0 0 20px;
	}

	body#sitemap #content h2 {
	font-size: 1.4em;
	padding: 15px 0 3px;
	margin-bottom: 5px;
	}

	body#sitemap #content h2 a { 
	color: #24489f;
	text-decoration: none;
	}

	body#sitemap #content h2 a:hover { 
	text-decoration: underline;
	}

	body#sitemap #content div.map ul { 
	margin: 0;
	padding: 0 0 15px 15px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #00a1de;
	list-style: none;
	}

	body#sitemap #content li a { 
	color: #00a1de;
	text-decoration: none;
	}

	body#sitemap #content a:hover { 
	text-decoration: underline;
	}

	/* ====== Error Pages ====== */

	body#error h1 {
	font-size: 2.2em;
	color: #24489f;
	padding: 40px 0 15px 20px;
	}

	body#error #content {
	background: url(../images/sitemap-circle-bkg.gif) 120px 20px no-repeat;
	height: 420px;
	}

	body#error #content p {
	font-size: 1.2em;
	}

	body#error #content p a {
	color: #00a1de;
	text-decoration: underline;
	}

	body#error #content p a:hover {
	text-decoration: none;
	}

	/*Comming soon page */

	/* ====== Footer ====== */

	#footer {
	margin: 0;
	padding: 20px 0 20px;
	border: #ccc 1px solid;
	width: 959px;
	text-align: center;
	}

	#footer li {
	display: inline;
	font-size: 0.9em;
	color: #666;
	list-style-type: none;
	}

	#footer li a {
	color: #666;
	text-decoration: none;
	padding: 0 7px 0 5px;
	border-right: #666 1px solid;
	}

	#footer li a:hover, #footer li a:active {
	text-decoration: underline;
	}

	p#legal-statement{
	margin: 0;
	padding: 10px 80px 5px 80px;
	color: #666;
	}

	/* Spell's accessibility additions and fixes for mistakes I've found on the site (so far) */

	#brands #content, 
	#countries-regions #content, 
	#media-and-culture #content, 
	#profiles #content,
	#our-people-amira #content,
	#our-people-anca #content,
	#our-people-anna #content,
	#our-people-consumer-republic #content,
	#our-people-eduardo #content,
	#our-people-erdal #content,
	#our-people-lennart #content,
	#our-people-loic #content,
	#our-people-maria #content,
	#our-people-samir #content,
	#our-people-stefanija #content,
	#our-people-stevi #content,
	#our-people-tamia #content,
	#our-people #content,
	#sitemap #content
	#error #content {
	margin: 0;
	padding: 0;
	width: 959px;
	}

}

@media print {
	
	body { 
	background: #fff;
	}
	
	/* body {
	font: 12pt/1.6 Arial, Helvetica, sans-serif !important;
	margin: 0;
	background: #fff;
	}

	a:link, a:visited {
	color: #000;
	text-decoration: none
	}

	h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

	h1 {
	font-size: 1.4em;
	color: #ffaa06;
	}

	h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #006;
	}

	h2 {
	font-size: 1.3em;
	color: #000;
	}

	h3 {
	color: #000;
	font-size: 1.1em;
	}

	h4 {
	color: #999;
	font-size: 1em;
	}

	h5, h6 {
	color: #999;
	font-size: 0.9em;
	}

	#footer {
	color: #ccc;
	}

	#footer a:link, #footer a:visited {
	color: #ccc;
	}

	input, select, textarea {
	display: block;
	}
	
	img {
	border: none;
	}

	#header img {
	display: block;
	}

	object, embed, #nav, #jobdescrip, #footer, #pages h2, #control, .wcag, 
	#social-networks iframe, .floatingPlayer_gsvb .idle_gsvb, #videobar table, 
	#twitter, .button, .floatingPlayer_gsvb playing_gsvb, .playerBox_gsvb playing_gsvb, 
	.playerInnerBox_gsvb {
	display: none !important;
	}

	.wai {
	display: block !important;
	}

	#content-wrapper, #header, #p1, #p2, #p3, .page-container, #pages, #control-slide,
	#pages-sus, .jFlowSlideContainer, .social-content, .social-widget .panel-with-js, .social-widget .blurb,
	#scroll-wrapper #videobar {
	position: static !important;
	float: none !important;
	background: none !important;
	width: auto !important !important;
	height: auto !important;
	overflow: none !important;
	display: block !important;
	}
	
	.social-widget .blurb {
	white-space: nowrap;
	} */

}

