/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @modified by Salvatore Santoro 
*/

* {
    margin: 0;
    padding: 0;
}
body {
    color: #838383;
    font-family: helvetica, Arial, sans-serif;
    font-size: 11px;
    orphans: 0;
    widows: 0;
    background: #F6F6F6;
}

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

a:link { text-decoration: none; color: #838383; }
a:active { background-color: #e4e4e4; color: #838383; text-decoration: none; }
a:visited { text-decoration: none; color: #838383; }
a:hover { background-color: #e4e4e4; text-decoration: none; color: #838383; }
a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: transparent;
    font-size: 11px;
	font-family: helvetica, Arial, sans-serif;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0px;
	list-style: none;	
}

#menu li.active a{
	background-color: #F6F6F6;
	color: #838383;
}

#menu ul li.section-title { 
	color: #838383; 
	text-decoration: none; 
	font-weight: bold; 
	font-variant: normal;
}

#content {
    margin-left: 220px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
    overflow: hidden
    background-color: #F6F6F6;
}

.container {
    padding-left: 30px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 30px;
}

#content p { width: 860px; margin-bottom: 5px; }

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#img-container	{ }

#img-container p {
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 0;
    width: 860px;
}

#once { clear: left; }

#logo { padding-bottom: 30px; }

/* SLIDE SHOW - Navigation */
    p.nav a {
        background-color: #CCC;
        padding-top: 1px;
        padding-right: 5px;
        padding-bottom: 1px;
        padding-left: 5px;
        font-family: helvetica, Arial, sans-serif;
        font-size: 12px;
        -moz-border-radius-bottomleft:2px;
        -moz-border-radius-bottomright:2px;
        -moz-border-radius-topleft:2px;
        -moz-border-radius-topright:2px;}
    p.nav a:hover {
        background-color: #F6F6F6;}
    p.nav span#num {
        font-size: 12px;
        font-family: helvetica, Arial, sans-serif;
        padding-left: 20px;}

/* istruzioni per stampa */
<link rel="stylesheet" type="text/css"
      href="/styles/print.css" media="print" />
