body {
	background: #231F20 url(imagens/fundo1.png) no-repeat fixed center top;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
}
#geral {
	margin: 15px auto 0px;
	width: 982px;
}
#geral #menu {
	height: 25px;
	padding-top: 10px;
}

#geral #menu a {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	padding: 5px 10px;
}
#geral #menu a:hover {
	color: #FFF;
	background: #282425;
}
#geral #rodape p {
	margin: 0px;
	font-size: 0.8em;
	color: #999;
}
#geral #rodape p a {
	color: #FFF;
}
#geral #rodape {
	height: 20px;
	padding-top: 10px;
	text-align: center;
}
#geral #topo {
	background: url(imagens/logo1.png) no-repeat;
	height: 80px;
}
#geral #topo h2 {
	display: none;
}
#geral #flash {
	border: 1px solid #9A9789;
	height: 180px;
}
#geral #flashIndex {
	border: 1px solid #9A9789;
	height: 410px;
}
#geral #menulateral {
	background: url(imagens/fundoMenu.png) repeat-y;
	float: right;
	height: 350px;
	width: 180px;
	border: 1px solid #9A9789;
	padding: 10px;
	margin-top: 15px;
}
#geral #menulateral ul {
	margin: 0px;
	padding: 0px;
}

#geral #menulateral ul li {
	list-style: none;
	margin-bottom: 5px;
}
#geral #menulateral h2 {
	color: #F90;
	font-size: 1.3em;
	margin: 1em 0px 0px;
	font-weight: normal;
	border-bottom: 1px dotted #3F383A;
}
#geral #menulateral ul li a {
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: 1px solid #1E1C1D;
}
.esquerda {
	clear: left;
	float: left;
	margin-right: 5px;
}

#geral #menulateral ul li a:hover {
	border-bottom: 1px solid #F90;
}


#geral #conteudo {
	background: url(imagens/fundoConteudo.png);
	padding: 5px 15px;
	margin-right: 215px;
	border: 1px solid #9A9789;
	margin-top: 15px;
}
#geral #conteudo p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 1em;
}
#geral #conteudo h2 {
	color: #F90;
	clear: left;
	margin: 0em;
}
#geral #conteudo h3 {
	color: #FC0;
	margin-top: 1em;
	margin-bottom: 0px;
}
#geral #conteudo .destaque {
	background: #242223 url(imagens/fundoMenu.png) repeat-y right top;
	padding: 5px 10px 10px;
	margin-bottom: 1em;
}
.clientes {
	padding: 10px;
}
.clientes img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FC0;
	background: #FFF;
}
.destaque img {
	padding: 5px;
	background: #FFF;
	border: 1px solid #000;
}
#conteudo p strong {
	color: #F90;
}
#conteudo a {
	color: #FC0;
}
