*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #f3f3f3 url(../images/bkg.jpg) repeat-x top;
	text-align: center;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
/**********************LAYOUT************************************/
div#contenitore{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
} 
div#testata{
	position: relative;
	height: 120px;
	
}
div#testata img#logo{
	position: absolute;
	left: 0;
	top: 30px;
}
div#contenuto-splash{
	margin-top: 30px;
}
div#contenuto{
	padding: 10px;
	text-align: left;
}
div#contenuto-pop{
	text-align: left;
}
div#footer{
	clear: both;
	font-size: 11px;
}
div#thumbs{
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #ccc;*/
}
div.thumb{
	float: left;
	margin: 10px;
	width: 86px;
	height: 86px;
	background: transparent url(../images/thumb-bkg.jpg) no-repeat left;
}
div.thumb img{
	margin-left: 3px;
	margin-top: 3px;
}
div#col1{
	float: left;
	width: 30%
}
div#col2{
	float: right;
	width: 60%;
	border: 1px solid #333;
	border: 1px solid #E1E1E1;
	background-color: #F2F2F2;
	padding: 4px;
}
/*************************splash menu****************************/
div.splash-menu{
	width: 201px;
	height: 428px;
	float: left;
	margin-right: 4px;
	
}
div.splash-menu a{
	display: block;
	margin-top: 243px;
	font: normal 16px "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
div.splash-menu a:hover{
	color: #fff;
}
div#presentazione{
	background: #f3f3f3 url(../images/presentazione.jpg) no-repeat top;
}
div#dove-siamo{
	background: #f3f3f3 url(../images/dove_siamo.jpg) no-repeat top;
}
div#servizi{
	background: #f3f3f3 url(../images/servizi.jpg) no-repeat top;
}
div#contatti{
	background: #f3f3f3 url(../images/contatti.jpg) no-repeat top;
}
/**************************menu******************************/
ul.menu{
	position: absolute;
	right: 0;
	bottom: 16px;
	list-style-type: none;
}
ul.menu li{
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px solid #aaa;
	
}
ul.menu li.ultimo{
	border-right: 1px solid #aaa;
	padding-right: 5px;
}
ul.menu li a{
	text-decoration: none;
	color: #333;
}
ul.menu li a.selected, ul.menu li a:hover{
	color: #CA4700;
}
/******************typo**********************/
h1{
	color: #FF6600;
	font: normal 26px "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h2{
	color: #FF6600;
	font: normal 22px "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
p{
	margin-bottom: 18px;
}
a{
	color: #FF6600;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/******************classsssssss**********************/
.orange{
	color: #FF6600;
	font-weight: bold;
}
.clearboth{
	clear: both;
}
.pad10{
	padding: 10px;
}
.aligncenter{
	text-align: center;
}
.floatright{
	float: right;
}
/****************************formz****************************/

form p{
	float: left;
	margin-left: 10px;
	width: 214px;
	padding: 4px;
}
input, textarea{
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 200px;
	border: 1px solid #E1DCD5;
	padding: 2px;
}

input.pulsante{
	width: auto;
	padding: 4px;
	background-color: #FF6600;
	border: 1px solid #BB4B00;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
}
input#privacy{
	width: auto;
}