/* --------------------------- */
/* GENERALs */
/* --------------------------- */
html, body { 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
}

body {
	line-height: 1;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	background-color: #EFEEEC;
}
 
html, body, td, div, p {
	font-size: 12px; 
	font-family: Arial, Helvetica, Tahoma, Verdana, Arial Narrow, Geneva;
	color: #252323;
}
a:link, a:visited, a:active { color: #026996; text-decoration: none; }
a:hover { color: #026996; text-decoration: underline; }
a { outline: none; }

p { margin: 0px; }



/* --------------------------- */
/* DIVs */
/* --------------------------- */
.openBlock { display: block; }
.closedBlock { display: none; }



div#mainBoard {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000;
}
	
	/* Pages */
	div#topBarStripeColor {
		width: 100%;
		height: 84px;
		position: absolute;
		left: 0px;
		top: 0px;
		background-image: url( ../../graphics/top_bg_1.gif );
		background-position: left top;
		background-repeat: repeat-x;
		z-index: 0;
	}
	
	div#pageBox {
		width: 760px;
		height: 280px;
		position: relative;
		margin-top: 49px;
		margin-left: auto !important; 
		margin-right: auto !important;
		display: block;
		vertical-align: top;
		text-align: center;
		
		background-image: url( ../../graphics/page_pill_bg.jpg );
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 2;
		border: 0px solid #f00;
	}
	
	
	
	/* Home */
	div#homeBox {
		width: 760px;
		height: 320px;
		position: relative;
		margin-top: 90px;
		margin-left: auto !important; 
		margin-right: auto !important;
		display: block;
		vertical-align: top;
		text-align: center;
		
		background-image: url( ../../graphics/home_pill_bg.jpg );
		background-position: left top;
		background-repeat: no-repeat;
		border: 0px solid #f00;
	}
	
		div#homeVideoX {
			width: 513px;
			height: 226px;
			position: absolute;
			top: 64px;
			right: 15px;
			text-align: center;
			vertical-align: top;
			border: 0px solid #0f0;
		}
		
		
	div#homeAddress {
		width: 100%;
		height: 50px !important;
		height: 100px;
		position: relative;
		font-size: 11px;
		color: #fff;
		text-align: center;
		vertical-align: top;
		padding-top: 50px;
		background-image: url( ../../graphics/footer_bg_1.gif );
		background-position: left bottom;
		background-repeat: repeat-x;
		border: 0px solid #0f0;
	}
	DIV#homeAddress A:link, DIV#homeAddress A:visited { color: #009EE2; text-decoration: none; }
	DIV#homeAddress A:active, DIV#homeAddress A:hover { color: #009EE2; text-decoration: underline; }
	

		
	/* Company */
	div#companyBoard {
		width: 740px;
		position: relative;
		margin-top: 10px;
		margin-left: auto !important; 
		margin-right: auto !important;
		text-align: left;
		vertical-align: top;
		border: 0px solid #f00;
		z-index: 3;
	}
		div.mapBoard {
			width: 700px; 
			height: 320px;
			border: 0px solid #f00;
		}
	
	
	
	
	/* Contacts */
	div#contactsBoard {
		width: 760px;
		position: relative;
		margin-top: 10px;
		margin-left: auto !important; 
		margin-right: auto !important;
		vertical-align: top;
		text-align: left;
		border: 0px solid #f00;
		z-index: 3;
	}
	
		div#messageBox {
			width: 736px !important; 
			width: 760px;
			/*height: 50px;*/
			position: relative; 
			/*left: 0px;
			bottom: -10px;*/
			padding: 10px;
			background-color: #fff;
			border: 2px solid #E73F35;
			z-index: 3;
		}
	
	
	/* Products */
	div#productBoard {
		width: 740px;
		position: relative;
		margin-top: 10px;
		margin-left: auto !important; 
		margin-right: auto !important;
		text-align: left;
		vertical-align: top;
		border: 0px solid #f00;
		z-index: 3;
	}
	
		div#headerList {
			width: 200px;
			/*height: 200px;*/
			position: absolute;
			top: 70px;
			left: 30px;
			text-align: left;
			vertical-align: top;
			border: 0px solid #0f0;
		}
	
		
		table.listingTB {
			width: 740px;
		}
		.listMarginBot { margin-bottom: 12px; }
		
			table.listingTB TD.txtTD {
				width: 100%;
				text-align: left;
				vertical-align: top;
				padding-right: 10px;
			}
			table.listingTB TD.imgTD {
				text-align: right;
				vertical-align: top;
			}
			img.secLargeImg { margin: 0px 0px 6px 20px; border: 0px solid #000; }
			img.imgDetails { width: 340px; margin: 0px; border: 0px solid #000; }
			
			table.listingTB TD.subTD {
				width: 220px;
				text-align: left;
				vertical-align: top;
				padding: 10px 4px 4px 10px;
				background-color: #E7E7E7;
				border: 1px solid #026996;
			}
			
			
		
	
	
	/* Gallery */
	div#galleryZoomBG {
		width: 100%; 
		height: 100%; 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		visibility: hidden; 
		text-align: center; 
		vertical-align: middle; 
		background-color: #000;
		filter: alpha(opacity=80);-moz-opacity: .80; opacity: .80;
		z-index: 3;
		border: 0px solid #ccc;
	}
	
	div#galleryZoom {
		width: 100%; 
		height: 100%; 
		position: relative; 
		visibility: hidden; 
		text-align: center; 
		vertical-align: middle; 
		z-index: 4;
		border: 0px solid #fff;
	}
		div#galleryIframe {
			width: 700px; 
			height: 600px !important; 
			height: 630px; 
			position: relative; 
			margin-top: 20px;
			margin-left: auto !important;
			margin-right: auto !important;
			text-align: center; 
			background-color: #000;
			padding-top: 30px;
			vertical-align: middle; 
			border: 0px solid #026996;
		}
		img.imgGallery { height: 180px; margin-left: 8px; margin-right: 8px; border: 4px solid #2a637d; }
		
		/*div#galleryIframeClose { 
			width: 700px; 
			height: 20px; 
			position: absolute; 
			top: 0px;
			left: 0px;
			background-color: #fff;
			text-align: center; 
			vertical-align: center;
			border: 0px solid #f00; 
		}
		div#galleryIframePrev { 
			width: 20px; 
			height: 500px; 
			position: absolute; 
			top: 30px;
			left: 0px;
			text-align: center; 
			vertical-align: bottom;
			border: 0px solid #f00; 
		}
		div#galleryIframeNext { 
			width: 20px; 
			height: 500px; 
			position: absolute; 
			top: 30px;
			right: 0px;
			text-align: center; 
			vertical-align: bottom;
			border: 0px solid #f00; 
		}*/
	
	
	div#detailsFamily {
		width: 740px;
		height: 220px;	
		position: relative; 
		/*right: 0px;
		bottom: 0px;*/
		text-align: left; 
		vertical-align: bottom;
		overflow: hidden;
		border: 0px solid #0f0;
		z-index: 2;
	}
	/*img.imgGallery { width: 80px; height: 112px; margin: 0px 4px 0px 4px; border: 1px solid #fff; }
	img.marqueeItemThumbActive { width: 80px; height: 112px; margin: 0px 4px 0px 4px; border: 1px solid #828282; }*/
	
	TABLE.slidingTB {
		width: 740px;
		height: 220px;
		margin-top: 0px;
	}
	
		TABLE.slidingTB TD.slidingTD { 
			width: 680px;
			height: 220px;
			padding: 0px 0px 0px 0px; 
			text-align: left;
			vertical-align: top;
		}
		
		TABLE.slidingTB TD.arrowTD { 
			width: 30px;
			height: 220px;
			text-align: center;
			vertical-align: top;
			padding: 20px 0px 0px 0px; 
		}
		img.arrowScroll { width: 20px; height: 40px; margin: 50px 2px 10px 2px; border: 0px solid #fff; }
	
	div#prodLoading {
		width: 680px;
		height: 40px;	
		position: absolute; 
		left: 40px;
		top: 80px;
		color: #666;
		text-align: center; 
		vertical-align: middle;
		overflow: hidden;
		border: 0px solid #0f0;
		/*z-index: 1;*/
	}
	
