@import 'common.css';
@import 'form.css';


/*fundo do topo*/
.bg_topo{
	background:url(../images/bg_topo_home.jpg) no-repeat top;
}


/*caixa logo*/
#geral .topo #logo{
	display:block;
	float:left;
	width:779px;
	height:297px;
	/*background:url(../images/bg_logo_home.jpg) no-repeat;*/
	background-position:right;
}

#geral .topo #logo h1{
	display:block;
	float:left;
	width:320px;
	height:297px;
	text-indent:-999999px;
	background:url(../images/logo_home.jpg) no-repeat 0 0;
}
#geral .topo .flash{
	display:block;
	float:left;
	width:459px;
	height:297px;
}
#geral .topo .flash a{
	display:block;
	float:left;
	width:459px;
	height:297px;
	text-indent:-999999px;
	overflow:hidden;
}
.menuhei{
height:278px;
}



/*conteudo*/
#geral .conteudo{
	display:block;
	float:left;
	width:568px;
	height:278px;
	background:url(../images/bg_conteudo_home.jpg) no-repeat 0 0;
}

h2.designQualidale{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	padding:35px 0 0 51px;
}

#geral .conteudo .areaText{
	display:block;
	float:left;
	width:242px;
	padding:27px 0 0 42px;
}

#geral .conteudo ul{
	display:block;
	float:left;
	width:440px;
	height:90px;
	padding:25px 0 0 120px;
}
#geral .conteudo ul li{
	display:block;
	float:left;
	width:90px;
	height:90px;
	padding-right:20px;
}

#geral .conteudo ul li img{
	display:block;
	float:left;
	width:90px;
	height:90px;
	border:none;
}


























































