.home #content .grid #mid-grid {
	padding: 15px;
	width: 500px;
	background: url(/images/mid-bg.png) no-repeat left top;
	border-bottom: 10px solid #000;
}

/********************************/
	/* ----------| =Header |---------- */ 

#header strong { 
	float: left;
	width: 189px;
	height: 67px;
	text-indent: -9999px;
	margin: 40px 0 0 0;
	padding-left: 22px;
	background: transparent url(/images/title.gif) no-repeat right bottom;
}

#header em { 
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	width: 150px;
	height: 76px;
	text-indent: -9999px;
}

#header strong a, 
#header em a { 
	display: block;
	width: 100%;
	height: 100%;
}

/********************************/

		/* ----------| =Navigation |---------- */ 

#header ul#nav {
	width: 386px;
	position: absolute;
	left: 503px;
	bottom: 4px;
	z-index: 33;
	height: 22px;
}

#header ul#nav li { 
	position: relative;
	float: left;
	background: transparent;
	/*border-right: 1px solid #46566A;*/
	border-left: 1px solid #46566A;
	font-size: 11px;
}

#header ul#nav li.first { 
	border-left: 0;
}

#header ul#nav li a { 
	display: block;
	padding: 0 5px;
	background: transparent;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fefefe;
	line-height: 1em;
} 

#header ul#nav li a span {
	padding-right: 5px;
}

#header ul#nav li a:hover, #header ul#nav li.active a,#header ul#nav li span a:hover, #header ul#nav li.active span a  { 
	color: #FEFEFE;
	background-color: #696969;
}


/* ----------| =Navigation (Drop Down) |---------- */ 

	#header ul#nav li ul { 
		display: block;
		position: absolute;
		left: -999em;
		width: 138px;
		background: #46566A url(../images/drop-down.gif) repeat-x left top;
		border-bottom: 3px solid #5b5858;
		padding: 3px 0;
	}
    
	#header ul#nav li:hover ul, #header ul#nav li.over ul /* used to target IE via script */ { 
		display: block;
		width: 138px;
		left: 0;
		top: 100%;
		position: absolute;
		z-index: 40;
		margin: 0;
	}
    
	#header ul#nav li ul li { 
		width: 126px;
		background: transparent;
		text-indent: 0;
		padding: 0 6px;
		height: auto;
		border: 0;
	}
    
#header ul#nav li:hover ul li a, #header ul#nav li.over ul li a { 
		display: block;
		background: transparent;
		padding: 5px 6px 6px 6px;
		height: auto;
		text-decoration: none;
		margin: 0;
		color: #fefefe;
		text-indent: 0;
		text-align: left;
		font-size: 10px;
		line-height: 1.5em;
	}
    
	#header ul#nav li ul li a:hover { 
		color: #fff;
		background: #B22222;
	}
		
#header ul#nav li a:hover, 
#header ul#nav li:hover a, 
#header ul#nav li.over a { 
		background: #202347;
}

/********************************/

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: top;*/
	list-style: none;
}

html {
	font: small/1.4em Arial, Helvetica, Sans-serif;
	color: #fff;
	background:transparent;
	z-index: 1;
}

body { 
	position: relative;
	width: 916px;
	margin: 0 auto;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/**/
	background: #072275 url(../images/bg2.png) repeat-x;
}
/*
#header { 
	position: relative;
	z-index: 3000;
	height: 155px;
	background: transparent url(../images/header-bg.gif) no-repeat left bottom;
}
*/
#header { 
	position: relative;
	z-index: 31;
	height: 155px;
background: transparent url(../images/header-bg.jpg) no-repeat top center;
 
}
#upper { 
	position: relative;
	width: 916px;
	z-index: 0;
}

#content { 
	position: relative;
	clear: both;
	background: #000 url(../images/full-grid-bg-lower.gif) no-repeat left top;
	color: #ced0d0;
	z-index: 0;
}


.home #intro * { 
	vertical-align: top; 
	padding: 0;
}

.home #intro {
	position: relative;
	z-index: 0;
	margin-bottom: 0px;
	margin-top: -1px;
	background-color: #000000;
	/* padding-bottom: 12px; */
}

#footer { 
	color: #aaa;
	padding: 5px 20px;
	line-height: 1em;
}

.sub#news #footer { 
	position: relative;
	margin-top: -6px;
	padding-top: 10px;
	background: transparent url(../images/sub-alt-bg.gif) no-repeat left top;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	background: transparent;
}

h1, h2, h3 { 
	/*font-size: 1.6em;*/
}

