/* Estilos para a página Web Wings Design */

html 			{
			margin: 0;
			padding: 0;
			height: 100%;
			}


body  			{

	margin: 0;
	height: 100%;
	padding: 0;
	text-align: center;
	background: #91b4e9 url(imagens/fundo_sky.jpg) no-repeat center top;
	background-attachment: scroll;
			}



/* Divs específicas*/


#principal		{
	margim: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}



#esquerda		{
	width: 200px;
	float: left;
	margin: 0;
	padding; 0;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 8;
			}

#direita		{
	width: 240;
	position: absolute;
	top: 130px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
			}

#meio			{
	width: 100%;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 10;
			}

#logotipo		{
			background-attachment: scroll;		
			background: url(imagens/logo_com_fundo.jpg) no-repeat left top;
			width: 375px;
			height: 200px;
			margin: 0;
			position: absolute;
			top: 0;
			left: 210px;
			z-index: 11;
			}
			

#meio #meio_a		{
	border-width: 0;
	border-style: none;
	width: 295px;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 200px;
	left: 210px;
	float: left;
	z-index: 11;
			}

#meio #meio_b		{
	width: 220px;
	margin: 0;
	padding: 15px 15px 15px 15px;
	position: absolute;
	top: 260px;
	left: 520px;
	z-index: 12;
			}


#aguia 			{
			background-attachment: scroll;		
			background: #91b4e9 url(imagens/img_aguia.jpg) no-repeat center center;
			height: 80px;
			width: 200px;
			z-index: 3;
			}


#ave 			{
			background-attachment: scroll;		
			background: #91b4e9 url(imagens/img_ave.jpg) no-repeat center center;
			margin: 0;
			height: 150px;
			width: 240px;
			z-index: 4;
			}
#rodape {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 15px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 20;
	position: absolute;
	left: 0px;
	top: 715px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}



/*Definições para lista */

ul			{
			list-style-type: none;
			list-style-position: outside;
 			font-size : 10px;
			font-family : Geneva, Arial, Helvetica, sans-serif;
			text-align : left; 
			margin: 0;
			padding: 0;
			width: 100%;
			}

li			{
			background: url(imagens/marcador.gif) no-repeat left 5px;
			padding: 15px 0 0 30px;
			border-bottom: #E67B19 1px dotted;
			width: 100%;

			line-height: 100%;

			}		

/* cabeçalhos */

h1 			{
			font: bold 13px arial, "trebuchet ms", verdana;
			color: #4F4F4F;
			width: 100%;
			margin: 0;
			padding: 0;
			}



/* parágrafos */

p 			{
			font: normal 11px/1 geneva, arial, verdana;
			text-align: left;
			line-height: 120%;
			margin: 0 20px 5px 0;
			color: #4F4F4F;
			}

.itemlista		{
			color: #fff;
			}

/* LINKS */

    a:link		{
			width: 125px;
			font: bold 11px/120% geneva, arial, verdana;
			color: black;
			text-decoration: none;
			}
    a:visited		{
			width: 125px;
			font: bold 11px/120% geneva, arial, verdana;
			color: black;
			text-decoration: none
			}
    a:hover		{
			width: 125px;
			font: bold 11px/120% geneva, arial, verdana;
			color: #E67B19;
			text-decoration: none;
			}
    a:active		{
			width: 125px;
			font: bold 11px/120% geneva, arial, verdana;
			color: gray;		
			text-decoration: none
			}
