/*
Title:		shell.css
Author:		vsa partners
--
Notes:
	= Controlling stylesheet for top-level containers - dimensions and positioning;
		defines styles for persistent branding elements.
*/

/*	====================================
	BODY
		contains #wrapper
*/
body { 
		background: #0046AD; 
		padding: 0 0 24px 0; 
		/* Edit by corbus April10*/
		/*margin: 15px auto 0 auto; */
		margin:0;
	}
	/* overrides (default is blue) */
	body#brands { background: #F06900; }
	body#sustainability { background: #6EB820; }
	/* body#news-and-views { background: #A31A7E; } */
	/* WRAPPER - holds main background image */
	#wrapper {
		margin: 0 auto; 
		padding: 0 0 50px 0;
		background-image: url(/pt_BR/_images/skin/bg-wrapper-blue.png) !important;
		background-position: 50% 100%;
		background-repeat: no-repeat;
		
		
	}
	/* overrides (default is blue) */
	#brands #wrapper { background-image: url(/pt_BR/_images/skin/bg-wrapper-orange.png) !important; }
	#sustainability #wrapper { background-image: url(/pt_BR/_images/skin/bg-wrapper-green.png) !important; }
	/* #news-and-views #wrapper { background-image: url(/pt_BR/_images/skin/bg-wrapper-purple.png); } */
	

/*	====================================
	#HEADER
		contains #logo, #skip-link, #site-tools, #corporate-navigation
			(see ie.css for non-transparent image overrides)
*/
.corporate-header	{ background:url(/pt_BR/_images/corporate-header-bg.png);min-width:945px;}
#header {
	width: 940px;
	position: relative;
	z-index: 9;
	margin: 0 auto; 
	text-align: left;
	height:42px;
	/* commented by corbus April 
	padding: 0 0 25px 0;
	background: url(/pt_BR/_images/skin/bg-content-top.png) 0 100% no-repeat; 
	*/
}
	/* LOGO - uses background image for screen rendering */
	#logo {
		position: absolute;
		right: 0px;
		width: 109px; 
		height: 29px;
		margin-top: -7px;
		/*padding: 0 0px 0px 15px;
		border:1px solid #ff0000;
		background: url(/pt_BR/_images/skin/PH_logo.gif) no-repeat 25px 5px;*/
	}
	
		#logo a {
			display: block;
			width: 73px;
			padding:10px 0 0 35px;
			/*padding: 5px 20px 5px 40px;*/
			margin: 0; 
			color:#fff;
			font-size:1.25em;
			font-weight: bold;
			
		}
		*html #logo{text-align:right;}
		*html #logo a{padding-left:0px; padding-right:0;}
		#logo a img	{vertical-align:bottom; margin-right:5px;}
		
	/* SKIP LINK - hidden until receives focus */	
	#skip-link { 
		position: absolute;
		left: -9999px; 
		top: 11px;
		color: white; 
		font-size: 0.9em;
		font-weight: bold;
		line-height: 16px;
	}
		#skip-link:focus { 
			left: 100px;
		}
		
	/* SITE TOOLS - removed */
	#site-tools {}
	
	/* SITE SEARCH */
	#site-search {
		margin: 0; 
		padding: 0;
		position: absolute;
		top: 7px; 
		left: 550px;
		width: 255px; height: 25px;
		/*float: right;*/
	}
		#site-search label { display: none; }
		#site-search input.text {
			margin: 0 0 0 0; padding: 5px 0 3px 22px;
			width: 170px; height: 15px;
			background: 0;
			background-image: url(/pt_BR/_images/skin/ico-search.png);
			background-position: 4px 3px;
			background-repeat: no-repeat;
			border: 1px solid #4D7EC6;
			color: #fff;
			font-family: Arial;
			font-size: 1.083em;
			font-weight: bold;
			float: left;
		}
			/* overrides (default is blue) */
			#brands #site-search input.text { border-color: #F5964D; }
			#sustainability #site-search input.text { border-color: #9ACD63; }
			/* #news-and-views #site-search input.text { border-color: #BF5FA5; } */

		#site-search input.submit {
			margin: 4px 0 0 0; padding: 0;
			width: auto; height: 16px; line-height: 16px;
			background: 0;
			border: 0;
			color: white;
			font-family: Arial;
			font-size: .9em;
			font-weight: bold;
			line-height: 16px;
			text-decoration: none;
			text-transform: uppercase;
			float: right;
		}
			#site-search input.submit:hover { text-decoration: underline; }
			#site-search input.text:focus { outline: 0; }
	
	/* CORPORATE NAV - investor relations, careers, partners & suppliers, worldwide sites
	 	(see navigation.css for inner content styling) */
	#corporate-navigation {
		height: 16px;
		position: absolute;
		top: 10px;
		left:0;
		/* commented by corbus April 10 
		right: 275px;	
		*/
		margin: 0;
		padding: 1px 0;
	}
			

