html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../img/sf_body.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	color: #000;
	font-family: Century Gothic, "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

a { outline:0;
}

#container{
	position:relative;
	height: 100%;
	min-height:100%;
	height:auto !important;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header */

#header{
	position:relative;
	float:left;
	height: 250px;
	width: 810px;
}

#header_rs{
	position:relative;
	float:left;
	height: 50px;
	width: 810px;
	background-image:url(../img/head_rs.png);
}

#head_logo{
	position:relative;
	float:left;
	height: 250px;
	width: 180px;
	background-image:url(../img/logo.png);
	background-position:top;
	background-repeat:no-repeat;
}

/* header navigazione */

#nav_cont{
	position:relative;
	float:left;
	height: 200px;
	width: 250px;
}

#nav_sup{
	position:relative;
	float:left;
	height: 30px;
	width: 250px;
	background-image:url(../img/filo_nav_sup.png);
}

#nav_centr{
	position:relative;
	float:left;
	height: 140px;
	width: 250px;
}

.nav_centr_riga{
	position:relative;
	float:left;
	height: 20px;
	line-height:20px;
	width: 250px;
}

.nav_centr_riga_ico{
	position:relative;
	float:left;
	height: 20px;
	width: 45px;
	background-image:url(../img/ico_nav.png);
}

.nav_centr_riga_testo{
	position:relative;
	float:left;
	height: 20px;
	line-height:20px;
	width: 200px;
	padding-right:5px;
}

#nav_inf{
	position:relative;
	float:left;
	height: 30px;
	width: 250px;
	background-image:url(../img/filo_nav_inf.png);
}

/* header slide */

#header_slide{
	position:relative;
	float:left;
	height: 200px;
	width: 420px;
	margin-left:60px;
}

#slider { 
	position:relative;
	float:left;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider li{ 
	width:300px;
	height:200px;
	overflow:hidden; 
}	

#prev{ 
	position:relative;
	float:left;
	width:60px;
	height:200px;
}

#next{ 
	position:relative;
	float:left;
	width:60px;
	height:200px;
}

/* contenuto */

#content{
	position:relative;
	float:left;
	width: 990px;
}

#pages{
	position:relative;
	float:left;
	width:753px;
}

.colonna_testo_sx{
	position:relative;
	float:left;
	min-height:380px;
	width: 320px;
	padding-right:37px;
	margin-top:40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	line-height:20px;
}

.colonna_testo_dx{
	position:relative;
	float:left;
	min-height:380px;
	width: 320px;
	padding-left:37px;
	padding-right:37px;
	margin-top:40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	line-height:20px;
}

.colonna_testo_tit{
	position:relative;
	float:left;
	height:60px;
	width: 320px;
}

.colonna_testo_cont{
	position:relative;
	float:left;
	height:auto;
	width: 320px;
	padding-top:10px;
	text-align:justify;
}

.colonna_testo_cont_tit{
	position:relative;
	float:left;
	height:40px;
	width: 320px;
}

.colonna_news{
	position:relative;
	float:left;
	height:auto;
	width: 170px;
	padding-left:37px;
	margin-bottom:30px;
	margin-top:40px;
}

.colonna_news_tit{
	position:relative;
	float:left;
	height:60px;
	width: 170px;
	padding-top:100px;
}

.colonna_news_cont{
	position:relative;
	float:left;
	height:auto;
	width: 170px;
}

.colonna_news_riga{
	position:relative;
	float:left;
	height:auto;
	width: 170px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.colonna_grande{
	position:relative;
	float:left;
	min-height:380px;
	width: 715px;
	padding-right:37px;
	margin-top:40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.colonna_grande_testo{
	position:relative;
	float:left;
	height:auto;
	width: 715px;
	padding-bottom:10px;
	text-align:justify;
	line-height:20px;
}

.colonna_grande_404{
	position:relative;
	float:left;
	height:446px;
	width: 715px;
	background-image:url(../img/404.jpg);
}

.colonna_grande_cont{
	position:relative;
	float:left;
	height:auto;
	width: 715px;
	padding-top:10px;
	text-align:justify;
}

#titolo{
	position:relative;
	float:left;
	height:auto;
	width: 30px;
	height:160px;
	background-color:#8c0000;
	display: none;
}

/* chi */

#cont_comeimg{
	position:relative;
	float:left;
	height:380px;
	width: 713px;
	margin-top:20px;
	border: 1px solid #000;
}

/* slide verticale */

.vertical{
	position: relative;
	float:left;
	overflow:hidden;
	width: 654px;
	height:480px;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.items {	
	position:relative;
	width:654px;
	height:200000px;	
	margin: 0px;
}

.items div {
	height:200px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	padding-top:20px;
	line-height:22px;
}

.items img {
	float:left;
	margin-right:20px;
	height:200px;
	width:300px;
}

#actions{
	position: relative;
	float:left;
	width: 40px;
	height:30px;
}

.disabled {
	visibility:hidden;		
}

.nextPage, .prevPage {
	cursor:pointer;
}


/* footer */

#footer{
	position:relative;
	float:left;
	height:80px;
	width: 990px;
	background-color:#595857;
	margin-top:30px;
}

#foot_sx{
	position:relative;
	float:left;
	height:40px;
	width: 820px;
	padding:20px;
	line-height:20px;
	color:#FFF;
	font-size:10px;
}

#foot_dx{
	position:relative;
	float:left;
	height:60px;
	width: 100px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

/* stili testuali */

.link_nav{
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	font-size:14px;
}

.link_nav:hover{
	color:#000;
}

.link_red{
	font-weight: bold;
	color:#8c0000;
	text-decoration: none;
	font-size:14px;
}

.link_red:hover{
	color:#000;
}

.nero_bold{
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
}

.nero_bold_p{
	font-weight: bold;
	text-decoration: none;
}

.grigio_p{
	font-weight: normal;
	text-decoration: none;
	color:#666;
}

