/*		STYLES		*/
.conteudo_principal{
	font:normal 12px "Trebuchet MS", sans-serif;
	}
.color1{
	font:bolder 13px "Trebuchet MS", sans-serif;
	color:#7b4553;
	}
h1{
	margin-top:0px;
	font:bolder 14px "Trebuchet MS", sans-serif;
	color:#7b4553;
	}
a{color:#7b4553; text-decoration:none;}
a:hover{color:#cb788e; text-decoration:none;}

/*		GERAL		*/
body{
	padding:0px;
	margin:0px;
	background:url(../images/bg.jpg) repeat;
	}
.fix{clear:both;}

/*		ESTRUTURA		*/
#estrutura{
	width:850px;
	margin:auto;
	}
#header{
	width:850px;
	display:block;
	}
#content{
	width:760px;
	background:url(../images/borda_site.jpg) repeat-y;
	padding-left:45px;
	padding-right:45px;
	}
#content_body{
	width:400px; 
	float:left;
	}
#picture_content{
	width:360px; 
	text-align:right; 
	float:left;
	}
/*		GALERIAS		*/
#content_body_galerias{
	width:760px; 
	}
#estrutura_fotos{
	width:760px;
	margin-top:10px;
	background:url(../images/background_galerias.jpg)
	}
#menu_lateral{
	width:180px; 
	float:left;
	padding-left:20px;
	padding-top:20px;
	}
#miniaturas{
	width:285px; 
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	*padding-bottom:15px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	background:#fff;
	}
#estrutura_imgprod{
	float:left;
	width:245px;
	padding-bottom:7px;
	*padding-bottom:5px;
	display:block;
	text-align:right;
	background:#fff;
	}
#imgProd1{
	width:220px;
	clear:both;
	background:url(../images/loading.gif) no-repeat top;
}
.selecao_color{
	width:280px;
	margin:5px;
	margin-bottom:10px;
	float:left;
	}
/*		CONTATO		*/
form p {
	clear: both;
	margin: 5px
	}
	form label {
	display: block; 
	float: left; 
	width: 190px; 
	text-align: right; 
	padding: 4px 
	}	
.botoes_form{
background:#7b4553;
border:1px solid #db828d;
color:#fff;
font-weight:bolder;
margin-top:3px;
}
		
/*		RODAPE		*/
address{
	width:850px;
	height:36px;
	display:block;
	text-indent:-9999px;
	background:url(../images/rodape.png);
	}