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

body {
	text-align: center;
	margin: 0px; 
	padding: 0px; 
	background: #fff url( ../../../graphics/page_bg.jpg ) no-repeat center top;
	/*overflow: hidden;*/
}
 
html, body, td, div, p {
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva;
	color: #fff;
	
}
a:link, a:visited, a:active { color: #fff; text-decoration: underline; }
a:hover { color: #F9D43E; text-decoration: underline; }
a { outline: none; }

p { margin: 0px; }




/* --------------------------- */
/* DIVs */
/* --------------------------- */

div#mainBoard {
	width: 970px;
	height: 630px; 
	position: relative;
	margin-top: 45px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	border: 0px solid #000;
	z-index: 1;
}


	/* Pages */
	div#pageHeader {
		width: 970px;
		height: 75px;
		position: relative;
		margin-top: 0px; 
		margin-left: 0px; 
		text-align: left;
		border: 0px solid #fff;
		z-index: 2;
	}
	
		div#pageHeaderLogo {
			width: 240px;
			height: 70px;
			position: absolute;
			top: 0px; 
			left: 0px; 
			text-align: left;
			border: 0px solid #fff;
			z-index: 2;
		}
		div#pageHeaderLogo img { width: 180px; height: 66px; margin-top: 4px; margin-left: 60px; border: 0px solid #fff; }
		
		div#pageHeaderButs {
			width: 700px;
			height: 30px;
			position: absolute;
			bottom: 8px; 
			right: 0px; 
			text-align: left;
			border: 0px solid #fff;
			z-index: 2;
		}
			div#pageHeaderButsFloat {
				width: 700px;
				height: 30px;
				float: left;
				margin: 0px; 
				text-align: right;
				border: 0px solid #fff;
				z-index: 2;
			}
			
			div.phButBrand {
				height: 30px;
				float: right;
				margin-left: 6px; 
				text-align: center;
				background-color: #959EBF;
				border: 0px solid #fff;
				z-index: 2;
			}
			div.phButBrand a.txt:link, div.phButBrand a.txt:visited { line-height: 30px; color: #fff; text-decoration: none; padding-left: 10px; padding-right: 10px; }
			div.phButBrand a.txt:active, div.phButBrand a.txt:hover { color: #F9D43E; text-decoration: none; padding-left: 10px; padding-right: 10px;  }
			
			div.phButBrand img { height: 30px; margin: 0px; border: 0px solid #fff; }
			
	
	
	
	div#pageLanguage {
		width: 20px;
		height: 30px;
		position: absolute;
		top: 75px;
		left: 0px;
		text-align: center;
		background-color: #fff;
		overflow: hidden;
		border: 0px solid #0f0;
		z-index: 2;
	}
		div.pageLangBut {
			width: 20px;
			height: 15px;
			line-height: 15px;
			position: relative;
			margin: 0px;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			overflow: hidden;
			/*background-color: #fff;*/
			border: 0px solid #0f0;
			z-index: 3;
		}
		.lactive { width: 20px; height: 15px; margin: 0px; color: #000; background-color: #fff; }
		.lactive a:link, .lactive a:visited { width: 20px; height: 15px; margin: 0px; text-decoration: none; color: #000; background-color: #fff; }
		.lactive a:active, .lactive a:hover { width: 20px; height: 15px; margin: 0px; text-decoration: none; color: #fff; background-color: #000; }
		
		.lready { width: 20px; height: 15px; margin: 0px; color: #fff; background-color: #000; }
		.lready a:link, .lready a:visited { width: 20px; height: 15px; margin: 0px; text-decoration: none; color: #fff; background-color: #000; }
		.lready a:active, .lready a:hover { width: 20px; height: 15px; margin: 0px; text-decoration: none; color: #000; background-color: #fff; }

	
	div#pageMiddle {
		width: 950px;
		height: 510px;
		position: relative;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 0px;
		text-align: left;
		background: #fff url( ../../../graphics/box_1_bg.gif ) repeat-y right top;
		border: 0px solid #0f0;
		z-index: 2;
	}
	
		div#pageContents {
			width: 930px;
			height: 490px;
			position: absolute;
			top: 10px;
			left: 10px;
			text-align: left;
			/*background: #fff url( ../../../graphics/box_1_bg.gif ) repeat-y right top;*/
			border: 0px solid #0f0;
			z-index: 2;
		}
		div#pageContents img.splash { width: 930px; height: 490px; margin: 0px; border: 0px solid #fff; }
	
		
	div#pageFooter {
		width: 970px;
		height: 45px;
		position: relative;
		margin-top: 0px; 
		margin-left: 0px; 
		text-align: left;
		/*background-color: #988C74;*/
		border: 0px solid #fff;
		z-index: 2;
	}	
		
		div#pageAddress {
			width: 950px;
			height: 20px;
			position: absolute;
			top: 28px; 
			left: 20px; 
			text-align: left;
			color: #fff;
			font-size: 12px;
			font-weight: normal;
			border: 0px solid #000;
			padding: 0px;
			z-index: 4;
		}
			
	
	div#loadingPage {
		width: 400px;
		height: auto !important;	/* per i browser moderni */
		height: 60px;      			/* per IE5.x e IE6 */
		min-height: 60px;			/* per i browser moderni */
		line-height: 60px;	
		position: absolute;
		top: 120px; 
		left: 100px; 
		text-align: center;
		color: #fff;
		background-color: #434343;
		border: 1px solid #F9D43E;
		z-index: 30;
	}
	
	
			
	
	div#loadingImage {
		width: 400px;
		height: auto !important;	/* per i browser moderni */
		height: 60px;      			/* per IE5.x e IE6 */
		min-height: 60px;			/* per i browser moderni */
		position: absolute;
		top: 50px; 
		left: 20px; 
		text-align: left;
		color: #fff;
		border: 0px solid #3D5981;
		z-index: 30;
	}
	div#loadingImage a:link, div#loadingImage a:visited { color: #F9D43E; text-decoration: none; }
	div#loadingImage a:active, div#loadingImage a:hover { color: #F9D43E; text-decoration: underline; }
	
	
	/* Home */
	
	

	
	/* Welcome */
	

	/* Dealers */
	
	
	/* Products */
	div#productBoard {
		width: 930px;
		height: 490px;
		position: absolute;
		top: 10px;
		left: 10px;
		text-align: center;
		border: 0px solid #0f0;
		z-index: 3;
	}
	div.productBoardBg { background: #fff url( ../../../graphics/products_bg.jpg ) no-repeat 0px 0px; }
	
		div#pListingBoard {
			width: 930px;
			height: 470px;
			float: left;
			margin-top: 16px;
			border: 0px solid #0f0;
			z-index: 4;
		}			
			div#pListingBox {
				width: 186px; 
				height: 464px;
				float: left;
				text-align: center;
				border: 0px solid #0f0;
				z-index: 4;
			}
			div#pListingBox a.txt:link, div#pListingBox a.txt:visited { line-height: 464px; text-decoration: none; }
			div#pListingBox a.txt:active, div#pListingBox a.txt:hover { line-height: 464px; text-decoration: underline; }
			div#pListingBox img.secListing { width: 186px; height: 464px; margin: 0px; border: 0px solid #fff; }
			
		
		div#aListingBoard {
			width: 600px;
			height: 470px;
			float: left;
			text-align: left;
			margin-top: 16px;
			margin-left: 80px;
			border: 0px solid #0f0;
			z-index: 4;
		}
		
			div#aListingBox {
				width: 186px; 
				height: 50px;
				margin-top: 20px;
				text-align: left;
				border: 0px solid #0f0;
				z-index: 4;
			}
			div#aListingBox a.txt:link, div#aListingBox a.txt:visited { line-height: 50px; text-decoration: none; }
			div#aListingBox a.txt:active, div#aListingBox a.txt:hover { line-height: 50px; text-decoration: underline; }
			div#aListingBox img.butBrand { margin: 0px; border: 0px solid #fff; }
	
		
		div#aLoginData {
			width: 220px !important;
			width: 250px;
			height: 440px!important;
			height: 490px;
			float: left;
			padding-top: 50px;
			padding-left: 30px;
			text-align: left;
			color: #000;
			border: 0px solid #0f0;
			z-index: 6;
		}
		
		
		div#productSlide {
			width: 250px;
			height: 490px;
			position: absolute;
			top: 0px;
			left: 0px;
			text-align: center;
			border: 0px solid #0f0;
			z-index: 4;
		}
			div#slideStripe {
				width: 120px;
				height: 366px;
				position: absolute;
				top: 90px;
				left: 65px;
				text-align: center;
				border: 0px solid #0f0;
				z-index: 4;
			}
				div#slideStripeThumbs {
					width: 120px;
					height: 334px;
					position: absolute;
					top: 16px;
					left: 0px;
					text-align: center;
					overflow: hidden;
					border: 0px solid #0f0;
					z-index: 6;
				}
					div#sThumbsShift {
						width: 120px;
						height: auto !important;	/* per i browser moderni */
						height: 366px;      		/* per IE5.x e IE6 */
						min-height: 366px;			/* per i browser moderni */
						position: absolute;
						top: 0px;
						left: 0px;
						text-align: center;
						border: 0px solid #0f0;
						z-index: 6;
					}
					div#sThumbsShift img.imgThumb { width: 120px; height: 110px; margin-top: 0px; margin-bottom: 2px; border: 0px solid #fff; }
	
	
				div.slideStripeArrow {
					width: 120px;
					height: 12px;
					position: absolute;
					text-align: center;
					background-color: #000000;
					border: 0px solid #0f0;
					z-index: 6;
				}
				div#slideStripeArrowUp { top: 0px; left: 0px; }
				div#slideStripeArrowDw { bottom: 0px; left: 0px; }
				div.slideStripeArrow img { width: 40px; height: 12px; margin-top: 0px; margin-bottom: 0px; border: 0px solid #fff; }
		
		
			div#sectionLogoL {
				width: 250px;
				height: 38px;
				position: absolute;
				top: 40px;
				left: 0px;
				text-align: center;
				border: 0px solid #0f0;
				z-index: 4;
			}
			div#sectionLogoL img { width: 140px; height: 38px; margin-top: 0px; margin-bottom: 0px; border: 0px solid #fff; }
	
		
		
		div#productGallery {
			width: 680px;
			height: 474px !important;
			height: 490px;
			position: absolute;
			top: 0px;
			right: 0px;
			padding-top: 16px;
			text-align: right;
			border: 0px solid #0f0;
			z-index: 4;
		}
		div#productGallery img.medium { width: 680px; height: 464px; margin-top: 0px; margin-left: 0px; border: 0px solid #fff; }
		
		div#productGalleryCorner {
			width: 680px;
			height: 490px;
			position: absolute;
			top: 0px;
			right: 0px;
			/*display: none;*/
			text-align: right;
			border: 0px solid #0f0;
			z-index: 10;
		}
		div#productGalleryCorner img.corner { width: 40px; height: 464px; margin-top: 16px; margin-right: 0px; border: 0px solid #fff; }

	
		
	
	
	
	/* Company */
	div#companyContents {
		width: 930px;
		height: 490px;
		position: absolute;
		top: 10px;
		left: 10px;
		background: #fff url( ../../../graphics/company_bg.jpg ) no-repeat 0px 0px;
		text-align: left;
		border: 0px solid #0f0;
		z-index: 2;
	}
		div#companyLeft {
			width: 250px;
			height: 490px;
			position: absolute;
			top: 0px;
			left: 0px;
			text-align: left;
			border: 0px solid #0f0;
			z-index: 4;
		}
		
			div.cLeftBox {
				width: 246px;
				height: 200px;
				position: absolute;
				text-align: center;
				border: 0px solid #fff;
				z-index: 4;
			}
			div#cLeftImg1 { top: 31px; }
			div#cLeftImg2 { top: 264px; }
			div.cLeftBox img { width: 214px; height: 200px; margin: 0px; border: 0px solid #fff; }
		
		
		div#companyTxt {
			width: 600px;
			height: 400px;
			position: absolute;
			top: 50px;
			right: 60px;
			text-align: left;
			overflow: hidden;
			border: 0px solid #0f0;
			z-index: 4;
		}
		
			div.companyTxtBox {
				width: 600px;
				height: 400px;
				position: absolute;
				top: 0px;
				left: 0px;
				display: none;
				line-height: 18px;
				text-align: left;
				border: 0px solid #0f0;
				z-index: 5;
			}
			
		
		
	
	
	/* Contacts */
	div#contactsBoard {
		width: 660px;
		height: 490px;
		position: absolute;
		top: 0px;
		left: 270px;
		text-align: left;
		border: 0px solid #0f0;
		z-index: 12;
	}

	div#contactsCloseMapLink {
		width: 120px;
		height: 20px;
		position: absolute;
		bottom: 30px; 
		right: 60px; 
		color: #fff; 
		font-weight: normal;
		text-align: right;
		line-height: 20px;
		display: none;
		/*background-color: #434343;*/
		border: 0px solid #F9D43E;
		z-index: 14;
	}
	div#contactsCloseMapLink a:link, div#contactsCloseMapLink a:visited { color: #fff; text-decoration: none; }
	div#contactsCloseMapLink a:active, div#contactsCloseMapLink a:hover { color: #F9D43E; text-decoration: none; }


	div#contactsWhereMap {
		width: 580px;
		height: 380px;
		position: relative;
		margin-top: 60px; 
		margin-left: 20px; 
		font-size: 11px;
		text-align: left;
		border: 0px solid #000;
		z-index: 14;
	}
	div#contactsWhereMap a:link, div#contactsWhereMap a:visited { color: #25221F; text-decoration: none; }
	div#contactsWhereMap a:active, div#contactsWhereMap a:hover { color: #fff; background-color: #a9b5d7; text-decoration: none; }
	
	
	div.mailSent {
		margin-bottom: 50px; 
	}
	
	
