body
{
	font-family: "Arial";
	font-size:14px;
}

body a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

body a:hover
{
	color:#666;
	text-decoration:underline;
}

#tabella
{
	width:860px;
	height:732px;
	position:relative;
	top:10px;
	left:0px;
	margin:auto auto;
	background-image:url(immagini/sfondo.jpg);
}

#credits
{
	width:860px;
	height:80px;
	position:relative;
	top:0;
	left:0px;
	margin:10px auto;
	text-align:right;
	vertical-align:middle;
	font-size:10px;	
}	

#news
{
	width:230px;
	height:93px;
	position:absolute;
	top:37px;
	left:9px;
	padding:5px;
	overflow:hidden;
}

#messaggi
{
	position:relative;	
}	

#catalogo
{
	width:103px;
	height:41px;
	position:absolute;
	top:126px;
	left:260px;
	cursor:pointer;
	background-image:url(immagini/catalogo.jpg);
	background-position:top;
}

#catalogo:hover
{
	background-position:bottom;	
}

#lavori
{
	width:103px;
	height:41px;
	position:absolute;
	top:126px;
	left:365px;
	cursor:pointer;
	background-image:url(immagini/lavori.jpg);
	background-position:top;
}

#lavori:hover
{
	background-position:bottom;
}	

#contatti
{
	width:103px;
	height:41px;
	position:absolute;
	top:126px;
	left:470px;
	cursor:pointer;
	background-image:url(immagini/contatti.jpg);
	background-position:top;
}

#contatti:hover
{
	background-position:bottom;
}	

#dove
{
	width:103px;
	height:41px;
	position:absolute;
	top:126px;
	left:575px;
	cursor:pointer;
	background-image:url(immagini/dove.jpg);
	background-position:top;
}

#dove:hover
{
	background-position:bottom;
}	

#home
{
	width:103px;
	height:41px;
	position:absolute;
	top:126px;
	left:749px;
	cursor:pointer;
	background-image:url(immagini/home.jpg);
	background-position:top;
}

#home:hover
{
	background-position:bottom;
}

#contenuto
{
	width: 593px;
	height: 450px;
	overflow:auto;
	position:absolute;
	top:272px;
	left:260px;
}

ul.macro li 
{
		list-style-image:none;
		list-style-type:none;
		font-weight: bold;
		font-size:x-large;
}

ul.categoria li 
{
		font-weight: bold;
		font-size:large;
}

ul.prodotti li 
{
		list-style-image:none;
		list-style-type:none;
		font-weight: normal;
		font-size:medium;
}

table#lavoritable
{
	border:0px;
	margin: auto auto;
	border-collapse:collapse;
	width:500px;
}

table#lavoritable caption
{
	text-align:center;
	font-weight:bold;
	margin:auto auto;
	padding-bottom:5px;	
}	

table#lavoritable th
{
	border:1px solid #000;
	background-color:#bbc;
	padding:5px;
}

table#lavoritable td
{
	border:1px solid #000;
	padding: 5px;
	text-align: center;
}

#hidimg
{
	position:absolute;
	visibility:hidden;
	display:none;
}

#gallery
{
	width:240px;
	height:270px;
	position:absolute;
	top:225px;
	left:10px;
	overflow:hidden;
}

.foto
{
	border:#666 2px solid;
	float:left;
	width:55px;
	height:55px;
	margin:4px 10px !important;
	margin:2px 8px;
}

.foto:hover
{
	border:#fff 2px solid;
	cursor:pointer;
}