/* Copyright © Arix@you 2016 */

body { 
	background: #97badc; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

img {
	border: 0;
}

hr {
    width: 100%;
    height: 1px; 
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0
} 

.sep {
    border: 0px;
    width: 100%;
    background:url(../img/sep.png) no-repeat;
    height: 27px; 
	visibility:visible;
	margin:0 0 0 0px;
	padding:0;
	clear:both;
}

.sep_home {
    border: 0px;
    width: 100%;
    background:url(../img/sep.png) no-repeat top left;
    height: 10px; 
	visibility:visible;
	margin:0;
	padding:0;
	clear:both;
}

blockquote {
	font:italic 24px georgia, "Times New Roman", Times, serif;
	color:#999;	
}


/* --------- structural elements --------- */

#content { 
	text-align: left; 
	margin: 20px auto 0 auto; 
	padding: 0; 
	width: 1021px; 
	position: relative;
	}

/*Header*/
#top {
	width:1021px;
	height:92px;
	background:url(../img/bg_top.png) no-repeat center top;
	margin:0;
	padding:0;
	position:relative;
}


#Nav {
	width: 974px;
	padding:43px 0 0 43px;
	font:italic bold 16px Georgia, "Times New Roman", Times, serif;
}

#Nav ul	{
	width: 974px;
	margin: 0 auto;
	padding: 0;
	}
	
#Nav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	float:left
	}
	
#Nav ul li a {
	text-decoration: none;
	color:#fff;
	padding:0;
	margin:0 40px 0 0;
	}

#Nav ul li a:hover, #Nav ul li a.on {
	text-decoration: none;
	color:#b38f89;
	}


/*Main homepage*/

#main_home {
	width:1021px;
	height:569px;
	padding: 0;
	background:url(../img/home.jpg) no-repeat 50% 50%;
	margin:0 auto;
}

#main {
	width:1021px;
	padding:0 ;
	background:url(../img/bg_main.png) repeat-y top center;
	margin:0;
}

	#maincontents.progetto { 
		background:url(../img/bg_progetto.jpg) no-repeat top left;		
		margin: 0 26px 0 25px;
		padding:20px;
		}
	
	#maincontents.prodotti { 
		background:url(../img/bg_progetto.jpg) no-repeat top left;		
		margin: 0 26px 0 25px;
		padding:20px;
		}
	
	#maincontents.persone { 
		background:url(../img/bg_progetto.jpg) no-repeat top left;		
		margin: 0 26px 0 25px;
		padding:20px;
		}
	
	#maincontents.eventi { 
		background:url(../img/bg_progetto.jpg) no-repeat top left;		
		margin: 0 26px 0 25px;
		padding:20px;
		}
	
	#maincontents.momenti{ 
		background:url(../img/bg_progetto.jpg) no-repeat top left;		
		margin: 0 26px 0 25px;
		padding:20px;
		}
	

		#contents {
			margin:0 0 0 430px;	
			font:14px/1.3em Arial, Helvetica, sans-serif
		}


		#service {
			padding:0;
			float:right;
			}
			

/*Footer Styles*/

#bottom { 
	background: url(../img/bg_bottom.png) no-repeat 0 0;
	width:1021px;
	height:185px;
	margin: 0;
	clear:both;
	font: 12px/1.3em Arial, Helvetica, sans-serif;
	color:#fff
}

#bottom_inner { 
	background: url(../img/bg_bottom_inner.jpg) no-repeat 0 0;
	width:1021px;
	height:390px;
	margin: 0;
	padding:0;
	clear:both;
	font: 12px/1.3em Arial, Helvetica, sans-serif;
	color:#fff
}

	#copyright {
		padding:55px 0 0 40px;
		width:860px;
	}

	#bottom_inner #copyright {
		padding:255px 0 0 40px;
		width:860px;
	}

	#copyright a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	
	#copyright a:hover {
		color:#fff;
		text-decoration:underline
	}

	

/* --------- link --------- */

a { 
	text-decoration: none; 
	color:#b38f89;
	}
	
a:hover { 
	font-weight:bold;
	color:#44300f
	}

a.orange { 
	color: #F8981D;
	text-decoration: none; 
	}

a.orange:hover { 
	color: #493709; 
	text-decoration: underline; 
	}
	
a.doc {
	background:url(../img/doc.jpg) no-repeat 0 0;
	padding:30px 10px 10px 30px;
	float:left;
	font-weight:bold;
}	

a.doc:hover {
	background:url(../img/doc1.jpg) no-repeat 0 0;
	color:#000000
	
}	

a.back {
	background:url(../img/back.png) no-repeat 0 0;
	padding:4px 0px 2px 30px;
	float:left;
	font-weight:bold;
}	
	
/* --------- text --------- */

h1 { /* titolo sezioni */
	color: #999;
	font:italic bold 2em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:20px 0 10px 0;
	border-bottom:1px dashed #666;
	text-align:right;
}

h2 { 
	color: #333;
	font:italic bold 1.6em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:20px 0 20px 0px;
}

h3 { /* titolo sezioni christmas */
	color: #333;
	font:italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:20px 0 20px 0px;
}

h4 { /* e-dictionary */
	color: #999;
	font:italic bold 1em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:20px 0 10px 0;
	border-bottom:1px dashed #666;
}

/* --------- classes --------- */

img.left {
	float: left;
}
img.right {
	float: right;
}

img.shadow {
	background:url(../img/box.jpg) no-repeat center center;
	float:left;
}

img.shadow1 {
	background:url(../img/box.jpg) no-repeat center center;
	float:left;
	padding:10px;
	margin-right:10px;
}

img.shadowright {
	background:url(../img/box.jpg) no-repeat center center;
	padding:10px;
	float:right;
	margin-right:10px;
}

img.bgimg {
	background:url(../img/bg_img.gif) no-repeat;
	padding:10px 10px 10px 12px;	
}

p.list {
	float:left;
	width:250px;
	margin:20px 20px 20px 0;
	padding:0;
}

p.news {
	background:url(../img/news.png) no-repeat top left;
	padding-left:80px;
}



/* --------- highslide  --------- */

.highslide {
	z-index:1;
}
.highslide img {
	border: none;
	margin:0px;
}
.highslide:hover img {
	border: none;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../js/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../js/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}




/* for print */

#printheader {
	display:none;
}
