body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1em;
color: black;

}
ol, ul {
list-style: none;
}
/* tables still need in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
strong {
	font-weight: bold;
}
/********************************************************************************************
											MAIN
*********************************************************************************************/
body {
	background-image: url("../img/bg-geral.jpg");
	background-repeat: repeat-x !important;
	font: 1em Arial, Helvetica, sans-serif;
	color: #656565;
}

/*** P�gina toda ****/
#pagina-toda {
	width: 762px;
	margin: 0 auto;
	
}
/*** T�tulo do template ****/
h1 {
	background: url("../img/bg-titulo.jpg")  12px  no-repeat;
	width: 762px;
	height: 135px;
}
h1 a {
	display: block;
	width: 350px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 30px;
	text-indent: -900000px;	
}

/*** Menu Principal ****/

#menu-principal {
	background: url("../img/item-menu.jpg") 0px -1px no-repeat;
	height: 77px;
}
#menu-principal li {
	display: inline;
}
#menu-principal li a {
	display: block;
	text-indent: -90000px;	
	float: left;
	width: 80px;	
	height: 35px;
	margin: 20px 2px;
}
#menu-principal li a:hover, #menu-principal li a.inicio-corrente{
	background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;
}
#menu-principal li a.inicio {
	width: 90px;	
}
#menu-principal li a.inicio:hover, #menu-principal li a.inicio-corrente{
	background-position: -2px -22px !important;
	width: 90px;	
}
#menu-principal li a.empresa {
	width: 105px;	
}
#menu-principal li a.empresa:hover, #menu-principal li a.empresa-corrente {
	background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;
	background-position: -95px -21px !important;
	width: 105px;	
}

#menu-principal li a.produtos { 
	width: 90px;	
}
#menu-principal li a.produtos:hover, #menu-principal li a.produtos-corrente{
	background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;
	background-position: -205px -22px !important;
	width: 90px;	
}

#menu-principal li a.fornecedores { 	
	width: 128px;	
}
#menu-principal li a.fornecedores:hover, #menu-principal li a.fornecedores-corrente{
	background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;
	background-position: -298px -22px !important;
	width: 128px;
}
#menu-principal li a.clientes:hover, #menu-principal li a.clientes-corrente{
background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;	
	background-position: -432px -22px !important;
}

#menu-principal li a.contato:hover, #menu-principal li a.contato-corrente{
	background: url("../img/item-menu-selecionado.jpg") 0px -1px no-repeat;
	background-position: -515px -22px !important; 
}

/*** Mei�ca ****/
#meiuca {
	background: url("../img/bg-meiuca.jpg") 0 4px no-repeat;	
	overflow: auto;
	_zoom: 1;     /* triggers hasLayout */
}

#meiuca h4 {
	font-size: 26px;	
	margin: 50px 0px 0px 15px;
	_margin-top: 90px;
	*margin-top: 90px;
}

#meiuca h6 {
	font: bold 16px Arial, sans-serif;	
	color: #B7631A;
} 

#conteudo-master h6 a { color: #B7631A !important; }

.mais-produtos a{
	color: #B7631A;

	text-decoration: none;
	font-size: 0.8em;
}
.mais-produtos a strong {
	font-weight: bold;
	color: #B7631A;
		
}
/*** Títulos sub *****/
.tit-empresa {
	background: url("../img/bg-meiuca-empresa.png") 0 4px no-repeat !important;	
}

.tit-produtos {
	background: url("../img/bg-meiuca-produtos.png") 0 4px no-repeat !important;	
}

.tit-fornecedores {
	background: url("../img/bg-meiuca-fornecedores.png") 0 4px no-repeat !important;	
}

.tit-clientes {
	background: url("../img/bg-meiuca-clientes.png") 0 4px no-repeat !important;	
}

.tit-contato {
	background: url("../img/bg-meiuca-contato.png") 0 4px no-repeat !important;	
}

/*** Conte�do principal ****/
#principal {
	width: 515px;
	float: left;
}

/*** Conte�do master ****/

#conteudo-master {
text-align: justify;
	line-height: 1.7em;
}
#conteudo-master p {
	margin: 1.1em auto;	
}
#conteudo-master p.destaque {
background: url("../img/mapa-mundo.png") 10px 10px no-repeat;
	border: 5px solid #D4D4D4;
	border-right: none;
	border-left: none;
	font-size: 0.9em;	
	padding: 10px 0;
	padding-left: 160px;
}
#conteudo-master p.destaque a{
		color: #B76418;
		font-weight: bold;
}
#conteudo-master p.destaque a:hover{
	text-decoration: none;	
}

#conteudo-master .mais-fornecedor {
	width: 216px;
	height: 95px;
	float: left;
	margin-left: 10px;
	border: 3px solid #D4D4D4;
	padding: 10px;
	margin-top: 10px;
}
#conteudo-master .mais-fornecedor:hover {
	border: 3px solid #CD711E;
}

