body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;

}
	
#tudo {
margin:0 auto;
position:relative;
width:910px;
border:5px solid #eee;
background:#fefbed;
margin-top:20px;
	}

#topo {
	position:absolute;
	top:0;
	left:0;
	width:910px;
	height:230px;
}
#principal{
width:890px;
padding:10px;
height:auto;
float:right;
}
#principal_left{
width:300px;
height:auto;
float:left;
text-align:left;
font-size:12px;
}
#principal_right{
width:320px;
height:auto;
float:right;
text-align:left;
}
#principal_orcamento{
width:350px;
height:auto;
float:right;
text-align:left;
padding:10px;
border-left: 1px solid #ccc;
font-size:12px;
}
#pagina{
width:250px;
clear:both;
}
#menu{
width:910px;
height:auto;
padding:10px 0;
background:#caddfa url(imagens/fundo_menu.jpg) center center repeat-x;
z-index:50;
color:#000;
letter-spacing:2px;
}
#menu a{color:#000;}
#menu a:hover{color: #0000cc; padding:4px; font-size:115%; font-weight:bold;}


#rodape {
padding:6px 0 10px 0;
clear: both;
height:auto;
width:910px;
margin-top:10px;
border-top: #eee solid 3px;
background: url(imagens/fundo_tudo.png);
}
#rodape strong {font-size:115%;}
#parceiros{
width:870px;
margin-left:20px;
height:50px;
font-size:90%;
letter-spacing:2px;
line-height:140%;
overflow:auto;
}
.centralizada{width:100%; clear:both; text-align:center;}

.float_inicio, .float_inicio_m{
float:left;
margin: 0 8px;
padding:0 7px;
width:289px;
height:auto;
/*background: #fef5eb;*/
text-align:justify;
}
.float_inicio_m{
border-right:1px dotted #ccc;
border-left:1px dotted #ccc;
padding:0 20px;
width:263px;
}
.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin:10px ;
	}

.box_thumb{
    position:relative;
  	width:140px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:160px;/* 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{
    position:relative;
  	width:140px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:160px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 8px;
	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;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
.clear{clear:both;}