h4, h5, h6 { 
	font-size: 1.4em;
}
 .titoletto { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	background: transparent;
	font-size:14px;
	text-transform: uppercase;
}
 a.titolettobis { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	background: transparent;
	font-size:14px;
	text-transform: uppercase;
	text-decoration:none;
}
.titolettorosso { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	background: transparent;
	font-size:14px;
	text-transform: uppercase;
color:#c46262
}

p { 
	/*padding-bottom: 1.2em;*/
}

.spacer { 
	margin-top: 15px;
}

.nospace { 
	margin-bottom: 0;
	padding-bottom: 0;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

input,
textarea,
select {
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
}

select {
	border: 1px solid #a0b083;
	padding: 2px;
}

img,a img {
	border: 0;
} 

a { 
	color: #eee;
}

a:visited { 
	color: #ddd;
}

a:hover { 
	color: #ebf7fe;
	text-decoration: none;
}

.sub #content a { 
	color: #1c3443;
}

.sub #content a:hover { 
	color: #527185;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1000; 
}

a.hover-box:hover img.hover, a.hover-box img.hover-active { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 5px 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 5px 0 5px 10px;
}

.border { 
	border: 1px solid #ccc;
	padding: 1px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* ----------| =Layout and Function |---------- */ 


	/* ----------| =Content |---------- */ 

.home #content h2 { 
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: normal;
}

.sub #content h1 { 
	position: relative;
	margin: -25px -25px 25px -25px;
	padding: 12px 25px;
	font-size: 1.3em;
	color: #fff;
	background: #2d2d2d url(../images/page-title-bg.gif) repeat-x left top;
}

.sub #content h1 span { 
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../images/page-title-arrow.gif) no-repeat left top;
	width: 21px;
	height: 10px;
	bottom: -10px;
	left: 25px;
	z-index: 1000;
}

.sub #content h2, 
.sub #content h3 { 
	font-size: 1.3em;
	color: #a60909;
	padding: 0 0 5px 0;
}

.sub #content h3 { 
	font-size: 1.2em;
	color: #707070;
}

.sub #content blockquote { 
	padding-left: 20px;
}

.sub #content #main ul { 
	padding: 0 0 15px 20px;
}

.sub #content #main ul li { 
	background: url(../images/square-bullet.gif) no-repeat 0 6px;
	padding-left: 13px;
	padding-bottom: 5px;
}

.sub #content #main ul li ul { 
	padding-top: 5px;
}

.sub #content #main ul li ul li { 
	background: url(../images/triangle-bullet.gif) no-repeat 0 6px;
}

.sub #content #main ol { 
	padding: 0 0 15px 40px;
	list-style-type: decimal;
}

.sub #content #main ol li { 
	padding: 0 0 5px 0;
	list-style-type: decimal;
	margin: 0;
}

.sub #content #sidebar { 
	float: right;
	position: relative;
	width: 279px;
	padding-bottom: 15px;
}

.sub #content #sidebar select { 
	width: 277px;
	margin-bottom: 15px;
	background: #a20909;
	color: #fff;
	border: 1px solid #fff;
}

.sub #content #main { 
	position: relative;
	width: 560px;
	float: left;
}

.sub #content #google-map { 
	border: 1px solid #aaa;
	float: left;
	line-height: 1em;
	padding: 2px 2px 0 2px;
	background: #fff;
	vertical-align: bottom;
}

.home #content .grid {
	position: relative;
	float: left;
	width: 266px;
	padding: 10px 28px 0 15px;
}

#content a.rss { 
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/rss-gray.gif) no-repeat;
	text-indent: -9999px;
}

#content #news ul { 
	margin-top: -3px;
}

.sub #content #news { 
	position: relative;
	background: url(../images/news-bg.gif) no-repeat left top;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px;
}

.sub #content #news ul { 
	margin: 10px 0 0 0;
}

.sub #content #news h3 { 
	font-size: 1.2em;
	font-weight: normal;
	padding: 6px 10px 6px 15px;
	background: #727272 url(../images/news-title-bg.gif) no-repeat left top;
	margin-left: -7px;
	margin-top: -7px;
	width: 248px;
	line-height: 1em;
	color: #fff;
}

#content #news ul li { 
	background: url(../images/border-light-horizontal.gif) repeat-x left bottom;
	padding-bottom: 1px;
	display: block;
	float: none;
}

#content #news ul li a { 
	display: block;
	padding: 9px 10px 9px 19px;
	background: url(../images/bullet-arrow.gif) no-repeat 8px 15px;
	text-decoration: none;
	color: #afafaf;
}

