/* Toolbar per selezionare la pagina */

ul#toolbar
{
	background-color: transparent;
	background-image: url('../img/Background_Soci.png');
	background-repeat: no-repeat;
	background-position: top left;

	width: 195px;
	height: 177px;
	text-align: center;
	list-style: none;

	margin-top: 30px;
	margin-left: 20px;
	margin-right: 50px;
	clear: both;
	float: left;

	padding-top: 29px;
}
	
#toolbar li 
{
	height: 39px;
	margin-top: 1px;
	padding-top: 3px;
	margin-left: 3px;
}

#toolbar li a
{
	text-decoration: none;
	color: black;
}	

#toolbar li.active 
{
	background-image: url('../img/Soci_Selected.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#toolbar li.inactive 
{


	
}


/* Contenitore della parte da scorrere... in modo da visualizzare una pagina per volta */

#scroller 
{
	width: 620px;
	background: transparent;
	overflow: hidden;
	position: relative;
}

#first-pane
{
	left:0px;
	top:0px;
}

#second-pane
{
	left:620px;
	top:0px;
}

#third-pane
{
	left:1240px;
	top:0px;
}


/* Contenitore delle pagine... deve essere grande! */

#allpanes
{
	width: 1860px;
	position: relative;
}

/* Contenitore della singola pagina */

.section 
{
	width: 620px;
	float: left;
}

.section h2 
{
	color: #6FA0CF;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.section h3 
{
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.section p, .section li 
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 22px;
}

