* {

}

body {
	background: url(../images/Sfondo2.jpg) repeat;
	font-family:  Arial, Verdana,   Helvetica, sans-serif;
	font: normal 12px auto Arial, Verdana, Helvetica, sans-serif;
	/* font-size:14px; */
	color:white;
}

a.transparent img{
    opacity:0.3;
    filter:alpha(opacity=30);
    border:0;
}

/* a.transparent:hover img{ 
    opacity:1.0;
    filter:alpha(opacity=100);
    border:0;
}
*/
a {
	text-decoration:none;
	color:#a88e53;
}

a:hover {
	text-decoration:none;
	color:#EACD7E;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background: white url(../images/Sfondo2.jpg) repeat;
}

#header {
	margin:0 auto;
	padding-top:0px;
	background: url(../images/Sfondo2.jpg) repeat;
}


#header h1 a:hover {
	color:#FFF;
}

#header h2 {
	font-size:19px;
	color:#e1c70e;
	font-weight:100;
	padding:5px 0 0 20px;
}

#content {
	padding:0 0px;
	background: url(../images/Sfondo2.jpg) repeat;
}


#under-content {
	margin:0 auto;
	margin-top:20px;
	width:1000px;
}

#fiori {
	width: 1000px;
   display: -moz-inline-stack;
   display: inline-block;
   margin: 5px;
   display: inline;
}


#table-header {
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}



/*******  EFFETTI MENU-BOTTOM ***/


#table-menu-bottom {
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #d6af3b;
	background: #f9e8b6;

}
#menu-bottom  {
	margin-bottom:40px;
	margin-top: 0px;
	padding:0px;
}


#menu-bottom  a {
	font-size:16px;
	letter-spacing:1px;
	color: #9b7f2b;
}


.menu-bottom-voice{
	font-size:15px;
}


.menu-bottom-voice a {
	/* opacizzo l'immagine  e la scritta */
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
	color: red;
}

.menu-bottom-voice a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;	

}

/*******  FINE EFFETTI MENU-BOTTOM ***/


#menu-top a {
	display: inline; 
	padding-left:1.2em;
	font-size:14px;
}

.menu-light-off {
	color:#555;
}




#menu-top li a:hover {
	color:RED;
}


#under-content_list {
	margin:0 auto;
	width:1000px;
	color:#FFFFFF;
}



#menu-bottom_list  {
	margin-top:0px;
	text-align:left;
	color:#FFFFFF;
	margin-left:10px;
}



#footer {
	margin:0 auto;
	width: 1000px;
	border-top:1px solid #6b5528;
	
	color:#d6af3b;
	
	padding-top:5px;
}
#footer-content-left {
	display:inline;
	float:left;
	font-size:11px;
	text-align: left;
}
#footer-content-right {
	display:inline;
	float:right;
	font-size:11px;
	text-align: right;
}





img {
border:none;
}


