/*---------- HOME combo ----------*/
/*body {background: #000 url(../img/home-bg.jpg) left top repeat-x;}*/
body {background: #000 url(../img/home_bg.jpg) center top no-repeat;}

/*--------------------------------------------------- HEADER */
.slogan {
    background: #d6d6d6 url(../img/slogan.gif) left top no-repeat;
    height: 52px;
}
.header {background: #000 url(../img/headbg.jpg) left top no-repeat;}
#logo a {
    display: block;
    float: left;
    height: 100px;
	position:relative;
	top:20px;
	left:20px;
	text-indent:-9999em;
    width: 100px;
}
#map {
    float: left;
	left:180px;
	position:relative;
	top:28px;
}


/*--------------------------------------------------- MAIN Content */
.content-main {
    background: #9c132e;
    color: #fff;
}
.fb {
	height:120px;
	float:left;
    padding-bottom: 10px;
	width:140px;
}
.text {
	padding:0 20px;
	width:530px;
}
.content ul.thunders li {
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding:5px 0 5px 26px;
}
.content ul.thunders li#gialla {
	background:url(../img/thunder-y.gif) left center no-repeat;
}
.content ul.thunders li#rossa {
	background:url(../img/thunder-r.gif) left center no-repeat;
}
.content ul.thunders li#blu {
	background:url(../img/thunder-b.gif) left center no-repeat;
}
.content p.avviso {
	background:#B31B34 url(../img/avviso.gif) 10px 5px no-repeat;
	border:1px dotted #EE5162;
	margin:0;
	padding:10px 0 10px 50px;
}
h2#news {
	background: transparent url(../img/news.gif) left bottom no-repeat;
	margin:0;
	padding:0;
	text-indent:-9999em;
}

/*--------------------------------------------------- VIDEOS */
.media {
	background-color:#d6d6d6;
	height:100px;
	padding:5px 0 0 30px;
	width:720px;
}
ul#videos {}
ul#videos li {
	float:left;
	margin:0 10px 0 30px;
	width:200px;
}
ul#videos li a {
	border:2px solid #9c132e;
	display:block;
	height:91px;
	width:135px;
}

/*--------------------------------------------------- AREA RISERVATA */
.access {
	background-color:#b31b34;
	color:#fff;
}
input {background-color:#d93749;color:#fff;}
input.submit {
	background:#ee5162;
	border:1px solid #d93749;
	color:#fff;
}
