@charset "utf-8";
/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_img/bg.gif); 
	background-repeat:repeat-x; 
	background-color: #948373; 
	color: #FFF;
}

a { color: #FFF; text-decoration:none; }
a:hover { color: #FBEDBD; text-decoration:none; }
h1 { color: #FFF; font-size: 20px; padding:0; margin:0; }
h2 { color: #FFF; font-size: 17px; padding:0; margin:0; }

.active { color:#FBEDBD;  }
.clear {clear: both }

#supersite { width: 793px; margin: 0 auto;padding: 0 30px; background: url(../_img/bg_site3.gif) top center repeat-y; 
}

#site { 
	margin: 0 -30px;
	padding: 0 30px;
	background-image: url(../_img/bg_site2.gif); 
	background-repeat: no-repeat; 
	background-position: top center;
}



#logo { background:url(../_img/bg_logo.gif) #30261F 0 35px repeat-x; height: 150px;  }
	#logo img { padding: 15px 0 0 30px;  }

.contenuto { padding: 20px 10px 0 30px; background-color: #30261F }
	.video { float: left; width: 400px; }
	.browse { float: right; width: 360px; }
		.browse ul { display:block;  margin: 0 0 0 15px; padding: 0 0 15px 0; }
		.browse li { padding-bottom: 5px; margin-bottom: 5px;  }
		.browse img { padding-bottom: 10px; }

.illustrazione { padding-bottom: 15px; }
.desc { padding-right: 25px; }
.torna { float: right; padding: 70px 30px 0 0; font-weight: bold; font-size: 11px; }

/* PRODOTTI */
.prodotti { padding: 35px 0 0 0; }
	.prodotti .box { width: 360px; height: 300px; float: left; padding-right: 25px; font-size: 12px; }
	.prodotti .box img { float: left; width: 100px; }
	.prodotti .box .txt { float: right; width: 250px;  }
	.prodotti .box .txt .desc { line-height: 13px; padding-top: 5px; } 
	.prodotti .box .txt .desc b { line-height: 15px; }

#footer { margin: 0; height: 51px; background-image:url(../_img/bg_footer.gif); background-repeat:repeat-x; background-position: top left; }
	#footer img { float: right; }

#fine { width: 853px; margin: 0 auto; height: 33px; background-image:url(../_img/bg_fine.gif); background-position:top center; }	


