* {
	margin: 0px;
	padding: 0px;
}

body {

	background-color: rgb(214,217,220);
	background-image: url('../img/stripe13.png');
}

img {
	border: 0px;
	vertical-align: middle;

}

/* Inicio - Diagramacao */

	#principal {
		width: 790px;
		margin: auto;
	}

	#cabecalho {
		background: url('../img/cabecalho90.png');
		background-repeat: no-repeat;
		background-position: center top;
		height: 131px;
	
	}
	
	#menu {
		clear: both;	
		margin: auto;
		background: url('../img/menu91.png') no-repeat;	
		font: bold 16px/40px "Trebuchet MS, Arial, Helvetica, sans-serif";
		height: 40px;
		width: 790px;	
	}

	#conteudo {
		width:790px;
		background-image: url('../img/fundo90.png');
		background-position: center top;
		float: left;
		font-size: 16px;
 
	}
	
	#rodape {
		width: 790px;
		height: 57px;
		clear: both;
		background: url('../img/rodape90.png');
		background-repeat: no-repeat;
		background-position: center top; 
	}
		

/* Fim - Diagramacao */

/* Inicio - Formatacao do Menu */

	#menu ul {
	float: left;
	list-style: none;
	margin:0;
	padding-left: 30px;
	padding-right: 30px;
	}

	#menu ul li {
		display: inline;
	}

	#menu ul li a {
		display: block;
		float: left;
		padding-left: 35px;
		padding-right: 35px;
		color: white;	
		text-decoration: none;
		background: url('../img/sep.jpg') no-repeat 100% 100%;
	}

	#menu ul li a:hover {
		color: green;	
	}

	#menu ul li#menuatual a {	
		color: green;
	}

/* Fim - Formatacao do Menu */

/* Inicio - Formatacao de Texto */

	h1 {
		padding-left: 30px;
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.textoconteudo {
		padding-left: 30px;
		padding-right: 30px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: left;
	}
	
	.textolista {
		padding-left: 70px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-right: 30px;
	}
	
/* Fim - Formatacao de Texto */

/* Inicio - Formatacao Links */

	a {
		text-decoration: none;
		color: #06C;
	}
	a:hover {
		text-decoration: underline;
		color: #06C;
	}
	
	#caminho a {
		text-decoration: none;
		color:#666666;
	}

	#caminho a:hover {
		text-decoration: underline;
		color:#666666;
	}



	h2 a {
		color: black;
		text-decoration: underline;
	}


/* Fim - Formatacao Links */

/* Inicio -  Formatação Rodapé */
	#rodape a {
		color: white;
		text-decoration: none;
	}

	#rodape a:hover {
		color: white;
		text-decoration: underline;
	}
		
	#rodape p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
		padding-top: 12px;
	}

/* Fim -  Formatação Rodapé */
	
/* Inicio -  Outras Formatações */
	
	#bandeiras {
		float: right;
		padding-right: 20px;
		padding-top: 20px;
	}
	
	#nome {
	float: left;	
	padding-left: 60px;
	padding-top: 30px;
	}
	
	#caminho{
		padding-right: 20px;
		padding-top:5px;
		font-size: 11pt;
		font-family: Tahoma, Geneva, sans-serif;
		color: #666666;
		float: right;
	}
	
	#foto {
		float: right;
		padding-right: 50px;
	}
	
	#sitemap {
	float: right;
	padding-right: 5px;
	padding-top:40px;
}
	
	#gmaps {
		float: right;
		padding-right: 30px;
	}
	
	.gdocs {
		padding-left: 160px;
	}
	
	.botoes {
		padding-left: 70px;
		padding-right: 70px;
	}

	.listacontato {
		padding-left: 40px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		list-style-type: none;
	}
	
	.listatp1 {
		padding-left: 30px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		list-style-type: none;
	}
	
	#iconescontato {
		padding-left: 30px;
	}
	
	#topo img { /* Aplica os estilos para a imagem que está dentro da div */
		position:fixed; /* Deixa a imagem "Fixada" na tela */
		bottom: 0; right: 0; /* Posiciona a imagem no inferior direito da página */
	}
	
	#form {
		align: left;
		padding-left: 30px;
		padding-right: 300px;
		padding-top: 20px;
	}
	
	#novo {
		width: 230px;
		float: right;
		padding-left: 20px;
		padding-right: 0px;
		padding-top: 30px;
	}
	
	.oque {
		font-size: 11px;
		color: #777777;
		font-family: tahoma;
	}
	
	.oque a{
		color: #777777;
	}
	
	.central {
		text-align: center;
	}
	
	.textoconteudo2 {
		text-align: right;
		
	}
	
	.bola {
		text-align: left;
		padding-left: 30px;
	}
	.bola2 {
		text-align: right;
		padding-left: 30px;
	}

	#novidadeimg { /* Aplica os estilos para a imagem que está dentro da div */
		position:fixed; /* Deixa a imagem "Fixada" na tela */
		top: 0; left: 0; /* Posiciona a imagem no inferior direito da página */
	}

	.acende {
		opacity: 0.8;
		-moz-opacity: 0.8;
		Filter: Alpha(Opacity=80)
	}

	.acende:hover {
		opacity: 1.0;
		-moz-opacity: 1.0;
		Filter: Alpha(Opacity=100)
	}

	.acende3 {
		opacity: 0.9;
		-moz-opacity: 0.9;
		Filter: Alpha(Opacity=90)
	}

	.acende3:hover {
		opacity: 1.0;
		-moz-opacity: 1.0;
		Filter: Alpha(Opacity=100)
	}

	.acende2 {
		opacity: 0.8;
		-moz-opacity: 0.8;
		Filter: Alpha(Opacity=80)
	}
	
	.textoconteudo2 {
		padding-left: 30px;
		padding-right: 30px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: left;
		float: left;
		width: 300px;
	}
	
	#text {
		
		width: 250px;
	}


/* Fim - Outras Formatações */

/* Inicio - Formatação Contato */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
cursor:help;

}

.esq {	
	width: 530px;
	float: left;
}

.dir {
	float: right;
	padding-right: 12px;
	width: 240px;
	background-image: url('../img/sidebar.jpg');
	background-repeat: repeat-y;
	background-position: center top; 
}

/* Fim - Formatação Contato */