/* RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
#omniture { position: absolute; }


body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: repeat;
}



#wrap{
	margin:auto;
	width: 950px;
} 



#credit {
	float:auto;
	width: 650px;
	background-image: url(../immagini/layout/footer.png);
	background-repeat: no-repeat;
	color: #FFF;
	height: 54px;
	margin: auto;
	padding-top: 35px;
	padding-left: 300px;
}



.clearer {
  clear: both;
}



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #E0001A;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.menu {
	vertical-align:top;
	background-image:url(../immagini/bg_td.jpg);

}

ul,li{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	color: #FFF;
	list-style-image: url(../immagini/layout/freccia-news.png);
}

