/* Estilo Basico */
@import url("basico.css");

/* Begin Erick */
#mapa {
	position:absolute;
	top:0px; left:250px;
	width:690px;
	height:600px;
	z-index:10;
	background-color:white;
}

#mapa iframe {
	border:1px solid #DDD;
	margin-bottom:10px;
}

#content h1,
#content h2{
	float:left;
	width:100%;
	color:#666;
	font-weight:bold;
	margin-top:20px;
	background-color:white;
	}

#content h1{
	font-size:18px;
	height:18px;
	background-image:url(../../imgs/layout/bg-h1.png);
	}
	
#content h2{
	font-size:14px;
	height:14px;
	background-image:url(../../imgs/layout/bg-h2.png);
	}
/* End Erick*/	

#mn-side .fone-fax{
	font-size:16px;
	font-weight:bold;
	color:#09C;
	margin-top:-20px;
	margin-bottom:20px;
	}

#mn-side .email{
	font-weight:bold;
	margin-top:-20px;
	color:#09C;
	}
	
/*Formulario*/
	#form input, #form textarea, #form select{border:1px solid #CCC;}
	#form .radio{border:none; margin-bottom:-2px}
	
	#form table { background:none; border:none}
	#form table td {padding:0px; vertical-align:top; background:none; border:none}
	#form .dados{width:320px;}
	#form .email{width:205px; margin-right:10px;}
	#form .tel{width:100px;}
	#form .cidade{width:205px;}
	#form .uf{width:100px;}
	#form .setor{width:200px;}
	#form .mensagem{width:320px; font: 12px Tahoma;}
	
	.ajaxStatus {
		height: 400px;
	}
	
	