/* -------------- INCLUDES --------------------- */
@import url('home.css');
@import url('interna.css');
@import url('boxInterna.css');
@import url('boxQualidade.css');
@import url('listagemNoticias.css');
@import url('locais.css');
@import url('negocios.css');
@import url('form.css');
@import url('fotosVideos.css');
/* -------------- FIM INCLUDES --------------------- */
/* --- reset --- */
* {
	padding:0;
	margin:0;
	border:none;
	list-style:none;
	font:11px tahoma, Arial;
	text-decoration:none;
}


a, ul, li, dl, dt, dd {
	text-decoration:none;
	list-style:none;
}
h1,h2{font-size:1px;text-indent:-5000em;}
a:hover { text-decoration:underline; }
a { color:#888787; }
p { color:#746F5C; }
strong { font-weight:bold;}
em { font-style:italic; }
button, a, input.botao{cursor:pointer;}
body {
	width:100%;
	background:url('../../_imagens/institucional/bgTexture.gif') center;
}
.left{float:left;}
.right{float:right;}

/* --- menu --- */
div#topo {
 	width:100%;
 	height:343px;
	background:url('../../_imagens/institucional/bgTopo.jpg') no-repeat top;
}
div#topo ul#menuInt {
	display: none;
}
div#topoInterna {
 	width:100%;
	height:177px;
	background:url('../../_imagens/institucional/bgTopoInterna.jpg') no-repeat top;
}
div#topo li, div#topoInterna li { display:inline }
div#topo ul, div#topoInterna ul { display:block }

div#menu {
	width:742px;
	margin:0 auto;
}
	div#menu h1 {
		float:left;
		clear:left;
		width:157px;
		height:85px;
		margin-left:2px;
		text-indent:0!important
	}
	div#menu h1 span {
		position:absolute;
		top:-5000px
	}
	div#menu ul#navHome {
		float:left;
		width:241px;
		height:29px;
		padding:0 0 0 2px;
	}
		div#menu ul#navHome li a, div#menu ul#navEmpresa li a {
			display:block;
			float:left;
			height:22px;
			text-align:center;
			line-height:22px;
			padding:6px 11px 0 9px;
			color:#e35314;
			font-weight:bold;
		}
		div#menu ul#navHome li a:hover, div#menu ul#navEmpresa li a:hover { color:#fff; }
		div#menu ul#navHome li a.alimentacao { width:80px; }
		div#menu ul#navHome li a.alimentacao:hover { background:url('../../_imagens/institucional/bgLiAlimentacao.gif') no-repeat bottom center; }
		div#menu ul#navHome li a.racoes { width:48px; }
		div#menu ul#navHome li a.racoes:hover { background:url('../../_imagens/institucional/bgLiRacoes.gif') no-repeat bottom center; }
		div#menu ul#navHome li a.sports { width:52px; }
		div#menu ul#navHome li a.sports:hover { background:url('../../_imagens/institucional/bgLiSports.gif') no-repeat bottom center; }

	div#menu ul#navEmpresa {
		float:left;
		width:416px;
		height:27px;
		margin-left:82px;
	}
		div#menu ul#navEmpresa li a.stival { width:52px; }
		div#menu ul#navEmpresa li a.stival:hover { background:url('../../_imagens/institucional/bgLiStival.gif') no-repeat bottom center; }
		div#menu ul#navEmpresa li a.negocios { width:163px; }
		div#menu ul#navEmpresa li a.negocios:hover { background:url('../../_imagens/institucional/bgLiNegocios.gif') no-repeat bottom center; }
		div#menu ul#navEmpresa li a.atendimento { width:138px; }
		div#menu ul#navEmpresa li a.atendimento:hover { background:url('../../_imagens/institucional/bgLiAtendimento.gif') no-repeat bottom center; }

/*link com detgrade no fundo*/
		a.botaoDegrade {
			float:left;
			height:14px;
			margin:10px auto;
			padding:3px 20px;
			color:#9f9476;
			font-size:10px;
			line-height:12px;
			text-align:center;
			border:1px solid #f0f0d6;
			background:transparent url('../../_imagens/institucional/btParceiros.gif') repeat-x top;
		}	
		a.clear { clear:both }
/* --- wrapper ---*/
div#wrapper {
	margin:0 auto;
	width:750px;
 	background:url('../../_imagens/institucional/bgBody.gif') repeat-y 1px;
}
/* --- rodape --- */
div#rodape{
	background:url('../../_imagens/institucional/bgFooter.jpg') no-repeat 3px 0;
	clear:both;
	height:53px;
	margin:10px auto 0;
	padding:5px 0 0;
	width:100%;
}
	div#rodape ul{
		margin:0 auto;
		width:610px;
	}
		div#rodape ul li {
			float:left;
			padding:0 8px 0 7px;
			text-transform:uppercase;
		}
			div#rodape ul li a {color:#fff}
			div#rodape ul li a:hover {text-decoration:underline}
			
	div#rodape span.copyright, div#rodape span.midiaWeb, div#rodape span.midiaWeb a {color:#f1b08a; font-size:9px}
	div#rodape span.copyright {
		float:left;
		display:block;
		padding:10px 0 0 20px;
		width:460px;
	}
	div#rodape span.midiaWeb {
		float:right;
		padding:10px 25px 0 0;
	}
		div#rodape span.midiaWeb a:hover {text-decoration:underline}
		
		
div#menu div#flashFrame {
	float:left;
	clear:left;
	width:740px;
	height:230px;
	margin-left:2px;
	margin-top:8px;
}
div#menu div#flashFrame ul#menuInt {
	display: none;
}
