* {
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color: #ededed;
	font-size: 11px;
	font-family: arial, sans-serif;
	min-width: 990px;
}

img {
	border: none;
}

#pagina {
	width: 100% !important;
	overflow: hidden;
	position:relative;
	left: 0;
	top: 0;
}

a:link, a:visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

a:hover, a:active {
	color: #8CA1B6;
	background: transparent;
}



.imghomepage {
	position: absolute;
	bottom: 0;
	border: none;
}


#intestazione {
	height: 70px;
	color: #000000;
	background: #ededed;
}

#footer {
	line-height: 17px;
	margin: 5px;
}

a.clientarea:link, a.clientarea:visited, a.clientarea:hover, a.clientarea:active  {
	width: 90px;
	display: block;
	background: url(../images/lucchetto.gif) no-repeat transparent;
	background-position: 0 0;
	position: relative;
	top: -17px;
	left: 900px;
	height: 17px;
	line-height: 17px;
	padding-left: 22px;
}



.chiudiaccordion0, .chiudiaccordion1, .chiudiaccordion2 {
	visibility: hidden;
	margin-top: -24px;
	position: absolute;
	height: 24px;
	line-height: 24px;
	background: url(../images/accordion_chiudi.png) no-repeat transparent;
	width: 24px;
	cursor: pointer;
}

.barra {
	position: absolute;
	list-style-type: none;
	margin: 0 0 0 110%;
	padding: 0;
	margin-top: -30px;
	left: 170px;
	visibility: hidden;
	display: block;
}

.barra li {
	float: left;
	height: 25px;
	margin: 5px 3px 0 0;
	padding: 0;
	background: transparent;
	display: inline-block;
}

.barra li a:link, .barra li a:visited, .barra li a:hover, .barra li a:active  {
	color: #ffffff;
	background: url(../images/transparent.gif) no-repeat transparent;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	display: inline-block;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

.barra li a.current:link, .barra li a.current:visited {
	background: url(../images/tab.gif) no-repeat #8CA1B6;
	color: #8CA1B6;
}

.contenutoprimolivello {
	clear: both;
	float: left;
	margin-top: 20px;
}

.barraprimolivello {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 383px;
	top: 0;
}

.barraprimolivello li {
	float: left;
	margin: 10px 3px 0 0;
	padding: 0 5px;
	background: #ffffff;
	display: inline-block;
}

.barraprimolivello li a:link, .barraprimolivello li a:visited  {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	display: inline-block;
}

.barraprimolivello li a:hover, .barraprimolivello li a:active {
	text-decoration: underline;
}

.barraprimolivello li a.current {
	color: #ff6600;
}


h3 {
	width: 100%;
	height: 30px;
	border: none;
	border-top: 1px solid #ffffff;
	background: #BAC7D3;
	color: #ffffff;
	cursor: pointer;
}

h3.current {
	background: #8CA1B6;
	cursor: default;
}

h3.current .cursor {
	cursor: default;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active{
	width: 70px;
	margin-top: 10px;
	height: 20px;
	padding: 0 0 0 25px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

#accordion {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.contenuto {
	height:400px;
	display:none;
	color: inherit;
	background: #ffffff;
}

#flash {
	height: 400px;
	width: 990px;
	position: absolute;
	top: 0px;
	left: -15px;
}

#tooltip { 
    display:none; 
    font-size:11px; 
    padding:3px; 
    color: #000000;
	background: #BAC7D3;
	border: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90);
}


/*carousel*/
div.scrollable {  
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 920px; 
    height:350px;
	margin-left: 0px;
	float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items  { 
    /* this cannot be too large */ 
    width:20000em; 
    position:relative; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div.contenuti  { 
	float:left;
	width: 920px; 
} 
 
/* you may want to setup some decorations to active the item */ 
/*div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}*/

a.browse {
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	margin-top: 140px;
}

a.prevPage {
	background: url(../images/carousel_indietro.gif) no-repeat #ffffff;
	margin-right: 11px;
	cursor: pointer;
}

a.nextPage {
	background: url(../images/carousel_avanti.gif) no-repeat #ffffff;
	margin-left: 11px;
	cursor: pointer;
}

a.disabled {
	opacity: 0.3;
	filter:alpha(opacity=30);
	cursor: default;
}
.titolo {
font-size:20px;
color:#ff6600;

}