@charset "windows-1252";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.gif) repeat-y center;
}

#geral {
	width: 980px;
	height: 792px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(img/bg_home.jpg) no-repeat;
	margin-left: -490px;
	margin-top: -396px;
}

h1, h2, h3, #rodape {
	display: none;
}

#menu {
	width: 594px;
	height: 42px;
	position: absolute;
	top: 108px;
	left: 356px;
	list-style: none;
}

#menu li {
	height: 42px;
	position: absolute;
	top: 0;
}

span {
	display: none;
}

a {
	display: block;
	height: 42px;
}

#informacoes { left: 0; }
#informacoes a { width: 157px; }

#tamanhos { left: 157px; }
#tamanhos a { width: 130px; }

#precos { left: 287px; }
#precos a { width: 202px; }

#contato { left: 489px; }
#contato a { width: 103px; }








