* {
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
}
body{
	background: #1D2026 url(images/header.jpg) no-repeat center top;
	color: White;
	font: 14px Arial;
}
img{
	border: none;
}
#wrapper{
	background: url(images/header.jpg) no-repeat center;
	width: 100%;
	height: 165px;
}
#main{
  width: 770px;
  margin: 0 auto;
}

#header{
	width: 770px;
	margin: 0 auto;
	position: relative;
}
#header h1 a{
	display: block;
	width: 219px;
	height: 99px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top:18px;
	left:30px;
}

#header .bannerHeader{
  width: 468px;
  height: 61px;
  position: absolute;
  top: 31px;
  left: 279px;
  text-align: center;
  line-height: 61px;
}


#contentwrapper{
    width: 570px;
    float: left;
}
#content{
	width: 570px;
	margin: 0 auto;
	font-size: 12px;
    float: left;
}
div.spacer{
  width: 1px;
  height: 500px;
  float: left;
}

#footer{
	clear: both;
	background: url(images/firula_footer.jpg) no-repeat center top;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 10px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#footer ul li{
	display: inline;
}
#banners{
	width: 152px;
	position: absolute;
	top: 10px;
	left: 415px;
}
.banner{
	width: 152px;
	height: 75px;
	border: 1px solid #666666;
	margin: 0 0 4px 0;
}
#banners img{
	border: 0;
}
a{
	color: #FFFFFF;
}


/* banners novo */
#bannersLat{
	width: 152px;
	position: absolute;
	top: 10px;
	left: 615px;
}
.banner{
	width: 152px;
	height: 75px;
	border: 1px solid #666666;
	margin: 0 0 4px 0;
}
#banners img{
	border: 0;
}
a{
	color: #FFFFFF;
}


/* novidades */
#novidades{
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 142px;
  font-size: 11px;
  text-indent: 15px;
}

div.logar{
  background: #4F4F4F;
  border: 1px solid #D1D1D1;
  padding: 10px;
  text-align: left;
  width: 88%;
}
div.logar h4{
  font-size: 14px;
}
div.logar label{
  display: block;
}
div.logar input{
  padding: 4px;
  margin: 3px;
}


form.form label{
  display: block;
}
form.form input, form.form textarea{
  padding: 4px;
  margin: 3px;
}