/* IE PNG Alpha Fix */

img, div { behavior: url("/web-js/iepngfix.htc") }

/* GENERALE */
body, html {
	margin:0;
	padding:0;
	background-color:#091932;
	color: #000;
	font-family: sans-serif,arial, verdana;
	font-size: .82em;
}

img {
	border: none; 
}

#pagina {
	
	background-image: url(/img/background.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 710px;
	margin: 0 auto;
	padding:0;
	
}

#contenuto {
	margin: 0 60px 0 60px;
	
}

.error {
	
	background-color:#FFC671;
	color:#CC0000;
	line-height: 25px;
	padding: 3px;
	text-align: center;
}

.error a {
	color:#CC0000;
	font-weight: bold;
}

/*
HEADER
*/

#header{

	position:relative;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 50px;
	background-color: #000000;
	margin-bottom: 10px;
}

#header #logo {
	width: 210px;
	height: 66px;
	position: absolute;
	bottom:0;
}

#header #menu {

	width: 631px;
	height: 23px;
	line-height: 23px;
	background-image: url(/img/sfondo_menu.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom:0;
	right:0;
}

/*
SLOGAN
*/

#slogan {
	height: 290px;
}


/*
NEWS
*/

#news {
	border-bottom: 2px solid #8397B2;
	width: 880px;
	height: 25px;
	margin:0;
	padding:0;
	line-height: 25px;
	overflow: hidden;
}

#news {
	color: #FFFFFF;
}

#news a {
	color: #F1E803;
	font-weight: bold;
}

#news .newsticker {
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

/*
INFO
*/
#info {
	position: relative;
	color: #FFFFFF;
}

#info h1 {
	color: #181818;
	line-height: 21px;
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: bold;
}

#info h1 a{
color: #181818;
}

/*
NEW WEBSITES
*/

#info #website_box {
	position: absolute;
	top: 10px;
	width: 231px;
	height: 300px;
	background-image: url(/img/sfondo_website.png);
	background-repeat: no-repeat;
}

#info #website_box .contenuto {
	width: 210px;
	height: 180px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

#info #website_box .contenuto ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#info #website_box .contenuto li {
	clear: both;
	margin-bottom: 10px;
}

#info #website_box .contenuto h2 {
	font-size: 1em;
	margin: 0 0 2px 0;
}

#info #website_box .contenuto .sx a {
	color: #FFFF00;
	text-decoration: none;
}

#info #website_box .contenuto h2 a {
	color: #FFFF00;
	text-decoration: none;
}

#info #website_box .contenuto .sx {
	width: 120px;
	float:left;
}

#info #website_box .contenuto .dx {
	height: 85px;
	width: 85px;
	float:right;
}



/*
MULTIMEDIA
*/

#info #multimedia_box {
	position: absolute;
	top: 10px;
	left: 255px;
	width: 250px;
	height: 104px;
	background-image: url(/img/sfondo_multimedia.png);
	background-repeat: no-repeat;
}

#info #multimedia_box .contenuto {
	width: 210px;
	height: 64px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

#info #multimedia_box .contenuto ul li{
	color: #FFFF00;
}

/*
INFO
*/

#info #info_box {
	position: absolute;
	top: 126px;
	left: 255px;
	width: 262px;
	height: 184px;
	background-image: url(/img/sfondo_info.png);
	background-repeat: no-repeat;
}

#info #info_box .contenuto {
	width: 210px;
	height: 64px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

#info #info_box .contenuto ul li{
	color: #FFFF00;
}

#info #flash_box {
	position: absolute;
	top: 10px;
	left: 665px;
	width: 200px;
	height: 205px;
}

/*
MULTIMEDIA e INFO
*/

#info #info_box p, #info #multimedia_box p {
	margin: 0 0 2px 0;
	color: #FFFF00;
}

#info #info_box ul, #info #multimedia_box ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#info #info_box ul li a, #info #multimedia_box ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#info #info_box ul li a:hover, #info #multimedia_box ul li a:hover {
	color: #FFFF00;
}

/*
FOOTER
*/

#footer {
	width: 880px;
	position: absolute;
	top: 250px;
	color: #B8B8B8;
	padding-left: 5px;
}

