@CHARSET "UTF-8";

body{
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	background-image: url(img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

h1{
	padding-left: 80px;
}

h2{
	display: none;
}

dt{
	font-weight: bold;
	display: inline;
}

ol.step-list{
	text-align: left;
	margin: 15px 10px 0 10px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 40px;
	word-break: keep-all;
}

ol.step-list li{
	display: inline;
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background-color: #eee;
	margin: 0;
	margin-left: 10px;
}

ol.step-list li a{
	text-decoration: none;
	font-weight: bold;
	color: #444;

}
	ol.step-list li.current{
		background-color: #fff;
	}
		ol.step-list li.current a{
			color: #800;
		}
			ol.step-list li a:hover{
				text-decoration: none;
				font-weight: bold;
				color: #800;
			}

#container div{
	padding: 20px;
	border: 1px solid #ddd;
}

	fieldset legend{
		display: none;
		clear: both;
	}

.ghosted{
	display: none;
}

h2.it,
h2.en,
#langSwitcher .en,
#langSwitcher .it{
	background-image: url(img/ita.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}

h2.en,
#langSwitcher .it{
	background-image: url(img/eng.gif);
}

h3{
	background-color: #060;
	color: #fff;
	padding: 0.2em;
}

a{
	text-decoration: none;
	color: #040;
	font-weight: bold;
}
	a:hover{
		color: #a00;
	}
.footer{
	text-align: right;
	font-size: 0.8em;
	color: #888;
}

/*
 * Opacity: 15%
 * Font Size: 372 
 */

#what-is{
	background-image: url(img/info.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#download{
	background-image: url(img/download.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#templates{
	background-image: url(img/templates.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*
 * Opacity: 15%
 * Font Size: 322
 */ 
#how-it-works{
	background-image: url(img/works.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


/*
 * Immagini del template
 */
#template-smau-2008 dl,
#template-default dl{
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 220px;
}

#template-smau-2008 dl{
	background-image: url(img/template-smau2008.png);

}

#template-default dl{
	background-image: url(img/template-default.png);
}