/* ===== lib - elementos comuns ==== */



@import url('home.css');

@import url('interna.css');





/* --- 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:#888787; }

strong { font-weight:bold;}

em { font-style:italic; }

button, a, input.botao{cursor:pointer;}

body {

	width:100%;

	background:url('../../_imagens/racoes/bgTexture.gif') center;

}

img.left{float:left;}

img.right{float:right;}

/* <--- */



/* --- menu --- */

div#topo {

 	width:100%;

 	height:348px;

	background:url('../../_imagens/racoes/bgTopo.jpg') no-repeat top;

}

div#topoInterna {

 	width:100%;

	height:177px;

	background:url('../../_imagens/racoes/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:82px;

		margin-left:2px;

		text-indent:0em !important;

		background:transparent url('../../_imagens/racoes/logoRacoes.gif') no-repeat center;

	}

	div#menu h1 span { display:none; }	

	div#menu ul#navHome {

		float:left;

		width:241px;

		height:29px;

		padding:0 0 0 2px;

	}

	div#menu ul#navHome li { }

	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:#fff;

		font-weight:bold;

	}

		div#menu ul#navHome li a.alimentacao { width:80px; }

		div#menu ul#navHome li a.alimentacao:hover { background:url('../../_imagens/racoes/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/racoes/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/racoes/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:55px; }

		div#menu ul#navEmpresa li a.stival:hover { background:url('../../_imagens/racoes/bgLiStival.gif') no-repeat bottom center; }

		div#menu ul#navEmpresa li a.negocios { width:158px; }

		div#menu ul#navEmpresa li a.negocios:hover { background:url('../../_imagens/racoes/bgLiNegocios.gif') no-repeat bottom center; }

		div#menu ul#navEmpresa li a.atendimento { width:142px; }

		div#menu ul#navEmpresa li a.atendimento:hover { background:url('../../_imagens/racoes/bgLiAtendimento.gif') no-repeat bottom center; }

	div#menu div#busca {

		float:right;

		width:234px;

		padding:4px;

		height:47px;

	}

	div#menu div#busca form {

		width:234px;

		height:47px;	

		display:block;

	}

	div#menu div#busca select, div#menu div#busca input.campoProcurar {

		float:left;

		clear:left;

		padding:2px;

		margin:2px;

		color:#000;

		border:1px solid #915a1f;

		background:#dfa668;

	}

	div#menu div#busca select { width:120px; }

	div#menu div#busca input.campoProcurar { width:115px; }

	div#menu div#busca input.procurar {

		width:55px;

		height:17px;

		margin-top:27px;

		margin-left:4px;

		color:#fff;

		border:none;

		background:url('../../../_imagens/racoes/bgBotaoProcurar.gif') no-repeat top left;

		cursor:pointer;

	}

	div#menu div#flashFrame {

		float:left;

		clear:left;

		width:740px;

		height:230px;

		margin-left:2px;

		margin-top:10px;

	}

		div#flashFrame ul {

			display: none;

		}

/* <--- */











/* --- wrapper --- */

div#wrapper {

 	width:716px;

	margin:0 auto;

 	padding:0 17px;

 	background:url('../../../_imagens/racoes/bgBody.gif') repeat-y 2px;

}

div#wrapperInterna {

 	width:716px;

	margin:0 auto;

 	background:url('../../_imagens/racoes/bgBody.gif') repeat-y 2px;

}

/* <--- */











/* --- rodape --- */

div#rodape{

	background:url('../../_imagens/racoes/bgFooter.jpg') no-repeat 5px 0;

	clear:both;

	height:53px;

	margin:0 auto 0;

	padding:5px 0 0 0;

	width:100%;

}

	div#rodape ul{

		margin:0 auto;

		width:623px;

	}

		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}

/* <--- */
