/*
 * palette colori 
 * 
 * NAVIGAZIONE  
 * 60  0  50  mouseoff #3c0032;
 * 0  0  0  mousover #000000;
 * 0  0  0  attivo #000000;
 * 
 * SUBNAVIGAZIONE  
 * 200  180  170  mouseoff  #C8B4AA;
 * 0  0  0  mousover    #000000;
 * 0  0  0  attivo        #000000;
 * 
 * TESTI CONTENUTI  
 * 60  0  50   #3c0032;
 * 
 * SFONDO  
 * 250  240  220    #FAF0DC;
 *
 * melanzana (R=60, V=0, B=50)   #3c0032;
 * 
*/

body {
	background-color: #FAF0DC;
	/* background-color: white; */
	color: #000000;
	margin-top: 20px; 
}


#container {
	text-align: left;
	position: relative;
  	padding: 0;
  	margin: 0 auto;   /* Centers layout */
	font-family: Helvetica, Arial, sans-serif;
	width: 913px;     /* Total width */
	height: 602px;
	background-color: #FAF0DC;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3c0032;
}
.clr {clear:both;} 

.floatleft {
	float: left;
}


#colonna1 {
	width: 135px;
}

#colonna2 {
	width: 294px;
	padding-right: 12px;
}


#colonna3 {
	width: 458px;
	padding-right: 12px;	
}

#navigazione {
	height: 291px;
	width: 134px;
	color: #3c0032;
}

#navigazione a, #subnavigazione a, #scelta_lingua a {
	text-decoration: none;
}


#navigazione a {
	color: #3c0032;
}

#navigazione a:hover {
	color: #000000;
}

#navigazione img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#subnavigazione {
	color: #C8B4AA;
	height: 215px;
}

#subnavigazione a {
	color: #C8B4AA;
}

#subnavigazione a:hover {
	color: #000000;
}

#subnavigazione img {
	vertical-align: bottom;
}

#scelta_lingua {
	/*padding-top: 328px; */
	/* padding-left: 12px;*/
}

#scelta_lingua a {
	color: #3c0032;	
}

#scelta_lingua img {
	vertical-align: bottom;
}

#contenuti_testo {
	color: #3c0032;
	padding-left: 9px;
	padding-right: 5px;	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	width: 275px;
	text-align: justify;
}

#menu_navigazione li {
    list-style: none;
	list-style-position: outside;

}

#menu_lingua li {
    list-style: none;
	list-style-position: outside;	
}

#menu_subnavigazione li {
    list-style: none;
	list-style-position: outside;	
}


.menuitem_navigazione {
	/* list-style: none;
	 list-style-position: outside;	 */
	font-size: 20px;
	/* font-family: "Bell Expert"; */
}

.menuitem_lingua {
	font-size: 14px;
}

.menuitem_subnavigazione {
	font-size: 14px;
}
	

#logo {
	height: 215px;
}

.contact_form input {
	font-size: 12px;
}

.contact_form textarea {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}


.contact_form_name {
	padding-top: 2px;
	width: 80px;
	float: left;	
	
}

.contact_form_value {
	padding-top: 2px;	
}

#immagine_slideshow_small {
	width: 229px;
	position: relative;
	top: -187px;
	left: 229px;
	padding: 0px;
	
}
