@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	border:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	font-size:small;
    height:100%;
}
#geral {
	width:678px;
	height:100%;
	position:absolute;
    background-image:url(../images2/fundoGeral.gif);
	z-index:2
}
#geralB{
    padding-left:0px;
	padding-right:0px;
	margin-bottom:25px;
	z-index:2
}
#biga{
	height:40px;
	width:700px;
}
#miolo {
	position:relative;
	width:700px;
	background-image:url(../images2/fundoGeral.gif);
	z-index:1
}
#top{
	background-image:url(../images2/top_catalogo_2.gif);
	height:104px;
	border-bottom:#ead28a solid 4px;
	text-align:center;
	margin-bottom:20px;
}
#fraseTop {
	text-transform: uppercase;
	color:#7e967e;
	font-family:"Times New Roman", Times, serif;
	font-size:220%;
	font-weight:lighter;
    line-height:120px;
	letter-spacing:5px;
	display:inline;   
}
.prod {
	width:222px;
	height:350px;
	float:left;
	margin-top:30px;
	margin-right:5px;
}
.paraProd {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#9b9a9a;
	line-height:110%;
}
.fraseProd {
	text-transform: uppercase;
	color:#4d664d;
	margin-top:16px;
	font-family:"Times New Roman", Times, serif;
	font-size:105%;
}
#rodape{
	height:74px;
	width:700px;
	background:url(../images2/roda_pe_2.gif);
	background-repeat:no-repeat;
	clear:both;
}
