@charset "utf-8";
/* CSS Document */

/*********************************************************************
 Produzido por Thiago Kuriki - www.thiagokuriki.com.br
 Conteúdo protegido pela lei Nº 9.610/98 de Direitos Autorais.
 É expressamente proibida a cópia ou reprodução sem autorização.
 *********************************************************************/

/***********************************************/
/* header				                       */
/***********************************************/

body, html{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg_website.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #40342A;
}

#limites { width: 770px; margin: 0 auto; }

.clear {clear:both;}

#topo{
	height:143px;
}

#bg{
	background-color: #f7efe7;
	width:770px;
	height:auto;
}

#menu{
	height:82px;
}

#menubotoes{
	margin:25px;
}

#destaque{
	width:564px;
	height:153px;
	border:#493333 solid 1px;
	margin: 10px auto;
	margin-bottom:20px;
}

#fotohome{
	width:162px;
	height:105px;
	border:#493333 solid 1px;
	margin-right:15px;
	float:left;
}

#fotopq{
	width:120px;
	height:80px;
	border:#493333 solid 1px;
	float:left;
	margin:5px;
	margin-left:10px;
}

#colmeio {
	text-align:left;
	width:550px;
	margin: 0px auto;
	}

#colesquerda {
	text-align:left;
	width:350px;
	float:left;
	margin-left:25px;
	}

#coldireita {
	text-align:center;
	width:190px;
	float:right;
	margin-right:25px;
	}
	
#placas {
	text-align:center;
	width:auto;
	}

#placa {
	margin:5px;
	}	

#conteudo {
	width:614px;
	background-image: url(../images/conteudo_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	}	
	
#conteudo_topo {
	background-image: url(../images/conteudo_topo.gif);
	background-repeat: no-repeat;
	width: 614px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}	

#conteudo_rodape {
	background-image: url(../images/conteudo_rodape.gif);
	background-repeat: no-repeat;
	width: 614px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-top:15px;
}

#rodape{
	width: 770px;
	height:82px;
	background-color:#f7efe7;
	font-size: 11px;
	color:#FFFFFF;
}

#creditos{
	width: 770px;
	font-size: 10px;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

#endereco{
	float:right;
	right:0px;
	text-align:right;
	color:#544130;
	margin-top:40px;
	margin-right:80px;
	font-size: 10px;
}

#aliancas{
	float:left;
	left:0px;
	margin:8px;
}

.txtobs {
	color:#999999;
	}
	
.bold {
font-weight:bold;
	}	

/***********************************************/
/* forms
/***********************************************/

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.form100 {
	width: 95%;
}