@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagem/fundo.png);
	background-repeat: repeat;
}
#geral {
	margin: auto;
	height: auto;
	width: 990px;
}
#topo {
	background-image: url(../imagem/topo.jpg);
	float: left;
	height: 164px;
	width: 990px;
}
#animacao {
	background-image: url(../imagem/fundo_animacao.jpg);
	float: left;
	height: 217px;
	width: 990px;
}
#divisao {
	background-image: url(../imagem/divisao.jpg);
	height: 28px;
	width: 990px;
	float: left;
}
#lateral {
	width: 230px;
	margin-top: 20px;
	margin-left: 20px;
}
.produtos {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #E87717;
	text-align: left;
}
.linha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
}
#centro {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 990px;
}
#txtdivisao {
	float: right;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}
#rodape {
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 990px;
	background-color: #E87717;
}
a {
	font-family: Calibri;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
}
#conteudo {
	width: 670px;
	float: right;
	height: auto;
	clear: right;
	margin-top: 20px;
	margin-right: 20px;
}
.titulos {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.img {
	height: 150px;
	width: 150px;
}
#txtrodape {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

a:hover {
	color: #E87717;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
#txtdivisao a {
	text-decoration:none;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
#txtdivisao a:hover {
	text-decoration:none;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
