/*
 Creation and/or Modifications by Qube Srl
 *****************************************************************	
	Qube Srl - www.qubestudios.it
	Copyright (c) Qube Srl
	E-mail : info@qubestudios.it	
 *****************************************************************
*/


/*
/////////////////////////////ELEMENTI DI DEFAULT://///////////////////////////////////
1. Html + Body
2. Link
3. Altro
*/

html{
	overflow:-moz-scrollbars-vertical;
}

body{
	background:url(../images/backgroundnew.jpg) center top no-repeat #40b34b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a:link, a:active, a:visited{
	text-decoration:none;
	color:#333;
}

a:hover{
	text-decoration:underline;
	color:#333;
}

textarea{
	height:200px;
}	

/*
/////////////////////////////ELEMENTI RIPETUTI/////////////////////////////////////
1. Titoli h2
*/
.content ul{ list-style:circle; margin-left:20px;}
/* Titoli h2*/
#contentLeft h2{
	background:url("../images/bgtitoli.jpg") no-repeat scroll 0 0 transparent;
	border-bottom:1px dotted #FF6600;
	border-left:1px dotted #FF6600;
	color:white;
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
	padding:0 0 0 36px;
} h2{
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
}