@charset "utf-8";
body{
	margin:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #86BA3C;
}
#geral {
	width: 732px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topo {
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;
	margin-top:10px;
	padding:10px;
}
#topo h1{
margin:0 40px 0 0;
padding:0;
width:197px;
height:59px;
background:url(images/logo.gif) no-repeat;
text-indent:-999px;
float:left;
}
#topo ul{
margin:0;
padding:35px 0 0 0;
}
#topo ul li{
display:inline;
background:url(images/separador.jpg) no-repeat;
padding:35px 12px 5px 19px;
}
#topo a{
text-decoration:none;
font:12px arial;
color:#89B700;
font-weight:bold;
}
#tipos{
height:105px;
background:url(images/bg2.gif) repeat-x;
}
#tipos h1{
margin:0;
padding:0;
text-indent:-999px;
float:left;
}
.alugar{
background:url(images/alugar.gif) no-repeat center center;
height:105px;
width:516px;
}
.temporada{
background:url(images/temporada.gif) no-repeat center center;
height:105px;
width:516px;
}
.comprar{
background:url(images/comprar.gif) no-repeat center center;
height:105px;
width:216px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
