/* RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
#omniture { position: absolute; }


body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}



h1 {
	font-family: 'Tangerine', serif;
	color: #E3B729;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3B729;
	font-size: 40px;
}


h2 {
	font-family: 'Tangerine', serif;
	color: #E3B729;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3B729;
	font-size: 30px;
}



#wrap {
	margin: auto;
	width: 950px;
	padding-right: 20px;
	padding-left: 20px;
}


#top {
	height: 136px;
	width: 950px;
}


#banner-top {
	height: 10px;
	width: 864px;
	margin-right: 43px;
	margin-left: 43px;
	background-color: #FFF;
}

#banner {
	height: 276px;
	width: 910px;
	margin-right: 20px;
	margin-left: 20px;
}

#banner-button {
	height: 22px;
	width: 910px;
	margin-right: 20px;
	margin-left: 20px;
}




#wrap-content {
	float:left;
	width: 950px;
	background-image: url(../immagini/bg-wrap-content.jpg);
	background-repeat: repeat-y;
}


#menu {
	font-family: 'Tangerine', serif;
	width: 307px;
	float: left;
	font-size: 40px;
	margin-left: 27px;
	background-image: url(../immagini/bg-big-menu.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 522px;
	float: left;
	background-color: #FFF;
	margin-right: 43px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}


#foto-gallery img{
	margin: 3px;
	padding: 2px;
	height: auto;
	width: 118px;
	border: 1px solid #333;
}




#credit {
	width: 950px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #E3B729;
	text-align: center;
}


.clearer {
  clear: both;
}


.bottone {
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
}



/* MENU */

.menu{
	margin:0;
	padding:0;
	width:307px;
	list-style:none;
}
.menu li{
	padding:0;
	height:66px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.menu li a{
	text-align:center;
	height:66px;
	color:#FFF;
	display:block;
	text-decoration:none;
	background-image: url(../immagini/bg-menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.menu li a:hover{
	color:#F00;
}

.menu li a span{line-height:40px;}


.menu li a.menu1, .menu li a.active:hover{
	background-image: url(../immagini/1.png);
}

.menu li a.menu2, .menu li a.active:hover{
	background-image: url(../immagini/2.png);
}

.menu li a.menu3, .menu li a.active:hover{
	background-image: url(../immagini/3.png);
}

.menu li a.menu4, .menu li a.active:hover{
	background-image: url(../immagini/4.png);
}





/* LINK */


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}




#credit a:link {
	color: #E3B729;
	text-decoration: none;
}
#credit a:visited {
	text-decoration: none;
	color: #E3B729;
}
#credit a:hover {
	text-decoration: none;
	color: #F00;
}
#credit a:active {
	text-decoration: none;
	color: #E3B729;
}

