body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background: #000 url(imagens/fundo_body.jpg) top repeat-x;
}
	
#tudo {
margin:0 auto;
position:relative;
width:910px;
padding-top:144px;
background:#e5e3d4;
	}
#topo{
position:absolute;
top:0;
left:0;
width:910px;
height:144px;
background:#000;
text-align:left;
}


#tarja {
	width:910px;
	height:30px;
	background:url(imagens/fundo_tarja.jpg) top repeat-x;
	border-bottom:3px double #dbcca1;
	margin-bottom:10px;
}

#principal{
width:740px;
height:auto;
float:right;
}
#principal_left{
width:510px;
height:auto;
float:left;
text-align:left;
font-size:12px;
}
#principal_right{
width:180px;
height:auto;
float:right;
text-align:left;
margin:0 15px;
padding-left:10px;
border-left:1px solid #ccc;
}
#pagina{
width:250px;
clear:both;
}
#menu{
width:140px;
margin:10px;
float: left;
font-weight:bold;
}
#menu1{
position:absolute;
left:0;
top:120px;
width:900px;
height:auto;
text-align:right;
font-weight:bold;
color:#ff0000;
letter-spacing:2px;
}
#menu1 a{color:#fff;}
#menu1 a:hover{color:#ff0000;}

#rodape {
padding:6px 0 10px 0;
clear: both;
height:auto;
width:910px;
margin-top:10px;
border-top: #fff double 3px;
background:#86691b;
color:#fff;
}
#rodape strong {font-size:115%;color:#fff;}
#parceiros{
width:870px;
margin-left:20px;
height:60px;
letter-spacing:2px;
line-height:150%;
overflow:auto;
}
.centralizada{width:696px; clear:both; text-align:center;}

.box_thumb{
    position:relative;
  	width:130px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:150px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 5px;
	border:3px double #eee;
	background:#eee;
	text-align:center;
	overflow: hidden;
	font-size: 11px;/* definindo em pixel fica mais fácil determinar as linhas que serão exibidas no box*/
	line-height:120%;
	}
.box_thumb2{height:140px;}/*usado no caso de lojas com mais de uma foto para o produjto*/
.thumb {/* tem que ter medidas exatas para manter padrão -  está vinculado com o php que gera as miniaturas da galeria*/
	width:110px;
	height:110px;
	overflow:hidden;
	margin:2px 14px 4px 15px;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 4px;
	}
img{border:0;padding:0;}

