/*** div containers ***/
#mainContainer{
	width:951px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:33px
}
@media screen{
	#smartMenuHolder{	
		position:relative;
		width:259px;
		height:141px;
		padding:2px 0px 0px 24px;
		float:left;
	}
	#content{
	width:inherit;
	height:353px;
	background-image:url(../gfx/sfondo_sfuma.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:52px;
	}
	#elencoContent{
		width:600px;
		left:21px;
		float:left;
	}
	#tornaSu{
		position:relative; 
		top:30px; 
		left:0px; 
		float:left;
	}
}
@media print{
	#smartMenuHolder{	
		display:none;
	}
	#content{
		display:none;
	}
	#elencoContent{
		position:absolute;
		width:600px;
		left:20px;
		top:60px;
	}
	#printTitle{
		display:block;
	}
	#tornaSu{
		display:none;
	}
}
#flashimg{
	width:302px;
	height:298px;
	left:302px;
	float:left;
	top: 55px;
}
#searchBox{
	position:relative;
	width:279px;
	height:298px;
	float:left;
	left:302px;
	top:55px;
}

#smartMenu{
	position:relative;
}
#smartMenu ul{
	position:relative;
	list-style:none;
	text-align:left;
	left:-12px;
	line-height:16px;
	margin-top:20px;
}
#smartMenu li{

}
/*** font styles ***/
.elencoDiv{
	width:510px;
	background-image:none;
	background-repeat:no-repeat;
	padding-top:15px;
}

.orange11Bold{
	font-size:11px;
	color:#F0A21F;
	font-weight:bold;
}
.orange12Bold {
	font-size:12px;
	color:#F0A21F;
	font-weight:bold;
}
.orangeBold{
	font-size:12px;
	color:#F0A21F;
	font-weight:bold;
}
.smartMenuText{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:link{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:visited{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:hover{
	font-size:9px;
	font-weight:normal;
	color:#F0A21F;
	text-decoration:none;
}
.brackets{
	font-size:12px;
	padding:0 2px 0 2px;
}
.symbol{
	font-size:11px;
	color:#000000;
}

.theForm {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.gray12Bold {
	font-size:12px;
	color:#575654;
	font-weight:bold;
}

.gray12 {
	font-size:12px;
	color:#575654;
}

.linkOrange a:link{
	font-weight:normal;
	color:#F0A21F;
	text-decoration:underline;
}
.linkOrange a:visited{
	font-weight:normal;
	color:#F0A21F;
	text-decoration:underline;
}
.linkOrange a:hover{
	font-weight:normal;
	color:#575654;
	text-decoration:underline;
}
