@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:url('images/bkg-main.gif') repeat-x #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus{
  outline: none;
  -moz-outline-style: none;
}
h1 {
	font-size:11px;
	text-transform: uppercase;
	color: #999999;
	font-weight:normal;
	height:72px;
	width:330px;
}
h2 {
	font-size:11px;
	text-transform: uppercase;
	color: #999999;
	font-weight:normal;
}
h3 {
	font-size:11px;
	text-transform: uppercase;
	color:#c5010a;
	font-weight:normal;
	margin:0 0 10px 0;
}
ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
li {
	background-image: url(Images/icona-elenco.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 15px;
	margin-bottom:8px;
}
form {
	margin:0;
	padding:0;
}
#floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-296px;
	width:1px;
}
#top {
	/*float:right;*/
	margin: 0 auto;
	max-width:1500px;
	height: 106px;
	text-align:left;/*border: 1px solid green;*/
}
#centered {
	position:relative;
	clear:left;
	height:350px;
	max-width:1024px;
	min-width:1024px;
	margin:0 auto;
	/*background:#000;/*border:1px solid #666;*/
}
#contenitore {
	float:left;
}
#slide {
	width: 640px;
	/*border: 1px solid yellow;*/
	float: right;
	margin: 25px 0 0 0;
}
#slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
  width: 1024px;
}
.scroll {
  height: 340px;
  overflow: hidden;
  overflow-x: hidden;
  width:1025px;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /*background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}
.scrollContainer div.panel {
  height: 350px;
  width: 1025px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 130px;
  cursor: pointer;
  z-index: 0;
  display:none;
}
.scrollButtons.left {
  left: 980px;
  margin-top: 44px;
  z-index: 100;
}
.scrollButtons.right {
  right: 0px;
}
.osX .jScrollPaneTrack {
	background: url(/images/track.gif) repeat-y;
}
.separatore-menu {
	color:#FF0000;
	margin-right:3px;
}
/*--------------------NEWS-------------------*/
#news-list {
	width: 318px;
	height: 50px;
	margin: 0 0 3px 0;
	padding: 5px;
	color:#666;
}
.news-bkg-on {
	background-image:url(Images/bkg-news.gif);
	background-repeat:repeat-y;
	background-color:#080808;
}
.news-bkg-off {
	background-image:url(Images/bkg-news-off.gif);
	background-repeat:repeat-y;
	background-color:#171616;
}

#slide {
	padding:0;
	margin:50px 0 0 0;
	width: 670px;
}
#testo-news {
	font-size: 11px;
	color:#666;
	line-height:18px;
	width:232px;
	height:292px;
	background-color:#000000;
	float:left;
	padding:30px;
}
#img-news  {
	width:292px;
	height:292px;
	background-color: #ccc;
	float:left;
	margin:0 0 0 2px;
}
/*--------------------FOOTER-------------------*/
#menu {
	position:absolute;
	height: 80px;
	width: 100%;
	background-color: #262626;
	bottom:22px;
	background-image:url(Images/bkg-menu.jpg);
	background-repeat:repeat-x;
}
#menu-content {
	width:1024px;
	margin: 10px auto;
}
#menu-content ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	overflow:auto;
}
#menu-content ul li {
	background-image: none;
	float:left;
	padding:0;
	margin:0 10px 0 0;
}
#menu-content ul li a{
	margin:0px;
}

#menu-content ul.linkEsterni{
}

#menu-content ul.linkEsterni li{
	clear:both;
	margin:0 0 10px 0;
	text-align:right;
	width:200px;
}

#menu-content ul.linkEsterni A{
}

#submenu-content {
	color:#6c6c6c;
	font-size:11px;
	width:1024px;
	margin: 0px auto;
}
#submenu-content ul {
	margin:0;
	padding:0;
	float:left;
	list-style-image:none;
	list-style-type:none;
}
#submenu-content li {
	background-image: url(Images/icona-elenco.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 10px;
	margin:0;
	float:left;
}
#submenu-content a:link, a:visited {
	color:#6c6c6c;
	text-decoration:none;
	margin: 0 10px 0 0;
}
#submenu-content a:hover {
	color:#FF0000;
}
#submenu-content a.selected {
	color:#FF0000;
}
.submenu-selected {
	color:#FF0000 !important;
}
#bottom {
	position:absolute;
	bottom:0;
	/*border: 1px solid yellow;*/
	background-color:#000000;
	height: 22px;
	color: #4c4c4c;
	font-size:9px;
	/*text-align:right;*/
	padding:8px 0 0 0;
	width:100%
}

