@charset "utf-8";
/* CSS Document */
*{
padding: 0; 
margin: 0;
}
img{
border:0px;
}
body{
margin:0px;
background:url(../images/bg-01.jpg) repeat-x #cade97;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
html{
overflow-y:auto;
overflow-x:hidden;
}
#divFlash{
width:700px;
height:320px;
position:absolute;
left:50%;
margin-left:-350px;
z-index:10;
}
#divPrincipal{ /* div dos conteudos e produtos global */
width:670px;
min-height:300px;
height:auto !important;
height:300px;
position:absolute;
left:50%;
margin-left:-335px;
margin-top:320px;
z-index:15;
text-align:justify;
}
#divConteudosInicial{
width:700px;
position:absolute;
left:50%;
margin-left:-350px;
margin-top:320px;
z-index:15;
}
#divPaginaInterna{
padding:10px 20px 10px 20px;
background:url(../images/bg-transparent.png);
}
#divFundoFlash{
width:700px;
margin-left:-350px;
left:50%;
height:320px;
position:absolute;
z-index:1;
}
#divFundoConteudo{
background:url(../images/bg-content.jpg) no-repeat #eee;
width:700px;
position:absolute;
left:50%;
margin-left:-350px;
margin-top:320px;
}
#pageNav{
letter-spacing:2px;
}
#divLinksHome a:link, #divLinksHome a:visited, #divLinksHome a:active{
text-decoration:none;
color:#0B4800;
}
#divLinksHome a:hover{
text-decoration:underline;
color:#0B4800;
}
.tarjaTit{
background:url(../images/tarja-titulos.jpg) repeat-x;
height:27px;
font-size:13px;
font-weight:bold;
color:#333333;
padding:5px 10px 0 10px;
}
.fundoProdutos{
background:url(../images/bg-transparent.png);
_background:#D8D8D8; /* ie6 hack */
padding:10px;
margin-bottom:10px;
text-align:justify;
}
.titEmpresa {
	color: #006600;
	font-weight: bold;
	font-style: italic;
}
#minHeight{
min-height:447px;
height:auto !important;
height:447px;
}
#divRodape{
width:700px;
height:180px;
position:absolute;
left:50%;
margin-left:-350px;
z-index:1;
}
#divMenu{
height:40px;
position:absolute;
left:50%;
margin-left:-316px;
margin-top:176px;
z-index:25;
}
#divMenu img{
border:0px;
}
#subMenuAnimais{
width:640px;
position:absolute;
left:50%;
margin-left:-320px;
margin-top:215px;
z-index:30;
}
#subMenuAnimais td{
background:black;
filter:alpha(opacity=90);
-moz-opacity: 0.90;
opacity: 0.90;
padding:10px;
}
#subMenuProdutos{
width:640px;
position:absolute;
left:50%;
margin-left:-320px;
margin-top:215px;
z-index:30;
}
#subMenuProdutos td{
background:black;
filter:alpha(opacity=90);
-moz-opacity: 0.90;
opacity: 0.90;
padding:10px;
}
.tabelaProdutos td{
width:110px;
background:#FFFFFF;
color:#000000;
padding:10px;
}
.tabelaProdutos img{
border:0px;
margin-bottom:5px;
}
/* links */
#subMenuAnimais a:link, #subMenuAnimais a:active, #subMenuAnimais a:visited{
text-decoration:none;
color:#FFFFFF;
}
#subMenuAnimais a:hover{
text-decoration:underline;
color:#FFFFFF;
}
#subMenuProdutos a:link, #subMenuProdutos a:active, #subMenuProdutos a:visited{
text-decoration:none;
color:#FFFFFF;
}
#subMenuProdutos a:hover{
text-decoration:underline;
color:#FFFFFF;
}
#pageNav a:link, #pageNav a:visited, #pageNav a:active{
color:#333333;
}
#pageNav a:hover{
color:#333333;
}
.tabelaProdutos a:link, .tabelaProdutos a:visited, .tabelaProdutos a:active{
text-decoration:none;
color:#000000;
}
.tabelaProdutos a:hover{
text-decoration: underline;
color:#000000;
}
#btVoltar a:link, #btVoltar a:visited, #btVoltar a:active{
color:#333333;
text-decoration:none;
}
#btVoltar a:hover{
color:#333333;
text-decoration:underline;
}
/* Form CSS */
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: orange;
	font-style: italic;
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted orange; }
form.cmxform .gray * { color: gray; }
.titnoticia {
	font-size: 16px;
	font-weight: bold;
	color:#006600;
}
#divPrincipal .fundoProdutos li {
	list-style-type: none;
}
#divPrincipal #divLinksHome li {
	list-style-type: none;
}

