
HTML,BODY {
  margin : 0px;
  padding: 0px; 
  border: 0px;
}

BODY {
  background: #1a264a url(../img/background.jpg) repeat;
}

.titolo {
  float : left;
  color : #000;
  margin-top : 15px;
  margin-bottom : 10px;
  font-family : "Verdana";
  font-size : 44px;
  font-style: italic;
}

.titolo_color {
  color : #bec72d;
}


.bgfoto {
  width : 800px;
  margin : 0px;
  padding-top : 0px;
  padding-bottom :50px;  
}

.contenitore {
  text-align : left;
  width : 750px;
  padding : 0px;
  margin-top : 0px;
  margin-bottom : 50px;
}

#nav-menu ul
{
  float : left;
  margin-top : 10px;
  margin-bottom : 5px;
  margin-left : 85px;
  list-style: none;
  padding: 0px;
}

#nav-menu li
{
  font-family : Verdana;
  color: #000;
  font-size :  16px;
  float: left;
  padding-top : 4px;
  padding-left 25px;
  padding-right : 25px;
}

#nav-menu .separ
{
  padding-top : 0px;
  font-size :  20px;
  color: #454c67;
}

#nav-menu a {
	color : #000;
	text-decoration : none;
}

#transparentblock {
  width : 750px;
  background :#b0bed9;
}

html>/**/body  #transparentblock {
  width : 750px;
  margin-top : 30px;
  background :#b0bed9;
}


.copyright {
  margin-top : 2px;
  font-family : Verdana;
  color: #000;
  font-size :  10px;
  font-style : italic;
}


.testo {
  font-family : Verdana;
  color: #000;
  font-size :  12px;
  line-height: 18px;
}

dfn {
  color : #9e0b1c;
  font-weight : bold;
}

.sepline {
  border-left : 1px solid #788dad;
  height : 400px;
}

.new_title {
  color : #fd8002;
  font-size :  18px;
  font-family : "Verdana";
  font-style: italic;
  margin-bottom : 10px;
}

.main_title {
  margin-left : 20px;
  color : #000;
  font-size :  24px;
  font-family : "Verdana";
  font-style: italic;
  margin-bottom : 10px;
}

.news {
  padding-bottom : 5px;
}

.agenda {
  margin-left : 10px;
  font-family : Verdana;
  color: #000;
  font-size :  10px;

}

#player1, #player1 a {
  font-family : Verdana;
  color: #000;
  font-size :  10px;
  cursor : pointer;
}

.coordinate {
	color : #f67028;
  font-family : "trebuchet MS";
	font-size :  24px;
	font-style : italic;
	
}

#presentazione {
	margin : 10px;
}

.listaprodotti {
	border : 1px solid #000;
	background-color : #fff;
}

.listaprodotti TD {
	background-color : #fff;
	padding : 2px;
}

.listaprodotti TD.testor {
	text-align : right;
}

.listaprodotti TD.testol {
	text-align : left;
}

