@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	padding:0px;
	z-index:1;
	background-image:url(images/fundo_arrumado.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f9a91c;
	}

#menu1_wrap{
	margin:0px;
	padding:0px;
	height:104px;
	position:relative;
	min-width:965px;
	z-index:1;
	background-color:#13487e;
	}

#menu1{
	margin:0 auto;
	padding:0px;
	height:104px;
	width:965px;
	z-index:1;
	}

#logo{
	width:325px;
	height:104px;
	position:relative;
	z-index:1;
	float:left;
	}

#botoes1{
	width:560px;
	height:104px;
	float:left;
	position:relative;
	z-index:1;
	}
	
#botoes1 span{
	width:112px;
	height:104px;
	padding:0px;
	margin:0px;
	border:0px;
	position:relative;
	z-index:1;
	float:left;
	}

#menu2_wrap{
	margin:0px;
	padding:0px;
	height:29px;
	position:relative;
	min-width:965px;
	z-index:1;
	background-image:url(images/fundo_submenu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#f9a91c;
	}

#menu2{
	margin:0 auto;
	padding:0px;
	height:29px;
	width:400px;
	z-index:1;
	}

.estiloSubMenu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	top:10px;
	height:10px;
	float:left;
	position:relative;
	z-index:1;
	}

.estiloSubMenu a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	}

.estiloSubMenu a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000;
	text-decoration: underline;
	}

.estiloSubMenu a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	}

.tracinhos_SubMenu{
	top:8px;
	width:2px;
	height:17px;
	float:left;
	position:relative;
	z-index:1;
	}

#menu3_wrap{
	margin:0px;
	padding:0px;
	height:17px;
	position:relative;
	min-width:965px;
	z-index:1;
	background-image:url(images/fundo_arrumado.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f9a91c;
	}

#menu3{
	margin:0 auto;
	padding:0px;
	height:17px;
	width:965px;
	background-image:url(images/submenu_sombra.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
	}
