@charset "utf-8";

html, body {height: 100%;}

body { 
	background:#FFF;
	margin: 0px;
	text-align: center;
	height: 470px;
	font: 13px "Times New Roman", Times, serif;
}

#tudo {
	width: 800px;
	height:100%;
	display:table;
	margin: 0 auto;
	margin-top:10px;
/*	position: relative;*/
}

#principal{
	background-image: url(imagens/bg_cinza.jpg);
	height: 465px;
	margin-top: -43px;
}

#miolo{
	height: 100%;
	display:table;
	float:left;
	margin-bottom: 0px;
	margin-top:10px;
	width:800px;
}

/*  HOME  */

#imagem1{
	height: 408px;
	width: 207px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

#imagem2{
	height: 408px;
	width: 207px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#imagem3{
	height: 408px;
	width: 207px;
	float:left;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

/*  EMPRESA  */

#empresa{
	height: 100%;
	display:table;
	width: 700px;
	margin-left: 60px;
	text-align:left;
	margin-top:-20px;
}

.titulo{
	font-size:22px;
	color:#6D8901;
	font-weight:bold;
	text-align: left;
}

.subtitulo{
	font-size:16px;
	color:#8A8658;
	font-weight:bold;
}

/*  PRODUTOS  */

#produtos_img{
	height: 408px;
	width: 230px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
}

#produtos_cont{
	background-image:url(imagens/produtos_bg.jpg);
	height: 408px;
	width: 490px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.produtos_titulo{
	font-size:22px;
	text-align:left;
	color:#96BA01;
	font-weight:bold;
	padding-left:30px;
}

.produtos_txt{
	text-align:left;
	color:#000;
	padding-left:50px;
}

.produtos_tabela{
	text-align:left;
	color:#666;
	font-size:14px;
	font-weight:bold;
}

#tabela{
	padding-left:60px;
}

/*  PARCEIROS  */

#parceiros{
	background-image:url(imagens/parceiros_bg.jpg);
	height: 408px;
	width: 700px;
	margin-left: 50px;
	text-align:center;
	margin-top: 0px;
}

.parceiros_tabela{
	fonte-size:22px;
	color:#666;
}

/*  CONTATO  */

#contato{
	background-image:url(imagens/parceiros_bg.jpg);
	height: 408px;
	display:table;
	width: 700px;
	margin-left: 50px;
	text-align:center;
	margin-top: 0px;
}

#contato_form{
	height: 370px;
	width: 310px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#contato_end{
	height: 370px;
	width: 318px;
	float:left;
	margin-top: 0px;
	margin-left: 30px;
}

.form{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
}

.enviar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #99cc00;
}

#tudo #conteudo #principal #miolo #painel_contato #contato_form #form1 table {
	text-align: left;
}

/*  RODAPÉ  */
#rodape {
	background-image: url(imagens/linha.jpg);
	background-repeat:no-repeat;
	bottom: 0; 
	width: 100%;
	height: 100px;
	margin-top: 428px;
}

#rodape_outros {
	background-image: url(imagens/linha.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	bottom: 0;
	width: 800px;
	height: 100px;
	margin-top: -50px;
	clear:both;
}
