* {

    font-size: 1em;
    outline: none;
}
htl, body, div, img, td, tr, table, ul#miniature, div#menu ul {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #000000;
    background-image: url(../img/bk_top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}
.canvas {
    background-color: #fff;
    padding: 2px;
}
img.left {
    float: left;
    margin: 0px 15px 15px 0px;
}
img.right {
    float: right;
    margin: 0px 0px 15px 15px;
}
p.home {
    float: left;
    width: 500px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 80px;
    color: #fff;
    font-size: 1.2em;
}
.hidd {
    font-size: 0em;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    color: #000;
}

/* ================================================= WRAPPER */
div#wrapper {
    width: 1000px;
    margin: 0px auto;
    text-align: justify;
    min-height: 600px;
    position: relative;
}

/* ================================================= MENU */
div#menu {
    float: right;
    width: 600px;
}
div#menu ul {
    width: 600px;
    list-style-type: none;
}
div#menu li {
    float: right;
    margin-left: 3px;
}
div#menu li a {
    color: #fff;
    font-family: "Lucida Sans Unicode";
    float: right;
    font-size: 0.95em;
    text-decoration: none;
    text-align: center;
    padding: 25px 8px 40px 8px;
    background-image: url(../img/prova.png);
    background-repeat: repeat-x;
    text-transform: uppercase;
}
div#menu li a.current {
    background-position: 0px -4px;
}

/* ================================================= CONTENT */
div#content {
    color: #eee;
    font-family: "Lucida Sans Unicode";
    font-size: 0.85em;
    height: auto!important;
    height: 450px;
    min-height: 450px;
}
div#content h1 {
    text-align: right;
    font-size: 0em;
    margin-top: 140px;
    height: 1px;
    color: #000;
    /*
    letter-spacing: 0.5em;
    text-transform: lowercase;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia;
    */
    background: url(../img/bk_linea.png) bottom left no-repeat;
    margin-bottom: 50px;
}
div#content h3 {
    float: left;
    color: #fff;
    font-family: "Lucida Sans Unicode";
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin-bottom: 15px;
}
div#content h3.right {
    float: right;
}
div#content h3 a {
    text-decoration: none;
    font-weight: bold;
    padding: 0px 7px;
    color: #fff;
    margin-left: 7px;
    margin-right: 20px;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-radius: 4px;
    border-radius: 4px;
}
div#content h3.right  a {
    font-size: 0.8em;
    margin: 0px 4px;
    padding: 1px 3px 1px 6px;
}

div#content h3 a:hover, div#content h3.right a.selected {
    background-color: #fff;
    color: #000;
}

/* ================================================= FOOT */
div#foot {
    clear: both;
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
}
div#foot p {
    display: block;
    font-family: Arial;
    letter-spacing: 2px;
    background: url(../img/bk_linea.png) no-repeat top left;
    color: #aaa;
    padding: 20px 0px 20px 10px;
    font-size: 0.75em;
    text-align: center;
    margin: 0px auto;
}
div#foot a {
    color: #aaa;
}
div#foot a:hover {
    color: #fff;
}
/*================================================== FIRMA */
h1#signature {
    position: absolute;
    left: -30px;
    top: 70px;
    width: 400px;
    height: 93px;
    background: url(../img/home_sig3.png) no-repeat top left;
}

/* ================================================= MINIATURE */
ul#miniature {
    list-style-type: none;
    text-align: center;
}
ul#miniature li {
    float: left;
    width: 150px;
    height: 150px;
    margin: 8px 8px;
}
ul#miniature li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 150px;
    width: 150px;
}
ul#miniature img {
    border-color: #444;
}
ul#miniature img:hover {
    border-color: #fff;
}

/* ================================================= GALLERIE */
ul#lista_gallerie {
    width: 300px;
    list-style-type: none;
    margin: 0px 30px;
}
ul#lista_gallerie li {
    margin-bottom: 15px;
    border-bottom: 1px solid #888;
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    height: 60px;
    overflow: hidden;
}
ul#lista_gallerie li:hover {
  border-color: #fff;
}
ul#lista_gallerie li a {
    font-family: "Lucida Sans Unicode";
    font-size: 22px;
    display: block;
    font-weight:lighter;
    text-decoration: none;
    color: #fff;
    padding-top: 38px;
    padding-left: 5px;
    padding-bottom: 30px;
    background: url(../img/bk_li2.png) repeat-y top left;
}


form#contatti {
    float: left;
    margin-left: 20px;
    width: 400px;

}
form#contatti label {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}
form#contatti input, form#contatti textarea {
    border: 1px solid #444;
    color: #999;
    margin-bottom: 10px;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-radius: 4px;
    border-radius: 4px;
    background: #222 url(../img/bk_input.png) repeat-x 0px 0px;
    width: 100%;
}
form#contatti textarea {
    height: 80px;
}
form#contatti input.ck {
    float: left;
    margin: 0px 10px 30px 10px;
    width: auto;
    border: 0px;
}
form#contatti button {
    clear: both;
    color: #eee;
    font-weight: bold;
    font-size: 1.2em;
    height: 25px;
    -moz-border-radius: 4px;
    -webkit-radius: 4px;
    border-radius: 4px;
    border: 1px solid #444;
    display: block;
    background: #222 url(../img/bk_input.png) repeat-x 0px 10px;
    cursor: pointer;
}
form#contatti button:hover {
    background-color: #444;
}
form#contatti span.privacy {
    font-size: 0.8em;
}

/* ================================================= SLIDESHOW */
div#slideshow {
    float: right;
    width: 540px;
    height: 360px;
    border: 1px solid #fff;
}
/*================================================== LINKS */
ul#links_list {
list-style-type: none;
}
ul#links_list h4 {
font-size: 1.4em;
margin: 5px 0px;
letter-spacing: 0.2em;
}
ul#links_list a {
text-decoration: none;
letter-spacing: 0.2em;
font-weight: bold;
color: #888;
}
ul#links_list a:hover {
text-decoration: underline;
color: #eee;
margin-left: 4px;
}
ul#links_list a:hover:after {
content: "\00BB";
}
ul#links_list li.cat {
margin-bottom: 25px;
}
