/* HTML + CSS + JavaScript by S.S.E.Perandini, 2o12, mail(at)simoneperandini.com */

body {
	background:#ececec;
	line-height:14px;
	font-family: Calibri, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;	
	color:#5C5C5C;
	text-align:center;
}

textarea{width:100%;
         height:100%;}

input{width:100%;}

.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-family: Calibri, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;	
}

#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;
	text-align: center;
	font-size: 10px;

}

#container_bottom div.footer {
	font-size:8pt;
	font-family:Tahoma,sans-serif;
	text-align:center;
	margin-top:5px;
}






/* striscione floating */

#topright {
	position:absolute;
	top:16px;
	right:30px;
	width:250px;
	float:right;
	text-align:right;
	height:30px;
	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: 33px;
}
a.box_v_menu:hover {
	color: #FFFFFF;
	/*font-weight:bold;*/
	/*background-image:url(graphics/sidebar_bg.png);*/
	text-indent: 8px;
/*	background-color: #69F ; */
background-color:#607D9B;
}


 












/* colonna links*/

#sidebar {
	position:absolute;
	margin-top:10px;
	/*font-size:1.4em;*/
	/*margin-right:11px;*/
	border-right: thin #CCC solid;
	left:25px;
	width:170px;
	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:600px;
	padding:0px;
	padding-top:15px;
	top:5px;
	height:45px;
	text-align: left;
	background: #FFFFFF url(graphics/header.png) bottom left no-repeat;
/*	background-image: url(graphics/header.png); */
	
}




/*TESTO*/
div.content {
	padding-top:90px;
	margin-left:20px;
	width:775px;
	font-family: Calibri, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;	
	line-height:14px;
}










/*  MAIN CONTENT SECTION */
div.text {
	width:550px;
	padding-left:200px;
	color: #5C5C5C;
	background: #FFFFFF url(graphics/logo_big_chiaro.png) top left no-repeat;
	font-family: Calibri, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;	
}



div.text p {
	margin:0px 0px 15px;
	text-align: justify;
	font-size: 14px;
	
}



div.text h1 
	{
	padding-top:15px;
	color:#999;
	  font-size:2em;
	margin-top:20px;
	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:3em;
	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;
	text-align: left;

}

form {
	margin:0;
	text-align: left;
}

.testo_base {
	font-family: Calibri, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333;
}

/* HTML + CSS + JavaScript by S.S.E.Perandini, 2o12, mail(at)simoneperandini.com */.img_centered {
	text-align: center;
}
