/* @override 
	http://litos.symfony.netseven.it/css/skin.css
	http://litos.symfony.netseven.it/css/skin.css
*/

/* carattere titoli*/
h1,h2,h3,h4, #header, #servizi ul li, #main_photo p {
	font-family: "fertigo-pro-1","fertigo-pro-2";
	font-weight: normal;
}

#header h3 {
font-size: 64px;
font-family: "fertigo-script-1","fertigo-script-2", cursive
}

#header h3 span {
font-family:  "fertigo-pro-1","fertigo-pro-2";
}
/* colori sfondo*/

/* PAGINA */
body {
	background: #f9f6e7 url(img/body.jpg);
}
/* TESTATA*/
#header_container, #footer_container {
	background-color:#b00;
}


#content.shadow {
	background-image: url(img/shadow_top_w.png) ;
}


/*MENU NAVIGAZIONE*/
#menu li{
	background-color: #bbb09f;
	 border-top-right-radius: 16px;
	 -webkit-border-top-right-radius: 16px;
	 -webkit-border-bottom-left-radius: 16px;
	 -moz-border-radius-topright: 16px;
	 -moz-border-radius-bottomleft: 16px;
  transition-property: background-color;
   transition-duration: .5s;
   transition-delay: .5s;
   
	
	-moz-transition-property: background-color;    /*firefox*/

  -moz-transition-duration: .5s;

 -webkit-transition-property: background-color; /*safari*/
  -webkit-transition-duration: .5s;
}

#menu li:hover, #menu li.current {
	background-color: transparent;
}

#menu li a:hover, #menu li.current a {
color: #fff;
background-position: 18px left;}

/* colori titoli */
h1 {
	color: #3f3f3f;
	font-size: 26px;
	line-height: 34px;
}



h2 {
	color: #900;
}

#content h2 {
	font-size: 20px;
}

h3 {
	color: #066;
}

#main_photo p {
	background-color:rgba(160, 150, 80, .4) ;
}


#contatti p a {
	color: #900;
}


/* TABELLA */ 

#main_content table th {
	border-bottom: 1px solid #c9a969;
	background: #f0ead7;
	color: #593d00;
	font-family: "fertigo-pro-1","fertigo-pro-2";

}

#main_content table td {
	border-bottom: 1px solid #d2c6a4;
	background: #fff;
}



/* servizi */ 
#servizi ul li {
	border-bottom-color:#c9a969 ;
	color: #593d00;
}
