/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { behavior:url(iepngfix.htc); }

/* TYPE */
body { font: 12px/18px "Times New Roman", "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background: #f5f5f5 url(images/bg2.gif) repeat-x top; color: #828282; height: 100%; }
body.home { font: 12px/18px "Times New Roman", "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background: #f5f5f5 url(images/bg.gif) repeat-x top; color: #828282; height: 100%; }

a { 
	color: #828282;
	text-decoration: none;	
}

a:hover { 
	color: #06074d;
	text-decoration: none;	
}
a:active, a:focus{ 
   outline:0;
}

span.green {
	color: #007f28;
	font-size: 18px;
}
span.red {
	color: #de0102;
	font-size: 18px;
}
span.violet {
	color: #6735cc;
	font-size: 18px;
}
span.blu {
	color: #3f78fd;
	font-size: 18px;
}

p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #4e4e4e;
	font-size: 13px;
	text-align: justify;
	line-height: 1.8;
	padding: 0px;
	font-weight: normal;
}
p.small {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #828282;
	font-size: 11px;
	text-align: justify;
	line-height: 1.7;
	padding: 0px;
	font-weight: normal;
}
p.titolo {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #c30001;
	font-size: 18px;
	text-align: justify;
	line-height: 1.5;
	padding: 3px 0px;
	font-weight: normal;
	border-bottom: 1px solid #c30001;
	margin: 0px 0px 10px 0px;
}
.clear { clear: both; }

#container { width: 900px; height: 100%; margin: 0 auto; position: relative; z-index: 1; }

#header {
	width: 100%;
	height: 115px;
	background: transparent url(images/header.gif) no-repeat left;
	position: relative;
	z-index: 99;
}

#menu {
	right:0px;
	font-family: "Arial";
	bottom: 8px;
	position:absolute;
	height:22px;
	width:auto;
	z-index: 999999;
	font-size: 12px;
	background: #ccc;
}
#mappa {
	float: left;
	width: 420px;
	height: 380px;
}
#contatti {
	float: right;
	width: 450px;
	height: 380px;
	border-left: 1px solid #ccc;
	padding: 10px 0px 10px 10px;
}
/* PAGES */

#content_blu {
	width: 100%;
	height: 125px;
	position: relative;
}

#content {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0px 0px 10px 0px;
	text-align: center;
	z-index: 1;
}

#div_database {
    margin: 20px;
    //font-size: 16px;
    font-size: 2.5vw; 
}


/* FOOTER */
#footer {
	//position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#CCC;
	height: 70px;
	text-align: center;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	padding:8px;

}

#ditta {
	//position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#CCC;
	height: 30px;
	text-align: center;
	// background: black;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	padding:8px;

}



/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #828282;
}
label {
	color: #4e4e4e;
	cursor:pointer;
	padding-left:2px;
	line-height:35px;
	vertical-align:top;
	text-align: left;
	font-size: 14px;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:320px;
	height:15px;
	border:none;
	padding:4px 8px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding:5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:320px;
	height:155px;
	border:none;
	padding:4px 8px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding:5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit {
	width:69px;
	height:25px;
	color: #4e4e4e;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight:normal;
	padding:2px 5px;
	cursor:pointer;
	margin: 10px 0px 0px 0px;
}
.buttonSubmit:hover {
	background: #cfcfcf;
}

/* DROP DOWN MENU */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		99;
}
.sf-menu {
	line-height:	1.0;
	z-index:		99;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
	z-index:		99;
}
.sf-menu ul li {
	width:			100%;
	z-index:		99;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index:		99;
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:		99;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index:		99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index: 99;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index:		99;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index:		99;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 99;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	z-index:		99;
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
	z-index:		99;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#5f5f5f;
	z-index:		99;
}
.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000436;
	z-index:		99;
}
.sf-menu li {
	background:		#ececec;
	z-index:		99;
}
.sf-menu li li {
	background:		#dcdcdc;
	border-bottom: 1px solid #ffffff;
	z-index:		99;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#cbcbcb;
	outline:		0;
	color: #000436;
	z-index:		99;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.20em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:		99;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	z-index:		99;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	z-index:		99;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; z-index:		99; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; z-index:		99; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	z-index:		99;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	z-index:		99;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	z-index:		99;
}

/* COVERFLOW */

#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}

#images{
	visibility:hidden;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
	display: none;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	padding-top: 20px;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(images/flow/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 350px;
	text-align:left;
	margin-left: -25px;
}

/*contatore */
#contatore {
	width:100%;
	height:100px;
	text-align: center;
	height: 50px;
	bottom:0;
	left:0;
}

/* Contenitore */
.breadcrumb {
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #4e4e4e;
  font-size: 13px;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
 
/* Padding, colore e simbolo del separatore */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
 
/* Colore dell'item attivo */
.breadcrumb > .active {
  color: #999999;
}

