#main {
	background-attachment: scroll;
	background-image: url(fondo.gif);
	background-position: left top;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2ED;
}

a{ color:#666; text-decoration:none;}

.cell0 {
	background: url(../img/fondo_00.jpg) top right no-repeat;
}

.cell1 {
	background: url(../img/fondo_01.gif) top right no-repeat;
}

.cell2 {
	background: url(../img/fondo_02.gif) top right no-repeat;
}

.cell4 {
	background: url(../img/fondo_04.gif) no-repeat scroll;
	background-position: top;
}
.cell6 {
	background: url(../img/fondo_06.gif) no-repeat scroll;
	background-position: top left;
}
.cell8 {
	background: url(../img/fondo_08.gif) no-repeat scroll;
	background-position: top;
}

.menu {
	font-size: 9px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

.menu a {
	text-decoration: none;
	color: Gray;
}
.sel a {
	text-decoration: none;
	color: Black;
}

.menu a:hover {
	text-decoration: underline;
	color: Gray;
}

.copy2 {
	height:169px;
	font-size: 9px;
	padding: 4px 0 0 0;
}

.copy {
	background: url(../img/fondo_08.gif) top right no-repeat;
	height:169px;
	font-size: 9px;
	padding: 4px 0 0 0;
}

.copy a {
	text-decoration: none;
	color: Black;
}
#testo {
	height:218px;
	font-size: 9px;
	margin: 4px;
	padding: 4px;
}

#testo a {
	text-decoration: none;
	color: Black;
}

#testo a:hover {
	text-decoration: underline;
	color: Gray;
}

.testoNoH{
	font-size: 9px;
	margin: 4px;
	padding: 4px;
}

.testoNoH a {
	text-decoration: none;
	color: Black;
}

.testoNoH a:hover {
	text-decoration: underline;
	color: Gray;
}

.prodotto {
	font-size: 9px;
	margin: 4px;
	padding: 4px;
}

.prodotto a{text-decoration: none;color: Black;}
.prodotto a:hover{text-decoration: underline;color: Gray;}

.testo {
	height:218px;
	font-size: 9px;
	margin: 4px;
	padding: 4px;
}

.campo {
	width: 285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F5F5F1;
	border: 1px solid #C7C7B5;
	margin-left: 5px;
	padding: 2px;

}
.testoform {
	font-size: 10px;
	padding-top: 6px;
	padding-left: 5px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F5F5F1;
	border: 1px solid #C7C7B5;
	margin-left: 5px;
	padding: 2px;

}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #333; 
	position: fixed; 
	left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 100;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 10px; 	
	border: 10px solid #fff;
	float: left;
	font-size: 12px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -35px -35px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.intro2 {
	background-attachment: scroll;
	background-image: url(fondoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #794909;
}
.intro2 a {
	font-size: 14px;
	color: #794909;
	text-decoration: none;
}
.intro2 a:hover {
	font-size: 14px;
	color: #F4AB3A;
	text-decoration: underline;

}


