@charset "utf-8";
body {
	background-image: url(../img/bkg.gif);
	background-repeat: repeat-x;
	background-color:#2e3037;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
h1 {
	border:1px solid #f6f7f7;
	background-image:url(../img/bkgPercorso.gif);
	background-repeat:repeat-x;
	color:#2e3037;
	font-size:1.15em;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	line-height: 100%;
}
h2 {
	font-size:1.1em;
	border-bottom: 1px solid white;
}
a:link, a:hover, a:active, a:visited {
	color:#e42322;
	font-weight:bold;
	text-decoration:none;
}
a img {
	border:0px;
}
ul {}
ol {}
li {}
.titolo {
	width:956px;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:2px;
	border-bottom:5px solid #e42322;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	font-weight:bold;
	font-size:1.1em;
}
#container {
	width: 977px;
	margin:0px auto 0px auto;
	text-align:left;
}
#main {
	width: 977px;
}
#flash {
		margin-top:5px;
}
#menu a {
}
#menu img {
	margin-right:2px;
}
#page {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-image:url(../img/bkgPage.gif);
	background-repeat:no-repeat;
	line-height:150%;
	padding: 1px;
}
#colRight {
	float:right;
	width:218px;
	border:1px solid white;
	background-image:url(../img/bkgColRght.gif);
	background-repeat:repeat-x;
	color:#2e3037;
	font-size:0.9em;
	margin-right:2px;
	margin-top:2px;
}
#colRight .sezione {
	font-size:1.1em;
	text-transform:capitalize;
	background-image:url(../img/titoloPromozioni.gif);
	background-repeat:no-repeat;
	display:block;
	height:31px;
	margin-bottom:5px;
	padding-top:10px;
}
#colRight .titolo {
	width:auto;
	color:#e42322;
	font-weight:bold;
	font-size:0.9em;
	text-transform:capitalize;
	display:block;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:2px;
	padding-left:2px;
	padding-bottom:4px;
	border-bottom: 1px solid #e42322;
	background: none;
}
#footer {
	font-size: 0.9em;
	background-image: url(../img/bkgFooter.gif);
	background-repeat: repeat-x;
	color: black;
}
#flags {
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}
#flags img {
	border:0;
}
