/* CSS Document */

html, body, form {
	margin: 0;
	padding: 0;
}

body, table, div {
	font-family: Arial;
	font-size: 12px;
}

td {
	vertical-align: top;
}

a {
	color: #881C1C;
	text-decoration: none;
}

a:hover {
	color: #CB2929;
	text-decoration: underline;
}


h1, .titulo {
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	line-height:120%;
	color: #000;
	margin: 0;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

.area_titulo { padding: 0px 0px 0px 50px }

.centro{
	border:0px solid #000;
	font-family:verdana;
	font-size:12px;
	line-height:120%;
	padding: 0 10px 30px 50px;
}

.box_todas_fotos {
	width: 100%;
	margin-top: 10px;
	clear: both;
}

.box_galeria {
	width: 49%;
	text-align: center;
	float: left;
	padding: 10px;
}

.box_galeria2 {
	width: 33%;
	text-align: center;
	float: left;
	padding: 0px;
	font-size: 10px;
	height: 100px;
	margin-bottom: 10px;
}


.umProd {
	text-align: center;
	font-size: 12px;
}

.umProd .icone {
	height: 85px;
}

.tabProd {
	width: 100%;
}

.prod_imagens {
	padding-left: 20px;
}

.box_imagens {
	margin-bottom: 20px;
	text-align: center;
}

.prod_precos {
	font-style: italic;
	padding: 15px 5px;
}

.areaform {
	border-left: 1px solid #ccc;
}

.campoformarea, .campoformpadrao {
	width: 150px;
	background: #eee;
	border: 1px solid #ccc;
}

.campoformarea {
	height: 50px;
}

.rotuloform {
	width: 70px;
	text-align: right;
	margin-right: 9px;
	margin-top: 3px;
}

.botaoform {
	margin-left: 175px;
	border: 0;
	width: 75px;
	height: 25px;
	background: url(images/bt_enviar.jpg) no-repeat top left;
}



.textopadrao {
	width: 200px;
}



.linha_div_cinza {
	background: #ccc; 
	height: 1px;
}

.linha_div {
	height: 10px;
}



.tab_geral { width: 780px; margin: 0 auto; border: 0; background: #fff url(images/barra.jpg) no-repeat 0px 539px; }
.coluna_menu { width: 296px; }
.coluna_menu img { display: block; }
.coluna_conteudo { width: 484px; }
.menu { width: 159px; overflow: hidden; background: url(images/menu_fundo.jpg) repeat-y top left; }
.area_dicas { margin: 10px 0 10px; }


