@charset "utf-8";

body {	width: 100%; height:100%; background:#dadbdb url(../img/bg.png) repeat-x;}
.site {	width:1024px; margin:0px auto;  font-family: Tahoma, Helvetica, Arial, sans-serif;		}
.site h1 {	font-size:14px; color:#558ca9;	}




/* INICIO TOPO */
.topo 					{	width:100%; height:100%;	}
#logo 					{	background:url(../img/logo.png) no-repeat; width:280px; height:125px; float:left;}
#pesquisa 				{	float:right; margin-top:47px; position:relative;}
#campo_pesquisa 		{   float:left; height:29px; background:url(../img/middle_pesquisa.png) repeat-x; margin-right:26px; 	}
#campo_pesquisa input 	{   background:none;	border:none; margin-top:6px; font-size:11px; width:170px;	}
#borda_inicio_pesquisa 	{	background:url(../img/corner_left.png) no-repeat; width:18px; height:29px; position:absolute; left:-15px;	}
#borda_fim_pesquisa 	{	background: url(../img/corner_right.png) no-repeat; width:26px; height:29px; position:absolute; right:0px;	}
/* FIM TOPO */

/* INICIO MENU + ANIMAÇÃO*/
.menu 	 						{ width:100%; height:35px; display:block; position:relative; clear:both;	}
.menu ul 						{ position:absolute; right: 21px; top:5px;	}
.menu ul li 					{ float:left; margin:4px 0px 0px 2px;	}
.menu ul li a 					{ color:#FFF; text-decoration:none; background:url(../img/botao.png) no-repeat; display:block; width:109px; height:28px; text-align:center; padding-top:5px; font-weight:bold; font-size:10pt;  }
.menu ul li a:hover				{ color:#FFF; text-decoration:none; background:url(../img/botao_selecionado.png) no-repeat; display:block; width:109px; height:28px; text-align:center; padding-top:5px; }
.menu ul li a #menu_esquerda 	{ background:url(img/menu_left.png) no-repeat; width:70px; height:40px; float:left; 	}
.menu ul li a #menu_esquerda p 	{ margin:0px auto; width:14px; height:100%;	}
.menu ul li a #menu_direita 	{ background:url(../img/menu_right.png) no-repeat; width:29px; height:40px; float:right;		}
#menu_selecionado 				{ color:#FFF; text-decoration:none; background:url(../img/botao_selecionado.png) no-repeat; display:block; width:109px; height:28px; text-align:center; padding-top:5px; font-weight:bold; font-size:10pt;		}

#animacao 						{ width:100%; height:100%; padding-left:8px;	}
/* INICIO MENU + ANIMAÇÃO*/



/* ------------------------------------------------------------------------------------ FEEDBACK -------------------------------------------------------------------------------------------------------------------------------------------*/
#feedback 					 {	width:100%; height: 50px; position:relative;		}

#feedback_left 				 { background:url(../img/feedback_bg.png) no-repeat; width:92%; height:100px; background-position:0px -10px; position:absolute; left:-6px; top:0px;		}

#feedback_right 			 { background:url(../img/feedback_bg.png) no-repeat; width:88px; height:100px; background-position:-1261px -10px; position:absolute; right:0px; top:0px;		}

#feedback_left ul 			 {	margin:20px; 	}

#feedback_left ul li 		 {	float:left;	font-size:15px; margin-right:15px; font-weight:bold;  }

#feedback_left ul li a 		 {	color:#558CA9; font-weight:bold; text-decoration:none;	}

#feedback_left ul li a:hover { color: #94c344;		}



/* ------------------------------------------------------------------------------------ FEEDBACK -------------------------------------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------ CONTEUDO PAGINA INTERNA -------------------------------------------------------------------------------------------------------------------------------------------*/
#container_conteudo #container_conteudo_top_left	{ background:url(../img/conteudo_interno_top_position.png) no-repeat; height:32px; width:911px; background-position:-11px 0px; float: left;		}
#container_conteudo #container_conteudo_top_right	{ background:url(../img/conteudo_interno_top_position.png) no-repeat; background-position: -925px 0px; height:32px; width:113px; float:left;		}

#container_conteudo #container_conteudo_middle 		{ background: url(../img/conteudo_bg.png) repeat-y; width: 1017px; height:100%; float:left; background-position: -9px -8px; position:relative;	}

#container_conteudo #container_conteudo_middle_end  { background: url(../img/conteudo_bg.png) repeat-y; width: 7px; height:100%; float:right; background-position: -1031px 0px; position:absolute; right:-7px; top:0px;	}

#container_conteudo #container_conteudo_bottom_left { background:url(../img/conteudo_interno_bottom_position.png) no-repeat; height:32px; width:911px; background-position:-14px 0px; float: left;	margin-bottom:10px;	}

#container_conteudo #container_conteudo_bottom_right { background:url(../img/conteudo_interno_bottom_position.png) no-repeat; background-position: -930px 0px; height:32px; width:113px; float:left;		}

/* ------------------------------------------------------------------------------------ CONTEUDO PAGINA INTERNA -------------------------------------------------------------------------------------------------------------------------------------------*/

/* INICIO RODAPÉ*/
.rodape 							{ background:#306885 url(../img/rodape.png) repeat-x;	width:100%; height:100%; clear:both; margin-top:10px; padding-top:10px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
.rodape p							{ margin:0px auto; width:270px; color: #94c344;	 padding-top:10px; font-size: 14px; }
.rodape #rodape_marca 				{ background:url(../img/marca_rodape.png) no-repeat; width:148px; height:60px; margin:0px auto; padding-top:20px; _background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/marca_rodape.png', sizingMethod='scale');		}
.rodape #rodape_menu 				{ margin:0px auto; width:425px; height:23px; border-bottom: 1px solid #94c344;		}
.rodape #rodape_menu ul li 			{ float:left; margin-left:30px;	}
.rodape #rodape_menu ul li a 		{ color:#FFF; text-decoration:none; font-size:10pt; font-weight:bold;	}
.rodape #rodape_menu ul li a:hover 	{ color:#94c344; text-decoration:none; 	}
/* FIM RODAPÉ*/

.site #container_conteudo #container_conteudo_middle p { font-size:13px;		}
				

/* CSS Document */

