/* 
	********************************************************************************************** 
	*		LAYOUT GENERALE																		 *
	*		Created:	 28/04/2005																 *
	*		Last update:																		 *
	*		Nome gruppo di proprieta': Studiodelta srl											 *
    *		Author: Michelangelo Lacatena														 *
   	********************************************************************************************** 
*/
/* 
	-------------------------------------------------------------------------------------------------- 
	IMPOSTAZIONI GENERALI
   	-------------------------------------------------------------------------------------------------- 
*/	

	html { background: #e9e9e9 url(/FE/images/_layout/html.gif) repeat-y scroll center 0; }

	body {
		margin:0;
		padding:0;
		text-align: center;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size:12px;
	}	
	#mainBody {
		border:0;
		width: 750px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: auto;
		margin-left: auto; 	
		/* opera does not like 'margin:20px auto' */
		text-align:left; 
	}
/* 	
	----------------------------------------------------------------------------------------------------- 
	POPUP LAYOUT
   	----------------------------------------------------------------------------------------------------- 
*/	
	#popUp {
		background: transparent url(/FE/images/_layout/bgBody.gif) repeat-x scroll 0 0;
		border:1px solid #062E5F;
		background-color: #FFF;
		width: 560px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 5px;
		margin-left: 5px; 	
		/* opera does not like 'margin:20px auto' */
		text-align:left; 	
	}
	#popUp #mainBody {
		background: #FFF;
		border:0;
		width: auto;
		padding:10px;
		margin: 0;
		margin-top: 25px;
	}

	#popUp h4 { width:100%; }
	#close {
		width:100%;
		font-size:10px;
		margin-top:5px;
		text-align:right;
	}
		
/* 
	-------------------------------------------------------------------------------------------------- 
	HEAD DELLA PAGINA
   	-------------------------------------------------------------------------------------------------- 
*/

	#pageHeader {
		/*margin-top:30px;*/
	}

/* 
	-------------------------------------------------------------------------------------------------- 
	MOTORE DI RICERCA
   	-------------------------------------------------------------------------------------------------- 
*/
	.search {
		margin:0 0 20px 0;
		padding:0;
		font-size:10px;
		font-weight:bold;
		width:143px;
		background: #D4D4D4; /*url(/FE/images/_layout/search/imgTopTable.gif) no-repeat scroll 0 0;*/
	}

	.search #center {
		/*height:100px;*/
		/*margin-top:-3px;*/
		padding:7px;
		/*background:transparent url(/FE/images/_layout/search/imgBottomTable.gif) no-repeat scroll 0 bottom;*/
	}
	.search .rightText { 
		text-align:right; 
		margin-top:5px;
		margin-bottom:0;
		padding-right:0;
	}
	.search input, .search select {font-size:10px;}
	.search select { width:125px; }
	
	/*#langsTD input 
	{
		float:left; 
		display:inline;
		display:none;
	}*/
	
	
/* 
	-------------------------------------------------------------------------------------------------- 
	MENU PRINCIPALE
   	-------------------------------------------------------------------------------------------------- 
*/	
	#mainMenu  {
		height:18px;
		/*margin:25px 0 0 40px;*/
		padding:5px 0 4px 0;
		text-align:center;
		/*list-style-image:url(/FE/images/_layout/li.gif);*/
		background: #000 url(/FE/images/_layout/topLinks.gif) repeat-x scroll 0 0;
	}
	/*#mainMenu  li {
		height:17px;
		margin:0;
		padding:0;
		
	}*/	

	#mainMenu a:link , #mainMenu a:visited { 
		font-size:11px;
		text-decoration:none; 
		color:#FFF;
		padding:2px;
		margin:5px;
	}
	#mainMenu  li a:hover { color:#FFFF00; }	
	
	#changeLang:link, #changeLang:visited {
		text-transform:uppercase;
	}	
/* 
	-------------------------------------------------------------------------------------------------- 
	TD CONTENITORE CENTRALE E LATO DESTRO
   	-------------------------------------------------------------------------------------------------- 
*/

	/*#centerMainTable { background:#F3F0EF url(/FE/images/_layout/mainTable/center_bg.gif) repeat-y scroll 0 0; }
	#rightMainTable { background:#F6F6F6 url(/FE/images/_layout/mainTable/right_bg.gif) repeat-y scroll 0 0; }
	#centerMainTableRA { background:#F3F0EF url(/FE/images/_layout/mainTable/centerTable_bgRA.gif) repeat-y scroll 0 0; }*/
	#centerMainTableRA #centerDiv {
		width:577px;
		/*background:transparent url(/FE/images/_layout/mainTable/centerTopRA.gif) no-repeat scroll 0 0; */
		/*padding:20px 15px 8px 15px;*/
	}
	#centerMainTableRA h4 { width:420px; }
	#centerMainTableRA #centerDiv table { 
		width:577px;
		margin-bottom:0;
	} 
