/* CSS Document */

/* GERAL */
img{border: 0;}

html,body{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url(../imagens/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
		/*border:#990000 1px solid;*/
	}

#geral{
	text-align: center;
	margin: 0px auto;
	min-height: 566px;
		height: auto !important;
		/*border:#009900 1px solid;*/
	}
	
#pagina{
	width: 776px;
	height: auto;
	}
	
td{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #626262;
}

/* ESTRUTURA */ 
#topo{
	float: left;
	width: 776px;
	height: 197px;
	background-image: url(../imagens/fundo_topo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#logo{
	float: left;
	width: 275px;
	height: 173px;
	margin-top: 24px;
	}
	
#menu{
	float: left;
	width: 217px;
	height: 173px;
	margin-top: 24px;
	}

#flash{
	float: right;
	width: 284px;
	height: 173px;
	margin-top: 24px;
	}

#conteudo{
	float: left;
	width: 722px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #626262;
	text-align: justify;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 20px;
	padding-bottom: 10px;
		/*border:#990000 1px solid;*/
	}
		
#rodape{
	float: left;
	width: 776px;
	height: 71px;
	background: url(../imagens/fundo_rodape.jpg);
	background-repeat: no-repeat;
	}
	
#endereco{
	width: 776px;
	margin-top: 33px;
	font-family: Tahoma;
	font-size: 11px;
	color: #626262;
	text-align: center;
	}
	
/* CONTEUDO */
#colunaTextos{
	float: left;
	width: 360px;
	height: auto;
	text-align: justify;
	}
	
#colunaImagens{
	float: right;
	width: 330px;
	height: auto;
	}	

h1{	
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #2e3092;
	text-align: left;
	}
	
.titulos{
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #2e3092;
	text-align: left;
	}
		
.subtitulos{
	color:#ed1c24;
	}
	
.textTable{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}

#formulario{
	float: left;
	width: 600px;
	height: auto;
	text-align: left;
	font-weight: bold;
	}

/* HOME */
#blocosHome{
	float: left;
	width: 722px;
	height: auto;
	}
			
#linhaH{
	width: 722px;
	height: 1px;
	background-image: url(../imagens/linha_horizontal.jpg);
	background-repeat: repeat-x;
	}

#conteudoHome{
	float: right;
	width: 374px;
	height: auto;
	padding-left: 20px;
	border-left: #d7d7d7 solid 1px;
	}
	
#blocoFinanciamento{
	float:left;
	width:232px;
	height:200px; 
	padding-left:5px;
	padding-right:5px;
	text-align:left;
		/*border:#FF6600 solid 1px;*/
	}
	
#blocoNoticias{
	float:left;
	width:240px;
	height:200px;
	padding-left:21px;
	padding-right:15px;
	border-left: #d7d7d7 solid 1px;
		/*border:#FF6600 solid 1px;*/
	}
	
#blocoNewsletter{
	float:right;
	width:177px;
	height:200px; 
	padding-left:15px;
	padding-right:5px;
	border-left: #d7d7d7 solid 1px;
	text-align:left;
		/*border:#FF6600 solid 1px;*/
	}
	
/* PRODUTOS */
#colunaMenu{
	float: left;
	width: 204px;
	height: auto;
	}
	
#conteudoProdutos{
	float: right;
	width: 490px;
	height: auto;
	padding-left: 20px;
	border-left: #d7d7d7 solid 1px;
	}
	
.titMenu{
	font-weight: bold;
	color:#ed1c24;
	}
	
.marcador{
	color:#ed1c24;
	}
	
.menuProdutos{
	list-style: none;
	color: #626262;
	}
	.menuProdutos a:link, .menuProdutos a:visited{
		text-decoration: none;
		color: #626262;
		}
		.menuProdutos a:hover{
			color: #000000;
			font-weight: 500;
			}
			
.tabela{
	border: #999999 solid 1 px;
	}
	
/* FORM */
.boxForm{
	width: 500px;
	height: 16px;
	border: #CCC solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6e71;
	font-weight: normal;
	}
	
.boxFormM{
	width: 300px;
	height: 16px;
	border: #CCC solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6e71;
	font-weight: normal;
	}
	
.boxFormP{
	width: 175px;
	height: 16px;
	border: #CCC solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6e71;
	font-weight: normal;
	}

.boxText{
	width: 500px;
	height: 80px;
	border: #CCC solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6e71;
	font-weight: normal;
	}
	
.botaoEnviar{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: #de7217;
	}

#textoMsg{
	color: #de7217;
	}
	
.msg{
	font-size: 9px;
	color: #de7217;
	font-weight: bold;
	}
	
#retorno{
	float: left;
	width: 500px;
	height: auto;
	text-align: left;
	font-weight: normal;
	}
	
/* GALERIA */
#galeria{
	float: left;
	width: 330px;
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
	background-color:#f8f8f8;
	}
	
#gallery {
	padding: 0px;
	width: 320px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery a { text-decoration: none; }
#gallery ul img {
	border: 5px solid #cecdcd;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #707070;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/* LINKS */
.link{
	font-size: 12px;
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
	}
	
.link2{
	font-size: 11px;
	line-height: 16px;
	color: #ed1c24;
	text-decoration: underline;
	}
	
.link3{
	font-size: 12px;
	line-height: 16px;
	color: #626262;
	text-align: justify;
	text-decoration: none;
	}
	
.linkChamada{
	font-size: 11px;
	line-height: 13px;
	color: #626262;
	text-align: justify;
	text-decoration: none;
	}
	
.linkTitulos{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #2e3092;
	text-align: left;
	}