body {
	margin-top: 30px;
	padding: 0;
	background: #000000 url(immagini/img01.gif) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}

*{margin:0;padding:0}

#imghome{
	margin-top: 30px;
	text-align:center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

a { color: #8A8A8A; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

hr { display: none; }

#wrapper {
}

/* Header */

#header {
	width: 940px;
	height: 46px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #000000;
	border-bottom: 3px solid #262626;
}

/* Menu */

#menu {
	float: left;
	width: 940px;
	height: 46px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 14px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #262626;
	text-decoration: none; 
}

#menu .current_page_item a {
	background: #262626;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	background: #000000;
}


#titolo h1{
margin-top:30px;
font-size: 36px;
color: #FFFFFF;
}

#titoloh h1{
text-align:center;
margin-top:30px;
font-size: 36px;
color: #8A8A8A;
}

/** LOGO */

#logo {
	width: 940px;
	height: 86px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	font-size: 13px;
	color: #8A8A8A;
}

#logo h1 {
	padding-top: 10px;
	font-size: 36px;
}

#logo a {
	text-decoration: none;
	color: #639CBF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 940px;
}

/* Footer */

#footer {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #2B2B2B;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}
#footer2 {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer2 p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

/* Colonne */

#colsx{
	width: 500px;
	float:left;
}

#colsx2{
	width: 470px;
	float:left;
}

#colsx p{
	margin-left: 20px;
	margin-right: 20px;
}

#coldx{
	width: 440px;
	float:left;
}

#coldx2{
	width: 470px;
	float:left;
}

#coldx p{
	margin-left: 20px;
	margin-right: 20px;
	color: #ffffff;
}

#titolo3{
	margin-left: 20px;
	margin-right: 20px;
	padding-top:10px;
	font-size:24px;
	padding-bottom:30px;
}

#titolo{
	padding-top:10px;
	font-size:24px;
	padding-bottom:10px;
}

#titolo2{
	padding-top:5px;
	font-size:16px;
}

#blocco{
	margin-left: 20px;
	margin-right: 20px;
	color: #ffffff;
}

#blocco2{
	margin-left: 20px;
	margin-right: 20px;
	color: #ffffff;
}

#blocco img{
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #ffffff;
	float:left;
}

#blocco2 img{
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
}
#flash{
background-color: black;
}

/* Galleria */

.galleria{
	list-style:none;
	width:200px
}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}
.galleria li a{
	display:none
}
.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img{
	cursor:pointer
}
.galleria li.active div img,.galleria li.active div{
	display:block
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption{
	display:block;
	padding-top:.5em
}
* html .galleria li div span{
	width:400px
} /* MSIE bug */

.demo{position:relative;}
	.gallery_demo{width:702px;margin:0 auto;}
	.gallery_demo li{width:68px;height:50px;border:1px solid #fff;margin: 4px 4px;background:#000;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{margin:0 auto 15px auto;background:black;text-align:center;}
	#main_image img{margin-bottom:0px;}
	
.nav{
	padding-top:5px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	font-size: 10px;
}
.gallery_demo_unstyled{
text-align:center;
}
#copy{
font-size:8px;
}
#copy a{
text-decoration:none;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#gallery {
		background-color: #000;
		padding-left:100px;
		width: 750px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; margin-left:10px;}
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
