@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
	Template Name : MansuetoMarine
	Template Code : MM_V_1.0
	Version : 1.0   
	Author : Luca Bordonaro
	Author URI : http://www.ellellestudio.it       
	Last Date Modified : --
 ------------------------------------------------ */
/*------------------------FORMATTAZIONE TITOLI-----------------------------------*/

h1 {
	height: 150px;
	width: 450px;
	float: left;
	background-image: url(../immagini/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 20px;
	text-indent: -9999px;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.2em;
	color: #331F17;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb2a3;
	line-height: 35px;
	display: block;
	height: 35px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
	
}
h3 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
	background-image: url(../immagini/bk_h.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

h5 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 70px;
}

h6 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #331F17;
	line-height: 18px;
}



a {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #99c01d;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#percorso a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #4e3227;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-transform: none;
	padding-bottom: 2px;


}
#percorso a:hover {
	border-bottom-color: #331F17;	
}
#percorso img {
	margin-right: 5px;
	margin-left: 5px;
}

