/*STILE GENERALE*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: #faefaf;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    letter-spacing: -2px;
    font-size: 3em;
    text-transform: lowercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}

p, ul {
    text-align: justify;
}

a {
    color: #FFEA6F;
}

a:hover {
    text-decoration: none;
}

img { 
    border: none;
}

/*DIV WRAPPER*/

#wrapper {
    height: 610px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-305px;
	margin-left:-390px;
	border-style:solid;
	border-width:2px;
	border-color:#150e37;

}

/*DIV HEADER*/

#header {
    width: 780px;
    height: 170px;
    background: url(../images/img02.jpg) no-repeat;
}

/*DIV LOGO*/

#logo {
    width: 780px;
    height: 130px;
}

/*DIV MENU*/

#menu {
	width: 780px;
	height: 40px;
	padding-top:5px;
	background: url(../images/img01.gif) repeat-x;
}

#menu ul {
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 156px;
	height: 40px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(../images/img09.jpg) no-repeat;
	color: #2d13ac;
}

#menu .active a {
	background: url(../images/img09.jpg) no-repeat;
	color: #372412;
}

/*DIV PAGE*/

#page {
	width: 780px;
	height: 300px;
	background: #150E37;
}

/*DIV CONTENT*/

#content {
	float: left;
	width: 370px;
	height: 250px;
    border-top: 2px solid #4A3903;
    border-bottom: 2px solid #4A3903;
    padding-left:4px;
    padding-right:9px;
	margin-top:5px;
}

/*DIV GALLERY NEW*/

#nascosto{
   visibility:hidden;
}

#g_left {
    width:200px;
	float:left;
    padding:20px;
}

#g_center {
    width:200px;
	padding:20px;
	margin:0 auto;
}

#g_right {
    width:200px;
	float:right;
	padding:20px;
}

/*CLASSI HOVER IMMAGINI*/

a.opacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a.opacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

/*CLASSE PRINCIPALE SLIDESHOW*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	float:left;
	margin-top:40px;
    padding-left:9px;
    padding-right:4px;
}

/*DIV CONTATTI*/

#contatti {
    float:left;
	margin-top:30px;
}

#contatti img{
   border-style:double;
}

/*DIV FLASHCONTENT*/

#flashcontent {
    width:780px;
	height: 285px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-140px;
	margin-left:-390px;
	padding-top:15px;
}

/*DIV PUSH*/

#push {
    width:780px;
    background:url(../images/bg_body.jpg) no-repeat;
	clear:both;
	height:60px;
}

/*DIV FOOTER*/

#footer {
    width:780px;
	clear: both;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
    border-bottom: 3px solid #E8AD35;
	font-size: smaller;
	color: #150e37;
	height: 50px;
	margin-top:24px;
}

#footer a {
	color: #C28C21;
}

#footer p {
    line-height:50px;
    text-align:center;	
}

#f_left {
    width:100px;
	float:left;
	padding-top:9px;
}

#f_right {
    width:100px;
	float:left;
	padding-top:9px;
}

#f_center {
    width:580px;
	float:left;
}

/*CLASSI SLIDESHOW*/

.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	border-style:double;
       
}
	
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;         
}

.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-loader {
	height: 28px;
	/*right: 50px;*/
	position: absolute;
	/*top: 100px;*/
	width: 28px;
	z-index: 10001;
}

.slideshow-loader-hidden {
	opacity: 0;
}

.slideshow-loader-visible {
	opacity: 1;
}

/*FINE CSS*/