body{
	font-family: 'Abel', sans-serif;
	background: #004a2c;
	font-size: 14px;
	color: #FFFFFF;
}
.logo{
	margin-top: 20px;
}
.texto{
	height: 100px;
}
.texto p{
	color: #FFFFFF;
	margin-top: 15px;
	font-size: 20px;
	text-align: justify;
}
.produtos{
	height: 400px;
	margin-top: 30px
}

.produtos h1{
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
}
.produtos .min{
	margin-top: 15px;
	margin-left: 15px;
	width: 140px;
	height: 140px;
	float: left;
}
.produtos .min img{
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
.produtos .min img:hover{
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
}
.contato{
	height: 400px;
	margin-top: 30px;
}
.contato h1{
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
}
.mensagem{
	background-color: #A3E2C7;
    color: #004A2C;
    font-size: 18px;
    overflow: hidden;
    padding: 10px;
    width: 240px;
}
.contato p{
	font-size: 18px;
}
.contato input{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
.contato textarea{
	margin-top: 10px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
.rodape{
	clear: both;
	height: 130px;
	margin-top: 30px;
	font-size: 20px;
}
.rodape address{
	margin-top: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}
.rodape span{
	padding: 5px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.menu {
	margin-top:40px;
	overflow:hidden;
}
.menu h1{
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
}
ul li a{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:none;
	margin-top:8px;
	margin-bottom:8px;
	display:block;
}
ul li a:hover{
	text-decoration:underline;
}
