/*
PARA TER 2 IMAGENS DE FUNDO
*/
html {
	background: url(../images/home/fundo-body.gif) center 20px repeat;
	/* Coloquei o REPEAT aí..acho q ele num estava repetindo..sei lá pq... */
	height: 100%;
}
body {
	background: url(../images/home/topo-fundo.png) repeat-x center top;
	margin: 0;
	padding: 0;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.miolo {
	font: 11px arial, helvetica, sans-serif;
	color: #454545;
	text-align: justify;
}

#estrutura {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#topo {
	width:1000px;
	height: 200px;
	background-image: url(../images/home/topo-logo-zilla.gif)
}

#topo h1 {
	display: none;
}

#menuprincipal {
	width: 1000px;
	height: 50px;
	background: #e339a4;
	position: relative;
}

#menuprincipal ul {
	padding-left: 101px;
	position: relative;
	top: 14px;
}

#menuprincipal ul li a {
	float: left;	
	line-height: 36px;
	text-indent: -5000px;
}

/*
ITENS DO MENU
*/

#news {
	width: 95px;
	background-image: url(../images/home/m-zillanews.gif)
}

#quemsomos {
	width: 132px;
	background-image: url(../images/home/m-quemeozilla.gif)
}

#servicos {
	width: 148px;
	background-image: url(../images/home/m-oqueozillafaz.gif)
}

#clientes {
	width: 238px;
	background-image: url(../images/home/m-oqueozillafez.gif)
}

#contato {
	width: 74px;
	background-image: url(../images/home/m-contato.gif)
}

#blog {
	width: 161px;
	background-image: url(../images/home/m-i-blogodozilla.gif);
	cursor: default;
	/* background-image: url(../images/home/m-blogodozilla.gif) */
}

/*
ITENS DO MENU HOVER
*/

#news:hover {
	width: 95px;
	background-image: url(../images/home/h-m-zillanews.gif)
}

#quemsomos:hover {
	width: 132px;
	background-image: url(../images/home/h-m-quemeozilla.gif)
}

#servicos:hover {
	width: 148px;
	background-image: url(../images/home/h-m-oqueozillafaz.gif)
}

#clientes:hover {
	width: 238px;
	background-image: url(../images/home/h-m-oqueozillafez.gif)
}

#contato:hover {
	width: 74px;
	background-image: url(../images/home/h-m-contato.gif)
}
/*
#blog:hover {
	width: 161px;
	background-image: url(../images/home/h-m-blogodozilla.gif)
}
*/

/*
FOOTER
*/

#footer {
	width: 1000px;
	height: 41px;
	background: #e339a4;
}

#footer img {
	padding-left: 8px;
	padding-bottom: 12px;
	padding-top: 9px;
	float: left;
}

address {
	float:right;
	padding-right: 20px;
	text-indent: -5000px;
	width: 331px;
	line-height: 41px;
	background: url(../images/home/footer-telefone.gif) no-repeat center;
}





