/* 
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;
	}

	img, object {
	display: block;
	}

	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) ====== */

	/*Increased home page content div width to add new Flash for P&G Home Page*/
	body#default #content { 
		width:959px;
	}

	#content {
	position: relative;
	float: left;
	width: 754px;
	}
	
	#about-default #pages
	{
		padding-left:20px;
	}
	#jobs
	{
		margin-left:45px !important;
	}
	#addinfo
	{
		right:-160px !important;
	}

	#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) ====== */
	
	/*Hiding subcontent to add new Flash for P&G Home Page*/
	body#default #subcontent {
		display:none;
	}
	

	#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;
	}
	
	
	
	/****** Fallback Content ******/
	
	body#default #fallback { 
		width:959px; 
		height:569px; 
		padding:0; 
		margin:0 auto; 
		text-align:left; 
		background:url(../images/img-home.jpg) top left no-repeat;
	}
	
	body#default #fallback a {
		position:absolute;
		display:block;
		text-indent:-9999px;overflow:hidden;
		background:url(../images/pixel.gif) top left;
		/*	
		background:#ff0000; 	
		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;*/
		}
	
	
	body#default #fallback a#nav-hiring {
		left:10px; 
		top:10px; 
		width:252px; 
		height:195px;
		}
	
	body#default #fallback a#nav-tide {
		left:270px; 
		top:10px; 
		width:193px; 
		height:195px;
		}
	
	body#default #fallback a#nav-europe {
		left:466px; 
		top:10px; 
		width:262px; 
		height:235px;
		}
	
	body#default #fallback a#nav-programs {
		left:733px; 
		top:10px; 
		width:215px; 
		height:139px;
		}
	
	body#default #fallback a#nav-news {
		left:10px; 
		top:210px; 
		width:450px; 
		height:83px;
		}
	
	body#default #fallback a#nav-career {
		left:468px; 
		top:250px; 
		width:262px; 
		height:205px;
		}
	
	body#default #fallback a#nav-asia {
		left:734px; 
		top:154px; 
		width:215px; 
		height:263px;
		}
	
	body#default #fallback a#nav-brands {
		left:734px; 
		top:422px; 
		width:215px; 
		height:135px;
		}
	
	body#default #fallback a#nav-innovation {
		left:10px; 
		top:298px; 
		width:140px; 
		height:259px;
		}
	
	body#default #fallback a#nav-americas {
		left:157px; 
		top:298px; 
		width:305px; 
		height:259px;
		}
	
	body#default #fallback a#nav-facebook {
		left:480px; 
		top:479px; 
		width:60px; 
		height:60px;
		}
	
	body#default #fallback a#nav-youtube {
		left:540px; 
		top:479px; 
		width:60px; 
		height:60px;
		}
	
	body#default #fallback a#nav-twitter {
		left:600px; 
		top:479px; 
		width:60px; 
		height:60px;
		}
	
	body#default #fallback a#nav-linkedin {
		left:660px; 
		top:479px; 
		width:60px; 
		height:60px;
		}
	
	
	/* ====== 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;
	width:300px;
	}

	.page-container ul {
	margin: 0;
	padding: 0 10px 10px 40px;
	width:300px;
	}
	
	#pages h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	top: 380px;
	left: 175px;
	color: #12289f;
	font-size: 1.1em;
	text-transform: lowercase;
	}

	#control {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	top: 380px;
	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;
	}


/*Latest News section of Default page*/
	#latest-news  { display:none; }
	
	body#default #latest-news {
	display:block;
	position: relative;
	width: 961px;
	height: 31px;
	background: url(../images/bg-latest-news.jpg) top left no-repeat;
	clear: both;
	padding-bottom: 10px;
	}

	body#default #latest-news p  {
		font-size:12px; 
		font-weight:bold;
		color:#003daf;
		padding:8px 0 0 0;
		margin:0;
		text-align:center;
		}


body#default #latest-news p a:link,
body#default #latest-news p a:active,
body#default #latest-news p a:visited  {
		font-size:12px; 
		font-weight:bold;
		color:#003daf;
		text-decoration:none;
	}
	
