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

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:900;
	background-color: #FDDD00;
	background-attachment: fixed;
	
}

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

a{ text-decoration: none; }


a img { border: none; padding:0;margin:0;}

.subp a{color:#000; background:#FDDD00;}
.subp a:link { color:#000; background:#FDDD00; }
.subp a:active { color:#000; background:#FDDD00; }
.subp a:hover { color:#000; background:#FDDD00; padding-left:10px;}

.subp a {padding:2px;}
.subp a img{margin-bottom:-5px;}

#menu {

background-color: transparent; 
	
bottom:0;

left:10px;
position:absolute;
top:10px;
width:130px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	width:130px; /* verificare compatibilitˆ foo.js*/
}

#menu ul li.section-title { background: #FDDD00; color:#000;}

#content {
position:absolute;
  margin:0;
  
    top: 10px;
    left: 140px;
    z-index:20;
    width:510px;
}

.container {
margin:0;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 38px;}
h2 { font-size: 20px; margin:-0.5px 0 0 0;}
h3 { font-size: 14px; }
h4 { font-size: 12px; }

.hh3{font-size: 20px;} 
.hh3b{font-size: 16px; color:#eee; font-weight:100; letter-spacing: 5px; font-style: italic;} 



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

#once { clear: left; }




#menu li, .titolo, .titolob, .subp{
	background:#000;
/*
	background: #418;
	background: #eee;
*/
	color:#FDDD00;
}



#menu ul li a{color:#FDDD00;}

#menu ul li a:link { color:#FDDD00;}
#menu ul li a:active { color:#FDDD00;}
#menu ul li a:visited { color:#FDDD00;}
#menu ul li a:hover { color:#000; background:#FDDD00; }

.active, .active a, .active a:link, .active a:active, .active a:visited{
background:#FDDD00;}


#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li {
	display:block;
	width:55px;
	height:55px;
	margin:10px 10px 0px 0px;
	float:left;
	
	overflow:hidden;

	
	/*font-size: 1.2em;*/
	font-size: 11px;
	font-weight:900;
/*	font-family: "arial-black", "helvetica-black";*/
	
}

#menu ul li a {
	display:block;
	width:49px;
	height:49px;
	padding:3px;
}
/* clear */
.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Nascosto per IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



.titolo{
}
	

.titolob{
position:relative;
width:510px;
height:120px;
	margin:0px 0px 0px 0px;
	background: url('sublogob-b.gif') top left repeat;
}

.titolob h1 {position:absolute; bottom:5px; left:5px;}

#content p{
display:block;
vertical-align: middle;

width:500px;
}


.subp{
	background:#000;

	color:#FDDD00;
	width:500px;
	margin:10px 0px 0px 0px;
padding:5px;
}


#appendicelink{
	position:absolute;
	top:10px;
	left:660px;
	
	width:140px;
	
	list-style:none;
	margin:0px;
	padding:0px;
}

#appendicelink  li {
	display:block;
	width:55px;
	height:55px;
	margin:0px 10px 10px 0px;
	float:left;
	
	overflow:hidden;

	
	/*font-size: 1.2em;*/
	font-size: 11px;
	font-weight:900;
/*	font-family: "arial-black", "helvetica-black";*/
	
}

#credits{
position:fixed;
bottom:10px; left:10px;
background:#000;
color:#ddd;

letter-spacing: 0.5px;
font-weight:100;
padding:5px;
}

#credits a{
color: #fff;
text-decoration: underline;}

#wrapper{margin-left: 10px; margin-bottom: 0; margin-right: 0; margin-top: 10px;}