@charset "UTF-8";

/* RESET */

html,body,div,ul,li, p {
	margin: 0;
	padding: 0;
	}
	
ul,ol { list-style: none; }

img { border: none; }


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	background-color: #999999;}

a {
	color: #66CCFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px; }
	
ul {
	list-style: none;
	/*text-indent: 0;*/
	text-align: center;
	list-style-position: outside;} 

li {
	display: inline;
	}

#container_index {
	width: 860px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(_images/HOME_Gas.jpg);
	background-repeat: no-repeat;
	background-position: center top;}

#top {
	margin: 0 auto;
	width: 800px;
	height: 5px;
	background: #FF0000;}
	
/*#content {
	height: 230px;}
*/	
#container_index #content #pintervento {
	width: 150px;
	margin: 200px 0 0 53px;
	padding: 5px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

#pintervento a {
	color: #FF0000;
	padding: 10px;}
	
#pintervento a:hover {
	color: #FFF;
	background-color: #FF0000;}
	
#lista_icone {
	width: 750px;
	height: 230px;
	margin: 65px auto 0 39px;}	
	
#ul_icone {
	width: 750px;}
	
.icone {
	background-color: transparent;
	width: 100px;
	height: 94px;
	margin: 0 25px;
	float: left;}
	
li.over a {
	padding-top: 7px;
	display: block;}
	
li.over a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.4em;}
	
#footer {
	padding: 10px auto;
	font-size: 0.8em;
	background-color: transparent;
	text-align: center;
	color: #999999;
	clear: both;}


