/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.0									  */
/**************************************************/
/* MARCAÇÃO DO LAYOUT */
/* TODO SITE */
body {
	/*Posicionamento*/
	margin: 0;
	line-height: 0;
	/*Conteudo*/
	font: 11px "Trebuchet MS", Arial;
	font-weight: normal;
	color: #2A1818;
	text-align: center;
	overflow-x: hidden;
	/*Fundo Geral*/
	background: #FFFFFF url(../Imgs/backGeral.gif) repeat center center;
}
input, textarea, select { /* Campos de formulário */
	font: 11px "Trebuchet MS", Arial;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px solid #9BA2A8;
}
#boxGlobal {
	width: 778px;     
	margin: 0 auto;
	text-align: left;
}
/* TOPO */
#boxTopo {
	width: auto;
	height: 330px;
	text-align: left;
	background: url(../Imgs/backTopo.gif) no-repeat bottom left;
}
#boxTopo h1 {
	display: none;
}
#boxTopo h2 {
	display: none;
}
#menuHidden {
	display: none;
}

/* CORPO */
#boxCorpo {
	float: left;
	clear: both;
	background: url(../Imgs/backPrincipal.gif) repeat-y top left;
}
#boxCorpo #principal {
	float: left;
	width: 736px; /* Default: 752px */
	height: auto;
	padding: 12px 8px 12px 8px;
	text-align: justify;
	background: url(../Imgs/backEfeitoPrincipal.gif) no-repeat top left;
}
#boxCorpo #endereco {
	float: right;
	width: 26px;
	height: 314px;
	margin-top: 80px;
	background: url(../Imgs/enderecoLateral.gif) no-repeat bottom right;
}
#boxCorpo #endereco strong {
	display: none;
}
#boxCorpo #principal #colunaAuxiliar {
	float: left;
	width: 242px;
	height: auto;
}
#boxCorpo #principal #conteudo {
	float: right;
	width: 474px; /* Default: 494px */
	padding: 5px 5px 5px 15px;
}
#boxCorpo #principal #conteudo ul, ol {
	margin-left: 20px;
}

/* RODAPÉ */
#boxRodape {
	clear: both;
	width: 752px; /* Default: 752px */
	height: 317px; /* Default: 317px */
	background: url(../Imgs/backRodape.gif) repeat-x center top;
}
#bannerRodape {
	float: left;
	width: 345px;
	height: 108px;
	text-align: right;
}
#menuRodape {
	float: right;
	width: 406px;
	height: auto;
	padding-top: 15px;
	text-align: center;
}
#menuRodape li {
	display: inline;
	color: #7D7D7D;
}
#menuRodape li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
	font-weight: bolder;
}
#menuRodape li a:hover {
	color: #999999;
	font-weight: bolder;
	text-decoration: underline;
}
#outrasInfos {
	clear: both;
}
#outrasInfos #desenvolvimento {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 5px;
}
#outrasInfos #copyright {
	float: left;
	width: 444px;
	text-align: center;
	padding-top: 10px;
	color: #7D7D7D;
}
#outrasInfos #logomarca {
	float: right;
	width: 128px;
	text-align: center;
	padding-top: 5px;
}