/* --------------------------- */
/* TOOLBAR */
/* --------------------------- */

DIV#toolBarStripe {
	width: 760px;
	height: 40px;
	position: relative;
	text-align: right;
	vertical-align: top;
	margin-top: 20px; 
	margin-left: auto !important; 
	margin-right: auto !important;
	margin-bottom: 20px; 
			
	border: 0px solid #000;
	z-index: 2;
}
	

	DIV#toolBar {
		/*width: 532px;*/
		height: 40px; 
		position: absolute; 
		right: 4px;
		margin: 0px; 
		text-align: right;
		/*background-image: url( ../../graphics/toolbar_bg_1.gif );
		background-position: left top;
		background-repeat: repeat-x;*/
		border: 0px solid #0f0;
		z-index: 3;
	}
		
			#toolBar ul {
				/*width: 551px;*/
				padding:0px;
				margin:0px;
				position: relative; 
				
			}
			#toolBar ul li { 
				height: 40px; 
				display: inline; 
				padding: 0px;
				margin:0px;
			}
		
			#toolBar ul li a:link, 
			#toolBar ul li a:visited {
				height: 40px; 
				margin:0px;
			}
			#toolBar ul li a:active, 
			#toolBar ul li a:hover {
				height: 40px; 
				margin:0px;
			}
			
	
			TABLE.toolTB { 
				width: 551px;
				height: 40px; 
			}
				TABLE.toolTB TD.cornerTD { 
					width: 20px;
					height: 40px; 
					padding: 0px;
					text-align: center;
					vertical-align: top;
				}
				TABLE.toolTB TD.cornerTD { 
					height: 40px; 
					padding: 0px;
					text-align: center;
					vertical-align: top;
				}
	
	
