/*
	GENCO - 22/06
*/

@import "estrutura.css";
@import "internas.css";

* {
	margin: 0;
	padding: 0;
}

a img, :link img, :visited img { border: 0; }
ol, ul { list-style: none; position: relative; }

a { text-decoration: none; color: #333; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

input, select, textarea { font: normal 10px Verdana, Arial, Helvetica; color: #545454; }
fieldset { border: none; }
legend { display: none; }

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.img-left      { float: left; margin: 0 10px 5px 4px; }
.img-right     { float: right; margin: 0 4px 5px 10px; }
.img-center    { display: block; margin: 4px auto; }
.floatleft { float: left; }
.noborder      { border: none !important; }
.bold { font-weight: bold; }
.clear { clear: both; }
.clearleft { clear: left; }
.inv { visibility: hidden; }
.bullets { list-style-type: disc; margin-left: 30px; }

html { font: normal 12px/1.4 Tahoma, Arial, Helvetica, Sans-serif; }

body { background-color: #fff; }

#principal { width: 980px; position: relative; margin: 0 -500px 0 auto; background-color: #fff; }

#bgleft {
	background: #2493de url(../../images/bg_bodyleft.gif) repeat-x left top;
	margin-right: 50%;
}

#home #bgleft {
	background: #2493de url(../../images/bg_bodylefthome.gif) repeat-x left -1px;
}

#bgright {
	background: transparent url(../../images/bg_bodyright.gif) repeat-x left 233px;
}
#internas #bgright {
	background: transparent url(../../images/bg_bodyright2.gif) repeat-x left 154px;
}

#rodapeleft {
	background: transparent url(../../images/bg_rodapeleft2.gif) repeat-x left -9px;
	margin-right: 50%;
	clear: both;
	position: relative;
}

#rodaperight {
	background-color: #fff;
	clear:both;
	position: relative;
}

body#prehome { background: #fff url(../../images/bg_prehomerepeat.jpg) repeat-x center -1px; min-width: 983px; }
.prehome { background: transparent url(../../images/bg_prehome.jpg) no-repeat left top; height: 499px; }

input, select, textarea { border: solid 1px #d3d3d3; }
input, textarea { padding: 2px 3px 1px 2px; }

p { color: #545454; font-size: 11px; }

/*#menulateral ul { }
#menulateral ul ul { margin-left: 20px; }
#menulateral ul ul ul { margin-left: 40px; }*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2.titulo {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 24px;
}

.sIFR-hasFlash h2.subtitulo {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}

.sIFR-hasFlash ul.menufilho li a {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 9px;	
}

#blocoproduto .sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 10px;
}

#blocotratamento .sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 12px;
}

.sIFR-hasFlash h4.imprensa {
	font-size: 15px;
	visibility: hidden;
	letter-spacing: -4px;	
}

/*.sIFR-hasFlash .listaprodutos h5 {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 11px;
}*/
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
