@charset "UTF-8";
/* CSS home page */

@import url('base.css');
@import url('credits.css');

#home {
	background-image:url(../pix/immagini/menuIn_01.png);
}

#intro {
	padding:20px 0px 30px 0px;
}

#promo {
	padding-bottom:5px;
}

#banner1 {
	width:520px;
	padding:0px;
	float:left;
}

#logos {
	width:520px;
	height:50px;
	padding:15px 0px;
	float:left;
}

#logos img {
	float:left;
	display:block;
	padding:0px 10px;
}

#banner2 {
	width:300px;
	height:200px;
	float:right;
}

#banner1 .header {
	height:19px;
	width:520px;
	background-image:url(../pix/home/immagini/banner1_01.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#banner1 .body {
	width:490px;
	height:80px;
	padding:0px 15px;
	background-image:url(../pix/home/immagini/banner1_02.png);
	background-position:bottom;
	background-repeat:repeat-y;
	overflow:hidden;
}

#banner1 .footer {
	height:16px;
	width:520px;
	background-image:url(../pix/home/immagini/banner1_03.png);
	background-position:top;
	background-repeat:no-repeat;
}

#evidence {
	padding:0px 0px 0px 40px;
	background-image:url(../pix/home/indicators.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#evidence p {
	color:#000;
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
}

#banner1 ul {
	margin-left:30px;
	padding:2px 5px;
}

#banner1 li {
	color:#000;
	list-style-position:outside;
	list-style-image:url(../pix/home/indicators.png);
	margin:0px;
	padding:0px 0px 5px 0px;
}

#banner1 h3 {
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
}

#banner1 p {
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
}

#copyright {
	width:400px;
	float:left;
}

#credits {
	width:400px;
	float:right;
	text-align:right;
}

