body {
	background-color: #ffffff;
	font: 11px/20px Verdana, Tahoma, sans-serif;
	color: #888888;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #FC7319;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

/* --- LOGO E NAVIGAZIONE --- */

#header {
	width: 900px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#header h1#logo a {
	display: block;
	float: left;
	width: 230px;
	height: 113px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#header ul#nav {
	position: relative;
	width: 620px;
	margin: 45px 0 0 0;
	padding: 0 0 0 30px;
	overflow: hidden;
}	

#header ul#nav li {
    float: left;
    margin: 0 10px 0 0;
}

#header ul#nav li.back { 
	border: 1px solid #dedede;
	background-color: #eee;
	height: 28px;
	z-index: 8;
	position: absolute;
}

#header ul#nav li a {
	font-size: 12px;
	color: #777;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 15px;
}
     
#header ul#nav li a:hover, #header ul#nav li a:active, #header ul#nav li a:visited {
	border: none;
	text-decoration: none;
}

/* --- CONTENT --- */

#content {
	width: 525px;
	border: 1px solid #e7e7e7;
	padding: 15px;
	position: relative;
	margin: 35px 0 10px 0;
	float: left;
}

#content p:last-child {
	margin-bottom: 0;
}

#content h3 {
	position: absolute;
	top: -35px; left: -1px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	padding: 0 15px;
	font-size: 18px;
	color: #FC7319;
}

#content h5 {
	font-weight: bold;
	color: #812903;
	margin: 10px 0px 20px 0px;
	font-size: 15px;
}

#content p.approfondisci a {
	color: #FC7319;
	margin: 0px;
	padding: 0 20px 0px 0;
	background: url(../images/arrow.jpg) bottom right no-repeat;
}


/* --- SIDEBAR --- */

#sidebar {
	float: right;
	width: 300px;
	margin: 35px 0 10px 0;
	border: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	padding: 15px;
	min-height: 389px;
}


/* --- FOOTER --- */

#footer {
	width: 845px;
	padding: 15px 25px 20px 30px;
	overflow: hidden;
	clear: both;
}

#footer a {
	color: #888;
}

#footer p#copy {
	float: left;
}

#footer ul#footernav {
	float: right;
}

#footer ul#footernav li {
	float: left;
}

#footer ul#footernav li a {
	padding: 0 20px;
	border-right: 1px solid #888;
}

#footer ul#footernav li:last-child a {
	border: none;
	padding-right: 0;
}

.fotodestra {
	margin: 5px 0px 5px 10px;
	padding: 0;
	border: 1px solid #888888;
	float: right;
}

.fotosinistra {
	margin: 5px 10px 5px 0px;
	padding: 0;
	border: 1px solid #888888;
	float: left;
}


table.tabella {
	border-collapse:collapse;
	width:auto;
	}
table.tabella td,
table.tabella th {
	border:1px solid #AAA;
	padding:0.5em;
	margin:1.0em;
	text-align:center;
	}
table.tabella th {
	background-color:#ffcc66;
	color:#333;
	font-weight:bold;
	}
	
.foto {
	margin: 0;
	padding: 0;
	width: 525px;
}

.foto ul {
	margin: 0;
	padding: 0;
}

.foto li {
	float: left;
	list-style-type: none;
	margin: 10px 8px;
}

.thumb {
	float: left;
	padding: 1px; 
	margin: 0px;
	list-style: none;
	border: 2px solid #888888;
	height: 60px;
	widows: 60px;
}		
