body {
	margin: 0;
	background-image: url(../img/layout_site.gif);
	background-repeat: repeat-x;
	background-color: #2464bb;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color:#8f8f8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


#principal {
	width: 780px;
	height:auto;
	margin: 0 auto;
	
}

#topo {
	height: 3px;
	background-color: #2861b0;
}

#logotipo {
	width: 560px;
	height: 100px;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
	}
	
#logotipodavid {
	width: 110px;
	height: 100px;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
	}	
	
#logotipoberger {
	width: 110px;
	height: 100px;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
	}		
	
#titulo {
	width: 780px;
	height: 60px;
	float: left;
	background-color: #FFFFFF;
	}

#corpo {
	width: 780px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	}

#rodape {
	width: 780px;
	height: 25px;
	float: left;
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	}


#texto {
	width: 730px;
	height: auto;
	padding-left: 25px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-align: justify;
	}
	
#contato {
	width: auto;
	height: auto;
	border: medium solid #CCCCCC;
	}	
	

.produtos {
	width: 217px;
	margin-right: 22px;
	border: thin solid #999999;
	float: left;
	margin-bottom: 22px;
	
}

.desc_produtos {
	width: 457px;
	margin-left: 15px;
	border: thin solid #999999;
	float: left;
	margin-bottom: 22px;
	
}


.tituloprodutos {
	width: 217px;
	float: left;
	text-align: center;
	background-color:#999999;
	
}

.voltar {
	width: 217px;
	padding-top: 6px;
	font-size: small;
	height: 26px;
	float: left;
	text-align: center;
	background-color:#999999;
	
}


.titulo_desc {
	width: 457px;
	padding-top: 6px;
	height: 23px;
	float: left;
	text-align: center;
	background-color:#999999;
	
}

#descritivo {
	width: 357px;
	float: left;
	margin: 9px;
}

#descritivotabel {
	width: 430px;
	float: left;
	margin: 9px;
	
}

.normal {
	font-weight: normal;
}


#menu {
	width: 780px;
	heigth: 25px;
	background-color: #0f1219;
	float: left;


}

ul#menu_horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 780px;
	heigth: 25px;
}  

ul#menu_horizontal li{
float: left;  /*  display: inline; testar se no final vai dar na mesma por causa desse comando!!!  margin-right: 2px;*/  }  

ul#menu_horizontal li a{
	display: block;
	width: 130px;
	height: 25px;
	font: 11px Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	
}  

ul#menu_horizontal li a:hover{
	font-weight: bold;
	background-color: #333132;

	
	
  }



#submenu {
	width: 780px;
	heigth: 19px;
	background-color: #2d3952;
	float: left;


}

ul#submenu_horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 780px;
	heigth: 19px;
}  

ul#submenu_horizontal li{
float: left;  /*  display: inline; testar se no final vai dar na mesma por causa desse comando!!!  margin-right: 2px;*/  }  

ul#submenu_horizontal li a{
	display: block;
	width: 156px;
	height: 19px;
	font: 9px Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	
}  

ul#submenu_horizontal li a:hover{
	font-weight: bold;
	color: #FFFF00;
	
	
  }