*{
	margin:0px;
	padding: 0px;
	border: 0px;
}


body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;

}

div#cont0{
	width:960px;
	height:1000px; /*------------------------ DA ELIMINARE-------------------*/
	margin: auto;
}

/*ABSTRACT*/

div#abstract{
	position: absolute;
	margin: 720px 0px 0px;
	font-size: 12px;
	color: #999;
	width: 880px;
	padding: 0px 40px;
}

div#text{
	width: 584px;
	float: left;
}

div#text h1{
	color: #666;
	font-size: 12px;
	margin: 10px 0px;
}

#categoriesTitle{
	float: left;
	color: #666;
	text-align: right;	
	margin: 0px 0px 0px 0px;
	width:180px;
	height: 20px;
}

div#abstract ul{width: 150px; float: left;margin: 30px 0px 0px 140px;list-style: disc;}
div#abstract ul li{}
div#abstract ul li a{text-decoration: none; color: #999;}
div#abstract ul li a:hover{}




/*HEADER*/

div#header{
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/*TEASER*/
div#teaser{
	height: 160px;
	background-image: url(../images/teaser.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	padding:40px 70px 0px 335px;
	text-align: center;
	width: 555px;
	color: white;
	font-size: 18px;
	line-height: 1.5em;
}

.bigSconto{
	color: #ffe001;
	font-size: 48px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}




/*MAIN*/
div#main{
	height: 311px;
	width: 880px;
	padding: 10px 40px;
	color: #333;
	background-image: url(../images/mainImage.jpg);
	background-repeat: no-repeat;
}

div#main ul{
	list-style: none;
	width: 876px;
	height: 84px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
}

div#main ul li{
	
	width: 230px; 
	height: 24px; 
	float: left;
	margin: 7px 0px 0px 0px;
	padding:8px 0px 0px 30px;
	}

div#main ul li a{color: #333333; text-decoration: none; display: block; height: 15px; width: 230px;}

div#main ul li a:hover{}

div#main p{
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 35px 0px 0px 0px;	
}

div#phone{
	height: 110px;
	width: 250px;
	font-weight: bold;
	float: right;
	margin: -80px 0px 0px 0px;	
	font-size: 14px;
	color: black;
	padding: 0px 0px 0px 0px;
	
}

span#titlePhone{
	color: #990000;
	font-size: 18px;
	display: block;
	margin: 0px 0px 0px 0px;
}

div#number{
	background-image: url(../images/arrow.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 90px;
	height: 60px;
}



/*FOOTER*/
div#footer{
	font-size: 11px;
	text-align: center;
	color: #999;
	clear: both;
	position: absolute;
	margin: auto;
	width: 960px;
	margin-top: 280px;
}
	
div#footer a{
	font-size: 11px;
	text-align: center;
	color: #999;
	

}
/*CLASSI*/

.clear{clear:both;padding:0px; border:0px; margin:0px; display:block;}
.grassetto{font-weight: bold;}
.giallo{color: #ffe000;}

.size24{
	font-size: 24px;
	font-weight: bold;
}

.size18{
	font-size: 18px;
	font-weight: bold;
}