body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #797C6B;
	margin: 0;
	line-height: 1.2em;
}

/* Colori e font */

a {
	text-decoration: none;
	color: #fff;
}

a.bianco {
	font-size: 12px;
	color: #fff;	
}

a.bianco:hover {
	color: #797C6B;
}

a.grigio {
	color: #797C6B;
}

a.grigio:hover {
	color: #fff;
}

.arancio {
		color: #FF6600;
}

.D {
	color: #797c6b;
}

a.N {
	font-size: 11px;
	color: #000;	
}

a.N:hover {
	color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

h2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}

img {
	border: 0px;
}

ul {
	list-style-type: square;
}

ul a {
	color: inherit;
}

ul a:hover {
	color: #fff;
}
/* Classi generiche */

.floatright {
	 float: right;
}

.floatleft {
	 float: left;
}

.noborder {
	border: none;
}

/* Menu navigazione */

#nav {
	background-color: #3d4036;
	height: 15px;
}
#nav ul {	
	display: inline;
	list-style: none;
	margin-left: 140px;
	padding-left : 0px;
}

#menuservizi {	
	display: none;
	list-style: none;
	margin-left: 140px;
	padding-left : 0px;
}

#nav li, #menuservizi li {
	display: inline;
	position: relative;
	padding-right: 28px;
}

#nav a {
	line-height: 1.4em;
}

#menuservizi a {
	line-height: 1.6em;
}

#galleriafoto td{
	padding: 5px 5px 5px 0px;
}

#galleriafoto img {
	border: 1px solid #333;
	padding: 1px;
}
/* Layers */

#container {
	width: 765px;
	margin: 12px 4px;
}

.headerspacer {
	height: 15px;
	background-color: #797C6B;
	margin: 3px 0px;
	clear: both;
}

#sidebar {
	width: 140px;
	float: left;
}

#content {
	margin-left: 140px;
	text-align: justify;
}

.imagebar {
/*	width: 230px;*/
	border: 0px;
	padding: 0px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: right;
}

.imagebar table {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.imagebar img {
	border: 1px solid #555;
	outline: none;
}

#footer {
	height: 15px;
	margin-top: 5px;
	background-color: #3d4036;
	text-align: center;
	line-height: 1.6em;	
	clear: both;
}

