/********************************************************************
 ########################         TAG         #######################
*********************************************************************/
*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	text-decoration: none;
}

body,html
{
	height:100%;

}

body{
	background-color:#d4a752;
	outline:none;	
}

img
{
	border: none;
	display: inline;
}
a img
{
	cursor: pointer;
}

.clear {
	clear:both;
}

#geral {
	width:100%;
	height:100%;
	position:relative;
}

body > #geral {
	min-height:100%;
	height:auto;

}

/********************************************************************
########################         TOPO       #########################
********************************************************************/

#index {
	width:100%;
	height:650px;
	position:absolute;
	background:url(../index.png) top center no-repeat;
}


#conhecanos {
	width: 100%;
	height: 1513px;
	position: absolute;
	background: url(../conhecanos.jpg) top center no-repeat;
}

#servicos {
	width: 100%;
	height: 1573px;
	position: absolute;
	background: url(../servicos.jpg) top center no-repeat;
}

#servico {
	width: 100%;
	height: 1513px;
	position: absolute;
	background: url(../servico.jpg) top center no-repeat;
}

#linksuteis {
	width: 100%;
	height: 1413px;
	position: absolute;
	background: url(../linksuteis.jpg) top center no-repeat;
}

#clientes {
	width: 100%;
	height: 1551px;
	position: absolute;
	background: url(../clientes.jpg) top center no-repeat;
}

#faleconosco {
	width: 100%;
	height: 1799px;
	position: absolute;
	background: url(../faleconosco.jpg) top center no-repeat;
}



#area1 {
	text-align:center;
	position:relative;
	z-index:2;
	margin:auto;
}


.content {
	width:1170px;
	margin:0px auto;
	position:relative
}

.mascara{
	position: absolute;
	top: 18px;
	left: 0px;
	z-index: 444444;
}