/*-------------------------------------------
STARBRIGHT
- - - - - - - - - - - - - - - - - - - - - - -
Description:	Base setup styles
Filename:		starbright.css
Theme Name:     ***
Theme URI:      http://www.intersezione.com
Version:		1 beta
Date:			set  2007
Author:         Intersezione srl
Company:        Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
	/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}



body {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
}

body#home {
	/*background-image:url(../img/body_bg_2.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;*/
	background: url(../img/onda2.jpg) top center no-repeat fixed #8D161C;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration:none;
	color:#c00;
}

a:hover {
	color:#666;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 24px;
	margin:0;
	color:#000;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
	margin:3px 0;
}

h5 {
	font-size: 140%;
}

h6 {
	font-size:120%;
}

p {
	color: #000; 
	margin:0;
	padding:0;

	
}

span.nascosto {visibility:hidden;}

.hideme {
	display:none;
	visibility:hidden;
}

/* inizio struttura layout */
/* home page */




/* Menu principale sIFR replaced ==================================== */
div.banda {
	height:24px;
	width:100%;
	background-color:#000000;
}
	
div.centra {
	width:800px;
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:200;
}

ul#mainmenu {
	list-style-type:none;
	display:inline;
	margin:0 auto;
	position:relative !important;
	z-index:200;
	float:right;
	font-size:16px;
	font-weight:bold;
}

ul#mainmenu li {
	display:inline;
	float:left;
	padding-top:2px;
	margin-left:20px;
	text-transform:lowercase;
}

ul#mainmenu li.lilab {
	background:	#fff;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -2px;
}

*:first-child+html ul#mainmenu li.lilab {
	padding-bottom: 7px;
}

html>/**/body ul#mainmenu li.lilab { 
	padding-bottom: 8px\9;
}

body:first-of-type ul#mainmenu li.lilab { 
	padding-bottom: 8px;
}

x:default ul#mainmenu li.lilab {
	padding-bottom: 5px;
}

ul#mainmenu li.lilab a{
	color:	#000;
}

ul#mainmenu li.lilab a:hover{
	color:	#c00;
}

ul#mainmenu a:link, ul#mainmenu a:visited {
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}

/* LISTA CREDITS ================================================= */

ul.credits{
	list-style-type:none;
	display:block;
	color:#000000;
	padding-top:5px;
	
}

ul.credits li {
	display:inline;
}

ul.credits a:link, ul.credits a:visited {
	text-decoration:none;
	color:#000000;
}

ul.credits a:hover {
	text-decoration:none;
	color:#000000;
}

#footer p{
	color:#000000;
	margin-left:50px;
	font-size:10px;
	text-align:left;
	position:relative;
	z-index:100;
}

#footer p a:link, #footer p a:visited{
	color: #000000;
}

#footer p a:hover{
	color:#000000;
}

.centra p{
	color:#000000;
	font-size:10px;
	text-align:left;
	margin-top:-1.2em;	
	back ground:#E3001B;
	text-sha dow: 1px 1px #fff;
}

.centra p a:link, .centra p a:visited{
	color:#000000;
}

.centra p a:hover{
	color:#f00;
}

/*  LAYOUT STRUTTURA ============================================== */

div#accessibile{
	display:none;
	visibility:hidden;
}

div#wrapper {
	margin:0 auto;
	width:900px;
}

div#header {
	width:800px;
	height:100px;
	margin:0 50px;
}

h2#logo {
	background:url(../img/logo.png) top left no-repeat;
	width:438px;
	height:125px;
	position:absolute;
	top:1px;
	z-index:10;
}

div#limamember {
	height:100px;
	display:block;
	color:#fff;
	font-size:10px;
	float:right;
	z-index:5000;
	clear:both;
}

/* FORMA ACCESSO AREA RISERVATA ==================================== */


div#loginform {
	background:url(../img/form_login_bg.png) top left no-repeat;
	height:100px;
	width:175px;
	display:block;
	margin-right:30px;
	color:#fff;
	font-size:10px;
	float:right;
	z-index:5000;
}
* html div#loginform {
	background:url(../img/form_login_bg.gif) top left no-repeat;
	margin-right:15px;
	margin-top:5px;
}

h3.formtitle {
	margin-top:8px;
	text-indent:-4000px;
	height:13px;
}

div#loginform div.login{
	z-index:60000;
	position:relative;
}

div#loginform form {
	margin-left:12px;
}

div#loginform label {
	float:left;
	clear:left;
	display:none;
}

