/* CSS Document */

/************************************************************************/
/*	LAYOUT DELLA PAGINA		*/

body {
	width: 100%;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	/*background-image: url(../img/body_bkg.gif);*/
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.intro { width: 800px; margin: 0 auto; position: relative; }

img, a img { border: 0px solid #000; }

.page {
	width: 940px;
	/*
	min-height: 640px;
	height: auto !important;
	height: 640px;
	*/
	margin: 0px auto;
	text-align: center;
	position: relative;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../img/shadow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.content {
	margin: 0px auto;
	
	width: 940px;
	background: url(../img/body_bkg.gif) left top repeat-y;
	/*padding: 0px 20px 0px 20px;*/
}

.header {
	width: 900px;
	height: 120px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #333;
	background-color: #000;
}

.anniversary {
	float: left;
	width: 120px;
}

.logo {
	float: left;
	height: 120px;
	background-color: #000;
	padding: 0px;
}
	
.headerPhotos {
	float: right;
	width: 420px;
}



/**********************************************************/
/*	MENU	*/

.menu {
	clear: both;
	float: left;
	width: 120px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	margin: 0px;
	margin-left: 20px;

	padding: 0px;
	background-color: #942726;
	border-right: 1px solid #333;
}

	.menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	
		.menu ul li {
			display: block;
			height: 20px;
			/*padding-left: 10px;*/
			width: 100%;
			
			border-bottom: 1px solid #FFF;
			color: #FFF;
			line-height: 20px;
			text-align: left;
			text-transform: uppercase;
			font-size: 11px;
			/*font-weight: bold;*/
			letter-spacing: 0.1em;
		}
		
		a.menuItem { display: block; width: 110px; padding-left: 10px; text-decoration: none; }
		a.menuItem:link, a.menuItem:visited, a.menuItem:active { background-color: #942726; color: #FFF; }
		a.menuItem:hover { background-color: #333; color: #942726; text-decoration: none; }
		
		a.selMenuItem {
			display: block; width: 110px; padding-left: 10px; text-decoration: none;
			background-color: #FFF; color: #942726;font-weight: bold;
		}
	
	/*********************************************************/
	/*	SOTTOMENU	*/
	
	.menu li.sub_menu {
		/*border-bottom: 0px solid #FFF;*/
		height: auto;
		/*background-color: #ae3433;*/
		color: #CCC;
		padding-bottom: 5px;
	}
	
		li.sub_menu ul {
			display: block;
			margin-left: 5px;
			/*border-left: 1px solid #FFF;*/
			width: 112px;
		}
		
		li.sub_menu ul li {
			display: block;
			height: auto;
			border: none;
			line-height: 11px;
			font-size: 10px;
			letter-spacing: normal;
		}
		
		li.sub_menu li a.menuItem { display: block; /*width: 110px;*/ padding: 5px; text-decoration: none; color: #CCC; }
		li.sub_menu li a.menuItem:link,
		li.sub_menu li a.menuItem:visited,
		li.sub_menu li a.menuItem:active { background-color: #ae3433; color: #DDD; }
		li.sub_menu li a.menuItem:hover { background-color: #666; color: #FFF; text-decoration: none; }
		
		li.sub_menu li a.selMenuItem {
			display: block; padding: 5px; text-decoration: none;
			background-color: #AAA; color: #942726;font-weight: bold;
		}
		
		/****************************************************************/
		/*	SOTTOMENU DI 2° LIVELLO		*/
		
		.menu li.sub_menu ul li.sub_sub_menu { border: none; border-left: 1px solid #FFF; padding: 0px;/* border-bottom: 1px solid #FFF;*/ }
		
		li a.subMenuItem { display: block; width: 99px; padding: 5px; padding-left: 10px; border-left: 1px solid #FFF; border-bottom: 1px solid #FFF; font-size: 11px; text-decoration: none; color: #CCC; }
		li a.subMenuItem:link,
		li a.subMenuItem:visited,
		li a.subMenuItem:active { background-color: #ae3433; color: #DDD; }
		li a.subMenuItem:hover { background-color: #666; color: #FFF; text-decoration: none; }
		
		li.sub_sub_menu a.selSubMenuItem { display: block; width: 104px; padding: 5px; font-size: 11px; text-decoration: none; background-color: #BBB; color: #942726; font-weight: bold; }
		
			.menu li.sub_menu ul li.sub_sub_menu ul {
				width: 108px;
				margin-left: 0px;
				padding-left: 6px;
				padding-bottom: 3px;
				border: none;
				border-bottom: 1px solid #FFF;
			}
			
			.menu li.sub_menu ul li.sub_sub_menu ul li {
				display: block;
				height: auto;
				margin-left: 3px;
				padding-left: 5px;
				font-size: 11px;
				text-transform: none;
				background: url(../img/bkg_sub_sub_menu_item.gif) 0px center no-repeat;
				border: none;
				background-color: #942726;
			}
			
			li.sub_sub_menu li a.subSubMenuItem { display: block;/* width: 100px;*/ padding: 2px; padding-left: 5px; font-size: 11px; line-height: 14px; text-decoration: none; color: #CCC; }
			li.sub_sub_menu li a.subSubMenuItem:link,
			li.sub_sub_menu li a.subSubMenuItem:visited,
			li.sub_sub_menu li a.subSubMenuItem:active { color: #DDD; }
			li.sub_sub_menu li a.subSubMenuItem:hover { color: #FFF; text-decoration: underline; }
			
			li.sub_sub_menu a.selSubSubMenuItem { display: block; padding: 2px; padding-left: 5px; font-size: 11px; line-height: 14px; text-decoration: underline; color: #FFF; font-weight: bold; }
		
		
.main {
	float: left;
	width: 778px;
	background-color: #FFF;
	
}

.footer {
	width: 880px;
	height: 24px;
	margin-top: 0px;
	
	margin-left: 20px;
	margin-right: 20px;
	
	/*margin-left: 20px;*/
	padding-right: 20px;
	/*padding-left: 20px;*/
	border-top: 1px solid #FFF;
	background-color: #666;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	line-height: 24px;
	letter-spacing: 0.1em;
}
	.footer a,
	.footer a:link,
	.footer a:visited,
	.footer a:active { color: #FFF; font-size: 10px; text-transform: none; text-decoration: underline; }
	.footer a:hover { color: #FFF; text-decoration: none; }

/*****************************************************/
/*	TITOLI	*/

h1.mainTitle {
	display: block;
	float: left;
	width: 320px;
	height: 40px;
	margin: 10px;
	padding: 0px;
	background: url(../img/title_underline.jpg) bottom right no-repeat;
	color: #942726;
	line-height: 30px;
	font-size: 30px;
	text-align: right;
}

h2 {
	clear: left;
	width: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

h3 {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}


/***************************************************/
/*	TESTI	*/

.evidenzia {
	color: #810100;
	font-weight: bold;
}

p {
	padding: 10px 20px 20px 20px;
	text-align: left;
}

a, a:link, a:visited, a:active { color: #942726; text-decoration: none; }
a:hover { text-decoration: underline; }


/****************************************************/
/*	PHOTOGALLERY	*/

.photo {
	float: left;
	position: relative;
	width: 181px;
	height: 167px;
	margin: 6px;
	text-align: center;
	background: url(../img/photo_bkg.gif) top left no-repeat;
}
	.photo img {
		margin: 0 auto;
		margin: 14px 7px 7px 3px;
		border: none;
	}
	
	.photo span.legend {
		display: block;
		position: absolute;
		bottom: 13px;
		left: 10px;
		width: 150px;
		height: 22px;
		vertical-align: middle;
		margin: 0 auto;
		line-height: 10px;
		text-align: center;
		font-size: 10px;
		color: #333;
	}
	
	
/*******************************************************/
/*	CONTATTI	*/
	
div.contatti { text-align: left; padding-left: 30px; font-size: 14px; }

.contatti dl {
	margin-left: 40px;
	margin-top: 10px;
	text-align: left;
}
.contatti dl dt { margin-left: 10px; margin-bottom: 5px; font-size: 14px; font-weight: bold; font-style: italic; }
.contatti dl dd { margin-left: 40px; margin-bottom: 20px; font-size: 14px; line-height: 20px; }


/******************************************************/
/* Stili per suddivisione prodotti BRT/Astec */

a.gruppo_prodotti,
a.gruppo_prodotti:link,
a.gruppo_prodotti:visited,
a.gruppo_prodotti:active {
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
}
	
	a.gruppo_prodotti:hover span  { text-decoration: underline; }
	
	a.gruppo_prodotti img { border: none; }



div.prodotti { width: 99%; text-align: center; }

.prodotti dl {
	display: block;
	float: left;
	position: relative;
	width: 225px;
	margin: 10px;
	text-align: center;
	
}

.prodotti dt {
	display: block;
	margin: 0 auto;
}

.prodotti dt img { padding: 3px; }

.prodotti dt a img { border: 1px solid #FFF; }
.prodotti dt a:hover img { border: 1px solid #942726; }

.prodotti dd {
	display: block;
	width: 140px;
	background-color: #FFF;
	position: absolute;
	bottom: 10px;
	left: 42px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
}

.prodotti dd a:link, .prodotti dd a:visited, .prodotti dd a:active { color: #666; }
.prodotti dd a { color: #666; }
.prodotti dd a:hover { color: #942726; }


/***********************************************************/
/* Stili per presentazione temporanea prodotti */

.prodotti_temp {
	/*width: 625px;*/
	margin: 0 auto;
	clear: both;
}
	 #prodotti_BRT div.prodotti_temp { float: left; margin-left: 175px; }
	 #prodotti_AAMG div.prodotti_temp {float: right; margin-right: 200px; }

.prodotti_temp a, .prodotti_temp a:link, .prodotti_temp a:visited, .prodotti_temp a:active {
	display: block;
	/*float: left;*/
	height: 20px;
	width: 180px;
	margin: 10px;
	
	background-color: #ededed;
	font-size: 14px;
	line-height: 20px;
	/*color: #942726;*/
	text-decoration: none;
	font-weight: bold;
}

#prodotti_BRT div.prodotti_temp a:hover { color: #FFF; background-color: #942726; }
#prodotti_AAMG div.prodotti_temp a:hover { color: #FFF; background-color: #93c171; }


#prodotti_BRT div.prodotti_temp a,
#prodotti_BRT .prodotti_temp a:link,
#prodotti_BRT .prodotti_temp a:visited,
#prodotti_BRT .prodotti_temp a:active { color: #942726; }

#prodotti_AAMG div.prodotti_temp a,
#prodotti_AAMG .prodotti_temp a:link,
#prodotti_AAMG .prodotti_temp a:visited,
#prodotti_AAMG .prodotti_temp a:active { color: #93c171; }

/***********************************************************/

ul.catalogo { list-style-image: url(../img/dot.gif); line-height: 12px; text-align: left; }
ul.catalogo li { margin: 6px 2px; }

fieldset.prodotto {
	width: 95%;
	margin: 0 auto;
	border: 1px solid #333;
	font-size: 11px;
	text-align: center;
}

table.loghi { float: right; border: none; margin: 5px; width: 250px; }
	table.loghi td { margin: 5px; padding: 0px; padding-bottom: 10px; vertical-align: middle; text-align: center; }
	

div.description { width: 95%; margin: 0 auto; padding: 10px; text-align: left; }


fieldset.prodotto legend {
	margin-left: 10px;
	font-size: 16px;
	color: #942726;
	font-weight: bold;
}


fieldset.prodotto label,
div.description label { margin: 0px; padding: 0px; font-size: 13px; font-weight: bold; color: #333; }
p.testo { margin: 5px; padding: 0px; text-align: justify; }

table.dati { clear: both; width: 80%; margin: 0 auto; margin-top: 15px; font-family: Arial, Helvetica, sans-serif; text-align: center; }
table.dati.larga { width: 95%; }

	table.dati th { padding: 2px; background-color: #666666; color: #FFF; font-size: 11px; font-weight: bold; text-align: center; }
	
	table.dati tr.dispari { background-color: #FFF; }
	table.dati tr.pari { background-color: #DDD; }
		
	table.dati td { font-size: 10px; letter-spacing: 0.1em; margin: 2px; padding: 2px 4px; border-bottom: 1px solid #666; border-right: 1px solid #666; }
	

	
.link_inizio {
	width: 95%;
	height: 10px;
	padding: 3px;
	text-align: right;
	font-size: 9px;
}
	.link_inizio a { color: #000; }

span.didascalia { display: block; width: 300px; text-align: center; font-size: 10px; color: #333; }

span.evento, span.evento a { display: block; margin-bottom: 10px; text-decoration: underline; color: #942726; font-size: 14px; font-weight: bold; }
span.descrizione_evento { display: block; margin-left: 20px; margin-bottom: 15px; }




/*
div.pdf {
	width: 180px;
	height: 34px;
	padding-left: 38px;
	padding-top: 8px;
	background: url(../img/pdf_icon.gif) 2px 5px no-repeat;
	background-color: #EFEFEF;
}
*/


	a.pdf {
		display: block;
		/*float: left;*/	margin: 0 auto;
		width: 180px;
		height: 34px;
		margin: 10px;
		padding-left: 32px;
		padding-top: 8px;
		background: url(../img/pdf_icon.gif) 2px 5px no-repeat;
		background-color: #EFEFEF;
		text-align: center;
		border: 1px solid #999999;
	}
	a.pdf:hover { text-decoration: none; background-color: #DDDDDD; }
	
	a.pdf span.title { display: block; width: 100%; font-size: 12px; font-weight: bold; color: #942726; text-align: center; }
	a.pdf span.press { display: block; width: 100%; font-size: 10px; color: #000000; text-align: center; }
	
p.pdf_docs { margin: 0px; margin-top: 10px; margin-bottom: 10px; padding: 0px; }
	p.pdf_docs a.pdf { float: left; margin: 5px; }
	a.pdf span.docs { display: block; width: 100%; font-size: 11px; font-weight: bold; color: #333333; text-align: left; padding-top: 7px; padding-left: 5px; }