.sub #content #news ul li a { 
	color: #555;
	background: transparent;
	padding: 8px 10px;
}

.sub #content #news ul li:last-child, 
.sub #content #news ul li.last { 
	background: transparent;
	text-align: right;
}

.sub #content #news ul li.last a { 
	padding: 8px 10px 0 10px;
	background: transparent;
}

.sub #content #news ul li.last a:hover { 
	background: transparent;
	text-decoration: underline;
}

#content #news ul li a:hover { 
	background: #312d2d url(../images/bullet-arrow.gif) no-repeat 8px 15px;
}

.sub #content #news ul li a:hover { 
	color: #555;
	background: #e2e2e2;
}

#content #news p { 
	padding: 15px 0 0 0;
	float: right;
}

.sub #content #selections { 
	width: 259px;
	padding: 5px 10px;
	background: url(../images/red-bg.gif) no-repeat left top;
}

.sub #content #selections h3 { 
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 10px 9px 17px;
}

#content #selections ul { 
	background: url(../images/mid-grid-trans.png) no-repeat left top;
	width: 259px;
	margin-top: -5px;
	margin-left: -6px;
	padding: 5px 10px;
}

.sub #content #selections ul { 
	padding: 5px 10px;
	width: 240px;
	background: url(../images/red-bg-overlay.png) no-repeat left top;
	margin: 0 0 5px 0;
}

#content #selections ul li a { 
	display: block;
	background: url(../images/border-light-horizontal.gif) repeat-x left bottom;
	padding: 20px 18px 20px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	line-height: 1em;
}

#content #selections ul li a:hover { 
	text-decoration: underline;
}

#content #selections ul li a img {
	float: right;
	margin-top: -8px;
}

#content #selections ul li:last-child a, 
#content #selections ul li.end a { 
	background: transparent;
}

#content #selections ul li a:hover { 
	background: url(../images/border-light-horizontal.gif) repeat-x left bottom;
}

#content #selections ul li:last-child a:hover,
#content #selections ul li.end a:hover { 
	background: transparent;
}

#content #news #features ul { 
	width: 280px;
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	/*background: url(images/mid-grid-trans.png) no-repeat right top;*/
}

#content #news #features ul li { 
	float: left;
	width: 132px;
	padding: 10px 1px 10px 5px;
	margin: 0;
	font-size: .9em;
	background: transparent;
}

#content #news #features ul li * { 
	vertical-align: middle;
}

#content #news #features ul li a { 
	display: inline;
	margin: 0;
	padding: 0;
	color: #fff;
	background: transparent;
}

#content #news #features ul li a:hover { 
	text-decoration: underline;
}

#content #news #features ul li a img { 
	float: left;
	padding-right: 5px;
}

.home #content .grid#about-tab h2 { 
	padding-bottom: 15px;
}

.home #content .grid#teaser { 
	padding: 10px 15px 15px 17px;
}

.home #content img.oil {
	position: absolute;
	right: 5px;
	bottom: 20px;
}

.home #content .grid#teaser h2 { 
	/*font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: none;*/
	padding: 0 0 5px 0;
	margin: 0;
}

.home #content .grid#teaser p { 
	width: 165px;
	color: #eee;
	font-size: .9em;
	border-top: 1px solid #c46262;
	padding-top: 5px;
}

.home #content .grid#teaser p.learn-more { 
	border-top: 0;
}

.home #content .grid#teaser a.button { 
	display: block;
	padding: 0 0 0 0;
}

.home #content .grid#news { 
	padding: 0 11px 5px 0;
	width: 298px;
}

.home #content .grid#news h2 { 
	padding: 10px 15px;
	background: url(../images/mid-grid-heading.gif) no-repeat left top;
}

.home #content .grid#news ul { 
	margin-top: -15px;
	padding: 0 10px;
}

.home #content .grid#news p { 
	padding: 10px 10px 0 0;
}

.home #content .grid#news #features h2 { 
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.home #content .grid#news #features { 
	padding: 0 0 8px 0;
	width: 298px;
	background: url(../images/mid-grid-features.gif) no-repeat left top;
	border-bottom: 10px solid #000;
}

#content p#view-larger { 
	text-align: right;
	padding: 5px 0 15px 0;
	width: 560px;
}


/* ---------| =Footer |---------- */ 
	
#footer * { 
	vertical-align: middle;
}	
	
#footer p {
	padding: 20px 0;
	line-height: 1em;
} 

#footer p span {
	display: block;
	float: right;
	text-align: right;
	padding: 0 0 3px 0;
}

