/*

CSS FRONT-END VER. 1

LAYOUT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

body {
	background:#fff url(../images/world_bg.jpg) no-repeat top right;
	font-family:Arial, Helvetica, sans-serif;
	font-family:trebuchet ms;
	font-size: 0.75em;
	line-height:110%;
	color:#666;
	margin:0px 0 0 0;}
	
	div#logo { position:absolute; width:258px; height:88px; top:20px; right:20px;}

div.area { width:1010px; position:relative; margin-left:10px; padding:30px 20px 20px 20px; border: 0px solid red;}
	div.column_left { position:relative; width:200px; margin-right: 80px; float:left;  border: 0px solid red;}
		div.column_right { position:relative; width:710px; float:left;  border: 0px solid red;}

div#grass {
	width:100%;
	height:133px;
	background:transparent url(../images/grass.png) repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;}

div#eco_logo {
	width:227px;
	height:170px;
	position:absolute;
	bottom:40px;
	right:30px;
	z-index:20;}

div.confronto { position:relative; width:760px; border:0px solid red; margin-bottom:50px;}
	div.confronto div { position:relative; width:280px; padding:0 0 20px 0; float:left; text-align:center; border: 0px solid lime;}

div#results { margin:30px 0 0 0;}
	div#results p { margin:0 0 0 30px; display:block;}
	
	a#conferma { margin:150px 0 0 100px;}
	
	
	div.pulsanti {
	clear: both;
	position: relative;
	height: 32px;
	margin: 10px 0 0px 0px;}
	div.small {margin: 10px 0 5px 0 !important; height: auto !important; }
	
		.pulsanti a, a.pulsante {
			display:block;
			float:left;
			margin:0 14px 0 0;
			padding:3px 10px 4px 10px;
			background-color:#e2e8ec;
			border: 3px double #778899;
			border-top: 3px double #c8cfd4;
			border-left: 3px double #c8cfd4;
			font-size:200%; font-weight:bold; line-height:130%; text-decoration:none; text-transform: uppercase;
			color:#fff;
			letter-spacing:-1px;
			background-color:#cc0000;
			background-repeat: no-repeat;
			background-position: 4px 3px;
			cursor:pointer;}
			.pulsanti a:hover, a.pulsante:hover {
				padding:3px 10px 4px 10px;
				background-position: 4px 4px;
				border-color: #c8cfd4; border-top-color: #778899; border-left-color:#778899;
				text-decoration: none;
				color:#696969;	background-color:#dde5e9;}
				.pulsanti a:active, a.pulsante:active {border-color: #ffa07a;color: #b22222; background-color: #f0e68c; }
				
				
div.language {
	position: absolute; bottom: 20px; right: 27px;
}
div.language a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 3px;
	background: white;
	color: green;
	text-decoration: none;
	font-size: 90%;
}
div.language a strong {
	font-size: 100%;
	text-decoration: underline;
}

#notes {
	line-height: normal;
	position: absolute;
	right: 40px;
	bottom: 230px;
	text-align: right;
	font-weight: bold;
}
