body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background:url(imagens/fundo_body.jpg);
}
	
#tudo {
margin:0 auto;
position:relative;
width:910px;
padding-top:170px;
background:#fff;
	}
#topo{
position:absolute;
top:0;
left:0;
width:100%;
height:158px;
background: url(imagens/fundo_topo.jpg) top repeat-x;
text-align:center;
}

#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 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:#ff0000;
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;}
.float_left{
float:left;
margin: 0 20px 10px 0;
width:auto;
height:auto;
}
.float_right{
float:right;
margin: 0 0 10px 20px ;
border:3px double #ccc;
width:auto;
height:auto;
}

.box_thumb{
    position:relative;
  	width:140px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:180px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:3px;
	margin: 4px;
	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:140px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:140px;
	height:140px;
	overflow:hidden;
	float:left;
	margin: 4px;
	}
img{border:0;padding:0;}
