@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	background-color: #000;
	}
	
hr {
    height: 1px;
    background-color: silver;
    border: 0;
    }
	
/* stili generici */


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

.center {
	text-align:center;
	}


/* Stili per i links */


a:link {
	color: #E00;
	text-decoration: none;
	}


a:visited {
	text-decoration: none;
	color: #E00;
	}
	
	
a:hover {
	text-decoration: underline;
	color: #E00;
	}
	
	
a:active {
	text-decoration: none;
	color: #E00;
	}
	
	
a {
	font-weight: bold;
	}



/* stili per le intestazioni */

h1{
	margin:0;
	padding:0;
	}


h2{
	margin:0;
	padding:0;
	}

h2.reserved {
	margin:5px;
	padding:2px 0;
	border-bottom: 1px dotted silver;
	}

h3{
	color:#E00;
	text-transform:uppercase;
	padding:0;
	margin:0;
	}
	
h4{
	color:#E00;
	font-style:italic;
	font-weight:lighter;
	padding:0;
	margin:0 0 10px 0;
	}


/* stili per il layout */


#all {
	margin: 0 auto;
	width:1050px;
	background-image:url(../immagini/bg.jpg);
	background-repeat:repeat-x;
	}


#website{
	width:900px;
	margin: 0 auto;
	}


#header {
	width:900px;
	}


#loghi {
	width:900px;
	background-color:#333;
	}

#logo{
	width:220px;
	float:left;
	padding:20px 0 0px 0px;
	}

#marchi {
	width:680px;
	float:left;
	padding:80px 0px 4px 0;
	text-align:right;
	}

.marchio {
	float:right;
	padding:0 5px;
	}
	
#menu{
	width:900px;
	float:left;
	background-color:#b8bbc0;
	border-top:1px solid #fff;
	margin-bottom:15px;
	color:#333;
	}


.menuitem{
	float:left;
	}

.menuitem a {
	color:#444;
	font-weight:normal;
	border-left: 1px solid #fff;
	text-transform:uppercase;
	font-size:10px;
	padding: 10px 9px;
	}

.menuitem a:hover{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border-left: 1px solid #fff;
	text-transform:uppercase;
	font-size:10px;
	padding: 10px 9px;
	background-color:#666;
	}

.voceattiva {
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-left: 1px solid #fff;
	text-transform:uppercase;
	font-size:10px;
	padding: 10px 9px;
	background-color:#C00;
	}

.voceattiva a {
	color:#fff;
	font-weight:bold;
	}


#content {
	width:900px;
	background-repeat:repeat-x;
	background-color:#FFF;
	}


#content_home { /* ha uno sfondo bicolore */
	width:900px;
	}


#default{
	width:900px;
	background-image:url(../immagini/bg_content.jpg);
	background-repeat:repeat-x;
	background-color:#f3f7fa;
	float:left;
	}


#left {
	width:300px;
	float:left;
	}
	
	
#contentleft{
	width:300px;
	position:relative;
	}
	
#immagine {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1
	}

#center {
	width:300px;
	float:left;
	}


#right {
	width:300px;
	float:left;
	}
	

#big{
	width:555px;
	padding:15px 30px 15px 15px;
	float:left;
	color:#555;
	font-size:11px;
	}
	

#grey{
	width:900px;
	float:left;
	background-color:#b8bbc0;
	color:#444;
	}


#left_grey {
	width:299px;
	float:left;
	border-right:1px dotted #666;
	}


#center_grey {
	width:270px;
	float:left;
	padding:15px 13px 0 13px;
	font-size:11px;
	}


#right_grey {
	width:239px;
	float:left;
	border-left:1px dotted #aaa;
	padding:15px 13px 0 13px;
	font-size:11px;
	}


#footer {
	width:1050px;
	margin:0 auto;
	clear: both;
	text-align:center;
	font-size:10px;
	background-color:#000;
	background-image:url(../immagini/bg_footer.png);
	background-repeat:no-repeat;
	padding-top:30px;
	}

#content_footer{
	width:600px;
	margin: 0 auto;}

#sx_footer {
	float:left;
	padding:0 10px;
	border-right: 1px solid #999;
	}

#center_footer {
	float:left;
	width:430px;
	padding:0 10px;
	border-right: 1px solid #999;
	margin-bottom:15px;
	}

#dx_footer {
	float:left;
	padding:0 10px;
	}



/* stili per i box */


.box{
	width: 285px;
	padding:15px 0 0 0;
	margin-bottom:15px;
	float:left;
	font-size:11px;
	}

.boxint{
	padding:15px;
	background-color:#FFF;
	border:1px solid #7c7c7c;
	width:230px;
	margin:0 15px 15px 0;
	float:left;
	font-size:11px;
	}
	
.boxint.right{
	margin-right:0;
	}

.box_title{
	height:42px;
	}

.box_content{
	background-color:#FFF;
	border:1px solid #7c7c7c;
	border-top:0;
	width:223px;
	margin:0 0px 0 31px;
	padding:5px 15px 15px 15px;
	float:left;
	}
	
.box_left{
	width: 100px;
	padding-right:17px;
	float:left;
	color:#666;
	font-size:10px;
	}
	

.box_right{
	width: 105px;
	float:left;
	font-size:10px;
	color:#666;
	}

.box_small {
	font-size:10px;
	color:#666;
	}

.box_img {
	padding:5px 0;
	}


.box_logo{
	padding:0 0 10px 0;
	}


#box_prezzo{
    float: left;
    margin: 5px 0;
	width: 110px;
	height: 110px;
	background: transparent url(../immagini/bg_prezzo_big.jpg) no-repeat top left;
	text-align:center;
}
#wrapper_prezzo {
    margin: 0;
}
#prezzo {
    visibility: hidden;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}

.prezzo{
	text-align:center;
	padding:40px 0;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	background-image:url(../immagini/bg_prezzo_big.jpg);
	background-repeat:no-repeat;
	}
.prezzo2 {
    color:white;
}


.blocco{
	padding:5px 0 10px 0;
	}
	
/* stili per gli eventi */

.evento{
	padding:10px 0;
	border-top:1px dotted #CCC;
	float:left;
	}
.evento_abstract{
    margin-bottom:10px;
	padding:10px;
	background-color: #eee;
	}
.evento_data{
	font-size:12px;
	font-style:italic;
	}

.evento_titolo{
	padding:5px 0;
	color: #E00;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}

.evento_archivio {
	padding:10px 0;
	border-top:1px solid #999;
	float:left;
	}

.evento_data_archivio{
	font-size:11px;
	font-style:italic;
	}

.evento_titolo_archivio{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}

.small_img{
	float:left;
	padding:0 10px 20px 0; 
	}

.big_img{
	float:left;
	margin:0 15px 20px 15px;
	}
.no_border {
    border: none;
    }

.evento_immagini {
	float:left;
	margin:0 15px 20px 15px;
}

.evento_immagini .prz {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
/* staff */

.photo{
	float:left;
	padding:0 10px 10px 0;}
	
/* gallery */

#gallery{
	padding: 20px 0 10px 0;
	width:555px;
	float:left;
	}

.gallery_th{
	margin: 0 8px 8px 0;
	float:left;
	}

.msg {
    padding: 1px 10px;
    background-color: #eee;
    margin-bottom: 10px;
}
.msg.ok {
    color: #090;
}
.msg.ko {
    color: #900;
}


/* banner */

.banner {
	border:2px solid #666;
	}
