/* Global properties ======================================================== */
body {
	color: #555;
	/*font-family: Ubuntu;*/
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url(../images/bg-03.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	 }

html { min-width: 960px;}

/* Global Structure ============================================================= */

.container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 700px; }

.title {
	color: #FF2429;
	font-weight: bold;
	font-size: 18px; }

#map {
	margin-top: 50px;
	border-radius: 5px;
	width: 1000px;
	height: 400px;
	position: relative; }
	
#content_area {
	width: 1000px;
	height: 320px; }

	

#content_area_1 {
	position: relative;
	background-color: rgba(124,198,185,0.9);
	border-radius: 5px;
	width: 300px;
	height: 100%;
	margin: 25px 0 25px 25px;
	float: left;
	overflow: hidden; }
	
#content_area_2 {
	background-color: rgba(124,198,185,0.9);
	border-radius: 5px;
	width: 300px;
	height: 100%;
	margin: 25px 0 25px 25px;
	float: left;
	overflow: hidden; }
	
#content_area_3 {
	border-radius: 5px;
	width: 600px;
	height:200px;
	margin: 50px 0 0 25px;
	float: left;
	 }
	
#content_area_4 {
	border-radius: 5px;
	width: 300px;
	height:200px;
	margin: 50px 0 0 25px;
	float: left;
	 }

#area_txt {
	color: #555;
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
	padding: 0 10px 0 20px; }

/*------- FORMULÁRIO ------- */

#form_bg {
	margin-left:25px;
	margin-bottom:20px;
	padding: 10px 0 10px 0;
	width: 950px;
	height:220px;
	background-color:#ee303d;
	border-radius: 5px; }

#form {
	width: 80%;
	margin-left: 10px;
	font-size: 12px;
	color: #fff; }
	
#form_left {
	margin-left:10px;
	position:relative;
	float: left;
	width:30%; }
	
#form_right {
	position:relative;
	float: left;
	width:50%; }
