body {
    background: #56A8DA;
    margin: 0;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
} 

.rail{
    position:relative;
    overflow:hidden;
    height:240px;
    margin-bottom:20px;
	top: 235px;
}


#clouds {
position:absolute;
z-index:500;
right:-1600px;
top:10px;
}


#scrittaflash {
width: 1100px; height: 240px;
top: 35px; left: 50%;
margin-left:-550px;
position: absolute; 
z-index: 1;
/*background: url(/images/italia.png) no-repeat center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}

#italia {
width: 300px; height: 240px;
top: 235px; left: 50%;
margin-left:-120px;
background: url(../images/italia.png) no-repeat center; position: absolute; z-index: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#novita {
top: 50px; left: 50%;
position: absolute; z-index: 0;
margin-left:-250px;
text-align:center;
}

#marediv {
width: 100%; height: 100%; top: 0; left: 0;
background: url(images/water_back.jpg) no-repeat center; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.grande {
    font-size: 14px;
}

.normale {
    font-size: 12px;
}

.medio {
    font-size: 11px;
}

.piccolo {
		font-size: 10px;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.bianco {
		color: #FFF;
}
.nocol {
		color: #000;
}

.col1 {
		color: #C33;
}

.col2 {
		color: #900;
}

.col3 {
		color: #960;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.clearleft {
		clear: both;
}

/* LINKS */

a {
    color: #00C;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIV */

div.testo {
	font-size: 80%;
	text-align: justify;
	padding: 2px;
	margin: 0;
}

div.cerca {
	font: Bold 14px Arial;
	color: #FFF;
}

/* LISTE */


/* IMMAGINI */


/* TABELLE MODULI */

table {
		text-align: left;
}

table.round {
    border: 1px solid #999999;
}

table.roundopen {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

td.r {
    border-right: 1px solid #CCCCCC;
}

td.b {
    border-bottom: 1px solid #CCCCCC;
}

table.main {
		/*background: #FFF;*/
}

table.tabSide {
		text-align: left;
		margin-bottom: 10px;
		/*background: #E8F2FF;*/
}

td.tdchiaro {
		background: #F7FAFC;
}

td.tdscuro {
		background: #F1FAED;
}

td.tdcont {
		padding-left: 2px;
		padding-right: 2px;
}

td.titolo {
		height: 30px;
		font-weight: bold;
		font-size: 14px;
		padding-left: 5px;
		background: url(/images/graf_fondo_titolo.gif);
		color: #000066;
}

td.titololato {
		height: 42px;
		font: bold 14px Arial;
		padding-left: 20px;
		background: url(/images/linguetta.jpg);
		color: #FFFFFF;
}

td.menulato {
		padding-left: 5px;
		font-size: 10px;
}

table.sotto {
		height: 35px;
		font: 11px Arial;
		/*background: url(/images/barra.png);*/
		color: #FFF;
}
table.sotto2 {
		height: 35px;
		font: 11px Arial;
		background: url(/images/strisciasotto.jpg);
		/*background-image: url(/images/bg.jpg);*/
        BACKGROUND-REPEAT:REPEAT-x;
		color: #FFF;
}

/* FORM */

form {
		margin: 0px;
		padding: 0px;
}

.login_label {
	font-size: 10px;
	color: #000;
	text-align: right;
	padding-right: 3px;
}

.form {
	font-size: 11px;
	color: #666;
}

a.reg {
	font-size: 11px;
	color: #FFFFFF;
}

a.reg2 {
	font-size: 11px;
	color: #000000;
}

a.sotto {
	color: #FFF;
}

/* ALTRO */

hr {
		height: 1px;
		color: #844C41;
		margin: 10px;
}

.nixSlider {
	position:relative;
}
.nixSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nixSlider a.nix-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nix-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nix-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; 
	width:100%;
	z-index:89;
}
.nix-caption p {
	padding:5px;
	margin:0;
}
.nix-caption a {
	display:inline !important;
}
.nix-html-caption {
    display:none;
}

.nix-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nix-prevNav {
	left:0px;
}
.nix-nextNav {
	right:0px;
}

.nix-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nix-controlNav a.active {
	font-weight:bold;
}