/**************************************/
/* GENERAL */
/**************************************/
body {
	/*background-image: url(../../graphics/body_bg_1.gif);*/
	background-color: #fff;
}

body, td, div, p {
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Arial narrow, Helvetica, Geneva;
	color: #000;
	letter-spacing: 1px;
}
A:link, A:active, A:visited { 
	text-decoration: none;
	color: #007ec1; 
}
A:hover  { 
	text-decoration: underline;
	color: #007ec1;  
}

.scrollbars {
	scrollbar-face-color: #007DC3;
	/*scrollbar-highlight-color: #F4F4F4; */
	scrollbar-shadow-color: #000066;
	/*scrollbar-3dlight-color: #ffffff; */
	scrollbar-arrow-color: #000066; 
	scrollbar-track-color: #f0f0f0;
	/*scrollbar-darkshadow-color: #000066;*/
}

.newsImg { margin: 0px 0px 0px 0px; border: 1px solid #D1D1D1; }
/*.prodImg { margin: 0px 0px 0px 15px; border: 0px solid #BEBEBE; }*/

h1 { /* Titoli pagine */
	margin: 0px 0px 20px 0px;
	font-size: 22px; 
	font-weight: bold;
	color: #017EC1;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}
h2 { /* Nome prod. scheda */
	margin: 0px 0px 10px 0px;
	font-size: 16px; 
	font-weight: bold;
	color: #eb2e27;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}
h3 {
	margin: 4px 0px 4px 0px;
	font-size: 12px; 
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h3 A:link, h3 A:active, h3 A:visited { text-decoration: none; color: #000; }
h3 A:hover { text-decoration: underline; color: #000; }

h4 { /*dealers, news*/
	margin: 0px 0px 4px 0px;
	font-size: 12px; 
	font-weight: bold;
	color: #EF2D23;
	text-decoration: none;
}
h4 A:link, h4 A:active, h4 A:visited { text-decoration: none; color: #fff; }
h4 A:hover { text-decoration: none; color: #EF2D23; }

.companyImg { 
	width: 700px;
	height: 250px;
	margin-top: 0px; 
}


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

DIV.contentsHome {
	width: 700px;
	height: 350px;
	position: relative; 
	margin-top: 7px; 
	border: 0px solid #000;
}
	DIV.contentsText { /* About Us */
		width: 700px;
		height: 60px;
		margin-bottom: 2px;
		overflow: auto;
		border: 0px solid #000;
	}

DIV.contentsArea { /* Contacts */
	width: 800px;
	height: 380px;
	position: relative;
	border: 0px solid #000;	
}
	DIV.contentsForm { 
		width: 700px;
		height: 300px;
		position: absolute;
		top: 104px;
		overflow: auto;
		border: 0px solid #000;
		background-image: url(../../graphics/iframe_bg_1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		
	}
DIV.contentsNews { /* News */
	width: 750px;
	height: 340px;
	position: relative;
	/*border-top: 1px solid #D1D1D1;	*/
	border: 0px solid #000;	
	overflow: hidden;
}

	DIV.contentsList { 
		width: 750px;
		height: 340px;
		position: absolute;
		top: 0px; 
		left: 0px;
		z-index: 2;
		background-image: url(../../graphics/iframe_bg_1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		border: 0px solid #000;	
		overflow: auto;
	
	}
	DIV.contentsDetails { 
		width: 714px !important;
		height: 298px !important;
		width: 744px;
		height: 328px;
		
		padding: 10px;
		
		position: absolute;
		top: 0px; 
		left: 0px;
		z-index: 4;
		visibility: hidden;
		background-color: #fff;
		background-image: url(../../graphics/iframe_bg_1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		border: 3px solid #008AC8;	
		overflow: auto;
	}
	/*DIV.contentsVideo { 
		width: 760px;
		height: 320px;
		position: absolute;
		top: -20px; 
		left: 0px;
		z-index: 2;
		background-image: url(../../graphics/iframe_bg_1.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		border: 0px solid #000;	
		overflow: auto;
	}*/
	
DIV.contentsBBS { /* BBS */
	width: 720px;
	height: 300px;
	position: relative;
	border: 0px solid #000;	
	background-image: url(../../graphics/iframe_bg_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: auto;
}
	
/* :::::::::::::::::::::: */
/* Tabella grande */
/* :::::::::::::::::::::: */
TABLE.bodyTB {
	width: 885px;
	height: 630px;
	margin-top: 40px;
}
TABLE.bodyPrdTB {
	width: 885px;
	height: 660px;
	margin-top: 40px;
}
	TABLE.bodyTB TD.topLatTDsx, 
	TABLE.bodyPrdTB TD.topLatTDsx {
		width: 5px;
		height: 98px;
		background-image: url(../../graphics/body_lat_shadow1.gif);
		background-position: right;
		background-repeat: repeat-y;
		text-align: right;
		vertical-align: top;
	}
	TABLE.bodyTB TD.topBarTD, 
	TABLE.bodyPrdTB TD.topBarTD {
		width: 875px;
		height: 98px;
	}
	TABLE.bodyTB TD.topLatTDdx, 
	TABLE.bodyPrdTB TD.topLatTDdx {
		width: 5px;
		height: 98px;
		background-image: url(../../graphics/body_lat_shadow2.gif);
		background-position: left;
		background-repeat: repeat-y;
		text-align: left;
		vertical-align: top;
	}
	
	TABLE.bodyTB TD.midLatTDsx, 
	TABLE.bodyPrdTB TD.midLatTDsx {
		width: 5px;
		height: 495px;
		background-image: url(../../graphics/body_lat_shadow1.gif);
		background-position: right;
		background-repeat: repeat-y;
		text-align: right;
		vertical-align: top;
	}
	TABLE.bodyTB TD.midMainTD, 
	TABLE.bodyPrdTB TD.midMainTD {
		width: 875px;
		height: 495px;
		background-image: url(../../graphics/body_contents1_bg.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		text-align: right;
		vertical-align: top;
	}
	TABLE.bodyTB TD.midLatTDdx, 
	TABLE.bodyPrdTB TD.midLatTDdx {
		width: 5px;
		height: 495px;
		background-image: url(../../graphics/body_lat_shadow2.gif);
		background-position: left;
		background-repeat: repeat-y;
		text-align: left;
		vertical-align: top;
	}
	
	
	TABLE.bodyTB TD.botLatTDsx, 
	TABLE.bodyPrdTB TD.botLatTDsx {
		width: 5px;
		height: 8px;
		text-align: right;
		vertical-align: top;
	}
	TABLE.bodyTB TD.botShadowTD, 
	TABLE.bodyPrdTB TD.botShadowTD {
		width: 875px;
		height: 8px;
		background-image: url(../../graphics/body_bot_shadow.gif);
		background-position: top;
		background-repeat: repeat-x;
		
	}
	TABLE.bodyTB TD.botLatTDdx, 
	TABLE.bodyPrdTB TD.botLatTDdx {
		width: 5px;
		height: 8px;
		text-align: left;
		vertical-align: top;
	}
	
	TABLE.bodyTB TD.footBarTD, 
	TABLE.bodyPrdTB TD.footBarTD {
		width: 875px;
		height: 32px;
		text-align: center;
		padding: 4px 10px 4px 10px;
		
		color: #017EC1;
		font-size: 10px;
	}
	
	TABLE.bodyPrdTB TD.altBarTD {
		width: 865px;
		height: 22px;
		text-align: left;
		vertical-align: top;
		padding: 0px 10px 0px 10px;
		/*background-color: #EDEDED;*/
		color: #7f7f7f;
		font-size: 11px;
	}
	TABLE.bodyPrdTB TD.altBarTD A:link, 
	TABLE.bodyPrdTB TD.altBarTD A:visited {
		color: #7f7f7f;
		text-decoration: none;
	}
	TABLE.bodyPrdTB TD.altBarTD A:active, 
	TABLE.bodyPrdTB TD.altBarTD A:hover {
		color: #7f7f7f;
		text-decoration: underline;
	}
/* :::::::::::::::::::::: */


/* :::::::::::::::::::::: */
/* Navigator */
/* :::::::::::::::::::::: */
TABLE.navigatorTB {
	width: 875px;
	height: 18px;
}

	TABLE.navigatorTB TD {
		width: 875px;
		height: 18px;
		padding-left: 10px;
		
		color: #fff;
		font-size: 10px;
		text-align: left;
		letter-spacing: 1px;
	}
	TABLE.navigatorTB TD A:link, 
	TABLE.navigatorTB TD A:visited {
		color: #fff;
		text-decoration: none;
	}
	TABLE.navigatorTB TD A:active, 
	TABLE.navigatorTB TD A:hover {
		color: #fff;
		text-decoration: underline;
	}

	
	
/* :::::::::::::::::::::: */
/* Toolbar */
/* :::::::::::::::::::::: */	
TABLE.toolbarTB {
	width: 875px;
	height: 18px;
}

	TABLE.toolbarTB TD {
		width: 875px;
		height: 18px;
		text-align: left;
	}
		
DIV#navcontainer {
	width: 720px; 
	height: 18px;
	left: 0px; 
	top: 0px; 
	position: relative; 
	border: 0px solid #000;
	z-index: 1;
}

	#navcontainer ul {
		padding: 0px;
		margin: 0px;
		width: 100%;
		float: left;
	}
	#navcontainer ul li { 
		display: inline; 
	}

	#navcontainer ul li a:link, 
	#navcontainer ul li a:visited {
		margin:0px;
		padding: 2px 14px 1px 14px;
		float:left;
		
		font-size: 11px;
		color: #017EC1;
		font-weight: bold;
		text-decoration: none;
		border: 0px solid #000;
		letter-spacing: 1px;
	}
	#navcontainer ul li a:active, 
	#navcontainer ul li a:hover {
		color: #EF2D23; 
		/*background-color: #D1E6FC;*/
		text-decoration: underline;
	}
	
	#navcontainer ul li#Active a { 
		color: #EF2D23; 
		/*background-color: #fff;*/
		text-decoration: none;
	}


	
div.amsi-bailo {
	width: 100%;
	height: 40px;
	line-height: 30px;
	color: #F22F1D;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #000;
}
div.amsi-bailo a:link, div.amsi-bailo a:visited { color: #F22F1D; text-decoration: none; }
div.amsi-bailo a:active, div.amsi-bailo a:hover { color: #F22F1D; text-decoration: underline; }
	
	
	
	

/* :::::::::::::::::::::: */
/* Contents */
/* :::::::::::::::::::::: */			
TABLE.contentsTB {
	width: 875px;
	height: 459px;
}

	TABLE.contentsTB TD.privacyTD {
		width: 875px;
		height: 22px;
		text-align: right;
		vertical-align: top;
		padding-right: 15px;
		
		font-size: 10px;
		color: #000; 
		letter-spacing: 1px;
	}
	TABLE.contentsTB TD.privacyTD A:link, 
	TABLE.contentsTB TD.privacyTD A:visited {
		color: #000;
		text-decoration: none;
	}
	TABLE.contentsTB TD.privacyTD A:active, 
	TABLE.contentsTB TD.privacyTD A:hover {
		color: #017EC1;
		text-decoration: none;
	}
	
	
	TABLE.contentsTB TD.ordinaryTD {
		width: 875px;
		height: 437px;
		text-align: left;
		vertical-align: top;
		padding: 30px 30px 10px 30px;

	}


	
/**************************************/
/* PAGE-NAVIG */
/**************************************/
TABLE.navigTB {
	width: 720px;
	height: 26px;
	margin-bottom: 16px;
}
	TABLE.navigTB TD {
		width: 100%;
		text-align: left;
		vertical-align: top;
		color: #000; 
		border-bottom: 1px solid #D1D1D1;
	}

	.navigLink {	
		font-weight: bold;
		text-decoration: none; 
		background-color: #D1D1D1;
		padding: 2px;
		border: 1px solid #BEBEBE;
	}
	a.navigLink:link, a.navigLink:active, a.navigLink:visited { 
		color: #FFFFFF; 
		font-weight: bold;
		text-decoration: none; 
		background-color: #008AC8;
		padding: 2px;
		border: 1px solid #D1D1D1;
	}
	a.navigLink:hover { 
		color: #FFFFFF; 
		text-decoration: none; 
		font-weight: bold;
		background-color: #EF2D23;
		border: 1px solid #D1D1D1;
	}
	
	
/* Separator Line */
TABLE.siteSepTB {
	width: 730px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 14px;
}
	TABLE.siteSepTB TD {
		height: 1px;
		background-color: #D1D1D1;
	}
