/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
	background-image: url(../images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container  {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f1f2;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#container #cabecalho {
	height: 88px;
	width: 100%;

}
#container #cabecalho #logomarca {
	float: left;
	width: 269px;
}
#container #cabecalho #menu_cabecalho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f4f51;
	font-weight: bold;
	float: left;
	padding-top: 30px;
	width: 370px;
}
#container  #cabecalho #menu_cabecalho ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
#container  #cabecalho #menu_cabecalho li {
	display: inline;
	padding-right: 10px;
}
#container  #cabecalho #menu_cabecalho a {
	color: #4f4f51;
	text-decoration: none;
}
#container  #cabecalho #menu_cabecalho a:hover {
	color: #E84024;
}
#container #cabecalho #busca {
	float: right;
	width: 290px;
	padding-top: 30px;
}
#container  #cabecalho #busca input {
	background-color: #f6f6f6;
}
#container #cabecalho_menu {
	width: 100%;
	clear: both;
}
#container #cabecalho #data {
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}

#container    #cabecalho_menu  #menu ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#container  #cabecalho_menu #menu {
	width: 269px;
	float: left;
	height: 199px;
}
#container   #cabecalho_menu  #menu li {
	border-bottom: 1px solid #9ea1a3;	
}
#container   #cabecalho_menu   #menu  li a {
	display:block;
	color: #4f4f51;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 12px;
	background-image: url(../images/fundo_menu.jpg);
	padding-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
}
#container   #cabecalho_menu   #menu  li a  { display: inline-block; }
#container  #cabecalho_menu  #menu li a  { display: block; }
#container  #cabecalho_menu #menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/fundo_menu.jpg);
	background-position: bottom left;
	padding-left:57px;
}
#container #cabecalho_menu #banner_topo {
	width: 671px;
	background-image: url(../images/banner-topo.jpg);
	height: 199px;
	float: right;
	margin: 0;
	padding: 0;


}
#container #mainContent {
	width: 100%;
	clear: both;
}
#container #mainContent #barra_esquerda {
	float: left;
	width: 269px;

}
#container #mainContent #barra_esquerda #boas_acoes {
	margin: 0;
	padding: 0;
	background-color: #dcddde;
	padding-bottom: 3px;
	margin-top: 10px;
	height:460px;
}
#container #mainContent #barra_esquerda #boas_acoes p {
	background-image: url(../images/topo_box.jpg);
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}
#container #mainContent #barra_esquerda #boas_acoes p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration:none;
}
#container #mainContent #barra_esquerda #boas_acoes p a:hover{
	text-decoration:underline;
}
#container #mainContent #barra_esquerda #boas_acoes h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#container #mainContent #barra_esquerda #boas_acoes h1 a {
	color: #E84024;
	text-decoration: none;
}
#container #mainContent #barra_esquerda #boas_acoes h1 a:hover {
	text-decoration: underline;
}
#container #mainContent #barra_esquerda #boas_acoes h2 {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	color: #4f4f51;
}
#container #mainContent #barra_esquerda #boas_acoes h2 a {
	color: #4f4f51;
}
#container #mainContent #barra_esquerda #boas_acoes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FA6600;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#container #mainContent #barra_esquerda #boas_acoes h3 a {
	color: #E84024;
	text-decoration: none;
}
#container #mainContent #barra_esquerda #boas_acoes h3 a:hover {
	text-decoration: underline;
}
#container #mainContent #barra_esquerda #boas_acoes h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E84024;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
#container #mainContent #barra_esquerda #boas_acoes h4 a {
	color: #E84024;
	text-decoration: none;
}
#container #mainContent #barra_esquerda #boas_acoes h4 a:hover {
	text-decoration: underline;
}


#container     #mainContent     #barra_esquerda     #boas_acoes     .comborda   {
	border-bottom: 1px solid #9ea1a3;
	padding-bottom: 20px;

}

#container #mainContent #barra_esquerda #newsletter {
	background-image: url(../images/quadro_newsletter.jpg);
	height: 100px;
	margin-top: 10px;
}

#container #mainContent #barra_esquerda #newsletter #formnewsletter {
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	margin-left: 18px;
	padding-top: 40px;
}

#container #mainContent #conteudo {
	float: left;
	width: 471px;
	margin-top: 10px;
}
#faleconosco #faleconosco_dados h2 a:hover {
	text-decoration: underline;
}
#container #mainContent #barra_direita {
	width: 200px;
	float: right;
}

#container #mainContent #barra_direita #fornecedores {
	background-color: #DCDDDE;
	height: 390px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#container #mainContent #barra_direita #fornecedores p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/topo_box.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#container #mainContent #barra_direita #fornecedores #flashfornecedores {
	padding-top: 20px;
}




#container #rodape {
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #rodape h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f4f51;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9ea1a3;
	border-top: 1px solid #9ea1a3;
	padding-top: 5px;
	padding-bottom: 5px;
}

.style1 {
	font-size: 10px;
}
.style1 a{
	color:#4f4f51;
	text-decoration:none;
}
.style1 a:hover{
	text-decoration:underline;
}