/*sits after site tools, before secondary navigation*/
#worldwide-navigation {
	margin: 15px 5px 0 5px; 
	padding: 30px 20px;
	background: #ccc;
	display: none;
}


/*	====================================
	#BODY
		contains #site-navigation, #content
*/

.PG-logo	{
				left: 20px; 
				margin-top:/*-40*/-38px;
				position: absolute;
				background-image:url(/pt_BR/_images/skin/logo.png) ;
				background-repeat:no-repeat;
				background-position:0 0;
				width:62px;
				height:29px;
				
				
			}
* html .PG-logo,
* html #home .PG-logo,
* html #company .PG-logo, * html #news-and-views .PG-logo { background-image: url(/pt_BR/_images/skin/ie/logo-blue.png)!important;}
* html #brands .PG-logo { background-image: url(/pt_BR/_images/skin/ie/logo-orange.png)!important;}
* html #sustainability .PG-logo { background-image: url(/pt_BR/_images/skin/ie/logo-green.png)!important; }			
			
			
.PG-logo a{display:block; width:60px; height:29px;}
#news-and-views.news-and-views-landing	#body, #brands.no-background	#body	{background:none;}

#brands.subcategory #body{background: url(/pt_BR/_images/skin/bg-content.png) 0 0 repeat-y;}
#company.category	#body {background:none;  margin-bottom:0; padding-bottom:0;}
#company.category #main-content, #company.category #content	{margin-bottom:0; padding-bottom:0;}
#sustainability.category #main-content, #sustainability.category #content	{margin-bottom:0; padding-bottom:0;}
#sustainability.category #body	{background:none;}
#brands.innovations #body	{margin:95px auto 0;}

#body {
	margin: 0 auto;
	/* commented by corbus padding-top: 14px; */
	/* Add by Corbus margin-top:100px; _margin-top:95px;*//*end*/margin-top:65px; _margin-top:60px;
	width: 945px;
	background: url(/pt_BR/_images/skin/bg-content.png) 0 0 repeat-y!important;
	min-height: 300px;
	position: relative;
	z-index: 10;
	
	
}
	/* SITE NAVIGATION (see navigation.css for inner content styling) */
	#site-navigation {
		left: 159px;
		_left: 155px;
		margin-top:/*-90*/-51px;
		position: absolute;
		z-index: 11;
		height: 84px;
		width: 787px;
		
		
	}
	.home .content-top-border	{background-image: url(/pt_BR/_images/skin/bg-content-top-border.png); background-position:0 0; }
	.content-top-border {background-image: url(/pt_BR/_images/skin/bg-content-top-border.png); background-position:0 0; background-repeat:no-repeat; position:absolute; top:-4px; width:945px;height:4px; }
	/*.home .home-page-flash	{background-image: url(/pt_BR/_images/skin/home-flash-bg.png) !important; background-position:0 0; background-repeat:no-repeat !important;  }
	#brands .home-page-flash {background-image: url(/pt_BR/_images/skin/brands-home-flash-bg.png)!important; background-position:0 0; background-repeat:no-repeat !important;}
	#company.category .home-page-flash {background-image: url(/pt_BR/_images/skin/brands-home-flash-bg.png)!important; background-position:0 0; background-repeat:no-repeat !important;}

	#sustainability.category .home-page-flash	{background-image: url(/pt_BR/_images/skin/sustainability-home-flash-bg.png) !important; background-position:0 0; background-repeat:no-repeat !important; }
	#news-and-views.news-and-views-landing .home-page-flash	{background-image: url(/pt_BR/_images/skin/news-views-home-flash-bg.png) !important; background-position:0 0; background-repeat:no-repeat !important;}
	*/
	#news-and-views.news-and-views-landing .page-section {
