
div.sfumatochiarobasso  
{
	height:94px;
	width:674px;
	float:left;
	position:absolute;
	margin-top:150px;
	z-index:1;
	overflow:hidden;
	background-image:url('../images/grigiochiaro.png');background-repeat:repeat;
} 

div.sfumatoscurobasso  
{
	height:94px;
	width:674px;
	float:left;
	position:absolute;
	margin-top:150px;
	z-index:1;
	overflow:hidden;
	background-image:url('../images/grigioscuro.png');background-repeat:repeat;
} 


div.sfumatochiarolato  
{
	height:244px;
	width:275px;
	float:left;
	position:absolute;
	z-index:1;
	overflow:hidden;
	background-image:url('../images/grigiochiaro.png');background-repeat:repeat;
} 

div.sfumatoscurolato  
{
	height:244px;
	width:275px;
	float:left;
	position:absolute;
	z-index:1;
	overflow:hidden;
	background-image:url('../images/grigioscuro.png');background-repeat:repeat;
} 

a.titoloaranciolato
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19pt;
	text-decoration:none;
	font-weight:bold;
	color:#EB623E;	
	line-height:25px;
	right:10px;
}
a.titoloaranciolato:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19pt;
	text-decoration:underline;
	font-weight:bold;
	color:#EB623E;
	line-height:25px;	
}


a.titoloaranciobasso
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19pt;
	text-decoration:none;
	font-weight:bold;
	/*color:#EB623E;*/
	color:#2B588F;
}
a.titoloaranciobasso:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19pt;
	text-decoration:underline;
	font-weight:bold;
	/*color:#EB623E;*/
	color:#2B588F;
}

a.sottotitoloblu
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration:none;
	font-weight:bold;
	/*color:#2B588F;*/
	color:#000000;
}

a.sottotitoloblu:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration:underline;
	font-weight:bold;
	/*color:#2B588F;*/
	color:#000000;
}


a.sottotitolobianco
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

a.sottotitolobianco:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
}


a.abstractbianco
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
}

a.abstractbianco:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration:underline;
	font-weight:normal;
	color:#FFFFFF;
}


a.abstractnero
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

a.abstractnero:hover
{
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* hax */
.clearfix:after {
  content: ".";
  display: block;
  
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}



.ticker, #feature, #somewrapper, #feeds, #offers h2, .verdana {
	font-family:Verdana, sans-serif;
}
#tickerwrapper {
	float:left;
	display:inline;
	position:relative;
	width:674px;
	height:244px;
}
.ticker {
	position:absolute;
	top:0;
	left:0;
}
.currentticker {
	display:block;
	visibility:visible;
}
.ticker .header {
	position:relative;
	height:244px;
	margin-bottom:5px;
	width:674px;
}
.ticker .header .title {
	position:relative;
	bottom:0px;
	left:1px;
	width:459px;
}

#tickercontrols {
	position:absolute;
	left:472px;
	top:205px;
	width:180px;
	
}
#tickercontrols li 
{
	float:left;
	display:inline;
	width:18px;
	margin-left:4px;
	margin-right:4px;
}
#tickercontrols li a 
{
	display:block;
	font-size:1.2em;
	text-align:center;
	color:#383838;
	line-height:1.2;
	text-decoration:underline;
}
#tickercontrols li a.current 
{
	background-color:#707070;
	color:#e2e6ef;
	text-decoration:none;
	line-height:1.2;
	text-align:center;
}



body {
  margin: 0;
  padding: 0;
  min-width: 50em;
  font-size: 75.01%; /* 12px [1] */
  line-height: 1.5em; /* 18px [2] */
  background:white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}




