/* CSS Document */
/* www.blue-screen.it */

* {
	margin:0;
	padding: 0;
	}
#top {
	height: 100px;
	background-image: url(immagini/top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	font-family: Courier New, Courier;
	text-align: center;
}

#top h1{
	font-size: xx-large;
	padding-top: 30px;
	font-weight: normal;

}
#top h2 {
	font-size: larger;
	font-weight: normal;
	text-indent: 5px;
	font-style: italic;
	padding-top: 20px;
}


body {
	margin-top: 10px;
	background-color: #999999;
}
#SEOTOP, #SEOTOP h1 {
	top: 300em;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	width: 100%;
	color: #000000;
	text-align: justify;
	position: absolute;
	right: 0px;
	left: 0px;
}

#SEOBOTTOM, #SEOBOTTOM h1 {
	top: 400em;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	width: 100%;
	color: #000000;
	text-align: justify;
	position: absolute;
	right: 0px;
	left: 0px;
}

#container {
	width: 750px;
	margin: auto;
	line-height: 1.5em;
}

#navigation {
	height: 2.5em;
	font-weight: bold;
	font-size: smaller;
	margin: auto;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	width: 710px;
	padding: 0.5em;
}

#navigation ul {
	list-style: none;
	text-align: center;
} 

#navigation ul li {
	background-color: #FFCC66;
	list-style: none;
	float: left;
	width: 140px;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-color: #FF6600;
	line-height: 2em;
} 

#navigation li a {
	color: #0000FF;
	display: block;
	text-decoration: none;
} 

#navigation li a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
} 
	
#navigation .selected {
	color: #0000FF;
	background-color: #FFFF00;
	}

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 3px;
	background-image: url(immagini/bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center top;
}

#content {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #0000FF;
}

#content a:visited {
	color: #0000FF;
}

#content h1 {
	font-size: larger;
}

#content h2 {
	font-size: large;
	color: #000000;
}


#content h3 {
	font-size: large;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.lista       {
	font-weight: bold;
	list-style-type: none;
	background-image: url(immagini/v.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 25px;

}
.specs {
	line-height: normal;
}
.small {
	font-size: x-small;
	line-height: normal;
}