div#loginform input {
	width:112px;
	float:right;
	clear:right;
	margin-right:30px;
	margin-bottom:5px;
	color:#999999;
	height:12px;
	font-size:10px;
	border:1px solid #800;
}



div#loginform input.button {
	border:0;
}
/* fine form */





div#absoluteflash {
	width:900px;
	height:278px;
	position:absolute;
}

*:first-child+html div#absoluteflash { 
	margin-left:-5px;
}

* html div#absoluteflash {
	width:900px;
	height:278px;
	position:absolute;
	margin-left:-5px;
}

div#box1top {
	width:890px;
	height:24px;
	background-image:url(../img/box1_top.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 5px;
}
	

div#box1 {
	width:890px;
	height:254px;
	background-image:url(../img/box_lateral_bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	margin:0 5px;
}

div#contenitore1 {
	width:800px;
	height:254px;
	margin:0 45px;
	background-color:#FFFFFF;
}

div#box3top {
	width:900px;
	height:7px;
	background-image:url(../img/box2_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div#box2top {
	width:900px;
	height:7px;
	background-image:url(../img/box2_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div#box2 {
	width:890px;
	height:126px;
	background-image:url(../img/box_lateral_bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	margin:0 5px;
}

/* configurazione BOX NOTIZIE ===================================*/

div#newsbox {
	float:left;
	height:126px;
	width:550px;
}

div#newsimage {
	float:left;
	width:110px;
	height:126px;
	overflow:hidden;
	background-color:#fff;
	margin-right:7px;
}

div#producthome{
	float:left;
	width:270px;
	height:126px;
	overflow:hidden;
	background-color:#fff;
	margin-right:8px;
}

div#newsimage img {
	padding:7px;
}

div.aux_notizie {
	background-color:#fff;
	float:left;
	width:270px;
	overflow:hidden;
	height:126px;
}

div.notizia {
	width:270px;
	height:126px;
	float:left;	
}

div.notizia div.abstract{
	margin-left:70px;
}

div.icobox {
	border:1px solid #ccc;
	width:54px;
	height:54px;
	float:left;
	margin-left:8px;
	margin-top:8px;
	overflow:hidden;
}

a.ico {
	display:block;
	width:44px;
	height:44px;
	/*background-image:url(../img/grande1.gif);*/
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:5px solid #fff !important;
	float:left;
	margin:0;
	padding:0;
}
* html a.ico{
	background-position:50% -50%;

	
}

* html div.icobox {
	display:inline;
}

a.ico:hover {
	border:none !important;
	width:54px;
	height:54px;
	/*background-image:url(../img/grande1.gif);*/
	background-position:50% 50%;
	background-repeat:no-repeat;
}

* html a.ico:hover {
	background-position:50% 0%;

	
}



h3.titolonews {
	font-size:16px;
	font-weight:bold;
	margin-left:70px;
	margin-top:5px;
	padding-bottom:2px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:2px;
}

h3.titolonews a:link, h3.titolonews a:visited {
	color:#CC0000;
}
h3.titolonews a:hover {
	color:#666666;
}

span.data {
	color:#999999;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	width:200px;
	display:block;
	text-align:right;
	float:right;
}

body#home span.data {
	color:#999999;
	font-size:10px;
	font-weight:bold;
	margin-bottom:0;
	display:inline;
	margin-left:0;
	float:right;
	margin-top:-20px;
}

div.notizia p {
	margin-left:70px;
	line-height:1.2em;
	margin-top:3px;
}
span.link{
	display:block;
	font-size:8px;
	color:#999999;
}
span.link a:link, span.link a:visited {
	color:#cc0000;
}
span.link a:hover {
	color:#999999;
}
/* configurazione BOX NOTIZIE INTERNE==============================*/

div#newsbox-int {
	float:left;
	width:300px;
}



div#newsbox-int div.notizia {
	width:300px;
	float:left;
	clear:left;
	height:auto!important;
	margin-bottom:15px;
}

div#newsbox-int div.icobox {
	border:1px solid #ccc;
	width:54px;
	float:left;
	margin-top:3px;

}
/* fine configurazione box NEWS ================================== */



div#contenitore2 {

	width:800px;
	height:126px;
	margin:0 45px;
}

div#variabile {
	float:right;
	height:126px;
	width:245px;
}
	

/* fine configurazione HOME PAGE inizio INTERNA ============================= */ 

/*body#interno {
	
	background-image:url(../img/body prova.jpg);
	background-repeat:no-repeat;
	background-position:top center; 
}
*/
div#container {
	width:100%;
	min-height:700px;
	height:auto !important;
	height:700px;
	float:left;
}

