/* CSS Document */


#contato {
	width:520px;
	font: 10px Tahoma, Verdana, Arial, Helvetica;
}

p.outros {
	width: 480px;
	clear: both;
	margin: 3px 0 5px 20px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h3.endereco, h3.email {
	width: 350px;
	display: block;
	height: 15px;
	clear: both;
	padding-left: 17px;
	margin: 25px 0 0 30px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

h3.endereco { background:url(/layout/001/03/imgs/icon_endereco.gif) 0 0 no-repeat; }

h3.email { background:url(/layout/001/03/imgs/icon_endereco.gif) 0 0 no-repeat; }

div.dadoscontato {
	width: 450px;
	display: block;
	height: auto;
	clear: both;
	margin: 3px 0 5px 45px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h3.matriz, h3.filial {
	display: block;
	width: 110px;
	height: 13px;
	margin: 12px 0 3px 35px;
	background-repeat: no-repeat;
}

h3.matriz span, h3.filial span { display: none; }

h3.matriz { background: url(/layout/002/02/imgs/icon_matriz.gif) 0 0 no-repeat; }

h3.filial { background: url(/layout/002/02/imgs/icon_filial.gif) 0 0 no-repeat; }


#gmlocalizacao {
	width: 170px;
	height: 38px;
	display: block;
	clear: both;
	margin: 6px 0 6px 0;
	background: url(/layout/001/02/imgs/icon_mapalocalizacao.gif) no-repeat;
}

#gmlocalizacao a {
	display: block;
	width: 170px;
	height: 38px;
}
#gmlocalizacao a span { display: none; }


#contato p.contato_dados {
	margin:0;
	text-indent: 45px;
}

#contato p.contato_form {
	margin: 0 0 1px 45px;
	height: 20px;
}

#contato p.contato_form b {
	display: block;
	width: 70px;
	font-weight: bold;
	float: left;
	color:#3f3f3f;
	font-size: 11px;
}

#contato p.contato_erro {
	margin: 0 0 1px 45px;
	color:#CC3300;
}




