@import url(reset.css);

html{
	background-color: #4b0000;
	font: 62.5% normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	color: #535050;

}

body{
	background-color: #FFFFFF;
	width: 1000px;
    margin: 0 auto;

}

a {
	color: #615d5d;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #941717;
	font-size: 12px;
	text-decoration: underline;
}



/**************************
 HEADER
***************************/
.header{
	padding:0px;
	width:920px;
	height: 170px;
	background-image: url(../images/header.jpg);
	background-position: center top;
	left: 0px;
	margin: 0px;
	overflow: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div#mainbody { 
	 background-color:#FFFFFF;
	 margin: 0 auto;
	 width:922px;
}

.menu{
	width: 920px;
	float: left;
}
/**************************
 HOME PAGE
***************************/

div.slide-background{
	width:546px;
	height:368px;
	background-image:url(../images/slide-background_new2.gif);
}
	div.slide-background #image-rotator, #image-rotator{
		position:relative;
		width:527px;
		height:355px;
		background-image:url(../images/image-rotator/avv_regina_Dan.jpg);
		margin:0 auto;
	}
	
div.box_home{
	float:left;
	/*border:solid 1px;*/
}
	div.in_box_home{
		float:left;
		margin:0 0 0 50px;
		/*border:solid 1px;*/
	}


/**************************
 PREMIO
***************************/
	
.txt_premio{
	font-size:15px;
	color:#615d5d;
	text-align: justify;
	font-family:Arial narrow, Helvetica, sans-serif;
	padding: 15px;
	background: url(../images/background-main-lastoria.jpg) top left repeat-y;
	width:96%;
}
	
/**************************
 LA STORIA
***************************/
div#contentMain{
	position:relative;
	width:922px;
	/*height:825px;*/
	background: url(../images/background-main-lastoria.jpg) top left repeat-y;
	text-align:center;
	/*top: -20px;*/
}
	div#contentMain div.content-list{
		position:relative;
		width:922px;
		/*height:730px;*/
		overflow:auto;
	}
		div.box-storia .title{
			font-size:17px;
			padding:10px;
			font-family:Arial narrow, Helvetica, sans-serif;
		}
		div.box-storia .column{
			float:left;
			width:307px;
			font-size:17px;
			font-family:Arial narrow, Helvetica, sans-serif;
		}
			div.box-storia .column .title{
				color:#8A1621;
			}

a.a_title {
	font-size:17px;
	font-family:Arial narrow, Helvetica, sans-serif;
	color:#be1313;
	font-weight:normal;
	text-decoration:underline
}

a.a_title:hover {
		text-decoration: none;

}


/**************************
 EDIXZIONI
***************************/
	
div#image-rotator2005{
		width:600px !important;
		height:400px !important;
		background-image:url(../images/gallerie/2005/1.jpg) !important; 
		margin:0 auto;
	}	

div#image-rotator2006{
		width:535px !important;
		height:357px !important;
		background-image:url(../images/gallerie/2006/1.JPG) !important; 
		margin:0 auto;
	}

div#image-rotator2007{
		width:336px !important;
		height:500px !important;
		background-image:url(../images/gallerie/2007/1.JPG) !important; 
		margin:0 auto;
	}


div#image-rotator2008{
		width:332px !important;
		height:500px !important;
		background-image:url(../images/gallerie/2008/1.JPG) !important; 
		margin:0 auto;
	}
	
div#image-rotator2009{
		width:535px !important;
		height:357px !important;
		background-image:url(../images/gallerie/2009/1.jpg) !important; 
		margin:0 auto;
	}

/**************************
 PRESS
***************************/
	
.txt_press{
	font-size:15px;
	color:#615d5d;
	text-align: justify;
	padding: 15px;
	font-family:Arial narrow, Helvetica, sans-serif;
	background: url(../images/background-main-lastoria.jpg) top left repeat-y;
	width:96%;
}


/**************************
 CONTATTI
***************************/
form#contatti {
	margin:5px 10px;
	}
	#contatti-table{
		width:920px;
		border-spacing:4px;
		border-collapse:separate;
		background: url(../images/background-main-lastoria.jpg) top left repeat-y;
		
	}
	
.txt{
	font-size:13px;
	color:#615d5d;
	text-align: center;
	padding: 15px;

}

.txt_grey{
	font-size:15px;
	color:#615d5d;
	font-weight:bold;

}
.txt_red{
	font-size:15px;
	color:#be1313;
}

.txt_grey_new{
	font-size:10px;
	color:#615d5d;
}

.testo-rosso {
	font-size:10px;
	color:#FCFCFC;
	font-weight:bold;
}


.image{
	width: 581px;
	background-position: center bottom;
	background-color: #081c35;
	right: 0px;
}

.img{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border:solid 1px #990000;
	float:right;

}

.image-rotator-border{
	border:solid 1px #990000;
}


.txt_footer{
	clear:both;
	width:800px;
	background-color:#006699;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	
}



.txt contatti{
	
	font-size:10px;
	color:#CCCCCC;
	text-align: left;
	padding: 15px;
	background-position: center;
}
/************ Utility ****************/
div.sx{
	float:left; 
}

div.clear, .clear{
	clear:both; 
}
div.fleft, .fleft{
	float:left; 
}
div.fright, .fright{
	float:right; 
}

div.center, .center{
	text-align:center !important;
	
	}
div.riga{
	padding:10px 0;
	width:922px;
}
div.width100p{
	width:100% !important;
}

