@charset "utf-8";
/* CSS Document */

body {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#373737;
	margin-top:6px;
	border:1px solid #000033;
}

img {
	border:none;	
}	

a {
	color:#373737;
	text-decoration:none;
}

.topo {
	height:145px; 		 
	background-repeat:no-repeat; 
	background-position: bottom left;
	width:100%;		
}

.backTitulo {
	height:30px;
	position:relative;
	top:8px;
	left:-5px;
	margin-bottom:30px;
	*z-index:0;
}

.backTitulo img{
	float:left;
}

.backTitulo .descricao{
	margin:0px;
	position:relative;
	/*top:0px;
	font-weight:bold; */
}

.conteudo {
	display:table;
}

.conteudo a:hover {
	text-decoration:underline;
	font-style:italic;
}
	
.rodape {
	height:18px;
	background-image:url(../../images/rodape.jpg);
	text-align:center;
	padding-top:9px;
	width:100%;
}

.produtosHome {
	margin-left:50px;		
	margin-right:49px;
	float:left;			
}

.tituloVerde {
	color:#00aa00;
	font-weight:bold;
	margin-bottom:5px;
}

.noticia {
	padding-left:10px;	
	padding-right:5px;
	display:table;
}
	
.imgProduto {
	margin:0px;		
	max-height:200px;
	max-width:200px;		
}	

.ulProdutos {
	position:relative;
	margin-left:300px;		
	width:350px;
	list-style:none;
	display:block;			
}

.ulProdutos li {
	background-color:#b1ffb1;			
	padding:2px;	
	margin-bottom:1px;
	border:1px solid #b1ffb1;
}

.ulProdutos li:hover {
	border:1px solid #b1ffb1;					
	background-color:#FFFFFF;
}	

.exibeProduto {
	width:200px; 
	margin-left:60px; 
	margin-right:25px; 
	float:left; padding:5px;
	margin-bottom:10px;	
}