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

body {
	font-size: 12px;
	line-height:16px;
	font-family: helvetica, arial, sans-serif;
	background: #27272a;
	color: #87878a;

	
	letter-spacing: 1px;
}


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

a {	outline:none;
/*color:#ecf0e2;*/color:#77777a;}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    width: 262px;
    top: 16px;
	left: 0;
    position:absolute;
    /*height: 100%;*/
	background-color: #27272a;

}

#menu a.logo-a{
width:262px;
margin-left:0 !important;
}

#menu ul {
	list-style: none;
	margin: 0 0 16px 0;
}

#menu ul li.section-title { display:none;}

#content {
    height: 100%;
    margin: 16px 0 0 325px;
}

.container {
  padding: 8px 8px 32px 0;
}

/*#content p { width: 400px; margin-bottom: 9px; }*/

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; line-height:32px;}
h2 { font-size: 24px; line-height:32px;}
h3 { font-size: 16px; line-height:16px;}
h4 { font-size: 12px; line-height:16px;}
h1,h2,h3,h4{margin-bottom:16px; text-transform: capitalize;}

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

#once { /*clear: left;*/ }
.clear{ clear:both; }

/**/

#menu .container{
 padding: 8px 8px 32px 32px;
}

#menu .container a{
margin-left:41px;
}

#menu .container span.linguaspacer{
display:block;
float:left;
width:41px;
}

#menu .container ul .active{
/*text-decoration: underline;*/
/*margin:0 0 5px 0;*/
/*padding:1px 5px;*/

}

#menu .container ul .active a{
background:#87878a;
font-size:12px;
color:#27272a;
padding:1px 5px 1px 0;
}

#menu .container img{
}

#menu .container a.logo-a{
display:block;
overflow:hidden;
height:435px;
}

#menu .container > a.ita,
#menu .container > a.eng{
display:block;
font-size: 10px;
letter-spacing:1px;
margin-bottom:40px;
color:#ddd;
}

#content .container p{
width:400px;
letter-spacing: 1.5px;

}

body.page-3 #wrapper #content .container,
body.page-4 #wrapper #content .container{
width:300px;
}
.grow{}