/* --------------------------- */
/* TOOLBAR */
/* --------------------------- */

	div#toolBar {
		width: 950px;
		height: 16px;
		position: absolute;
		top: 6px; 
		left: 20px; 
		text-align: left;
		border: 0px solid #000;
		padding: 0px;
		z-index: 4;
	}
		
		div.toolBarBut {
			height: 16px;
			float: left;
			text-align: center;
			margin-right: 6px;
			font-size: 12px; 
			font-weight: bold;
			border: 0px solid #000;
			color: #fff; 
			z-index: 5;
		}
		div.toolBarBut img { height: 16px; margin-top: 0px; margin-bottom: 0px; border: 0px solid #fff; }
		
		div.toolBarAreaBut {
			/*width: 160px;*/
			height: 16px;
			line-height: 16px;
			float: left;
			text-align: center;
			margin-right: 10px;
			font-size: 12px; 
			font-weight: bold;
			/*border: 0px solid #000; */
			border-left: 1px solid #F9D43E; 
			border-right: 1px solid #F9D43E; 
			padding-left: 8px; 
			padding-right: 8px;
			color: #fff; 
			z-index: 5;
		}
		DIV.toolBarAreaBut a:link, DIV.toolBarAreaBut a:visited { color: #F9D43E; text-decoration: none; }
		DIV.toolBarAreaBut a:active, DIV.toolBarAreaBut a:hover { color: #fff; text-decoration: none; }
		




/* --------------------------- */
/* FONTs */
/* --------------------------- */
 /* titoli pagine */
h1 {
	margin: 0px 0px 16px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #F9D43E;
}
/*h1 A:link, h1 A:visited { text-decoration: none; color: #000099; }
h1 A:active, h1 A:hover { text-decoration: underline; color: #000099; }*/

/* sottotitoli pagine */
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #F9D43E;
}
h2 A:link, h2 A:visited { text-decoration: none; color: #F9D43E; }
h2 A:active, h2 A:hover { text-decoration: underline; color: #F9D43E; }

/* Messaggi / Titoli listing */
h3 {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F9D43E;
}
h3 A:link, h3 A:visited { text-decoration: none; color: #F9D43E; }
h3 A:active, h3 A:hover { text-decoration: underline; color: #F9D43E; }


	
/* --------------------------- */
/* TABLESs */
/* --------------------------- */
/*
TABLE.itemListTB {
	width: 580px;
	font-size: 13px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #594D37;
	background-color: #B0A796;
}
TABLE.itemListTB TH {
	height: 24px;
	line-height: 24px;
	background-color: #A09681;
	border-bottom: 2px solid #76684D;
	text-align: center;
}

TABLE.itemListTB TD {
	height: 60px;
	padding: 3px 6px;
	color: #fff;
	vertical-align: top;
	background-color: #B0A796;
	border-bottom: 2px solid #76684D;
}

TABLE.itemListTB TD A:link, TABLE.itemListTB TD A:visited  { margin-left: 4px; margin-right: 4px; background-color: #fff; border: 1px solid #999; padding-left: 4px; padding-right: 4px; text-decoration: none; }
TABLE.itemListTB TD A:active, TABLE.itemListTB TD A:hover  { background-color: #ccc; text-decoration: none; }
TABLE.itemListTB TD .offLink  { margin-left: 4px; margin-right: 4px; color: #ddd; background-color: #fff; border: 1px solid #999; padding-left: 4px; padding-right: 4px; }

	.greenCircle  { color: #0f0; font-weight: bold; }
	.redCircle  { color: #f00; font-weight: bold; }
*/
TABLE.itemListTB TD.cnt { text-align: center; }
TABLE.itemListTB TD.rth { text-align: right; }
/*

A.but:link, A.but:visited  { color: #1B3592; text-decoration: none; margin-left: 0px; margin-right: 4px; background-color: #F6891F; border: 1px solid #ccc; padding: 2px 8px; }
A.but:active, A.but:hover  { color: #1B3592; text-decoration: none; background-color: #F9B16A; }
*/