div#png_container {
	width:900px;
	height:407px;
	position:absolute;
	top:-26px;
	z-index:1;
}

div.centratore {
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:44;
	clear:both;
}


div#struttura {
	width:579px;
	float:left;
	height:384px;
	margin-left:320px;
	background-image:url(../img/struttura.png);
	background-repeat:no-repeat;
	background-position:top right;

}

* html div#struttura {
	margin-left:160px;
}

div#struttura-corta {
	width:579px;
	float:left;
	height:50px;
	margin-left:321px;
	background-image:url(../img/struttura-corta.png);
	background-repeat:no-repeat;
	background-position:top right;

}

.strip_wrapper{
	width:240px!important;
	left:40px!important;
}

.strip_wrapper ul li{
}

#pointer{
	background:url(../js/jquery-galleryview-1.1/themes/dark/bg.gif) top left no-repeat;
	width:56px!important;
	height:71px!important;
}


* html div#struttura-corta {
	margin-left:160px;
}


/* MENU AD ICONE PAGINA INTERNA 

div#swiftmenu {
	position:absolute;
	height:85px;
	width:270px;
	z-index:100;
	top:420px;
	left:10px;
	margin-right:0;
}

div#swiftmenu ul {
	list-style-type:none;
}

div#swiftmenu ul li{
	float:right;
}
div#swiftmenu ul li#angel{

	float:right;
}

div#swiftmenu ul li a {
	height:85px;
	width:85px;
	display:block;
	position:relative;
	cursor:pointer;
}

/* FINE MENU */

div#struttura_bottom {
	width:499px;
	float:right;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-repeat:repeat-y;
	background-position:top center;
	margin-right:41px;
	position:relative;
	background-image:url(../img/left_box_bg-ie.png);
}

html>body div#struttura_bottom {	
	background-image:url(../img/left_box_bg.png);
}

* html div#struttura_bottom {
	margin-right:20px;
}
*:first-child+html div#struttura_bottom{
	left:1px;
	
}

div#struttura_bottom p{
	font-size:10px;
	line-height:1.4em;
	margin-bottom:10px;
}


div#struttura_bottom div.abstract{
	font-style:italic;
	margin:15px 0;
	font-size:12px;
}

div#struttura_bottom p.left { 
	width:275px;
	padding-left:75px;
	float:left;
	text-align:justify;
	margin-bottom:1em;
}

#struttura_bottom .phimg_license{
	width:140px;
	float:right;
	margin-right:13px;
	margin-bottom:10px;
}

div#struttura_bottom-lunga {
	width:500px;
	float:right;
	min-height:400px;
	height:auto !important;
	height:400px;	
	background-repeat:repeat-y;
	background-position:top center;
	margin-right:40px;
	position:relative;
	background-image:url(../img/left_box_bg-ie.png);
}

h3.titletestuale,
h3.titletestualenews,
h3.titletestualelicenze{
	font-size:24px;
	margin-bottom:20px;
}

html>body div#struttura_bottom-lunga {	
	background-image:url(../img/left_box_bg.png);
}

* html div#struttura_bottom-lunga {
	margin-right:20px;
}

div#struttura_bottom-lunga p{
	font-size:11px;
	line-height:1.4em;
}


div#struttura_bottom-lunga div.abstract{
	font-style:italic;
	margin:15px 0;
}

div#struttura_bottom-lunga p.left { 
	width:275px;
	padding-left:75px;
	float:left;
	text-align:justify;
	margin-bottom:1em;
}

div#footer {
	float:right;
	width:579px;
	margin-bottom:30px;	
	text-align:right;
}
*:first-child+html div#round_struttura{
}

div#round_struttura {
	float:right;
	width:579px;
	text-align:right;
	height:33px;
	position:relative;
	background:url(../img/round_struttura_bg-ie.png) top center no-repeat;
}

.istituzionale_body div#round_struttura {
	background:url(../img/round_struttura_bg.png) top center no-repeat;
}

div#footer ul.credits {
	float:right;
	width:120px;
	clear:both;
	position:relative;
	z-index:200;
	right:50px;
	margin-top:0;
	padding-top:0;
}


div#stuttura_right {
	margin-left:385px;
	width:140px;
}

div#stuttura_right h3 {
	color:#333333;
	font-size:11px;
	text-transform:uppercase;
}

div#stuttura_right div.abstract {
	color:#000000;
	line-height:1.2em;
}

a.coldx {
	color:#ac2724;
}

a.coldx:hover {
	color:#666666;
}	



div#box_flash_interno {
	position:absolute;
	/*z-index:11;*/
	padding-left:28px;
	padding-top:30px;
}

