@charset "utf-8";
body {
	font: 100%/1.4 'SegoeUINormal', Verdana, Arial, Helvetica, sans-serif;
	background: #999999;/* background:url(../img/bg/bg-home.jpg) no-repeat 0px -40px;*/
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/* ---------------------------------------------- Selettori tag/elemento ---------------------------------------------- */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0; padding: 0;
	/*padding-right: 15px;
	padding-left: 15px;*/
}

h6{
	margin-top:10px;
	width:100%;
	font-weight:normal;
}

a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: none;
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ------------------------------------------------------ MAIN -------------------------------------------------------- */
#wrapper {
	width:960px; position:relative;
	margin:0px auto;
}


/* ----------------------------------------------------- DOVE ------------------------------------------------------- */

#largerMap{
    color:white; 
	font-size:12px; font-weight:bold; 
	text-align:left; 
	position:absolute; bottom:20px;
}

.tbContacts tr td{
	font-size:12px;
	color:#666666;
	padding-right:5px;
}

.main-txt{
	margin-top:5px;
	font-size:11px;
}

.min-txt{
	margin-top:5px;
	font-size:9px !important;
}


/* ----------------------------------------------------- HEADER ------------------------------------------------------- */

#header{
    min-height: 120px;
    width: 100%;
	position:relative;
}

#header .logo{
	color:#FFF;
	text-align:right;
	min-width:300px;
	position:absolute; top:30px; right:0px;
}

#header .logo .indirizzo{
	font-size:10px;
}


#menu{
	position:absolute; left:0px; bottom:0px;
}

#menu li{
	position:relative;
    float:left;
	margin:4px 15px 0px 0px;
	list-style:none;
	font-size:15px; font-family: 'WalkwayUltraBoldRegular';
	letter-spacing:1px;
	text-shadow:#333 1px 1px 0px;
}

#menu li .txt-hover{
	display:none;
}

#menu li:hover .txt-hover{
	display:block;
}

#menu li a{
	color:#FFF;
}

#menu li a:hover{
	color:#DDD;
}

.MenuSel{
	color:#DDD !important;
}

.main{
	margin-top:10px;
	height:500px;
}

.fltlft{float:left;}
.clearfloat{clear:both;line-height:1px;}

.txt-home{
	font-size:12px; 
	color:#333; 
	width:185px; height:480px; 
	padding:10px 10px 10px 15px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */

}
