@charset "iso-8859-1";
/* CSS Document */

body {
	background:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}

h1{
	padding:0;
	margin:0;
	font-weight:normal;	
	
}

/* font face -----------------------------------------*/

@font-face {
 font-family: titolo;
 src: url("folks.eot");
}
@font-face {
 font-family: titolo;
 src: url("folks.ttf");
}

/* -------------------------------------------------------*/

.paragrafo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	
}

.titolo-pag{
	font-family:titolo;
	color:#2E4646;
	font-size:24px;
}

.titolo-verde{
	font-family:titolo;
	color:#99CC00;
	font-size:24px;
}

.titolo-news{
	font-family:titolo;
	color:#FFF;
	font-size:24px;
}

.news a:link, .news a:active, .news a:visited {color:#FFF; text-decoration:none;}
.news a:hover {color:#506A00;}

link a, link a:active, link a:visited{text-decoration:none;}
link a:hover{color:#506A00;}

a, a:active, a:visited, a:hover{text-decoration:none; color:#666;}

/* --------------------------------------------------------*/

div#container {
	width: 980px;
	position: relative;
	z-index:1;
	margin:0 auto;
}

div#header{
	width: 980px;
	height:62px;
}
div#logo{
	float:left;
	width:233px;
	height:62px;
	background:url(../img/logo.jpg);
}
div#menu{
	float:right;
	width:695px;
	height:33px;
	padding-top:29px;
}
div#foto{
	width:980px;
	height:480px;
	clear:both;
	background:url(../img/mask-top.png);
	background-position:top;
	background-repeat:no-repeat;
}
div#subheader{
	width:980px;
	height:68px;
	z-index:2;
	float:left;
	position:absolute;
	top: 62px;
	left:0px;
	background:url(../img/header.png);
}
div#immagini{
	width:625px;
	height:370px;
	position:absolute;
	left:355px;
	top:300px;
}
div#sx{
	float:left;
	width: 345px;
}
div#dx{
	float:right;
	width:625px;
	padding-top:110px;
}
div#offerta{
	width:166px;
	height:126px;
	float:left;
	padding:20px 20px 20px 20px ;
	background:url(../img/bg-news.png);
}
div#arrow{
	width:100%;
	height:12px;
	text-align:right;
}
div#spacer{
	clear:both;
	width:100%;
	height:10px;
}
div#spacer2{
	clear:both;
	width:100%;
}
div#footer{
	width:980px;
	background:url(../img/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	text-align:center;
	margin-top:10px;
}
div#lingue{
	width:73px;
	height:22px;
	z-index:1100;
	position:absolute;
	top:530px;
	left:0px;
}
div#off{
	width:980px;
	position:relative;
}
div#off-sx{
	float:left;
	width:250px;
}
div#off-dx{
	float:left;
	width:680px;
	padding-left:20px;
}

