/*
+----------------------------------------------------------------------------+
|             VSNet Sistemas de Controle e Automação Ltda                    |
|         Desenvolvimento de Sistemas de Controle & Automação                |
|        http://www.vs4net.com.br -E-mail: vs4net@vs4net.com.br              |
+----------------------------------------------------------------------------+

*/
body {
	margin: 10px 0px 5px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	background-image: url("http://www.eaaa.com.br/imagens/bg.gif");
	background-repeat: repeat;
	background-attachment: fixed;	
	}
#conteudo {
	width: 800px;
	height:100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
	text-align:left;
	overflow:hidden;
	}
#quadro1 {
	position: absolute;
	float:right;
	width:780px;
	height: 205px;	
	margin: 15px 0px 0px 0px;
	background-image: url(http://www.eaaa.com.br/imagens/quadro1.png);
	}
#quadro2 {
	position: absolute;
	float:right;
	width:780px;
	height: 200px;	
	margin: 220px 0px 0px 0px;
	background-image: url(http://www.eaaa.com.br/imagens/quadro2.jpg);
	}
#quadro3 {
	position: absolute;
	float:right;
	width:780px;
	height: 195px;	
	margin: 420px 0px 0px 0px;
	background-image: url(http://www.eaaa.com.br/imagens/quadro3.png);
	}
#topMenu {
	position: absolute;
	width:780px;
	height: 175px;
	margin: 20px 0px 0px 0px;
/*	background-color: #000;	*/
	}	
#formContato {
	position: absolute;
	width:680px;
	margin: 185px 0px 0px 40px;
	font-family: "Helvetica", "Verdana", "Sans-Serif", "Arial Narrow";
	text-align: justify;
	font-size: 14px;
	color: #482400;	
	}	
#textoHome {
	position: absolute;
	width:680px;
	margin: 195px 0px 0px 40px;
	font-family: "Helvetica", "Verdana", "Sans-Serif", "Arial Narrow";
	text-align: justify;
	font-size: 14px;
	color: #482400;	
/*	background-color: #000;	*/	
	}
#textoInstitucional {
	position: absolute;
	width:700px;
	margin: 185px 0px 0px 40px;
	font-family: "Courier New", "Arial", "Verdana";
	text-align: justify;
	font-size: 16px;
	color: #482400;	
/*	background-color: #000;	*/	
	}	
#textoAdvogados {
	position: absolute;
	width:680px;
	margin: 180px 0px 0px 40px;
	font-family: "Helvetica", "Verdana", "Sans-Serif", "Arial Narrow";
	text-align: justify;
	font-size: 14px;
	color: #482400;	
	}	
#textoAtucao {
	position: absolute;
	width:750px;
	margin: 480px 0px 0px 15px;
	font-family: "Helvetica", "Verdana", "Sans-Serif", "Arial Narrow";
	text-align: justify;
	font-size: 10px;
	color: #482400;	
	}
#rodape {
	position: absolute;
	width:676px;
	height: 50px;	
	margin: 595px 0px 0px 40px;	
	font-family: "Helvetica", "Verdana", "Sans-Serif", "Arial Narrow";
	text-align: center;
	font-size: 10px;
	color: #000;
	}
table.mod {
	background-color: #FFFFFF;
	font-family: "Sans-Serif", "Verdana", "Arial Narrow", "Helvetica";
	font-size:8pt;
	border-style:solid;
	border-width:1px; 
	border-color:#CCCCCC;
	}	
p	{
	font-family: "Sans-Serif", "Verdana", "Arial Narrow", "Helvetica";
	width: auto;
	font-size:12px;
	text-align: justify;
	}
/* LAYOUT PARA LINKS */
a {
	text-decoration: none;
	color: #B22222;
	outline: none;
	}
a:visited {
	color:  #B22222;
	}
a:active {
	color:  #0000FF;
	}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
/* LAYOUT PARA FONTES */	
.style1 {
	font-family:"Tahoma","Arial", "Verdana";
	font-size: 10px;
	color: #000000;
	}
.style2 {
	font-family:"Tahoma","Arial", "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #868686;
	}
.style3 {
	font-family:"Tahoma","Arial", "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #482400;
}
h1 {
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 140%;
	color: #868686;	
	}
img {
	border: 0px;
}
#pop_info{
	position: absolute;
	width: 230px;
	border: 2px solid black;
	padding: 2px;
	background-color: yellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}