html { height: 100%; }
body { 
min-height: 100%;
padding: 0px;
margin: 0px;
background-color: #660;
color: #eee;
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
}
div#main {
margin: 0px 3%;
padding: 0px 1%;
min-height: 100%;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background-color: #e16500;
text-align: center;
}


div#body {
min-height: 67%;
border-top: 1px solid #eee;
padding-top: 10px;
padding-bottom: 10px;
}

div#menu {
margin: 10px 0px;
}
div#menu ul {
border-bottom: 2px solid #eee;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
}
div#menu ul li {
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background-color: #660;
}

div#footer {
border-top: 1px solid #eee;
padding-top: 20px;
left: 0%;
}
div#footer ul {
list-style-type: none;
border-left: 1px solid #eee;
border-top: 1px solid #eee;
margin: 0px auto;
padding: 0px;
}
div#footer ul li {
display: inline;
border-right: 1px solid #eee;
padding: 0px 15px;
}

#events div {
margin: 5px;
}

table {
width: 100%;
}

.l1 td {
background-color: #983;
}
.l1 td.b {
background-color: #993;
}

.l2 td {
background-color: #693;
}
.l2 td.b {
background-color: #6a3;
}

#gpath {
border-bottom: 1px solid white;
padding-bottom: 3px;
margin-bottom: 7px;
}

#gimg {
text-align: center;
}

#gsub {
text-align: center;
border-bottom: 1px solid white;
}

#gimg div, #gsub div {
float: left;
margin: 5px;
width: 160px;
height: 160px;
border: 1px solid white;
line-height: 156px;
}

#gimg img,#gsub img {
vertical-align: middle;
}

#contatti {
padding-bottom: 15px;
border-bottom: 1px solid white;
}

#contatti input {
width: 80%;
vertical-align: middle;
}

#contatti .b input {
width: 150px;
}

#contatti select {
width: 10%;
}

#contatti textarea {
width: 80%;
}



#map {
text-align: center;
padding-top: 7px;
}

p {
white-space: pre;
}

img {
border: 0px;
}

a, a:link {
color: #eee;
text-decoration: none;
}
a:hover {
background-color: #e63;
}

.b {
font-weight: bold;
}

.x {
display: table;
margin: 0px auto;
padding: 0px;
list-style-type: none;
white-space: nowrap;
}
.x li {
display: table-cell;
padding: 0px;
margin: 0px;
}
.x a {
display: block;
padding: 5px 10px;
margin: 0px;
width: 100px;
}

.x li ul {
position: absolute;
z-index: 99;
display: none;
padding: 0px;
margin-top: 1px;
margin-left: -1px;
background-color: #660;
}

.x li:hover ul {
display: block;
}

.fleft {
float: left;
clear: left;
}

.fright {
float: right;
clear: right;
}

.l1 {
background-color: #963;
}

.l2 {
background-color: #683;
}

.iesux {
border-left: 0px;
border-right: 1px solid #eee;
}
