body {
	margin: 0;
	padding: 0;
	background: #C4D7ED url(img/bg.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

img { border: 0; }

a { color: #5D80A1; text-decoration: none; }

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI Light", Tahoma, Arial;
	color: #375D80;
}

#site {
	width: 920px;
	margin: 0 auto;
	padding-left: 40px;
}

#header {
	margin-left: 380px;
	clear: both;
	height: 200px;
}

#address {
	color: #FFF;
	float: left;
	font-style: normal;
}

	#address.sao-paulo {
		margin-right: 20px;
		margin-top: 20px;
	}

	#address.rio-de-janeiro {
		margin-top: 60px;
		margin-right: 20px;
	}	
	
	#address.minas-gerais {
		margin-top: 80px;
	}
	

	#address p {
		margin: 0;
	}
	
	#address h3 {
		color: #FFF;
	}

#left {
	float: left;
	width: 380px;
}

#right {
	float: right;
	width: 520px;
}

#quem-somos {
	margin-top: 70px;
	width: 310px;
	text-align: justify;
}

	#quem-somos h1 {
		display: none;
	}
	
	#quem-somos ul li {
		margin-bottom: 5px;
	}

#clientes {
	height: 410px;
}

#clientes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#clientes ul li {
		float: left;
		margin: 20px;
		margin-bottom: 5px;
	}
	
#bottom {
	clear: both;
	margin-bottom: 10px;
}

	#socialize {
		width: 210px;
		float: left;
	}
	
	#trabalhe {
		width: 463px;
		float: left;
	}
	
		#trabalhe h2 {
			font-size: 22px;
		}
		
		#trabalhe p {
			font-size: 11px;
		}
		
			#trabalhe label {
				width: 60px;
				display: block;
				float: left;
			}
			
			#trabalhe label.o-que {
				width: 210px;
			}
			
			#trabalhe input {
				width: 160px;
				background-color: #94ADC9;
				color: #FFF;
				border: 0;				
			}
			
			#trabalhe textarea {
				width: 220px;
				height: 70px;
				background-color: #94ADC9;
				color: #FFF;
				border: 0;
			}
			
			#trabalhe p {
				margin-bottom: 5px;
				margin-top: 5px;				
			}
			
			#trabalhe .info {
				float: left;
				width: 230px;
			}
			
			#trabalhe .about {
				float: left;
				width: 230px;
			}
			
			#trabalhe button {
				margin-top: 5px;
				background: url(img/enviar.gif) no-repeat top left;
				width: 66px;
				height: 17px;
				border: 0;
				text-indent: -9999px;
			}
	
	#contato {
		width: 230px;
		float: right;
	}

#contato .cidade {
	color: #375D80;
	margin-top: 10px;
}

	#contato p {
		margin: 0;
	}
	
	#contato a {
		color: #666;
		font-weight: bold;
	}
	
	#contato h2 {
		font-size: 22px;
	}
	
	

.bar {
	background: url(img/bar.gif) no-repeat top left;
	height: 1px;
	width: 145px;
	clear: both;
	margin: 5px 0;
}

.tweet_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tweet_list li {
	float: left;
	margin-bottom: 10px;
}

.tweet_avatar img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.tweet_text {
	float: left;
	display: block;
	width: 150px;
}

.tweet_time {
	display: none;
}
