/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;

}
body {
	/*background-image: url(images/sfondo.jpg);*/
	background-color:#ba4a05;
	font-family: arial,sans-serif;
	font-size: 0.69em;
	font-weight: normal;
	color: #000000;

}
div#container {
	margin: 0 auto;
	background-color:#ffffff;
	position: relative;
	width: 960px;
	height: 100%;
}
body>div#container {
	height: auto;
	min-height: 100%;
}
div#header {
	/*width: 100%;
	height: 186px;
	background-image:url(images/header-gallery.jpg);
	background-color: #ededed;
	border-bottom:1px solid #CCCCCC;
	background-image:url(images/ph_sfondo_header.gif);
	background-repeat:repeat-x;*/
}
.titHead {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 30px;
	width: 200px;
	padding-left: 210px;
	padding-top: 50px;

}
div#content {
}

/* Stili del MENU */
#containerMenu {
	width: 200px;
	vertical-align: top;
}
.menuhome {
	/*margin: 10px;*/
	padding: 5px;
	font-size: 13px;
	margin: 10px 5px 5px 5px;
	line-height: 18px;
	vertical-align: top;
	color:#333333;
	/*text-decoration:none;
	width: 100%;*/
}
.menu {
	/*margin: 10px;*/
	margin: 5px;
	font-size: 14px;
	padding: 5px;
	line-height: 18px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	vertical-align: top;
	/*width: 100%;*/
}
.menu hr {
	height: 1px;
	border: 1px solid #cccccc;
}
.menu a {
	padding: 0;
	margin: 0;
}
.menu a.cat {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 10px;
}
.menu a.sottocat {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	height: 24px;
	padding-left: 10px;
}

/* Fine MENU */

table {
	border: 0;
}

/* Stili SLIDESHOW */
#tableSlide {
	width: 700px;
	margin: 0 auto;
}
#slideCell1 {
	width: 40px;
	background-color: #FFFFFF;
}
#slideCell2 {
	width: 620px;
}
#slideCell3 {
	width: 40px;
	text-align: right;
}

/* Fine SLIDESHOW */

#tableDescr {
	margin: 0 auto;
}
.dettagli {
	background-color: #CACACA;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.corniceImmagine {
	border: 1px solid #CACACA;
	cursor: pointer;
}
#MainDescr {
	color: #888888;
	font-size: 12px;
	font-weight:normal;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 5px;
	text-align:left;
}
#MainTitolo {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#MainPhoto {
	margin: 0 auto;
	visibility: hidden;
}
.note{
	color: #666666;
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
	line-height: 15px;
	visibility: hidden;
}
.nimma {
	color: #ffffff;
	height: 24px;
	font-size: 13px;
	text-align: right;
	background-image:url(images/ph_sfondo_nimma.gif);
	background-repeat:repeat-x;
	padding-right:15px;
}
