/* CSS Document */
* { margin: 0px; padding: 0px }

body {
	background-image: url(../Immagini/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "trebuchet MS";
	font-size: 12px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color:#666666
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #000000;
}

#tutto {
	width: 966px;
	height: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#testata {
	width: 966px;
	height: 200px;
	background-image: url(../Immagini/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#sx {
	width: 251px;
	height: 528px;
	float:left;
	display: inline; /*per IE 6 e inferiori*/
	background-image: url(../Immagini/bg_sx.jpg);
	background-repeat: no-repeat;
}

#dx {
	width: 715px;
	height: 528px;
	float: left;
	display: inline; /*per IE 6 e inferiori*/
	background-image: url(../Immagini/bg_dx.jpg);
	background-repeat: no-repeat;
}

#dx_in {
	float:left;
	width: 576px;
	display: inline; /*per IE 6 e inferiori*/
	margin: 10px;
	line-height: 16px;
}

h1 {
	color: #C72323;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer {
	width: 966px;
	height: 272px;
	clear: left;
	float:left;
	display: inline; /*per IE 6 e inferiori*/
	background-image: url(../Immagini/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

#footer_img {
	top: 130px;
	left: 170px;
	position: absolute;
}


/*INIZIO CATEGORIE*/
.box_subcat {
	float: left;
	display: inline; /*per IE 6 e inferiori*/
	width: 160px;
	height: 150px;
	margin: 10px;
}

a.titolo {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.titolo:link, a.titolo:visited {
	color: #C72323;
}

a.titolo:hover, a.titolo:focus, a.titolo:active {
	color: #8F0000;
}

.foto {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 168px;
	height: 115px;
}

.box_subcat ul {
	list-style: none;
}

.box_subcat ul li {
	float: left;
	margin-right: 5px;
}

.mostra_tutte {
	clear: left;
	display: block;
}

.box_lista {
/*	background-image: url(../Immagini/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-indent: 20px;
*/	float: left;
	display: inline; /*per IE 6 e inferiori*/
	width: 285px;
	height: 60px;
	line-height: 20px;
}

.box_lista a {
	font-size: 14px;
	font-weight: bold;
}
/*FINE CATEGORIE*/



/*FINE CARRELLO*/
#carrello {
	background-image: url(../Immagini/blocchetto.png);
	background-repeat: no-repeat;
	width: 193px;
	height: 290px;
	position: absolute;
	bottom: 180px; 
	left: 20px;
	overflow: hidden;
	z-index: 15;
}
/*FINE CARRELLO*/

#img_grande {
	margin: 0px;
	float: left;
}

#img_home {
	float: left;
	display: inline;
	width: 280px;
	text-align: left;
}

#box_news {
	float: left;
	display: inline;
	width: 290px;
	margin-top: 10px;
}

a.link_news {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 5px auto;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px auto;
}

.frm_input {
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	border-right: 1px #D4D0C8 solid;
	border-bottom: 1px #D4D0C8 solid;
	width: 250px;
}

#cavatappi {
	position: absolute; 
	bottom: 150px; 
	left: 0px;
	z-index: 15;
}

a.commenti {
	font-size: 10px;
	font-weight: normal;
}

.color_scroll {
scrollbar-face-color:saddlebrown;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:saddlebrown ;
scrollbar-darkshadow-color:whitesmoke;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:white;
scrollbar-track-color:whitesmoke;
}