/*** Conte�do principal / T�tulo ****/
#titulo {
	padding: 30px 20px;
	height: 150px;
}
#titulo img {
	float: left;	
	margin-right: 10px;
}
#titulo .botao {
	display: block;
	width: 254px;
	height: 31px;
	font-weight: bold;
	background: url("../img/bg-botao.jpg") no-repeat;	
	color: #3c3c3c;
	float: left;
	text-indent: -90000px;
	margin-top: 10px;
}
#titulo .botao:hover {
	background: url("../img/bg-botao-hover.jpg") no-repeat;	
}
#titulo p {
	text-align: justify; 	
	color: #FFF;
}

/*** Conte�do principal / Neg�cio ****/
#negocio {
	margin-top: 10px;
}
#negocio h2{
	background: url("../img/tit-negocio.png") -5px 0 no-repeat;
	height: 30px;
	text-indent: -90000px;
}

#menu-negocio li {
	background: url("../img/bg-lista-negocio.png") repeat-x;
	height: 35px;
}
#menu-negocio li a {
	color: #656565;
	display: block;
	width: 200px;
	float: left;	
	margin-top: 7px;
	text-decoration: none; 
}

#menu-negocio li a:hover {
	text-decoration: underline;	
}

/*** Conte�do principal / Bancos ****/
#bancos {
	margin-top: 30px;
}
#bancos h2 {
	background: url("../img/tit-financiamento.png") -10px 0 no-repeat;
	height: 30px;
	text-indent: -90000px;
	margin-bottom: 15px;
}

/*** Exibi��o de Produtos / Bancos ****/
#exibe-produtos {
	float: left;
	width: 225px;
	margin-left: 5px;
	padding: 18px 5px 5px 10px;
	background: url("../img/bg-mostra-produtos.png") 0 90px no-repeat;
}
#exibe-produtos h2 {
		background: url("../img/tit-produtos.png") 0 0 no-repeat;
		height: 38px;
		text-indent: -90000px;
}

.mostra {
	background: url("../img/bg-produtos.png") -10px 0 repeat-x;
	margin-top: 20px;
	border-top: 1px solid #E0E0E0;
	height: 130px;
}
.mostra h3{
	font-weight: bold;
	padding: 5px;	
}
.mostra img {
	float: left;
	margin-right: 10px;
}
.mostra p {
	font-size: 0.8em;
	line-height: 1.7em;	
}
.mostra p a.destaque {
	background: #a5a5a5;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	text-decoration:none;
}

#exibe-produtos .botao {
	margin: 0 auto;
	display: block;
	width: 159px;
	height: 54px;
	font-weight: bold;
	background: url("../img/bg-botao-produtos.png") no-repeat;	
	color: #3c3c3c;
	float: left;
	text-indent: -90000px;
	margin-top: 10px;
}

#exibe-produtos .botao:hover {
	background: url("../img/bg-botao-produtos-seleciona.png") no-repeat;	
}

/*** Rodap� ***/
#informacoes {
	margin-top: 30px;
	height: 146px;
	background: url("../img/bg-rodape.png") repeat-x;

}
#informacoes address{
	font-size: 0.9em;
	font-style: normal;
	width: 765px;
	margin: 0 auto; 	
	padding-top: 40px;
	line-height:1.8em;
}
#informacoes address .destaque {
	font-weight: bold;	
}

/*** Mensagem de erro ***/
.error_message { color: red; font-weight: bold; font-size: 0.8em;}
.destaque-texto {
	color: #B76418;
	font-size: 1.3em;
}
#conteudo-master form p  {
margin: 0 auto;
}
#conteudo-master form label {
}
.bt-contact {
	font: bold 15px Arial,sans-serif;
	cursor: pointer;	
}
/**** Formulário ****/
.format-form input, .format-form textarea {
	border: 1px solid #000;
	font-size: 0.9em;
}

.lista-produto {
	background: url("../img/bg-lista-negocio.png") repeat-x;
	height: 35px;
}

.master a {
width: 500px !important;  
}
.lista-produto a {
	color: #656565;
	display: block;
	width: 200px;
	float: left;	
	margin-top: 7px;
	text-decoration: none; 
}
.lista-produto a:hover {
	text-decoration: underline;
}

.breadcrumb {
	font-size: 12px;
	margin-top: -10px;
}
.breadcrumb a {
	color: #B7631A;
}

.link-produto-sub img {
border: 3px solid #FFF;
}
 
.link-produto-sub:hover img {
border: 3px solid #CCC;
}

.mostra h3 a {
color: #656565;
text-decoration: none;
}
.mostra h3 a:hover {
text-decoration: underline;
}

#mais-informacao-de-parceiro {display: none;}