/*background:url(/pt_BR/_images/PH_callouts/PH-callout-BG.png) repeat-y scroll 0 0 transparent;*/
border-top:0 none;
margin:0 auto;
overflow:hidden;
padding:0;
width:/*945*/935px;
}
	
	#news-and-views .container {
float:left;
/*margin-left:5px;*/
padding:17px 16px 0;
width:276px;
}
/*	====================================
	#CONTENT - wrapper for non-shell content
		margin offset fills entire white space.
		use padding to create interior space. 
*/
#content {
	/*margin: -20px 5px -4px 5px; */
	/* Edit by corbus April10*/
	margin: -5px 5px -4px 5px;
	padding: 20px 20px 20px 20px; /*width: 895px;*/
	position: relative;
	z-index: 1;
	
	background-image: none; /*set in layout.css to display phase graphics*/
	background-position: 100% 0;
	background-repeat: no-repeat;
}
	* html #content { /*top: -20px; Edit by corbus April10*/ top:0px;  margin-bottom: -24px; } /*IE6*/
	*+html #content { /*top: -20px; Edit by corbus April10*/ top:0px; margin-bottom: -24px; } /*IE7*/

/* ======================
	BREAD CRUMB
	see layout css for internal style

*/

.breadcrumb	{position:absolute; top:-20px; }
#news-and-views.article  .breadcrumb	{top:-40px; }
#sustainability.article  .breadcrumb	{top:-40px; }
#investor-relations  .breadcrumb	{top:-40px; }



/*	====================================
	FOOTER
		(see ie.css for non-transparent image overrides)
*/
/*.home #footer {
	background: url(/pt_BR/_images/PH_callouts/PH-callout-footer.png) 0 0 no-repeat ;
}*/
#brands #footer, #company #footer {
			background:url(/pt_BR/_images/PH_callouts/PH-brand-callout-footer.png) no-repeat scroll 0 0 transparent;
}
#sustainability #footer {
			background:url(/pt_BR/_images/PH_callouts/PH-brand-callout-footer.png) no-repeat scroll 0 0 transparent;
}
/*#news-and-views.news-and-views-landing #footer {
			background: url(/pt_BR/_images/PH_callouts/PH-callout-footer.png) 0 0 no-repeat ;
}*/
#footer {
	background: url(/pt_BR/_images/skin/bg-content-bottom.png) 0 0 no-repeat;
	margin: 0 auto; 
	padding: 10px 5px 10px 5px;
	width: 935px; 
	height: auto;
	color: #fff;
	text-align: right;
}
	#footer p { color: #fff; }
	#footer p.tagline {
		margin: 24px 0 14px 0;
		padding: 0 4px 0 0;
		font-size: 1.125em; 
		line-height: 1.2;
		background: url(/pt_BR/_images/skin/tagline.png) 0 0 no-repeat;
		width: 269px; height: 19px;
		display: block;
		float: right;
	}
	#footer p.copyright {
		margin: 0; padding: 0 20px 0 0;
		clear: right;
		float: right;
		color: #fff;
		font-size: .975em;
		/* -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; */
		color: #99B5DE;
	}
		/* overrides (default is blue) */
		#brands #footer p.copyright { color: #F9C399; }
		#sustainability #footer p.copyright { color: #C5E3A6; }
		/* #news-and-views #footer p.copyright { color: #DAA3CB; } */
