@charset "utf-8";

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

li{
	list-style: none;
}

a, a:hover{
	text-decoration: none;
	color: #246627;
}

img{
	border: none;
}

#tudo{
	width: 870px;
	margin: 0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	overflow: hidden;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	border: #39B54A solid 4px;
	border-top: none;
	padding-left: 30px;
	padding-right: 30px;
}

#provisorio, .economize, #reciclar, #rodape{
	width: 80%;
	font-size: 26px;
	text-align: center !important;
	display: block;
	color: #009245;
	margin: 0 auto;
	margin-bottom: 50px;
}

#representante{
	width: 370px;
	display: block;
	font-size: 17px;
	float: left;
}

.logo{
	float: left;
	display: block;
}

#atendimento{
	width: 800px;
	display: table;
}

h2{
	color: #009245;
}

h3{
	color: #000000;
}

#atendimento strong{
	color: #009245
}

#atendimento p{
	text-align: justify;
}

#atendimento img{
	margin: 0 auto;
}

#reciclar{
	display: table !important;
	margin-bottom: 50px !important
}

#rodape{
	margin-top: 25px;
	margin-bottom: 25px;
}