/*
 ------------------------------------------------------------
	CMS_CONTENT_STYLE.CSS
 ------------------------------------------------------------
*/
div#mainarea {
	background:url('/custom_cms/images/sf-az.jpg');
	position: absolute;
	top:0px;
	left:0px;
	width:780px;
	height:431px;
	overflow: hidden;	
}

div#contimg1area {
	width:311px;
	height:382px;
	overflow:hidden;
	position: absolute;
	left:1;
	top:0px;
	cursor:pointer;
}
div#contimg1area img{
	height:382px;
}

div#contimg2area,div#contimg3area {
display:none;
}

div#maincontarea {
	text-align:left;
	position: absolute;
	top:40px;
	right:12px;
	height:307px;
	width:444px;
	z-index: auto;
	overflow: auto;
	padding-right:12px;
}

#maincontarea a:link, #maincontarea a:visited {
	font:11px Verdana,Thaoma,sans; 
	color:#313183;
}
#maincontarea a:hover {
	color:#f96f00;
}

.catgroupnamearea{
	background-color:#313183;
	position: absolute;
	width:468px;
	height:28px;
	right:0px;
	top:0px;
}
.catpercorso{	
	font:11px Arial,sans;
	font-weight:bold;
	color:#ffbe20;
	text-transform:uppercase;
	padding-top:7px;
	text-indent:12px;
}

p {margin:0;padding: 0;}

a  {text-decoration: none;}

