/* CSS Document */
#doc{
	color: #505050;
	
}
a:link {
	color: #EF9A32;
}
a:visited {
	color: #EF9A32;
}
a:hover {
	color: #F90;
}
a:active {
	color: #EF9A32;
}
.header{	height:20px;
	width:100%;
	background-color: #e6e6e6;
}
.header_interno{
	width:77.54em;

*width:75.67em;		min-width:1008px;
	margin:auto;
	text-align:left;
	height: 90px;
}
.lingue{

}
.lingue ul{
	font-family: 'Cabin', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	float: right;
	list-style-position: inside;
	list-style-image: url(../images/pallino.png);
}
.lingue li{
	display: inline;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
	width: 60px;
	background-image: url(../images/pallino.png);
	background-repeat: no-repeat;
	background-position: left;
}
.lingue li a{
	display:inline-block;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	color: #505050;
	text-decoration:none;
}
br.clear {
	font-size: 0px;
	clear: both;
}
.clear_both{
	height:1px;
	clear:both;
	overflow:hidden;
	
}
#testata {
	width:77.54em;

*width:75.67em;		min-width:1008px;
	margin:auto;
	text-align:left;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef9a32;
}
#logo{
	width:202px;
	height: 68px;
	float: left;
	margin-top: 12px;
	margin-left: 5px;
}
#menu_principale{
	float:right;
	height: 70px;
	margin-right: 5px;
	width: 500px;
	margin-top: 12px;
}
.circlemenu{
width: 100%;
overflow:hidden;
}

.circlemenu ul{
	margin: 0;
	padding: 0;
	font-family: 'Cabin', sans-serif;
	list-style-type: none;
	text-align: center; /* "left", "center", or "right" align menu */
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.circlemenu li{
display: inline;
margin: 0;

}

.normal a{
	display:inline-block;
	text-align:center;
	text-decoration: none;
	color: white;
	margin: 0;
	margin-right:10px; /*right spacing between each link */
	width:70px;
	height:70px;
	border-radius: 400px; /*really large border radius to create round borders*/
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	background-color: #ef9a32;
	background-image: url(../images/pallino_luminoso.png);
	background-position: center 80px;
	background-repeat: no-repeat;

	-moz-transition-property: background-position;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: background-position;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: linear;
	transition-property: background-position;
	transition-duration: 0.5s;
	transition-timing-function: linear;

	behavior: url(./css/PIE.htc);
}

.circlemenu a span{
position:relative;
top:40%;
}

.circlemenu li a:visited{
color: white;
}

.normal a:hover{
background-position: center 43px;

}
.current a{
	display:inline-block;
	text-align:center;
	text-decoration: none;
	color: white;
	margin: 0;
	margin-right:10px; /*right spacing between each link */
	width:70px;
	height:70px;
	border-radius: 400px; /*really large border radius to create round borders*/
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	background-color: #ef9a32;

background-position: center 43px;
background-image: url(../images/pallino_luminoso.png);

	background-repeat: no-repeat;
	behavior: url(./css/PIE.htc);

}
#intro {
	width:77.54em;

*width:75.67em;		min-width:1008px;
	margin:auto;
	text-align:left;
	height: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ef9a32;
}
#desc {
	width:77.54em;

*width:75.67em;		min-width:1008px;
	margin:auto;
	text-align:left;
	min-height: 350px;

}
#intro h1{
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #505050;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#slider {
	position: relative;
	width: 400px;
	height: 285px;
	overflow: hidden;
	z-index: 10;
	margin-top: 15px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	}

#buttons {
	position: relative;
	width: 726px;
	height: 40px;
	z-index: 100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: hidden;
	}

#right {
	width: 105px;
	height: 40px;
	background-image: url(../hashslider/img/next_button.png);
	text-indent: -99999px;
	float: right;
	cursor: pointer;
	}
	
#left {
	width: 105px;
	height: 40px;
	background-image: url(../hashslider/img/back_button.png);
	text-indent: -99999px;
	float: left;
	cursor: pointer;
	}

	
#slider ul {
	position: relative;
	}
	
#slider ul li {
	float: left;
	}
	
#numbers {
	height: auto;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}	
	

#numbers li {
	position: relative;
	width: 18px;
	height: 13px;
	background-image: url(../images/dot_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	z-index: 100;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	
.activenum {
	background-position: 0 -13px;
	}
	
.number_content{
	height:200px;
	width:25px;
	float:left;
	margin-left: 15px;
}
.title_content{
	height:200px;
	width:350px;
	float:left
}
.title_content ul{
	margin-top: 14px;
}
.title_content ul li{
	font-family:'Cabin', sans-serif;
	font-size:14px;
	margin-bottom: 16px;
	color: #505050;
	font-weight: normal;
}
.col4{
	margin-top:15px;
	min-height:300px;
	padding-left: 20px;
	padding-right: 5px;
	width: 220px;
}
.col4 h1{
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB9A2F;
}
.col4 img{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.col4 .testo{
	text-align:justify;
	padding-top: 15px;
}
.content{
	font-family:'Cabin', sans-serif;
	color: #505050;
}
#novita{
	padding-left:5px;
	padding-right:5px;
}
.news{
	background-color:#efefef;
	border-radius: 10px; /*really large border radius to create round borders*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(./css/PIE.htc);
	background-image: url(../images/bollo_news.png);
	background-repeat: no-repeat;
	min-height:400px;
	background-position: 5px 5px;
}
.news_pic{
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}
.footer{
	text-align:center;
	padding-top:30px;
	font-size:10px;
	padding-bottom: 15px;
}
#jqnewsVert
{
	overflow: hidden;
	height: 260px;
	width: 200px;
	margin:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#jqnewsVert div
{
	display: block;
	overflow: hidden;
	height: 120px;
	width: 186px;
	margin: 4px;
}
.testo p{
	margin-top:5px;
}
#intro .content{
	padding-left:20px;
	
}
#testa ul li{
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(../images/pallino.png);
	white-space: normal;
	display: list-item;

}
#descrizione{
	padding: 20px;
	
}
#descrizione h1{
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB9A2F;
	margin-bottom: 5px;
}
#descrizione ul{
	margin-top:5px;
}
#descrizione ul li{
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(../images/pallino.png);
	white-space: normal;
	display: list-item;
	margin-left: 10px;

	
}
#descrizione td{
	padding:5px;
}
#immagine{
	padding-top:15px;
}
