/* Foglio di stile per i titoli */
div.title {
	position: absolute;
	line-height: 2em;
	left: 0px;
	top: 0px; 
	width: 780px; 
	height: 60px;
	z-index: 8;
	padding: 5px;
	text-align: center;
	font-size: 36px;
}

div.title_right {
	position: absolute;
	line-height: 2em;
	left: 0px;
	top: 0px; 
	width: 780px; 
	height: 60px;
	z-index: 8;
	padding: 5px;
	text-align: right;
	font-size: 36px;
	font-style: oblique;
}

div#root_title, div#but_chem_title {
	color: rgb(32,32,255);
}

div#company_title, div#story_title, div#presentation_title, div#but_std_title{
	color: rgb(128,64,0);
}

div#brand_title, div#but_spec_title {
	color: rgb(128,0,0);
}

div#products_title {
	color: rgb(128,128,128);
}

div#but_high_title {
	color: rgb(192,0,192);
}

div#curt_clip_title, div#stand_title, div#room_title {
	color: rgb(128,64,0);
}

div#contacts_title, div#but_med_title {
	color: rgb(0,128,0);
}
