@charset "UTF-8";
/* CSS Document */

body  {
	background-color:#000000;
	background-image:url(images/wallpaper.jpg);
	background-repeat:no-repeat;
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 0px 1px 0px #FFFFFF, 0px 1px 0px #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:10px;
}

a {
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
	outline: none;
}

p {
	margin:0px;
	padding:0px;
}

.Titolo {
	font-size: 18px;
	font-weight: bold;
}

.MediaTitles {
	font-size: 24px;
	font-style: normal;
	color: #666666;
}

.MediaTitles a {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
}

.MediaSmallTitles {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.Small {font-size: 12px}

.Data {font-size: 10px}

.Fondopagina {
	color: #999999;
	font-size: 11px;
}

#container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 50px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height:89px;
	background-image:url(images/header_bkgrnd.png);
	position:relative;
} 

#fascia { 
	background-image:url(images/fascia.png);
	height:72px;
	position:relative;
} 


#mainContent { 
	background-image:url(images/body_bkgrnd.png);
	background-repeat:repeat-y;
	padding:0 42px;
	position:relative;
	min-height:850px;
	padding-top:10px;
}

#backtomedia {
	position:absolute;
	left: 42px;
}

#sidebar {
	position:absolute;
	z-index:20;
	left: 520px;
	top: 9px;
	width: 265px;
	height: 236px;
	opacity:.8;
}

#RoundBox1 {
	background-color:#CCCCCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:12px;
	text-align:center;
	margin:0px;
}

#RoundBox2 {
	padding:10px 0;
	width:265px;
	background-color:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#NewsletterInput {
	width:140px;
	font-size:16px;
	text-shadow:0px 3px 3px #666666;
	font-style:italic;
}

#footer {
	height:54px;
	background-image:url(images/bottom_bkgrnd.png);
}

#firma {
	position:absolute;
	bottom: -30px;
	right: -89px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mosaico_logo {
	position:relative;
	top:27px;
	left:20px;
	margin:0;
	padding:0;
	width:331px;
	height:72px;
	z-index:10;
}

#icons {
	position:absolute;
	top:0px;
	left:360px;
	margin:0;
	padding:0;
	width:448px;
	z-index:20;
}