/* il margine top della colonnadx andr� modificato a seconda del numero dei link */

div#colonnadx {
	margin-top:250px;
	margin-left:380px;
	width:140px;
	position:absolute;
	z-index:11;
}

div#colonnadx h3 {
	color:#333333;
	font-size:11px;
	text-transform:uppercase;
}


div#box3 {
	width:890px;
	height:155px;
	background-image:url(../img/bottom_box_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0 5px;
}

#box3 ul{
	width:800px;
	marg in-left:45px;
	marg in-top:-5px;
	posi tion:absolute;
}

#box3 ul li{
	width:160px;
	margin:0;
	float:left;
	list-style-type:none;
	marg in-top:10px;
}

* html #box3 ul li{
	margin:0;
	mar gin-top:10px;
}

div#change{
	width:310px;
	height:260px;
	float:left;
	margin-top:35px;
	margin-left:30px;	
	background:url(../img/loader.gif) 50% 50% no-repeat;
	position:relative;
	z-index:100;
	cursor:crosshair;
}

* html div#change{
	margin-left:15px;
}

div#navigation{
	width:330px;
	clear:both;
	float:left;
	margin-left:20px;
	position:relative;
}

* html div#navigation{
	margin-left:10px;
}

div#prev{	
	float:left;
	margin-top:10px;
	width:24px
}

div#prev a{	
	display:block;
	height:65px;
	width:24px;
	background:url(../img/prev.gif) top left no-repeat;
}

div#prev a:hover{	
	background:url(../img/prev-on.gif) top left no-repeat;
}

div#next{	
	float:left;
	margin-top:10px;
	width:24px
}

div#next a{	
	display:block;
	height:65px;
	width:24px;
	background:url(../img/next.gif) top left no-repeat;
}

div#next a:hover{	
	background:url(../img/next-on.gif) top left no-repeat;
}

div#small{	
	float:left;
	margin-top:10px;
	width:280px;
	overflow: hidden!important;
	position:relative;
}

div#small ul{
	float:left;
	width: 10000px;
	position:relative;
}

div#small ul li{
	list-style-type:none;
	float:left;
	text-align:center;
	width:70px;
}

div#small ul li a{
	width:70px;
	float:left;
	height:80px;
	position:relative;
}

div#small ul li a img{
	width:55px;
	height:65px;
	margin-left:4px;
}

div#small ul li a:hover{
}

div#small ul li a:hover img{
}


#imageBox {width: 280px;  }
#imageBoxInside { width: 10000px; }  
#imageBox img { float: left; padding: 0px; margin: 0px; }






#pager{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #ccc;
}

#pager a, #pager a:visited{
	color:#c00;
}

#pager a:hover{
	color:#000;
}

/* - Interventi 8/10/2007 - */

.position{
	width:300px;
	float:left;
	margin-left:20px;
}

.position h3.titletestuale{
	font-size:24px;
}

#struttura_bottom-lunga .position{
	width:280px;
	float:left;
	margin-left:40px;
	position:relative;
	z-index:200000;
}

* html .position{
	width:290px;
}

* html #struttura_bottom-lunga .position{
	width:290px;
	margin-left:20px;
}

#stuttura_right-licenza-corta{
	margin-top:180px;
	width:140px;
	float:left;
	margin-left:25px;
	position:relative;
	z-index:21000000;
}

* html #stuttura_right-licenza-corta{	
	margin-left:15px;
}

/* vecchio
#stuttura_right-licenza{
	width:140px;
	float:left;
	margin-left:25px;
}*/
div#struttura_bottom #stuttura_right-licenza{
	width:140px;
	float:left;
	position:absolute;
	bottom:0;
	right:10px;
}


* html #stuttura_right-licenza{	
	margin-left:15px;
}

.box{
	margin-bottom:15px;
	margin-top:-5px;
	color:#cc0000;
}

.box p{
	color:#cc0000;
}

.box p.legal{
	color:#999;
	font-weight:lighter;
	font-size:9px!important;
}

.box a{
	color:#cc0000;
}

.box a:hover{
	color:#000000;
} 

.box-ppt {
	margin-bottom:15px;
	margin-top:-5px;
}

.box-ppt a{
	color:#cc0000;
	font-weight:bold;
}

.box-ppt a:hover{
	color:#000000;
}


.box-flash {
	width:140px;
	z-index:11;
	float:right;
	margin-right:13px;
}

.box-flash h4{
	margin:0;
}

.box-flash a{
	color:#cc0000;
}

