body {
	margin:0;
	background:url(../images/bg.jpg) repeat-x #FFF ;
	font-family:"Trebuchet MS";
}
img { border:0; }
a {text-decoration:none; color:inherit; }
#barra_top {
	width:100%;
	height:2px;
	float:left;
	background:#A39F8F;
}
#geral {
	width:100%;
	float:left;
}
#site {
	width:1000px;
	margin:0 auto;
}
#logo {
	margin:18px 14px;
	float:left;
}
#menu {
	width:600px;
	height:62px;
	float:right;
	margin-left:30px;
}
#menu a {
	padding:20px 16px;
	float:left;
	font-family:"Franklin", "Trebuchet MS";
	color:#3E1F00;
	border-radius:0 0 3px 3px;
	font-size:18px;
	letter-spacing:-1px;
}
#menu a:hover {
	background:url(../images/menu_hover.jpg);
	color:#FFF;
}
#titulos {
	width:100%;
	padding:10px 0;
	float:left;
	font-family:"kabel", "Trebuchet MS";
	letter-spacing:-2px;
	font-size:47px;
	color:#848587;
	background:url(../images/bg_titulos.gif) no-repeat center bottom;
}
.texto {
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:25px;
	color:#333;
}
#item {
	width:100%;
	float:left;
	margin:10px 0;
}
#itens {
	width:100%;
	float:left;
	margin:10px 0;
}
#pe {
	width:100%;
	height:50px;
	float:left;
	background:url(../images/bg_pe.jpg) repeat-x;
}
#seg_produtos {
	float:left;
	margin:15px;
}
#seg_produtos h1 {
	margin:0;
	height:1px;
	width:1px;
	overflow:hidden;
}
#seg_produtos h2 {
	margin:0;
	height:0;
	width:0;
	overflow:hidden;
}
#menu_produtos {
	width:746px;
	height:50px;
	background:url(../images/bg_menu_produtos.jpg);
	border-radius:3px;
	margin:15px 0 0 200px;
	float:left;
	position:absolute;
	z-index:10;
	padding-left:4px;
}
#menu_produtos a {
	padding:15px 10px;
	float:left;
	letter-spacing:-0.4px;
	color:#333;
	font-size:13px;
	font-weight:bold;
	border-radius:4px;
}
#menu_produtos a:hover {
	background-color:#eee;
	color:#C00;
}
#g1SlideImg{
	float:left;
	width:970px;
	height:600px;
	margin:20px;
	background:url(../images/bg_titulos.gif) no-repeat center bottom;
}
#g1SlideLeft{
	position:absolute;
	z-index:20;
	width:21px;
	height:206px;
	margin:200px 0 0 -490px;
	left:50%;
	background:url(../images/slide_left.png) center no-repeat;
	cursor:pointer;
}
#g1SlideRight{
	position:absolute;
	z-index:25;
	width:21px;
	height:206px;
	margin:200px 0 0 470px;
	left:50%;
	background:url(../images/slide_right.png) center no-repeat;
	cursor:pointer;
}
#produtos_pe {
	width:100%;
	float:left;
	height:280px;
	border-top:solid 1px #DDD;
	text-align:center;
	background:url(../images/pe.png) no-repeat center #F2F2F2 ;
}
#show{
	float:left;
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0;
	text-align:center;
	position:absolute;
	bottom:0;
	top:0;
	
}
#uf {
	padding:20px; width:190px ; float:left; margin:5px; border-radius:4px; background:#EEE; font-size:20px;
}
#uf #cidades {
	width:100%;
	float:left;
	margin-top:15px;
	display:none;
}
#uf #cidades a {
	width:100%;
	float:left;
	padding:3px 0; 
	font-size:13px;
	color:#333;
}
#uf #cidades a:hover {
	font-weight:bold;
	color:#C00;
	cursor:pointer;
}
#uf:hover #cidades {
	display:block;
}
