/********* STILE GENERALE DELLA PAGINA *********/
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #94C9CF;
	background-image: url(/images/sfondosfumato_2.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

/********* STILE DEL CONTENITORE DEI CONTENUTI DINAMICI *********/
#content
{
	font-size: 14px;
	padding: 12px 12px 12px 12px;
	font-family: Calibri, Times New Roman, sans-serif;
	text-align: justify;
	width: 540px;
}

/********* STILI DEL MENU CLASSICO *********/
/* quello che segue è il contenitore delle voci verticali o orizzontali del menù */
.menu
{
	/*padding: 10px 0px 10px 0px;*/
	background-image: url(/images/sfondo_menu_sx_NUOVO.png);
	background-repeat: no-repeat;
	padding-top: 36px;
	min-height: 243px;
	width: 155px;
}

h1 {
	color: #E4D4B0;
}

h2 {
	color: #CC6600;
}

h3 {
	color: #000000;
}

.staticMenu a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/bottoni_NUOVO2.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 112px;
	background-position: 0px 0px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

.staticMenuHover a {
	color: #4F359C;
	text-decoration: none;
	background-image: url(/images/bottoni_NUOVO2.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 112px;
	background-position: -112px 0px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

/* specifichiamo lo stile del contenitore dei sotto menù */
.subMenu a
{
	text-decoration:none;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	background-color:#CC6600;
	font-weight:bolder;
	font-style:normal;
	width:150px;
	min-height:20px;
	cursor: hand;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #990000;
	border-left-color: #990000;
	display: block;
}

.subMenuHover a
{
	text-decoration:none;
	font-family: Calibri, Helvetica, sans-serif;
	font-size:12px;
	color:#4F359C;
	text-align:center;
	vertical-align:middle;
	background-color:#FF9900;
	font-weight:bolder;
	font-style:normal;
	width:150px;
	min-height:20px;
	cursor: hand;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	display: block;
}

#HomeGalleryContainer {
  /*background-color:#FFFFCC;*/
}

div#header {
	background-image: url(/images/header_nuovo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 760px;
}

div#footer2 {
	background-image: url(/images/footer_NUOVO.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: left;
	padding-top: 10px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 760px;
}

div#footer2 img{
	margin-top: 12px;
}
