/* HTML + CSS + JavaScript by S.S.E.Perandini, 2o1o, mail(at)simoneperandini.com */

body {
	background:#ececec;
	font-size:12px;
	line-height:14px;
	font-family:Calibri,Tahoma,Arial,Verdana,Helvetica,sans-serif;
	color:#5C5C5C;
	text-align:center;
}

.clearer { clear:both; height:1px; overflow:hidden; margin-top:-1px; }

#container {
	position:relative;
	margin:0px auto;
	top:10px;
	width:815px;
	background:url(graphics/bg.png) -1px 0px repeat-y;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:14px;
	font-family:Tahoma, Arial,Verdana,Helvetica,sans-serif;
}

#container_top {
	position:absolute;
	top:0px;
	left:0px;
	width:815px;
	height:27px;
	background:url(graphics/bg_top.png) top left no-repeat;
}

#container_bottom {
	position:relative;
	bottom:0px;
	left:-1px;
	width:815px;

	height:27px;
	background:url(graphics/bg_bottom.png) top left no-repeat;

}

#container_bottom div.footer {
	font-size:8pt;
	font-family:Tahoma,sans-serif;
	text-align:center;
	margin-top:5px;
}






/* striscione floating */

#topright {
	position:absolute;
	top:10px;
	right:30px;
	width:500px;
	float:right;
	text-align:right;
	height:20px;
	font-size:8pt;
}


#topright a:link, a:visited, a:active { 
	text-decoration: none;
	color:#6d6d6d;}
#topright a:hover{color: #F80;}








a.box_v_menu, a.box_v_menu:link, a.box_v_menu:visited {
	text-decoration: none;
	display: block;
	position: relative;
	color:#6d6d6d;
	line-height: 20px;
	text-indent: 8px;
	height: 20px;
}
a.box_v_menu:hover {
	color: #FFFFFF;
	/*font-weight:bold;*/
	/*background-image:url(graphics/sidebar_bg.png);*/
	text-indent: 8px;
	background-color: #690 ; 
	/*background-color: #F80;*/ /*arancio*/
}


 












/* colonna links*/

#sidebar {
	position:absolute;
	margin-top:10px;
	/*font-size:1.4em;*/
	/*margin-right:11px;*/
	border-right: thin #CCC solid;
	left:25px;
	width:150px;
	padding:0px;
	padding-top:15px;
	padding-left:10px;
	top:100px;
	height:300px;
	text-align: left;
}




/*blue è il titolo centrale*/

#blue{
	position:absolute;
	margin-top:19px;
	margin-right:11px;
	border-bottom: thin #CCC  solid;
	left:25px;
	width:760px;
	padding:0px;
	padding-top:15px;
	top:5px;
	height:45px;
	text-align: left;
	background: #FFFFFF url(graphics/Immagine1.png) bottom left no-repeat;
	
}








/*TESTO*/
div.content {
	padding-top:90px;
	margin-left:20px;
	width:775px;
	font-size:12px;
	line-height:14px;
}










/*  MAIN CONTENT SECTION */
div.text {
	width:550px;
	padding-left:200px;
	color: #5C5C5C;

	
}



div.text p {
	margin:0px 0px 15px;
}



div.text h1 
	{
	padding-top:15px;
	color:#FF6600;
	font-size:3em;
	margin-top:10px;
	letter-spacing: -0.1em;
	font-family: Calibri, Tahoma, Arial;
	}


div.text h2 
	{
	color: #CCC;
	font-size:1.4em;
	letter-spacing: 0.05em;
	font-family:Calibri,Tahoma,Arial;
	}
 

div.text h3 
	{
	color:#000;
	font-size:1.5em;
	font-family:Calibri,Tahoma,Arial;
	}

div.text h6
	{
	padding-top:15px;
	color:#FF6600;
	font-size:4em;
	margin-top:10px;
	margin-bottom:12px;
	letter-spacing: -2px;
	font-family: Calibri, Tahoma, Arial;
	}




div.text a:link, a:visited, a:active {color:#6d6d6d;}
div.text a:hover{
	color: #FF6600;

}

form {margin:0}
