
body {
	margin: 0 ;
	padding: 0;
	width:100%;
	font: verdana;
	font-family:verdana;
	background: #fafafa;
}

a{text-decoration:none;color:black;}

a:hover{text-decoration:none;color:black;}

.menu{
	height:260px;
	width:150px;
	border:1px solid #909090;
	border:0px;
	background:url('../images/bg_red.gif') repeat-y;
	text-align:left;
}

.menu ul{
	padding:5px;
}

.menu li{
	height:15px;
	list-style-type:none;
	display:block;
	padding:5px;
	text-align:left;
	font-size:12px;
	width:150px;
}
.menu li:hover{
	list-style-type:none;
	padding:5px;
	text-align:left;
	background:#fafafa;
	border:1px solid red;
}
.menu li:hover a{
	color:#909090;
}
.menu a{
	text-decoration:none;
	color:white;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.menu_under{
	width:200px;
	text-align:left;
	border:0px;
	background:url('../images/bg_red.gif') repeat-y;
}

.menu_under a{
	text-decoration:none;
	font-style:normal;
	text-transform:uppercase;
	color:#303030;
	font-size:10px;
}

.menu_under ul{
	list-style-type:none;
	vertical-align:top;
}
.menu_under li{
	list-style-type:none;
	padding-left:20px;
	color:12px;
	font-style:italic;
	color:#f0f0f0;
	padding-top:10px;
	width:120px;
}

.menu_under h1{
	visibility:hidden;
	height:0px;
}
.menu_under h3{
	color:white;
	padding-left:10px;
}
.menu_under h3 a{
	color:white;
	text-transform:lowercase;
}

/*---------------------------------FINE MENU*/

.top_right{
        width:360px;
        height:200px;
        overflow:hidden;
	border: 0px;
/*        border:1px solid black;
	border-right:#f0f0f0 5px solid;
	border-left: 5px solid #f0f0f0;*/
        margin-right:40px;
        background-position: center;
        background-repeat:no-repeat;
        float:right;
        margin-bottom:10px;
        margin-top:10px;
}
.top_right_content{
	text-align:right;
        margin-top:130px;
        height:70px;
        border-top:1px solid black;
        background-color:#fafafa;
        filter: alpha(opacity=65);
        -moz-opacity: 0.65;
        opacity: 0.65;
	padding:5px;
	font-size:12px;
}


.top_right img{
	width:240px;
	margin-left:40px;
}

#logo{
	clear:both;
	display:block;
	height:75px;
	width:148px;
	background:url('../images/logo_top.gif') no-repeat top left;
}

.menu logo:hover{
	border:0px;
	background:none;
}

/*----------------------------------FINE ALTO DESTRA*/
.h_gallery{
	width:100%;
	clear:both;
	float:left;
	color:#f9f9f9;
	height:126px;
	overflow:hidden;
	background:#f0f0f0;
}
.h_gallery_content{
	color:white;
	background-color:#f20000;
	width:100%;
	
}
.h_gallery_content a{
	margin-right:30px;.
}
/*---------------------------------FINE GALLERY*/
.content{
	margin-left:10px;
}
/*---------------------------------FINE CONTENUTO*/
.footer{
	width:90%;
	clear:both;
	height:60px;
	text-align:center;
	background:#f0f0f0;
	padding:20px;
	font-size:10px;
}
.spacer{
	width:150px;
}

.tablewrapper{
	width:90%;
	margin:auto;
}


/*------------------------------------GALLERIA TUTTE LE FOTO----------------------------*/

.full_gallery_div{
	width:910px;
	margin:auto;
	margin-top:30px;
	border:1px solid #909090;
}
.full_gallery td{
	font-size:10px;
	text-align:center;
}
.full_gallery td img{
	padding:10px;
}
.footer_gallery{
        width:910px;
        clear:both;
        height:60px;
        text-align:center;
        background:#f0f0f0;
	padding:0px;
        padding-top:20px;
	padding-bottom:20px;
	font-size:10px;
}