h2.noticia{color: #333333;display: block;font-size: 2em;font-weight: normal;line-height: 26px;margin-bottom: 15px;}
h2.noticia a{ margin-left:5px;}
h2 a.see-all{ border-bottom: 1px solid #D7D7D7;color: #3073AC;font: bold 0.458em Arial,Helvetica,sans-serif;padding-bottom: 2px;}
.news-events{background: none repeat scroll 0 0 #FFFFFF;width: 331px;}
.fl{float:left;}
.fr{float:right;}
.news-events .img {
    float: left;
    width: 146px;
}
.news-events .content {
    float: left;
    padding: 0 10px;
    width: 160px;
}
.news-events .content .date {
    font-size: 2em;
    font-style: italic;
    line-height: 26px; margin-bottom:0px!important;
}
.news-events .content .des {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.99em; line-height:16px!important;
   
    line-height: 12px;
    padding: 5px 0; margin-bottom:0px!important;
}
a.more-globle {
    border-bottom: 1px solid #D7D7D7;
    color: #3075AE;
    display: inline-block;
    font-size: 1.05em;
    font-style: italic;
    line-height: 21px;
}
.news-events .img p {
    color: #666666; font-size:0.91em!important; font-weight:bold;

    margin: 15px 8px;
}
.impresna{ padding-top:25px; float:right;}
.news{ width:236px!important;}
.artcle{ color:#333333; font-size:3.333em; font-weight:normal; padding-bottom:16px;}
.todos{font-size:0.6em!important;}
.blogtitle{ font-size:20px; color:#0046AD; font-weight:bold;}
.topim{ margin:0 auto!important;}
.hfeed{ padding-top:30px!important;}


.mytbl table {
	font:normal 1em Arial;
	background-color:#000!important;
	border-spacing:1px!important;
}
.mytbl table thead th {
	background-color:#c2d69b;
	text-align:left;
	padding:7px;
	vertical-align:top
}
.mytbl table tbody td {
	background-color:#ffffff;
	text-align:left;
	padding:7px;
	vertical-align:top
}
.mytbl table tbody td:first-child {
	background-color:#c2d69b;
	font:bold 0.9em Arial;
}
.mytbl table caption {
	display:none
}
.articles{ margin-left:0px!important;}


/*Edited by sapna*/
.formsection{position:relative; padding-bottom:8px;}
#form-page label{ display:block; margin-bottom:10px;}
#form-page input{ padding:3px 3px;}
#form-page select{width:300px; padding:4px 3px;}
#form-page .error{ color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_name {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_email {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_cnpj {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_other {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_name2 {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_email2 {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_cnpj2 {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_other2 {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
#error_ong2 {color:red; left:199px; position:absolute; font-size:12px; line-height:22px; top:5px; left:0;}
.article_head{color:red; font-weight:bold; font-size:16px!important; text-decoration:underline!important;}
.article_wella{color: #999999; font-weight:bold; font-size:16px!important; text-decoration:none!important;}
article-nova{}
.wella table tbody tr td {font-size: 15px;
    font-weight: bold;
    padding-right: 16px;
    vertical-align: middle !important;}
.wella{ margin-top:-100px;}
.nova th{text-align:center!important; padding:5px;}
.nova td{ border:1px solid #000; text-align:center!important; padding:5px;}


.tabbott table, caption, tbody, tfoot, thead, tr, th, td{border:1px solid #000;}
.tabbott th{padding-left:5px!important; background-color:#bfbfbf;}
.tabbott td{padding-left:5px!important;}


