/* folha de estilos */

body{	font-family: Verdana , sans-serif;
	background-image:url(imagem/fundo.jpg);
	}

h1{ 	font-family: Verdana , sans-serif;
	font-size:150%;	}

h2{	font-family: Verdana , sans-serif;
	font-size:100%;	}

h4{	font-family: Verdana , sans-serif;	
	font-size: 80%;	}
	

a:link		{color:	#eeeeee; border:none;}
a:visited	{color:	white; border:none;}
a:hover 	{color:	blue; border:none; }

#titulo{	width:900px; 
		height:200px;
		background-image:url(imagem/titulo.jpg);
		margin: 0 0 0 0;
		text-align:right;
		color:black;
		}

#all{		width:900px;
		margin-right:auto;
		margin-left: auto;
		border: thin solid silver;
		padding:5px;
		color:#ffffff;
		
	}

#all img { border:none;}


#links{		margin:0px 0px 0px 0px ;
		border: none;
		width:900px;
		text-align:center;
		margin-top:220px;
		
	}

#links a:link		{color:	silver;}
#links a:visited		{color:	silver;}
#links a:hover 		{color:	#0033cc; }

#rodape{ 		font-size: 75%;
		text-align: center;
		line-height: normal;
		margin-top: 10px;
	}
		
#banerleft{	border:thin solid silver;
		width:200px;
		float:left;
		margin:5px 0px 0px 0px;
	}

#barramenu{	border: none;
		width:680px; 
		padding: 5px;
		float:right;
		text-align: center;
	}

#menu{	border:thin solid  silver;
	font-family:Vernada, sans-serif;
	font-style: italic ;
	font-size:134%;
	text-align: center;
	width:100px;
	margin:10px 20px 0px 20px;
	background-color: #eeeeee;
	}

#menu a:link	{color:	black; text-decoration:none;}
#menu a:visited	{color:	black; text-decoration:none;}
#menu a:hover 	{color:	blue; text-decoration:none;}


/* ---------------------------folha estilos os links do menu ---------------------------------------*/

#empresa{	border: thin solid silver;
		width:875px; 
		padding: 10px;
		color:#ffffff;
		}

#historico{	border: thin solid silver;
		width:875px; 
		padding: 10px;
		color:#ffffff;
		}


#fotos{ 		border: none;
		width:600px; 
		text-align:center;
		position:relative; left:120px;
		}
/*---------------------links loja virtual----------*/

#loja{ 		border: thin solid silver;
		background-color: #eeeeee;
		width:680px; 
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
		float:right;
		position: relative; bottom:20px;
		text-align: center;
		font-family:Verdana, sans-serif;
		font-size:180%;
		}

#loja a:link	{color:	black; text-decoration:none;}
#loja a:visited	{color:	black; text-decoration:none;}
#loja a:hover 	{color:	blue; text-decoration:blink; }



/*---------------------links loja virtual----------*/

#menufotos{ 	width:680px;
		float:right;
		border:none;
		text-align:center;
		margin:25px 0px 10px 0px;
		}

#mapa1 {border:none;
	width:450px;
	float:left;
	}

#mapa2 {border:none;
	width:450px;
	float:right;
	}

/*-------formulário contato enviar.php------*/


form textarea{ 	width:800px; 
		height:200px; 
		background-color:#eeeeee;
		 }
form input{ 
		background-color:#eeeeee; 
		width:150px;
		}