body#default #latest-news p a:hover {
	text-decoration:underline;   
	}
	
	/* Foreign national Hiring - (Default) */
	
	body#foreignnationalhiring-default #content {
	position: relative;
	width: 479px;
	height:420px;
	padding:0 358px 0 0px;
	background: url(../images/bg-foreign-national-hiring.jpg) top left no-repeat;
	float:left;
	}
	
	body#foreignnationalhiring-default #connect-with-us,
	body#career-areas-seminars-and-camps #connect-with-us,
	body#foreignnationalhiring-default #slider-videos,
	body#career-areas-seminars-and-camps #slider-videos
	{
		left:0;
	}
	
	body#foreignnationalhiring-default #content h1,
	body#foreignnationalhiring-default #content p
	{
		margin-left:40px !important;
	}
	
	
	body#foreignnationalhiring-default h1 {
	background: url(../images/hdr-foreignnationalhiring.png) no-repeat;
	width: 410px;
	height: 44px;
	margin: 38px 0 -20px 20px;
	text-indent:-9999px;
	}
	
	
	body#foreignnationalhiring-default p.wh-hd 	{
		color:#fff;
		text-align:center;
		font-weight:bold;
		font-size:11px;
	}
	
	
	
	body#foreignnationalhiring-default ul.list { 
		width:80px; 
		padding:0; 
		margin:0; 
		text-align:left; 
		height:75px;
		float:left;
	 }
	 
	 
	body#foreignnationalhiring-default ul.list li { 
		list-style:none; 
		font-size:11px; 
		color:#005ba8; 
		padding:0; 
		margin:0 5px 0 0;
		line-height:18px;
	 }
	
	
	
	
	body#foreignnationalhiring-default ul.list1 { 
		width:80px; 
		padding:0; 
		margin:0 0 0 85px; 
		text-align:left; 
		height:75px;
		float:left;
	 }
	 
	 
	body#foreignnationalhiring-default ul.list1 li { 
		list-style:none; 
		font-size:11px; 
		color:#005ba8; 
		padding:0; 
		margin:0 5px 0 0;
		line-height:18px;
	 }
	
	
	
	
	body#foreignnationalhiring-default #subcontent {
	width: 122px;
	margin-right: 0px;
	background: url(../images/nav-foreign-national-hiring.jpg) top left no-repeat;
	min-height:420px;
	}
	
	
	
	body#foreignnationalhiring-default #subcontent #sub-europe a 
	{
		width:122px;
		height: 133px;
		padding:0;
		margin:12px 0 0 0;
		display:block;
		text-indent:-9999px;
	}



	body#foreignnationalhiring-default #subcontent #sub-america a {
		width:122px;
		height: 130px;
		padding:0;
		margin:0;
		display:block;
		text-indent:-9999px;
	}



	body#foreignnationalhiring-default #subcontent #sub-asia a {
		width:122px;
		height: 136px;
		padding:0;
		margin:0;
		display:block;
		text-indent:-9999px;
	}


	
	
	
	
	
	
	/* 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 0px 25px;
	background:url(../images/sustainabiliter-header.png) no-repeat;
	height: 29px;
	width:490px;
	}
	
	body#about-sustainability #pages p
	{
		padding:0 0 12px 24px;
	}
	
	body#about-sustainability #pages {
	margin-left: 50px;
	}

	body#about-sustainability #pages h2 {
	color: #587027;
	}
	
	
	
   body#about-sustainability #control {
	width: 130px;
	left: 220px;

	}
	

	body#about-sustainability #control li {
	background-image: url(../images/btn-sustainability.png);
	}

	/* Sub Content (About Sustainability) */ 
	
	body#about-sustainability #subcontent {
	position: relative;
	width: 205px;
	}
	
	
	
	body#about-sustainability #subcontent #hm-sustainability a {
	background: url(../images/sustainability-icon01new.jpg) top left;
	height: 140px;
	}
	
		
	body#about-sustainability #subcontent #hm-sustainability a:hover {
		background-position: -204px 0;
	}
	
	
	#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;
	}
	
	
	
	.popup 
	{
		background:url(../images/bg-popup.png) no-repeat top left; 
		width:149px;
		height:56px;
		padding:3px 0 0 0;
		margin:0;
		text-align:left;
	}
	
	
	
	.popup1	{
		background:url(../images/bg-popup1.png) no-repeat top left; 
		width:209px;
		height:87px;
		padding:3px 0 0 0;
		margin:0;
		text-align:left;
	}
	
	
	.popup2	{
		background:url(../images/bg-popup2.png) no-repeat top left; 
		width:209px;
		height:147px;
		padding:3px 0 0 0;
		margin:0;
		text-align:left;
	}
	
	
	
	
	.popup p,
	.popup1 p,
	.popup2 p   {
	 font-size:10px;
	  padding:3px 0 0 5px !important; 
	  margin:0 !important; 
	  text-align:left; 
	  color:#010000; 
	  line-height:10px !important;
	  width:130px !important;
	  }
	
	
	
	
	
	
	
	#ppl-1 { position:absolute; left:20px; top:100px; }
	#ppl-2 { position:absolute; left:100px; top:100px; }
	#ppl-3 { position:absolute; left:170px; top:100px; }
	#ppl-4 { position:absolute; left:20px; top:180px; }
	#ppl-5 { position:absolute; left:100px; top:120px; }
	#ppl-6 { position:absolute; left:170px; top:180px; }
	
	#about-sustainability #p6 {position:relative;}
	#about-sustainability #p6 p{width:600px;}
	#about-sustainability #p6 img {float:left;margin-left:18px;}
	#about-sustainability #p4 p {width:350px;}
	
	.img-ppl { float:left; margin:0 15px 10px 0; }
	
	
	body#about-sustainability .page-container ul {
		margin: 0;
		padding: 0 10px 10px 40px;
		width:350px;
		}
		
	body#about-sustainability .page-container ul li {
		margin: 0;
		padding: 0 0 5px 0;
		}
