/* Padrão */

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:"Helvetica",Arial,sans-serif;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:normal;
	color: #FFFFFF;
	background-image:url(../imagens/bg2.jpg);
}


a:link {
	color:#B0C518;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B0C518;
}
a:hover {
	text-decoration: none;
	color:#B0C518;
}
a:active {
	text-decoration: none;
	color: #B0C518;
}

.site {
	width:100%;
	height:100%;	
}

.centraliza {
	width:940px;
	margin:auto;
}

.camada {
	width:940px;
	float:left;
}

.um {
	height:140px;
}

.dois {
	height:256px;
}

.tres {
	height:265px;
}
	
.logo {
	width:320px;
	height:140px;
	float:left;
}

.diferenca {
	float:right;
}

.contato {
	width:550px;
	height:200px;
	float:left;
	margin-left:70px;
	margin-top:40px;

}

.texto {
	width:360px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:10px;
}
	

.verde {
	height:21px;
	font-size:17px;
	color:#B0C518;
}

.cinza {
	height:24px;
	font-size:23px;
	color:#CCC;
}


.clientes {
	float:right;	
	width:400px;
}

.visite {
	width:200px;
	float:right;
	margin-top:250px;
	font-size:1.4em;
}


