@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background:url(Links/fundo.jpg) top center no-repeat;
}
#topo{
	height:139px;
	background:url(Links/menu-fundo.png) center bottom no-repeat;
}
#topo h1{
	width:850px;
	height:78px;
	margin:0px auto;
	padding-top:8px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(Links/logo.png) center bottom no-repeat;
}
#topo #menu{
	width:850px;
	height:32px;
	margin:0px auto;
	padding-top:21px;
}
#topo #menu ul li{
	display:inline;
}

#topo #menu ul li a{
	height:32px;
	margin-left:2px;
	float:left;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	background:center center no-repeat;
}
#topo #menu ul li #index{
	width:65px;
	margin:0px;
	background-image:url(Links/links-index-botao.png);
}
#topo #menu ul li #sobre{
	width:89px;
	background-image:url(Links/links-sobre-botao.png);
}
#topo #menu ul li #imprensa{
	width:83px;
	background-image:url(Links/links-imprensa-botao.png);
}
#topo #menu ul li #lancamentos{
	width:115px;
	background-image:url(Links/links-lancamentos-botao.png);
}
#topo #menu ul li #estagio{
	width:130px;
	background-image:url(Links/links-estagio-botao.png);
}
#topo #menu ul li #historico{
	width:150px; 
	background-image:url(Links/links-historico-botao.png);
}
#topo #menu ul li #outros{
	width:125px;
	background-image:url(Links/links-outros-botao.png);
}
#topo #menu ul li #contato{
	width:79px;
	background-image:url(Links/links-contato-botao.png);
}
 

#topo #menu ul li #index:hover{
	background-image:url(Links/links-index-hover.png);
}
#topo #menu ul li #sobre:hover{
	background-image:url(Links/links-sobre-hover.png);
}
#topo #menu ul li #imprensa:hover{
	background-image:url(Links/links-imprensa-hover.png);
}
#topo #menu ul li #lancamentos:hover{
	background-image:url(Links/links-lancamentos-hover.png);
}
#topo #menu ul li #estagio:hover{
	background-image:url(Links/links-estagio-hover.png);
}
#topo #menu ul li #historico:hover{
	background-image:url(Links/links-historico-hover.png);
}
#topo #menu ul li #outros:hover{
	background-image:url(Links/links-outros-hover.png);
}
#topo #menu ul li #contato:hover{
	background-image:url(Links/links-contato-hover.png);
}


#topo #menu ul li a.atual{
	background-color:#FFFFFF;
}

#meio{
	background:url(Links/meio-fundo.png) center center repeat-y;
}

#base{
	height:30px;
	padding-top:10px;
	font-size:10px;
	color:#A4A4A5;
	text-align:center;
	background:url(Links/base-fundo.png) center top no-repeat;
}
#base .empresa{
	font-weight:bold;
}
#base .desenvolvimento, #base .direitos{
	padding-left:44px;
	background:url(Links/base-endereco-bullet.png) left center no-repeat;
}
#base .desenvolvimento a{
	font-weight:bold;
	color:#A4A4A5;
	text-decoration:none;
}