﻿body 
{
    margin: 0px auto;
    text-align: center;    
}
/* clear fix, per interrompere il floating degli elementi allineati */
.fixer:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.fixer {
	display: inline-block;
}
/* nascondi per IE-mac \*/
* html .fixer {
	height: 1%;
}
.fixer {
	display: block;
}
li.fixer {
	display: list-item;
}
#intro, #main
{
    margin: 0px auto;
    border: 3px solid #f2f2f2;
    width: 960px;
    height: 640px;
    background-color: #fff;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;    
    position: absolute;
    text-align: center;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-top: -320px;
    margin-left: -480px;    
}
#boxcontent
{
    width: 960px;
    height: 640px;
    position: relative;    
}
#boxcontent a img{border: 0px}
#content
{
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 170px;
    left: 100px;  
    z-index: 2;  
}
.descrizione
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333;
    text-align: left;
    width: 800px;
}
.descrizionedove
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333;
    text-align: left;
    float: left;
    width: 350px;
    margin-right: 30px;
}
.descrizionedove a
{
    color: #818D10;
    text-decoration: none;   
}
.descrizionedove a:hover
{
    color: #E9F295;    
    text-decoration: none;    
}
.mappa
{
    float: left;
    width: 425px;
    height: 350px;
}
.mappa iframe
{
    border: 2px solid #818D10;  
}
.descrizione b, .descrizionedove b{color: #818D10;}
#spiral
{
    background-image: url(../img/spiral.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    margin: 0px auto;
    text-align: center;    
    z-index: 1;
    top: 340px;
    width: 960px;
    height: 240px;
}
#logo
{
    width: 146px;
    height: 55px;
    position: absolute;
    top: 40px;
    left: 50px;
}
#back
{
    width: 83px;
    height: 23px;
    position: absolute;
    top: 57px;
    right: 50px;    
}
#footer
{
    width: 960px;
    height: 36px;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    bottom: 30px;    
    position: absolute;
}
.boxCat
{
    height: 150px;
    float: left;
    margin: 0px 10px 10px 10px;
}
.imgCat
{
    width: 165px;
    height: 120px;
    border: 1px solid #B0C700;
    margin: 0px 0px 5px 0px;
}
.nomeCat
{
    height: 12px;
    text-align: right;
}
.nomeCat span
{ 
    font-family: Arial, Sans-Serif;
    color: #fff;    
    font-size: 12px;
    padding: 0px 2px;
    background-color: #B0C700;    
}
.nomeCat span a
{
    font-family: Arial, Sans-Serif;
    color: #fff;    
    font-size: 12px;
    text-decoration: none;   
}
.nomeCat span a:hover
{
    font-family: Arial, Sans-Serif;
    color: #818D10;    
    font-size: 12px;
    text-decoration: none;    
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 25px;
	width: 910px;
	padding: 6px 10px 0px 15px;
	overflow: auto;
	text-align: center;
	color: #fff;
}
ul.sc_menu {
	display: block;
	height: 10px;
	/* max width here, for users without javascript */	
	width: 4220px;	
	padding: 0px; 
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}
.sc_menu a:hover {
	font-size: 15px;
	color: #DDD611;
	text-decoration: none;	
}
.sc_menu span {
	display: none;
	margin-top: 3px;	
}
.sc_menu a:hover span {
	display: block;
}
#lblposition
{
    position: absolute;
    top: 64px;
    right: 180px;
}
#icoportfolio
{
    position: absolute;
    top: 52px;
    right: 140px;    
}
/* Easy Slider */
 
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:800px;
		height:400px;
		overflow:hidden; 
		margin: 0px auto;
		}
		#slider{border: 1px solid #C0D134; padding: 20px; margin-left: 10px;}
	span#nextBtn{position: absolute; top: 150px; right: -50px; z-index: 999;}
	span#nextBtn img{border:0px;}
	span#prevBtn img{border:0px;}
	span#prevBtn{position: absolute; top: 150px; left: -40px; z-index: 999;}
 
/* // Easy Slider */

