/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Arial;
    background: whitesmoke;
    overflow: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover {background-color: #e8eef1;}

a img { border: none; }

#menu {
    background-color: #fff;
    height: 605px;
    overflow: auto;
    position: absolute;
    margin: 20px 0 0 20px;
    width: 160px;
    box-shadow: 2px 2px 5px grey;
    -webkit-box-shadow: 2px 2px 5px grey;
    -moz-box-shadow: 2px 2px 5px grey;
}

#menu ul {
    
    list-style: none;
    margin: 0 0 0 0;
    color: #367784;
}


#menu ul li.section-title { 
    font-weight: bold;
    padding: 9px 0 0 0;
}

#content {
    height: 605px;
    width: 900px;
    background-color: #fff;
    overflow:auto;
    position:absolute;
    margin: 20px 0 0 200px;
    box-shadow: 2px 2px 5px grey;
    -webkit-box-shadow: 2px 2px 5px grey;
    -moz-box-shadow: 2px 2px 5px grey;
}

#menu .container {
    padding: 15px 20px 20px 20px;
}
#content .container { 
    padding: 20px 20px 0px 20px; 
}

#content p { 
    width: 400px; 
     
}

p {
    margin: 0 0 0 0;
}

h1 { font-size: 18px;
     font-weight: bold;
     color: #97b8c6;
}
h2 { font-size: 12px;
     color:#666 }
h3 { font-size: 16px;}
h4 { font-size: 12px; }

#img-container  { margin: 0; padding: 0; }
#img-container p    { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#mini {
     font-size: 10px;
     color: #000;
}
#trattini {
     font-size: 12px;
     color: #bbb;
}
#prima {
    margin: 12px 0 0 0;
    line-height: 1.3;
}


