#conteudo {
	width: 490px;
	margin-right: 10px;
	overflow: auto;
	background: url(../images/bg_conteudo_gd.gif) repeat-x;
}

/********************
Menu de Navegação
********************/
.nav {
	width: 490px;
	padding: 6px 0 0 0;
	overflow: auto;
	background: #F1F1F1 url(../images/bg_nav_top.gif) no-repeat top;
}

.nav * {
	font-size: 0.95em;
	vertical-align: baseline;
}

.nav h6 {
	color: #616161;
	background-color: #999999;
	float: left;
	padding: 3px 0 4px 10px;
	background: url(../images/bg_nav_esq.gif) no-repeat left;
}

.nav h6 span, .nav p span {
	color: #993234;
	font-size: 0.9em;
	letter-spacing: -0.1em;
}

.nav h6 a {
	color: #993234;
	text-decoration: underline;
}

.nav h6 a:hover { text-decoration: none; }

.nav p {
	float: right;
	padding: 3px 10px 4px 0;
	background: url(../images/bg_nav_dir.gif) no-repeat right;
}

.nav p a {
	color: #993234;
	display: inline;
	width: auto;
	padding: 0;
	text-decoration: underline;
}

.nav p a:hover {
	padding: 0;
	background: none;
	text-decoration: none;
}
/********************
Fim do Menu de Navegação
********************/


/********************
Textos
********************/
#texto {
	width: 460px;
	padding: 0 15px 0px;
}

#texto h3 {
	color: #404040;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0;
	background: none;
}

#texto p {
	text-align: justify;
	margin-bottom: 20px;
}
/********************
Fim dos textos
********************/


/********************
Listas
********************/
#texto ul {
	margin: -5px 0 20px 10px;
}

#texto ul li {
	list-style: disc inside;
	margin-bottom: 2px;
}

	/********************
	Listas padrão
	********************/
	#conteudo h4 {
		clear: both;
		color: #9D2E2E;
		width: 456px;
		height: 11px;
		margin-left: 10px;
		padding: 12px;
		text-indent: 20px;
		background: url(../images/bg_titulo_lista.gif) no-repeat;
	}
	
	#padrao {
		width: 456px;
		margin: 0 0 0 10px;
		padding-bottom: 10px;
	}
	
	#padrao li {
		list-style: none;
		margin: 3px 4px 0;
		padding: 5px 0 5px 27px;
		background-color: #EAEAEA;
	}
	
	#padrao li.par { background-color: #F0F0F0; }
	
	#padrao li a:hover { color: #9D2E2E; }
	/********************
	Fim das Listas padrão
	********************/
/********************
Fim das listas
********************/


/********************
Listas de Produtos e Serviços
********************/
#texto #prod_serv {
	overflow: visible;
	margin: 0;
}

#prod_serv li {
	float: left;
	display: block;
	width: 152px;
	height: 160px;
	padding-bottom: 30px;
}

#prod_serv li span, #prod_serv li span a {
	display: block;
	width: 150px;
	height: 144px;
}

#prod_serv li span a { background: url(../images/mascara_prod_serv.gif) no-repeat; }

#prod_serv li h5 { text-align: center; }

#prod_serv li h5 a {
	color: #764E4F;
	font-size: 1em;
	font-weight: bold;
}

#prod_serv li h5 a:hover {
	color: #AF040A;
	text-decoration: underline;
}

#prod_serv li span a img { display: none; }
/********************
Fim das listas de Produtos e Serviços
********************/