/* ====== Opportunities  - Seminars and Camps  ====== */

	body#career-areas-seminars-and-camps #content {
	background: url(../images/bg-seminars-and-camps.jpg) bottom left no-repeat;
	width: 959px;
	height: 510px;
	}
	
	
	/*body#career-areas-seminars-and-camps #connect-with-us,
	body#career-areas-seminars-and-camps #slider-videos {		
		display:none; 		
	}*/
	
	body#career-areas-seminars-and-camps #content h1 {
	background: url(../images/h-seminars-and-camps.png) left top no-repeat;
	text-indent: -999em;
	width: 222px;
	height: 18px;
	padding: 0;
	margin: 15px 0 17px 35px;
	}

	body#career-areas-seminars-and-camps #content .content-left {
		width:385px;
		padding:0 10px;
		margin:0;
		text-align:left;
		float:left;
	}

	body#career-areas-seminars-and-camps #content .content-left p {
		margin:-5px 0 0 15px; 		
		}
		
	body#career-areas-seminars-and-camps #content .content-left p.hd {
		font-size:11px;
		font-weight:bold;
		font-style:italic;
		color:#335899;
		margin-left:60px;
		}
			
	body#career-areas-seminars-and-camps #content .content-left ul  {
		margin-top:-5px; 
		margin-left:30px;		
		}	
		
	
	
	body#career-areas-seminars-and-camps #content .content-right {
		width:262px;
		padding:0 15px 0 0;
		margin:0;
		text-align:left;
		float:left;
		}
		
	
	body#career-areas-seminars-and-camps #content .content-right h2 {
		margin:5px 0 0 0;
		padding:0;
		color: #00b086;
		font-size:11px;
		font-weight:bold;
	}



	body#career-areas-seminars-and-camps #content .content-right p  {
		margin-left:-20px;
		font-size:10px;
		line-height:11px;
		}

	.nav-learn { 
		font-size:10px; 
		color:#3e6bbc;
	 }
	 
	a.nav-learn:link,
	a.nav-learn:active,
	a.nav-learn:visited { 
		font-size: 10px; 
		color:#3e6bbc; 
		text-decoration:underline;
		float:right;
		font-weight:normal;
		margin:-10px 0 0 0;
	 }
	 
	a.nav-learn:hover { 
		text-decoration:none;
	 }

	/* ====== 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;
	margin-left:20px;
	}

	#tabs {
	position: absolute;
	width: 648px;
	top: 85px;
	left: 0;
	}

	#tabs h2 {
	type-size: 14px;
	color: #12289f;
	}

	#news-scroll {
	position: relative; /* Hack for IE6 */
	width: 740px;
	height: 296px;
	overflow: auto;
	margin:20px 0 0 20px;
	}

	.lnk-news-archive
	{
		position:absolute;
		left:850px;
		top:50px;
	}
	#news-scroll p img
	{
		display:none;
	}
	#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;
	}
	
	.floatingPlayer_gsvb playing_gsvb, .playerBox_gsvb playing_gsvb {
	position: relative;
	}

	.alldone_gsvb {
	position: absolute;
	width: 10px;
	height: 11px;
	top: 5px;
	right: 0;
	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 44px;
	}

	body#sitemap #content div.map { 
	float: left;
	width: 480px;
	margin: 10px 0 0 44px;
	}

	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;
	}

	/* New Social Slider */
	#connect-with-us {
    height: 402px;
    width:30px;
    position: absolute;
    top: 6px;
    overflow:hidden;
    background: url("../images/slider/bg-social-slider.png") no-repeat right top transparent;
	}
	
	.social-view
	{
		position:absolute;
		top:94px;
		display:none;
		height:0px;
		/*height:0;*/
		width:368px;
		padding:12px 12px 0 12px;
		left:0;
		background:#2039A8;
		/* url("../images/slider/bg-social-body.gif") repeat-x left bottom*/
		
	}
	
	.social-widget
	{
		background-color:#fff;
		height:262px;
	}
	
	#nav-facebook .social-widget
	{
		height:252px;
		width:363px;
		padding:2px;
	}
	
	#nav-twitter .social-widget
	{
		height:252px;
	}
	
	#nav-youtube .social-widget
	{
		height:252px;
		overflow:auto;
	}
	
	#slider-videobar
	{
		height:200px;
	}
	#slider-videobar table
	{
		
	}
	
	#slider-videobar tr {
    display: inline;
	}
	#slider-videobar td {
    float:left;
    
	}

	#btn-connect-withus {
    background: url("../images/slider/btn-slider.png") no-repeat scroll right top transparent;
    display: block;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    right: 0;
    top: 0px;
    width: 30px;
    height: 95px;
}