.box-flash a:hover{
	color:#000000;
}

.box-flash .box-flash-box{
	background:url("../img/round_box_w_bottom.gif") no-repeat scroll center bottom #FFFFFF;
	padding:10px;
}


/* VECCHIO STILE
.box-credits{
	margin-top:15px;
	text-align:center;
	float:left;
	width:140px;
}
*/
.box-credits{
	text-align:center;
	float:left;
	width:140px;

}



#language{	
	float:left;
	padding-top:5px;
}

#interno #language{	
	margin-left:-20px;
}

.back{	
	margin-top:20px;
	text-align:right;
	font-size:10px;
}
div.notizialicenza {
	border-bottom:1px solid #cecece;
} 

.notizialicenza a{
	font-weight:bold;
	color:#c00;
	
}

.notizialicenza a:hover{
	color:#000;
}

.logged{
	margin-left:15px;
	margin-top:20px;
	margin-right:15px;
}

.logged p{
	color:#fff;
	font-size:11px;
}

.logged p a{
	color:#fff;
	margin:3px 0;
	display:block;
}

.logged p a:hover{
	color:#000;
}


/* cambia la dimensione del box flash N.B. AGGIORNARE MARGINI   ==============*/
div.istituzionale {
	margin-left:28px;
	margin-top:0px;
	height:380px;
	width:349px;
}
/* cambia la banda colorata del menu in alto ==================================*/
div.istituzionale_ruby {
	height:27px;
	width:100%;
	background-color:#000000;

}
/* cambia la PNG gradnde della licenza ==================================*/
div.istituzionale_png {
	background-position:top left;
	background-repeat:no-repeat;
	
}
/* cambia lo sfondo a righine (orizzontale)=================================*/
div.istituzionale_bg {
	/*background-image:url(../img/interna_container_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
}

body.istituzionale_body {
	/*background-color:#000000;*/
	background: url(../img/onda2.jpg) top center no-repeat fixed #8D161C;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.istituzionale_body .notizia .icobox{
	margin-left:0;
}

body.istituzionale_body .notizia h3.titolonews{
	margin-left:75px;
}

body.istituzionale_body .notizia div.abstract{
	margin-left:75px;
}

div.surprise{
	display:none;
	visibility:hidden;
}

.centratore #immaginegrande{
	display:block;
	width:300px;
	height:220px;
	text-align:center;
	position:absolute;
	left:30px;
	overflow:hidden; /* rimosso temporaneamente per invio newsletter agosto 2010 */
	background: url(../img/bg-news-2012.png) top center no-repeat;
}

.centratore #immaginegrande img{
	border:0;
	width:280px;
	margin-top:10px;
}

#immaginegrandeStruttura img{
	border:0;
	width:290px;
	margin-top:10px;
	margin-bottom:10px;
}

/* sezione video scaricabili pagina twisted */

div.box-credits hr {
	border:0;
	color: #f00;
	background-color:#bebebe;
	height: 1px;
	width:95%;
	margin:3px 0;
}

div.box-credits a {
	line-height:1.2 em;
}

div.box-credits a:link, div.box-credits a:visited {
	font-weight:bold;
}

div.box-credits a em {
	font-weight:normal;
}

/* MENU AD ICONE VERSIONE RESTYLE GRAFICO ================================== */

div#swiftmenu {
	position:absolute;
	height:85px;
	width:340px;
	z-index:100;
	top:420px;
	margin-right:0;
}

div#swiftmenu ul {
	list-style-type:none;
	margin-left:-5px;
	width:100%;
	float:left;
}

div#swiftmenu ul li{
	float:left;
}
div#swiftmenu ul li#angel{

	float:right;
}

div#swiftmenu ul li a {
	height:85px;
	width:85px;
	display:block;
	position:relative;
	cursor:pointer;
}

h3.vaitutte {
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:5px;
	padding-bottom:5px;
	text-transform:uppercase;
	clear:both;
	padding-top:3px;
	margin-top:5px;
	float:left;
	width:100%;
	text-align:right;
}


h3.vaitutte a{
	color:#FFFFFF;
}

/* FINE MENU */


/* BOX ARROTONDATI PAGINE INTERNE ========================================*/

h4.subtitle {
	background:url(../img/round_box_w_top.gif) top center no-repeat #FFFFFF;
	padding:10px;
	padding-bottom:0;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
}

div.box {
	background:url(../img/round_box_w_bottom.gif) bottom center no-repeat #FFFFFF;
	background-color:#fff;
	padding:10px;
}

/* BOX ARROTONDATI PAGINE INTERNE ========================================*/


