@charset "utf-8";
/* CSS Document */
body {
	background:url('images/sfondo.jpg');
}
div#homepage {	
	background:url('images/sfondo_home.jpg');
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:600px;
}
div#prodotto_sx {
	background:url('images/home_01.jpg') no-repeat;
	width:425px;
	height:359px;
	float:left;
}
div#prodotto_dx {
	background:url('images/home_02.jpg') no-repeat;
	width:425px;
	height:359px;
	float:left;
}

div#prod_sx {
	background:url('images/home_2_09.jpg') no-repeat;
	width:287px;
	height:336px;
	float:left;
}
div#prod_ct {
	background:url('images/home_2_10.jpg') no-repeat;
	width:282px;
	height:336px;
	float:left;
}
div#prod_dx {
	background:url('images/home_2_11.jpg') no-repeat;
	width:281px;
	height:336px;
	float:left;
}

div#titolo_sx {
	background:url('images/home_03.jpg') no-repeat;
	width:287px;
	height:76px;
	float:left;
}
div#titolo_ct {
	background:url('images/home_04.jpg') no-repeat;
	width:282px;
	height:76px;
	float:left;
}
div#titolo_dx {
	background:url('images/home_04.jpg') no-repeat;
	width:281px;
	height:76px;
	float:left;
}
div#rosso_sx {
	background:url('images/home_05.jpg') no-repeat;
	width:425px;
	height:142px;
	float:left;
}
div#rosso_dx {
	background:url('images/home_06.jpg') no-repeat;
	width:425px;
	height:142px;
	float:left;
}
div#bottom_sx {
	background:url('images/home_07.jpg') no-repeat;
	width:176px;
	height:23px;
	float:left;
}
div#bottom_dx {
	width:674px;
	height:23px;
	background:url('images/home_08.jpg') no-repeat;
	float:left;
	
}
p.titolo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#521a16;
	text-align:center;
	font-style:normal;
	font-weight:bolder;
}
p.bottom {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
a.link_img_sx:hover div#prod_sx {
	background:url('images/home_09.jpg')
}
a.link_img_ct:hover div#prod_ct {
	background:url('images/home_10.jpg')
}
a.link_img_dx:hover div#prod_dx {
	background:url('images/home_11.jpg')
}
a.link_testo {
	text-decoration:none;
	color:#FFFFFF;
}
a.link_testo:hover {
	color:#000000;
}
a.link_testo:link {
	color:#FFFFFF;
	text-decoration:none;
}