#social-nav
{
	list-style:none;
	width:360px;
	/*left:30px;*/
	left:-1000px;
	top:0;
	margin:0;
	padding:0;
	position:relative;
}
.social-view .blurb
{
	color:#E2E0EE;
	padding:4px 0 0 0px !important;
	font-size:12px;
	font-weight:bold;
}
.social-view .blurb a
{
	color:#E2E0EE;
}

.social-close
{
	background: url("../images/slider/btn-social-close.gif") no-repeat scroll left top transparent;
	position:absolute;
	left:360px;
	top:282px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	width:18px;
	height:18px;
}
.social-active
{
	background: url("../images/slider/ico-social-select.png") no-repeat scroll left top transparent;
	position:absolute;
	top:1px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	width:12px;
	height:11px;
}

#nav-facebook .social-active
{
	left:30px;
}

#nav-youtube .social-active
{
	left:118px;
}
#nav-twitter .social-active
{
	left:203px;
}
#nav-linkedin .social-active
{
	left:288px;
}

#social-nav li
{
	float:left;
}
	
#social-nav .a-social-nav
{
	float:left;
	width:73px;
	height:81px;
	display:none;
	text-indent:-9999px;
	margin-right:12px;
	overflow:hidden;
	outline:none;
}

#social-nav #nav-facebook .a-social-nav
{
	background: url("../images/slider/btn-social-ico.png") no-repeat scroll left top transparent;
}

#social-nav #nav-youtube .a-social-nav
{
	background: url("../images/slider/btn-social-ico.png") no-repeat left top transparent;
	background-position:-73px 0px;
	
}
#social-nav #nav-twitter .a-social-nav
{
	background: url("../images/slider/btn-social-ico.png") no-repeat left top transparent;
	background-position:-146px 0px;
	
}

#social-nav #nav-twitter .twits
{
	display:none;
}
#social-nav #nav-linkedin .a-social-nav
{
	background: url("../images/slider/btn-social-ico.png") no-repeat left top transparent;
	background-position:-218px 0px;
	
}


/* New Employee Videos Slider */
#slider-videos {
    height: 300px;
    /*width:542px;*/
    width:30px;
    position: absolute;
    top: 106px;
    overflow:hidden;
    background: url("../images/slider/bg-video-slider.png") no-repeat right top transparent;
	}


	
