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

body {
	font-size: 10px; 
	line-height: 15px;
	font-family: helvetica, sans-serif;
	/*background: #ccc;                                      sfondo grigio*/
	letter-spacing: 0.03em;
}

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

a:link {
	text-decoration: none;
	color: #666;
	}
a:active {
	text-decoration: none;
	color:#666;
	}
a:visited {
	text-decoration: none;
	color: #666;
	}
a:hover {
	text-decoration: none;
	color: #000;
	}
a img {
	border: none;
	}
#wrapper{
	width: 960px;
	margin: 0 auto;
}
#menu {
    background: #fff;
    width: 215px;
    overflow: auto;
    float:left;
    height: 100%;
}
#menu ul {
	background: #FFFFFF;
	list-style: none;
	margin: 0 0 25px 0;
}
#menu p {
	margin-bottom:54px;
	background:#FFFFFF;
}
#menu p a{
	color:#000;
}
#menu ul li.section-title {
	color: #000;
	font-weight: bold;
	margin: 0px 0 5px;
	}

#menu li.active a { color: #000; }

#content {
    height: 100%;
    margin: 0;
    float:left;
	width: 745px;
}

.container { 
    padding: 15px 15px 25px 15px;
	
}

#content p { width: 440px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; font-weight: bold; }
h2 { font-weight: bold; font-size:11px; margin: 33px 0px 0px;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#grey{
	color:#FFF;
	font-size: 16px;
	line-height: 19px;
	width: 625px;
	min-height: 395px;
	padding: 30px;
	background-color:#ffffff;
}