﻿@charset "utf-8";
/* CSS Document */

#wholehomecontainer {
	width: 695px;
	height: auto;
	display: inline;
}
#wholecontenthome {
	float: left;
	width: 910px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
	background-image: url(../Interfaccia/pagimg/home.gif);
	background-repeat: no-repeat;
	background-position: 730px bottom;
	display: inline;
}

/* Selettori e/o classi per il corpo della pagina Home */
/*Div contenitore*/
#maincontent{
}
/*Div contenitore dei prodotti*/
#mainprodotti{
	height: 150px;
	background-color: #D7E7EE;
}
/*Div contenitore delle news ed eventi*/
#mainnewseventi{
	background-color: #A6C8D9;
	height: 150px;
}
/*Div contenitore dei prodotti usato*/
#mainusato{
	height: 150px;
	background-color: #7BAAC0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../Interfaccia/homebottom.gif');
}
/* Selettori e/o classi per gestire il contenuto */
.separatorenewsright{
	float: left;
}
.separatorenewsleft{
	width: 347px;
	float: left;
}
.oggetto{
	padding-left:10px;
	padding-top:2px;
	width:163px;
	height:120px;
	float:left;
}
.oggetto,h1{
	font-weight: bold;
	color: #000000;
}
.bold{
	font-weight:normal;
}
.marginleft{
	margin-left: 10px;
	color: #333333;
}
