/********************
Estilizações gerais
********************/
* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	vertical-align: middle;
}

html {
	overflow: -moz-scrollbars-vertical;
	background: #FFF url(../images/bg_site.gif) repeat-x top;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4D647B;
	text-align: center;
	padding-top: 10px;
	background: transparent url(../images/bg_site.jpg) no-repeat center top;
}

#geral {
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

#fundo {
	clear: both;
	background: #FFF url(../images/bg_conteudo.gif) no-repeat top right;
}

a, em, strong, span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #4D647B;
	vertical-align: baseline;
}

em { font-style: italic; }

strong { font-weight: bold; }

acronym, abbr {
	vertical-align: baseline;
	cursor: help;
	border-bottom: 1px dotted #4D647B;
}

	/********************
	Links em texto
	********************/
	#fundo a { text-decoration: underline; }
	
	#fundo a:hover { text-decoration: none; }
	
	p a.bloco {
		text-decoration: none !important;
		display: block;
		width: 90%;
		margin: 5px 0 0 5px;
		padding: 2px 2px 10px;
	}
	
	p a.bloco:hover {
		padding: 1px 1px 9px;
		background: #EDF4FC;
		border: 1px solid #DCE4EC;
	}
	/********************
	Fim dos links em texto
	********************/
	
	/********************
	Títulos
	********************/
	h2 {
		clear: both;
		font: bold 16px Arial, Helvetica, sans-serif;
		color: #5D95BA;
		margin: 0 0 10px 5px;
	}
	/********************
	Fim dos títulos
	********************/	
/********************
Fim das estilizações gerais
********************/


/********************
Cabeçalho
********************/
	/********************
	Logo
	********************/
	h1 {
		float: left;
		margin-left: 15px;
	}
	
	h1 a {
		display: block;
		width: 305px;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/logo.jpg) no-repeat;
	}
	/********************
	Fim da logo
	********************/

	/********************
	Data
	********************/
	#topo p {
		float: right;
		margin: 40px 10px 0 0;
	}
	/********************
	Fim da data
	********************/

	/********************
	Funções - +fav, homepage, sitemap
	********************/
	ul#funcoes {
		float: right;
		margin-top: 26px;
	}
	
	#funcoes li {
		display: block;
		float: left;
	}
	
	#funcoes li a {
		display: block;
		height: 8px;
		overflow: hidden;
		margin-right: 20px;
		text-indent: -9999px;
	}
	
	/***** FAV *****/
	#funcoes li a#fav:link, #funcoes li a#fav:visited {
		width: 100px;
		background: url(../images/fav.gif) no-repeat 0 0;
	}
	
	#funcoes li a#fav:hover, #funcoes li a#fav:active { background-position: 0 -8px; }

	/***** HOMEPAGE *****/
	#funcoes li a#homepage:link, #funcoes li a#homepage:visited {
		width: 93px;
		background: url(../images/homepage.gif) no-repeat 0 0;
	}

	#funcoes li a#homepage:hover, #funcoes li a#homepage:active { background-position: 0 -8px; }

	/***** MAPA DO SITE *****/
	#funcoes li a#mapa:link, #funcoes li a#mapa:visited {
		width: 52px;
		margin-right: 10px;
		background: url(../images/mapa.gif) no-repeat 0 0;
	}

	#funcoes li a#mapa:hover, #funcoes li a#mapa:active { background-position: 0 -8px; }
	/********************
	Fim das funções - +fav, homepage, sitemap
	********************/
/********************
Fim do cabeçalho
********************/


/********************
Menu principal
********************/
#menu_principal {
	clear: both;
	width: 730px;
	height: 35px;
	background: url(../images/bg_barra_dir.gif) no-repeat right;
}

#menu_principal ul {
	width: 714px;
	height: 35px;
	padding-left: 14px;
	background: url(../images/bg_barra_esq.gif) no-repeat left;
}

#menu_principal ul li {
	display: block;
	float: left;
	height: 14px;
	margin: 11px 4px 13px;
	background: url(../images/ico01.gif) no-repeat center left;
}

#menu_principal ul li a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #4D647B;
	text-transform: uppercase;
	margin-left: 20px;
	padding: 2px;
}

#menu_principal ul li a:hover {
	color: #FEFEFE;
	background-color: #8CBECD;
}
/********************
Fim do menu principal
********************/


/********************
Conteúdo - Seção à direita do site, onde vai o destaque as notícias, etc
********************/
#conteudo {
	width: 495px;
	min-height: 660px;
	float: left;
	padding: 10px 0 0 10px;
	background: url(../images/bg_conteudo_curva.gif) no-repeat top left;
}

	/********************
	Menu de Navegação (tanto superior quanto inferior)
	********************/
	.nav { margin-bottom: 30px; }
	
	.nav h5 {
		font-size: 10px;
		color: #A8A8A8;
		float: left;
		margin-left: 10px;
	}

	.nav h5 span, .nav p span { color: #5D95BA; }
	
	.nav h5 a {
		color: #5D95BA;
		text-decoration: underline;
	}
	
	.nav h5 a:hover { text-decoration: none; }
	
	.nav p { float: right; }
	
	.nav p a {
		color: #5D95BA;
		display: inline;
		width: auto;
		margin: 0 15px 0 0;
		padding: 0;
	}

	.nav p a:hover {
		padding: 0;
		background: none;
		border: none;
		text-decoration: underline;
	}
	
	.nav.inf {
		clear: both;
		margin: 50px 0 0;
	}
	/********************
	Fim do Menu de Navegação (tanto superior quanto inferior)
	********************/
/********************
Fim do Conteúdo - Seção à direita do site, onde vai o destaque as notícias, etc
********************/


/********************
Sidebar
********************/
#sidebar {
	float: right;
	width: 190px;
	padding: 15px 10px;
}

#sidebar li {
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(../images/ico01.gif) no-repeat left 1px;
}

#sidebar li span {
	font-size: 12px;
	color: #5D95BA;
}

#sidebar p, #sidebar address {
	margin: 5px 0 10px;
	line-height: 120%;
}

#sidebar p a {
	margin: 0;
	width: auto;
}

#sidebar h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5D95BA;
}

	/********************
	Produtos e Serviços
	********************/
	#sidebar li ul li {
		background: none;
		padding: 0;
		margin: 5px 0 10px;
	}
	
	#sidebar li ul li h5 { font-size: 11px;	}
	
	#sidebar li ul li span {
		font-size: 11px;
		letter-spacing: -0.1em;
	}

	#sidebar li ul li ul li {
		background: none;
		padding: 0;
		margin: 0 0 0 15px;
		color: #646464;
	}
	
	#sidebar li ul li ul li a {
		font-size: 11px;
		color: #646464;
	}

	#sidebar li ul li ul li a:hover { color: #4D647B; }
	/********************
	Fim dos Produtos e Serviços
	********************/

/********************
Fim da Sidebar
********************/


/********************
Rodapé
********************/
#rodape {
	clear: both;
	height: 34px;
	padding: 20px 20px 30px 0;
	background: url(../images/bg_barra_dir.gif) no-repeat right 20px;
}

#rodape p {
	float: left;
	width: 60%;
	height: 24px;
	padding: 10px 0 0 20px;
	background: url(../images/bg_barra_esq.gif) no-repeat top left;
}

#rodape a {
	float: right;
	display: block;
	width: 43px;
	height: 18px;
	margin-top: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/interag.gif) no-repeat top;
}

#rodape a:hover { background-position: bottom; }
/********************
Fim do Rodapé
********************/