#btn-employee-videos {
    background: url("../images/slider/btn-slider.png") no-repeat left top transparent;
    background-position:0 -99px;
    display: block;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999px;
    right: 0;
    top: 0px;
    width: 30px;
    height: 150px;	
	position:absolute;

}



	#thmp-scroller
	{
		width:155px;
		height:225px;
		position:absolute;
		left:-3330px;
		/*left:30px;*/
		top:26px;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	
	.txt-nav-videos
	{
		left:-3330px;
		position:absolute;
		top:276px;
		color:#464646;
		font-size:12px;
		font-weight:bold;
		width:120px;
	}
	
	
	
	#thmp-scroller ul
	{
		list-style:none;
		margin:0;
		padding:0;
		top:0px;
		position:absolute;
		
	}
	#thmp-scroller ul li
	{
		float:left;
		width:68px;
		height:71px;
		margin:0 0 4px 4px;
		padding:0 0px 0 0;
	}
	
	#thmp-scroller ul li a
	{
		height:72px;
		width:68px;
		display:block;
		outline:none;
		
	}
	#thmp-scroller ul li a img
	{
		border:1px solid transparent;
	}
	
	#thmp-scroller ul a.active img,
	#thmp-scroller ul a:hover img
	{
		border:1px solid #F19B29;
	}
	
	
	
	#thmp-scroller ul a.active img,
	#thmp-scroller ul a:hover img
	{
		opacity:1.0 !important;
		filter:alpha(opacity=100) !important; /* For IE8 and earlier */	
	}
	
	#thmp-scroller ul li h2
	{
		width:145px;
		height:36px;
		background-color:#fff;
		font-weight:normal;
		display:none;
		opacity:0.8;
		filter:alpha(opacity=80); /* For IE8 and earlier */
		position:absolute;
		top:0px;
		left:0px;
		color:#000;
		font-size:9px !important;
		margin:0;
		padding:4px;
		z-index:99999;
		line-height:13px !important;
		border: 1px solid #fff;
-moz-box-shadow: 0 2px 5px #ccc;
-webkit-box-shadow: 0 2px 5px#ccc;
box-shadow: 0 2px 5px #ccc;
	}
	
	
	#thmp-scroller ul li h2 strong
	{
		font-weight:bold;
		display:block;
		font-size:11px !important;
	}
	#slider-videos .thump-nav
	{
		left:100px;
		position:absolute;
		background: url("../images/slider/btn-thump-scroll.png") no-repeat left top transparent;
		width:12px;
		height:11px;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		display:none;
		outline:mone;
	}
	
	#slider-videos #prev
	{
		top:-115px;
		background-position:0 0px;
	}
	
	#slider-videos #next
	{
		top:256px;
		background-position:0 -11px;
	}
	
	#video-tool
	{
		left:-3330px;
		position:absolute;
		top:276px;
		width:297px;
		height:16px;
		
	}
	
	#video-tool ul
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#video-tool ul li
	{
		float:left;
	}
	#video-tool ul li a
	{ 
		text-indent:-9999px;
		overflow:hidden;
		width:16px;
		height:16px;
		display:block;
		background: url("../images/slider/video-bar.png") no-repeat left top transparent;
		margin-left:6px;
	}

	#video-tool ul li#dig a
	{
		background-position:-16px 0;
	}
	#video-tool ul li#facebook a
	{
		background-position:-32px 0;
	}
	#video-tool ul li#linkedin a
	{
		background-position:-48px 0;
	}
	#video-tool ul li#twitter a
	{
		background-position:-64px 0;
	}
	
	#read-bio
	{
		background: url("../images/slider/video-bar.png") no-repeat left top transparent;
		background-position:-82px 0;
		text-indent:-9999px;
		overflow:hidden;
		width:144px;
		height:16px;
		display:block;
		left:56px;
		position:relative;
	}
	
	#back-to-video
	{
		background: url("../images/slider/video-bar.png") no-repeat left top transparent;
		background-position:-224px 0;
		text-indent:-9999px;
		overflow:hidden;
		width:144px;
		height:16px;
		display:block;
		left:-9996px;
		position:relative;
	}
	
	#video-container
	{
		width:319px;
		height:260px;
		background: url("../images/slider/video-default.jpg") no-repeat left top transparent;
		left:-2330px; 
		/*left:186px;*/
		position:absolute;
		top:10px;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	
	#bio
	{
		position:absolute;
		width:319px;
		height:258px;
		background-color:#EAEAEA;
		display:none;
		overflow:auto;
		background: url("../images/slider/bg-bio.gif") repeat-x left top transparent;
	}
	
	#bio h2
	{
		font-size:13px;
		line-height:15px;
		color:#5B5B5B;
		font-weight:bold;
		display:block;
		border-bottom:1px solid #AEAEAE;
		width:280px;
		padding:0 0 5px 0;
		margin:10px 0 0 15px;
	}
	#bio p,
	#bio strong
	{
		margin:0 0 0 15px;
		padding:0;
		color:#5B5B5B;
		padding:4px 0 4px 0 !important;
	}
	#bio p strong
	{
		padding:10px 0 5px 0;
		margin:0px 0 0 0px;
		display:block;
	}
	
	
	
	/*Home page social widget classes*/
	
	.home-sn-widget {
	width:365px;
	height:262px;
	position:absolute;
	background:#fff;
    top:210px;
    left:475px;
	color:#fff;
	display:none;
	-moz-border-radius:5px;
    border-radius:5px;
    padding-top:3px;
    
  }
  
  #widget-y   {
  	overflow:auto;
  }
  
  .gsc-branding {
  	display:none;
  	}
  
  .twtr-timeline {
  	border:0 !important;
  }
  
	
}

@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;
	} */

}


