/* CSS Document */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #EBEBEB url(../img/sfondo_piastrelle.jpg) no-repeat bottom left;

}
div{
	margin: 0;
	padding: 0;
}
div#box-home {
	width: 740px;
	\width: 760px;
	w\idth: 740px;
	height: 550px;
	margin: 10px auto;
	background: url(../img/piastrelle_grigie.jpg) no-repeat right top;
	border: 1px solid #0000cc;
}
div#content-home {
	text-align:left;
}


div#box {
	width: 740px;
	\width: 760px;
	w\idth: 740px;
	border: 1px solid #0000cc;
	margin: 10px auto;
	background: #deeefe url(../img/piastrelle_grigie_pag.gif) no-repeat bottom right;	
}
div#banner {
	background-color: #ebebeb;
	border-bottom: 1px solid #0000cc;
}
div#content {
	margin-right: 150px;
	background-color: #003366;
	padding:10px;	
}

div#sidebar-dx {
	float: right;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	text-align: center;
}
div#menu-elenco {
	width: 140px;
	margin: 10px auto;
}
#footer {
	clear: both;
	background-color:#ebebeb;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	border-top: 1px solid #0000cc;
	padding: 4px 0;
}
table#table-home {
	margin: 12px 0 0 6px;
	padding:0;
	width: 520px;
}
table#table-home td{
	padding:0;
	margin:0;
}

div#cont-prodotti {
	margin: 15px 8px 10px 0px;
	float: right;
	width: 275px;
	height: 415px;
	overflow: auto;
	background-color: #003366;
	border: 1px solid #deeefe;
}