/* 	
	----------------------------------------------------------------------------------------------------- 
	11. DIV CONTENITORE CENTRALE
   	----------------------------------------------------------------------------------------------------- 
*/
	#centerDiv, #centerDivHome {
		width:430px;
		height:200px;
		/*margin:-1px 0 0 0;
		padding:20px 10px 8px 15px;*/
		padding:0 15px;
		margin:0;
		/*background:transparent url(/FE/images/_layout/mainTable/centerTop.gif) no-repeat scroll 0 0;*/
	}
	#centerDiv_tv {padding:0 5px;}
	#centerDiv h4 { margin-bottom:15px; }
	#centerDiv table { 
		width:100%;
		margin-bottom:0;
	}
	html>body #centerDiv, html>body #centerDivHome { 
		height:auto; 
		min-height:200px; 
	}
	
	
	#manager, #manager span { 
		display:block;
		width:430px;
		height:320px;
	}
	#mng_it { background:transparent url(/FE/images/home/manager_it.gif) scroll no-repeat 0 0; }	
	#mng_en { background:transparent url(/FE/images/home/manager_en.gif) scroll no-repeat 0 0; }	
	#mng_es { background:transparent url(/FE/images/home/manager_es.gif) scroll no-repeat 0 0; }	
	#mng_fr { background:transparent url(/FE/images/home/manager_fr.gif) scroll no-repeat 0 0; }	
	#mng_de { background:transparent url(/FE/images/home/manager_de.gif) scroll no-repeat 0 0; }	
	#mng_pl { background:transparent url(/FE/images/home/manager_pl.gif) scroll no-repeat 0 0; }	
	#mng_ru { background:transparent url(/FE/images/home/manager_ru.gif) scroll no-repeat 0 0; }	
	
	
	
/* 
	-------------------------------------------------------------------------------------------------- 
	SOTTOMENU A sinistra
   	-------------------------------------------------------------------------------------------------- 
*/
	#listMenu { 
		padding-top:7px;
		
		/*background:#FFF url(/FE/images/_layout/listMenu/backUL.gif) no-repeat scroll 0 0;*/
	}
	
	#listMenu h3
	{
		font-size:12px;
		padding-bottom:5px;
		padding-left:5px;
		margin:3px 0 5px 0;
		border-bottom:1px solid #333;
		}
	#listMenu ul { 
		margin:0;
		padding:0;
		list-style:none;
		border-bottom:1px solid #CFD0CF;
	}
	#listMenu li { 
		padding:0;
		margin:0;
		text-align:right; 
		background-repeat:repeat-x;
		background-position:left center;
	}
	
	#listMenu .li_0 { background-image:url(/FE/images/_layout/catMenu/gray.gif); }
	#listMenu .li_1 { background-image:url(/FE/images/_layout/catMenu/red.gif); }
	#listMenu .li_2 { background-image:url(/FE/images/_layout/catMenu/blue.gif); }
	#listMenu .li_3 { background-image:url(/FE/images/_layout/catMenu/black.gif); }
	
	
	#listMenu a:link, #listMenu a:visited  { 
		display:block;
		padding:7px 5px 7px 0;
		font-size:12px;
		margin-left:1px;
		color:#FFF; 
		text-decoration:none; 
		
	}
	/*#listMenu a:hover { color:#FF0000; }
	#listMenu .selected { 
		background:none;
		background-color:#CFD0CF;
	}
	#listMenu .selected a, #listMenu .selected a:visited{ 
		color:#FFF;
	}	*/
/* 
	-------------------------------------------------------------------------------------------------- 
	FOOTER
   	-------------------------------------------------------------------------------------------------- 
*/
	#footer {
		margin-top:40px;
		margin-left:4px;
		margin-right:4px;
		border-top:2px solid #C2C2C2;
		padding-top:10px;
		padding-bottom:20px;
	}
	#footer a, .footer a:visited { color:#A3A3A3; text-decoration:none; }
	#footer .disclaimer {

		padding:5px 0 4px 6px;
	}
	#footer .powered {
		text-align:right;
		margin-right:0;
		font-size:10px;
		padding:3px 6px 4px 10px;
	}

	#footerLinks { 
		padding:8px;
		text-align:center;
		font-size:11px;
		color:#CCC;
		line-height:19px;
	}
	#footerLinks a:link, #footerLinks a:visited { 
		color:#ccc;
		font-weight:normal;
		text-decoration:underline;
	}	
	
	
	#contatcHome a:link, #contatcHome a:visited {
		display:block;
		background:transparent url(/FE/images/_layout/tel.gif) scroll no-repeat 15px top;
		text-transform:uppercase;
		color:#333333;
		font-weight:bold;
		font-size:11px;
		text-align:center;
		text-decoration:none;
		padding-top:10px;
		padding-left:25px;
		height:30px;

	}
/*stile home sotto televisore*/

.Footertv{margin-top:70px; text-align:center; border-top:1px solid #000; width:428px; margin-left:auto;margin-right:auto;}
