body {
 	background-image: url(../background-image-page.php);
}

/*INTESTAZIONE*/

#head {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#head h1 {
	top: 20px;
}


.upmenu {
	top: 40px;
}


/* FINE INTESTAZIONE*/

/*menu*/

#navigation {
	top: 115px;
}

/* fine menu*/

#sezione {
	width: 944px;
	height: 30px;
	text-align: left;
	color:#423435;
	font-size: 20px;
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: -472px;
}

/* INTRO*/
#intro {
	width: 100%;
	height: 190px;
	position: static;
	margin-bottom: 15px;
}

#intro .box{
	width: 915px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 15px;
	position: static;
}

#intro .foto {
	width: 306px;
	height: 175px;
	background-image: url(../skin/bg-main-foto-category.png);
	float: left;
}

#intro .contenuti {
	width: 575px;
	height: 160px;
	float: left;
	margin-left: 15px;
}

#intro h2 {
	width: auto;
	padding: 0px;
	float: left;
	margin: 0px;
	height: auto;
}

#intro p {
	display: inline;
	width: auto;
	height: auto;
	float: left;
	
}

#intro p.testo {
	width: 570px;
}

#intro p.link {
	margin-left: 300px;
	margin-top: 20px;
	width: 283px;
}

#intro p.link a{
	display: block;
	width: 283px;
	height: 36px;
	background-image: url(../skin/btn-brown.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 31px;
}

#intro p.link a:hover{
	background-position: bottom left;
	color: #333;
}


/* FINE INTRO*/

/* container*/
#main {
	width: 100%;
	min-height: 200px;
	position: absolute;
	top: 240px;
	left: 0px;
	
}
#container {
	width: 945px;
	min-height: 200px;
	
	margin-left: auto;
	margin-right: auto;
	float: none;
	position: relative;
}

#col1{
	width: 945px;
	height: auto;
	float: left;
}
/* fine container*/

/* col1*/
#col1 .preNews {
	width: 305px;
	height: 207px;
	background-color: #fff;
	position: relative;
	
	margin-right: 15px;
	margin-bottom: 15px;
}

#col1 .preNews.noRm {
	margin-right: 0px;
}

.preNews.primo {
	margin-bottom: 15px;
	width: 306px;
}

.preNews h2{
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	width: 255px;
	height: 60px;
	font-size: 18px;
	color: #f9b600;
	line-height: 22px;
}

.preNews p{		
	font-size: 12px;
	color: #666;
	line-height: 16px;
	
	text-align: left;
	width: 255px;
	height: 80px;
	padding-left: 20px;
}

.preNews p.cover{	
	position: absolute;
	display: block;
	top: 79px;
	left: 0px;
	width: 305px;
	height: 128px;
	overflow: hidden;
	padding-left: 0px;
}

.preNews p.data{	
	position: absolute;
	display: block;
	top: 0px;
	left: 20px;
	width: 50px;
	height: 15px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	z-index: 10;
	background-color: #ccc;
	color: #fff;
}

.preNews p.link, .preNews p.link a{	
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 305px;
	height: 207px;
	padding-left: 0px;
}

.preNews p.link a{		
	background-image: url(../skin/link.gif);
	background-position: top left;
}

.preNews p.link a:hover{		
	background-position: bottom left;
}
/* fine col1*/

/*PAGINAZIONE*/
#col1 .preNews.paginazione {
	width: 945px;
	height: 30px;
	background-color: #fff;
	position: relative;
	
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: left;
}

#col1 .preNews.paginazione p {
	padding-top: 5px;
}
