body {
    font-family : "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
    background-color: #f6f1e4;
    margin-top: 0px;
}

#container {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 960px;
}

#header {
    background-image: url(../template/head_logo.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 180px;
    width: 940px;
    margin-left: 10px;
    background-color: #ffffff;
}

#breakrow {
    height: 14px;
    background-color: #a99661;
    width: 940px;
    margin-left: 10px;
    border-bottom: 5px solid white;
}

#kwicks_container { 
    background-color: transparent;
    height: 273px;
    width: 960px;
    margin-left: 10px;
}

#kwicks {
    position: relative;
    padding: 0px;
    margin: 0px;
}
 
#kwicks .kwick {
    float: left;
    display: block;
    width: 235px;
    height: 273px;
}
 
#kwick_1 {
    background-image: url(../template/foto1.jpg);
}

#kwick_2 {
    background-image: url(../template/foto2.jpg);
}

#kwick_3 {
    background-image: url(../template/foto3.jpg);
}

#kwick_4 {
    background-image: url(../template/foto4.jpg);
}

#cmsmini-rootmenu {
    height: 24px;
    background-color: #a99661;
    width: 940px; /* 940 - padding-left */
    margin-left: 10px;
    /* padding-left: 10px; */

    /* stranezza... */
    margin-top: 0px;
    border-top: 5px solid white;
}

#content {
    background-color: #ffffff;
    width: 940px;
    margin-left: 10px;
    padding: 10px 0 10px 0;
    float: left;
}

#left-column {
    width: 170px;
    float: left;
}

#left-column img {
    margin-left: 20px;
    margin-top: 20px;
    width: 130px;
    height: 130px;
    border: 0;
}

#cmsmini-page {
    padding: 0 20px 0 20px;
    float: left;
    width: 404px;
}

#right-column {
    width: 320px;
    float: left;
}

#gallery {
    margin-left: 18px;
}

#info {
    font-size: 12px;
    width: 245px;
    height: 270px;
    background-color: #fef5d8;
    margin-left: 18px;
    padding: 70px 20px 0 20px;
    background: url(../template/girasole.png);
    background-repeat: no-repeat;
}

.trip-advisor {
    text-align: center;
}

.trip-advisor img {
    border: 0px;
    margin-top: 25px;
}

#footer {
    height: 80px;
    background-color: #a99661;
    width: 940px;
    margin-left: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
    color: white;
    font-size: 12px;
}

#footer p {
    padding: 0px;
    margin: 0px;
}

#footer a {
    color: white;
}


/* menu style */
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a {
    display: block;
    width: 126px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 6px 0 6px 4px;
}

#nav a:hover {
    background-color: #d4c7b1;
    width: 126px; /* a.width - a.margin-left */
}

#nav li { /* all list items */
    float: left;
    width: 130px; /* width needed or else Opera goes nuts */
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    height:auto;
}

#nav li ul { /* second-level lists */
    position: absolute;
    background: #d4c7b1;
    width: 130px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul a:hover {
    background-color: #a99661;
    width: 126px; /* a.width - a.margin-left */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	height:auto;
    
}

ul.depth_0 {
    display: none;
}