#footer a { 
	color: #ccc;
	text-decoration: none;
	padding: 0 5px;
}

#footer a:hover { 
	color: #fff;
}
/****************SELETTORI CONTENUTI TESTUALI:****************/

.normale {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 }
 .normalelineadoppia {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 22px;
 }
 .credits {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #AEAEAE;
 letter-spacing: 3px;
 }
div.listasettori  {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #aeaeae;
 margin: 8px 15px ;
 border-bottom: 1px solid #AEAEAE;
 }
div.listasettoribis  {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #aeaeae;
 margin: 2px 5px ;
 border-bottom: 1px solid #AEAEAE;
 }
.listasettori a,.listasettori a:link,.listasettori a:visited { 
	color: #aeaeae;
	text-decoration: none;
	padding: 4px;
	display: block;
}
.listasettori2 a,.listasettori2 a:link,.listasettori2 a:visited { 
	color: #aeaeae;
	text-decoration: none;
	padding: 2px;
	display: block;
}
.listasettori a:hover { 
	color:#B22222;
	text-decoration:none;
		padding: 4px;
			display: block;
}
.listasettori2 a:hover { 
	color:#B22222;
	text-decoration:none;
		padding: 2px;
			display: block;
}
.uno, .due, .duebis,.tre, .quattro, .cinque, .sei,.sette,.otto,.nove,.dieci { 
 border: 2px solid #FFFFFF;
 outline: none;
}
.zero { 
 border: 2px solid #B22222;
outline:none;
/*padding:3px;*/

}

.contatti, .contatti A,.contatti A:LINK, .contatti A:VISITED,.contatti A:ACTIVE, .contatti A:HOVER 
{ 
outline:none;
color:#333333;
text-decoration:none;
font-family: 'Trebuchet MS', 'Times New Roman', Times, serif; 
font-size:14px;
}
/**********************************/
.linkon {
color: #CC3333;
font-weight: bold;
		}
.linkoff {
color: #FFFFFF;
font-weight: normal;
		}
/**********************************/
/*************************************************
  Tooltip Style Rules - Original by: DynamicDrive
  Customized by: Andrea.Bettoni@ideaup.com
**************************************************/
#dhtmlpointer{
	left: -300px;
	position: absolute;
	visibility: hidden;
	z-index: 1200;
}

#dhtmltooltip{
	background-color: #FFFFCC;
	background-image: none;
	border: 1px solid #000080;
	color: #000080;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: -300px;
	padding: 2px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 150px;
	z-index: 1200;
}
/***************TAB-SLIDER***************/
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { 
		/* This div isn't entirely necessary 
		but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
		width: 100%; 
		height: 460px; 
		background: #fff; 
		overflow: scroll
		}
		.csw .loading {
		margin: 200px 0 300px 0; 
		text-align: center;
		background: #FFFFFF url(../img/icons/loading.gif)no-repeat center ;
		}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; 
			background: #000000;
			/* this is the border. 
			should have the same value for the links */
			margin: auto;
			width: 916px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 335px;
			clear: both;
		}
		
		.stripViewer .panelContainer { 
		/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; 
			// This breaks CSS validation but stops accidental (
			and intentional - beware) panel highlighting in Firefox. 
			Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 916px; 
			/* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
		/* Wrapper to give some padding in the panels, 
		without messing with existing panel width */
		padding: 0px;
		
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			float:left;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; 
			/* If you change this, be sure to adjust the initial value
			of navWidth in coda-slider.1.1.1.js */
				background:#000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			/*background: #c6e3ff;*/
		background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		width:160px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 1px;
		}
		
		.stripNav li.tab1 a { 
		/* background: #60f */
				background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		.stripNav li.tab2 a { 
				background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		.stripNav li.tab3 a { 
				background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		.stripNav li.tab4 a { 
				background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		.stripNav li.tab5 a { 
				background: #000000 url("../images/bg_tab1.gif") no-repeat center;
		}
		
		.stripNav li a:hover {
			/*background: #333;*/
			background: none transparent;
		}
		
		.stripNav li a.current {
			/* background: #000;
			color: #fff; */
		background: url("../images/bg_tab1-over.gif") no-repeat center;
		}
		.stripNavL {
			display:none;
		}
		
		.stripNavR {
				display:none;
		}
		/* -----------------| ITA ENG GER |----------------- */
#header #itaengger {
	width: 140px;
	position: absolute;
	left: 262px;
	top: 96px;
	z-index: 50;
	height: 32px;
}
