@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
html, body, #wrap {height: 100%;}
body  {
	min-width: 960px;
	color: #000000;
	background-color: #ea8d00;
	background-image: url(../immagini/main-bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #424242;
}
body > #wrap {height: auto; min-height: 100%;}
a {text-decoration: none;}
div, p, h1, h2, h3, h4, h5, h6, form, ul, select {
	margin: 0px;
	padding: 0px;
}
a img {border: none;}
ul, ol  {list-style: none;}
#main {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom: 120px;
}  /* must be same height as the footer */
#footer {
	height: 120px;
	clear:both;
	margin: -121px auto 0 auto;
	width: 920px;
	text-align: right;
	font-size: 11px;
	color: #333333;
	background-color: #ea8d00;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

/* Header */
#header {
	height: 390px;
	position: relative;
} 
#header #logo {
	width: 265px;
	height: 110px;
	top: 0px;
	position: absolute;
	left: 0px;
}
#header #navtop {
	height: 22px;
	width: 360px;
	position: relative;
	top: 80px;
	left: 559px;
	font-size: 11px;
	border-right: 1px solid #351a0b;
}
#header #media {
	position: absolute;
	top: 110px;
	height: 250px;
	width: 920px;
	background-color: #000000;
}
#header #navtop ul {
	text-align: right;
	padding-top: 5px;
}
#header #navtop li {
	display: inline;
	padding: 4px 8px;
	border-left: 1px solid #351a0b;
}
#header #navtop a, #header #navtop a:visited {
	color: #351a0b;
}
#header #navtop a:hover {
	color: #351a0b;
	text-decoration: underline;
}
#header #menu {
	position: absolute;
	width: 920px;
	top: 360px;
	height: 30px;
	background-color: #e95d0f;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #351a0b;
}
#header #menu div  {
	text-align: center;
	float: left;
	height: 30px;
	border-right: 1px solid #351a0b;
}
#header #menu div a     {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	display: block;
	height: 30px;
	padding: 0;
	line-height: 30px;
}
#header #menu div a:hover {
	background-color: #351a0b;
}
.navhom #menu #navhom  a,.navtbt #menu  #navtbt a, .navdst #menu  #navdst a, .navacc #menu  #navacc a, .navaes #menu #navaes a, .navevn #menu #navevn a, .navtrs #menu #navtrs a {
	background-color: #351a0b;
	background-image: url(../immagini/menu-sel.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header #menu #navhom {
	width: 80px;
}
#header  #menu  #navtbt {
	width: 159px;
}
#header  #menu  #navdst {
	width: 139px;
}
#header  #menu  #navacc {
	width: 156px;
}
#header   #menu #navaes {
	width: 274px;
}
#header  #menu  #navevn {
	width: 106px;
}
#header  #menu  #navtrs {
	width: 130px;
}
/* Footer */
#footer  #navbot  ul {
	font-size: 11px;
	padding: 10px 0;
	float: left;
}
#footer #istmenu ul {
	font-size: 11px;
	float: left;
}
#footer  #navbot  li, #footer #istmenu li {
	display: inline;
	padding: 0px 6px;
	border-right: 1px solid #351a0b;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
}
#footer #navbot span, #footer  #istmenu  span {
	text-align: right;
	float: right;
	line-height: 14px;
}
#footer #istmenu {
	padding-top: 5px;
	margin-top: 5px;
}
#footer  h2  {
	font-size: 15px;
	color: #351a0b;
	display: inline;
	font-weight: bold;
	line-height: 20px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Main */
#content {
	width: 680px;
	float: right;
	color: #333333;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 10px;
} 
#sidebar {
	width: 200px;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	color: #333333;
	padding: 20px 10px;
}
