/*
CSS Euroterme
Autore: ISIKOM di Michele Menciassi
Mail: supporto@isikom.it
Data: Luglio 2008
*/

/* Impostazioni di default per i tag base */
html, body{
  margin:0px;
  border:0px;
  padding:0px;
  font-family:arial, verdana;
  font-size:12px;
}
body{
  /* l'allineamento centrato permette di centrare il sito su explorer*/
  text-align:center;
	background-color:#c5c6cd;
}
img {
  /* togliamo il bordo per ogni immagine in modo che le immagini linkabili non abbiano il bordino*/
  border:0px;
}

a {
  color:#000;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h2 {
	font-size:16px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Nasconde da IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fine dell'hack per IE-mac */

#bodycontent{
  position: relative;
  width:800px;
  height:639px;
  text-align:left;
  margin:30px auto 30px auto;
  background-color:#c5c6cd;
}

#splashmain{
	background-image:url('../img/slide/1.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:639px;
	position:absolute;
	left:0;
	top:0;
}
img.splashimage{
	width: 800px;
	height: 639px;
	border: 0px none;
	float:left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#splashstemma{
	background-image:url('../img/stemma.png');
	background-repeat:no-repeat;
	width:300px;
	height:629px;
	position:absolute;
	right:0px;
	top:0px;
}

#splashstemma a.buttoneuro{
	position:absolute;
	top:340px;
	left:40px;
	display:block;
	background-image:url('../img/bt_euroterme.png');
	background-repeat:no-repeat;
	width:200px;
	height:82px;
	text-indent:-1000px;
}

#splashstemma a.buttonsestriere{
	position:relative;
	top:430px;
	left:40px;
	display:block;
	background-image:url('../img/bt_sestriere.png');
	background-repeat:no-repeat;
	width:200px;
	height:82px;
	text-indent:-1000px;
}

#splashstemma a.buttonassisi{
	position:relative;
	top:440px;
	left:40px;
	display:block;
	background-image:url('../img/bt_assisi.png');
	background-repeat:no-repeat;
	width:200px;
	height:82px;
	text-indent:-1000px;
}

#splashfooter{
	width:800px;
	/*height:30px;*/
	position:absolute;
	left:0px;
	top:639px;
	text-align:center;
	color:#c5c6cd;
	font-size:11px;
	font-weight:bold;
	background-color:#36270C;
	padding:9px 0px;
}