/* --------------------------- */
/* 2nd TOOLBAR */
/* --------------------------- */
/*DIV#homePrivacy {
	width: 760px;
	height: 22px;
	position: absolute;
	top: 0px;
	margin-left: auto !important; 
	margin-right: auto !important;
	text-align: right;
	vertical-align: top;
	border: 1px solid #0f0;
	z-index: 3;
}*/
	

	DIV#toolBar2nd {
		/*width: 532px;*/
		height: 20px; 
		position: absolute; 
		top: 30px;
		right: 0px;
		margin: 0px; 
		text-align: right;
		border: 0px solid #0f0;
		z-index: 4;
	}
		
		#toolBar2nd ul {
			padding: 0px;
			margin:0px;
			position: relative; 
			
		}
		#toolBar2nd ul li { 
			display: inline; 
			padding: 0px 10px 0px 10px;
			margin:0px;
			font-size: 12px; 
			color: #252323;
			text-decoration: none;
			border-right: 1px solid #000;
		}
	
		#toolBar2nd ul li a:link, 
		#toolBar2nd ul li a:visited {
			font-size: 12px; 
			color: #252323;
			text-decoration: none;
			
			border: 0px solid #000;
		}
		#toolBar2nd ul li a:active, 
		#toolBar2nd ul li a:hover {
			font-size: 12px; 
			color: #252323;
			text-decoration: underline;
			
			border: 0px solid #1d508f;
		}
		
		
		
		
		

/* --------------------------- */
/* FONTs */
/* --------------------------- */
 /* titoli pagine */
h1 {
	margin: 0px 0px 12px 0px;
	font-size: 24px; 
	font-weight: bold;
	color: #094775; /* #026996; */
	text-decoration: none;
}

h1 A:link, h1 A:visited { text-decoration: none; color: #094775; }
h1 A:active, h1 A:hover { text-decoration: underline; color: #094775; }


 /* sottocategorie */
h2 {
	margin: 0px 0px 2px 0px;
	font-size: 24px; 
	font-weight: bold;
	color: #009ee2;
	text-decoration: none;
}
h2 A:link, h2 A:visited { text-decoration: none; color: #009ee2; }
h2 A:active, h2 A:hover { text-decoration: underline; color: #009ee2; }


/* Contacts, messaggio */
h3 {
	margin: 0px 0px 8px 0px;
	color: #000;
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
}
h3 A:link, h3 A:visited { text-decoration: none; color: #026996; }
h3 A:active, h3 A:hover { text-decoration: underline; color: #026996; }


/* Messaggi vari */
h4 {
	margin: 0px 0px 4px 0px;
	color: #026996;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
}
h4 A:link, h4 A:visited { text-decoration: none; color: #026996; }
h4 A:active, h4 A:hover { text-decoration: underline; color: #026996; }


/* Titoli Items header */
h5 {
	margin: 0px 0px 8px 4px;
	color: #fff;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
}
h5 A:link, h5 A:visited { text-decoration: none; color: #efeeec; }
h5 A:active, h5 A:hover { text-decoration: underline; color: #fff; }
