/* CSS Document */

/* RESET */
html, body, div, h1, h2, h3, h4, ul, li, p, img, span, form, label, input, select {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/*------------*/
body {
	font:80% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align:center;  /*centrare la pagina web 
	height: 100%;*/
	width: 100%;
}

body, html {
	height: 100%;

}
#contenitore {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height:auto!important;
	height:100%;
	width: 100%;
	position: relative;
	text-align: left;
}

* html #contenitore {
		height: 100%;
}

* html #bg {
		height: 100%;
}

/* contenitore + sfondo */
#bg {
	background-image: url(img/sfondo_600.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height:auto!important;
	height:100%;
	width: 100%;
	position: relative;
}

#testa {
	text-align:right;
	padding:40px 40px 0px;
	margin: 0px;
	height: 114px;
	font-size: 90%;
}

#corpo {
	padding:20px 40px 50px;
	margin: 0px;
	min-height: 100%;
	position: relative;
}

#piedipagina {
	background-image: url(img/pennellata_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:center;
	font-size: 10px;
	color: #999999;
	height: 158px;
/*	margin: -158px 0px 0px;
	position: relative;
	padding-top: 200px;*/
}

#piedipaginaIndex {
	text-align:center;
	font-size: 10px;
	color: #999999;
	margin: -120px 0px 0px;
	padding: 0px;
	height: 120px;
	position: relative;
}

a, a:link, a:visited {
	text-decoration:none;
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a.testo, a.testo:link, a.testo:visited {
	text-decoration:none;
	font-weight: normal;
	color: #CC0000;
}

a.testo:hover {
	text-decoration: underline;
	color: #CC0000;
}

a.menu, a.menu:link, a.menu:visited {
	text-decoration:none;
	font-weight: normal;
	color: #000000;
}

a.menu:hover {
	text-decoration: none;
	color: #666666;
}
	
#menuIndex {
	color: #CC0000;
	letter-spacing: 0.2em;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 450px;
	left: 0px;
	font-size: 90%;
	padding-bottom: 10px;
}
	
.menu {
	color: #CC0000;
	letter-spacing: 0.2em;
}

.rossoLargo {
	color: #CC0000;
	letter-spacing: 0.5em;
}

#intro {
	color: #000000;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0px;
}

.introL {
	letter-spacing: 15px;
	font-size: 100%;
}

.introXL {
	letter-spacing: 25px;
	font-size: 150%;
	line-height: 80px;
}

.introXXL {
	letter-spacing: 30px;
	font-size: 180%;
	line-height: 80px;
}

.testo_it {
	color: #000000;
}

.testo_en {
	color: #666666;
	font-style: italic;
}

#bg #corpo .testo_it td {
	text-align: left;
	vertical-align: top;
}/**/

#bg #corpo .testo_en td {
	text-align: left;
	vertical-align: top;
}

#bg #corpo .testo_it .bordino_img {
	vertical-align: top;
	border: 1px solid #666666;
	text-align: right;
}

.bordino_img {
	vertical-align: top;
	border: 1px solid #666666;
}

#top {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px;
}

.copy {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
