@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bbb;
	line-height:14px;
	margin-bottom:0;
	padding-bottom:0;
	background-attachment:fixed;
	background-position:center center;
}
#home{
	background-image:url(../imagens/bgFotoHome.png);
	background-repeat:no-repeat;
}
#eventos{
	background-image:url(../imagens/bgFotoEventos.png);
	background-repeat:no-repeat;
}
#pessoas{
	background-image:url(../imagens/bgFotoPessoas.png);
	background-repeat:no-repeat;
}
#produtos{
	background-image:url(../imagens/bgFotoProdutos.png);
	background-repeat:no-repeat;
}
#locacoes{
	background-image:url(../imagens/bgFotoLocacoes.png);
	background-repeat:no-repeat;
}
#alimentos{
	background-image:url(../imagens/bgFotoAlimentos.png);
	background-repeat:no-repeat;
}

h1{
	font-size:14px;
}
#logo{
	height:63px;
	margin-top:66px;
	margin-bottom:33px;
}
#logo h1 a{
	background-image: url(../imagens/logo.png);
	background-repeat:no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -5000px;
	height: 63px;
}
#contatoTopo{
	margin-top:16px;
	line-height:8px;
	color:#c5c4c4;
	font-size:17px;
}
#contato tr td{
	padding-right:10px;
}
#contato tr td a{
	color:#c5c4c4;
	text-decoration:none;
}
#contato tr td a:hover{
	color:#c5c4c4;
	text-decoration:underline;
}

/* MENU */
#menu{
	background-repeat:repeat-y;
	height:372px;
	margin-bottom:10px;
}
#menu ul{
  list-style:none outside none;
  margin-top:14px;
  margin-left:0;
  padding:0;
}
#menu ul li{
  float:left;
  font-size:24px;
  font-weight:bold;
  height:17px;
}
#menu ul li a {
  color:#FFF;
  display:inline-block;
  text-decoration:none;
  padding-top:30px;
}
#menu ul li.ultimo{
  margin-right:0;
  padding-right:0;
  border-right:none;
}  
.itensMenu{
	margin-right:1px;
	text-align:center;
	/*padding-top:20px;*/
}
.itensMenu a{
	background-position:0px 0px;
}
#menu #item1 a {
	background-image:url(../imagens/menuItem1.png);
	width:136px;
	height:342px;
}
#menu #item1 a:hover, #menu #item1 a.ativo, 
#menu #item2 a:hover, #menu #item2 a.ativo, 
#menu #item3 a:hover, #menu #item3 a.ativo, 
#menu #item4 a:hover, #menu #item4 a.ativo, 
#menu #item5 a:hover, #menu #item5 a.ativo 
{
	background-position:136px 0px;	
}
#menu #item2 a {
	background-image:url(../imagens/menuItem2.png);
	width:136px;
	height:342px;
}
#menu #item3 a {
	background-image:url(../imagens/menuItem3.png);
	width:136px;
	height:342px;
}
#menu #item4 a {
	background-image:url(../imagens/menuItem4.png);
	width:136px;
	height:342px;
}
#menu #item5 a {
	background-image:url(../imagens/menuItem5.png);
	width:136px;
	height:342px;
}
/* DESTAQUE */
.bgPreto90{
	background-image:url(../imagens/preto90.png);
	background-repeat:repeat-y;
	background-position:center top;
	height:283px;
	position:relative;
	top:-284px;
	z-index:100;
}
.bgPreto90_titulos{
	background-image:url(../imagens/preto90.png);
	background-repeat:repeat-y;
	background-position:center top;
	height:90px;
	position:relative;
	top:-245px;
	z-index:100;
}
.tituloLocacoes{
	height:105px;
}
h2{
	font-size:103px;
	color:#FFF;
	margin-top:-237px;
}
#destaque{
	display:block;
	position:relative;
	margin-top:-280px;
	z-index:101;
}
.fotoDestaque{
	background-image: url(../imagens/destaqueFoto1.png);
	background-repeat:no-repeat;
	width:187px;
	height:280px;
	margin-left:0;
	margin-right:0;
}
h3{
	font-size:21px;
	color:#FFF;
}
.conteudoDestaque{
	padding-top:30px;
	margin-left:-10px;
	line-height:16px;
	text-align:justify;
}
.conteudoPaginas{
	margin-top:-217px;
}
.conteudoPaginas p{
	margin-left:0;
	margin-right:20px;
	margin-bottom:20px;
	width:137px;
	height:88px;
	overflow:hidden;
}
.conteudoPaginas a{
	width:137px;
	height:88px;
}
#conteudoHome .slideshow{
	margin-left:14px;
}
.rodape{
	height:100px;
	margin-top:20px;
}
#handy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	float:right;
	margin-top:70px;
	margin-right:25px;
	margin-bottom:0;
}
#handy a{
	color:#FFF;
	text-decoration:none;
}
#handy a:hover{
	color:#FFF;
	text-decoration:underline;
}