/*
	**********************************************************************************************
	*		LAYOUT GENERALE																		 *
	*		Created:	 28/04/2005																 *
	*		Last update:																		 *
	*		Nome gruppo di proprieta': Studiodelta srl											 *
    *		Author: Michelangelo Lacatena														 *
   	**********************************************************************************************
*/
/*
	--------------------------------------------------------------------------------------------------
	IMPOSTAZIONI GENERALI
   	--------------------------------------------------------------------------------------------------
*/
	html {
		background:#333333 url(/fe/images/layout/html.gif) repeat-x scroll 0 0;
	}
	* {
		margin:0;
		padding:0;
	}

	body {
		width:780px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		color:#FFF;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size:12px;
		padding-bottom:25px;
		/*background:transparent url(/fe/images/bg/7719.jpg) scroll no-repeat 0 0;*/
	}
/*
	--------------------------------------------------------------------------------------------------
	DIV CONTENITORE PRINCIPALE
   	--------------------------------------------------------------------------------------------------
*/
	#mainBody {
		margin-top:40px;
		text-align:left;
	}
	/*html>body #mainBody { height:auto; min-height:650px; }*/

/*
	--------------------------------------------------------------------------------------------------
	HEADER
   	--------------------------------------------------------------------------------------------------
*/
	h1 {
		background:transparent url(/fe/images/layout/h1.gif) scroll no-repeat 0 0;
		height:55px;
	}
	h1 span { display:none; }
	a:link, :visited {
		color:#fff;
		font-weight:bold;
	}
	a:hover { color:#FFFF00 !important; }


	.cl { clear:both; }
	html>body .cl {
		height:0px;
		font-size:1px;
		clear:both;
		background:transparent;
		display:block;
	}
	/*
	a:link, a:visited {
		font-weight:bold;
		color:#FFFFFF;
	}
	a:hover { color:#f7941d; }*/
	#header {
		background:transparent url(/fe/images/header_sea_01.jpg) no-repeat scroll center 0;
		height:133px;
		border-bottom:1px solid #666666;
	}
/*
	--------------------------------------------------------------------------------------------------
	CONTENUTI
   	--------------------------------------------------------------------------------------------------
*/
	#contents {
		height:435px;
		padding:15px 0 15px 90px;
		clear:both;
		background-repeat:no-repeat;
	}
	html>body #contents {
		height:auto;
		min-height:430px;
	}
	.contents_0 { background-image:url(/fe/images/bg_contents/0.gif); }
	.contents_1 { background-image:url(/fe/images/bg_contents/1.gif); }
	.contents_2 { background-image:url(/fe/images/bg_contents/2.gif); }
	.contents_3 { background-image:url(/fe/images/bg_contents/3.gif); }



	#menu_01 { background-image:url(/fe/images/layout/menu_0.gif); }
	#menu_02 { background-image:url(/fe/images/layout/menu_1.gif); }
	#menu_03 { background-image:url(/fe/images/layout/menu_2.gif); }
	#menu_04 { background-image:url(/fe/images/layout/menu_3.gif); }

	#mainMenu { padding:5px 0 5px 360px; float:right; }
	#mainMenu  li { list-style:none; float:left; }
	#mainMenu  span { display:none;	}
	#mainMenu  li a:link, #mainMenu  li a:visited {
		width:90px;
		height:30px;
		float:left;
		display:block;
		margin-left:5px;
		border-bottom:2px solid none;
	}
	#mainMenu  li a:hover, #mainMenu .selected a:link, #mainMenu .selected a:visited, #mainMenu .selected a:hover {
		color:#FFF !important;
		border-bottom:2px solid #FF9900;
		text-decoration:none;
	}
/*
	-----------------------------------------------------------------------------------------------------
	LOCATION
   	-----------------------------------------------------------------------------------------------------
*/
	#location * { font-size:11px; }
	#location {
		padding:7px;
		border-top:1px solid #FFF;
	}


	#footer {
		text-align:right;
		font-size:9px;
		text-transform:uppercase;
		/*background-color:#000000;*/
		padding:5px;

	}