@charset "utf-8";
/*   BODY   */

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(Images/sfondomoby_2.png) repeat scroll top left;
	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;
	color: #000000;
}
.clear { width:100%; font-size: 1px; line-height: 1px; height:1px; clear:both; }
.contenuti { font:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height: 16px; color:#000; }
p.tit {	color: #CC0000;	font-weight: bold;}
p { font: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; line-height: 16px; font-style: normal; font-weight: normal; }
.grosso { font: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; line-height: 16px; font-style: normal; font-weight: bold; }
a:link.pippo  { color: #666; font-style: normal; font-weight: normal; font-size: 9px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }
a:visited.pippo  { color: #666; font-style: normal; font-weight: normal; font-size: 9px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }
a:hover.pippo  { color: #666; font-style: normal; font-weight: normal; font-size: 9px; line-height: 13px; font-family: Verdana; text-decoration: none; margin: 0px }
a:active.pippo  { color: #666; font-style: normal; font-weight: normal; font-size: 9px; line-height: 13px; font-family: Verdana; text-decoration: underline; margin: 0px }

.small { color: #666666; font-style: normal; font-size: 9px; line-height: normal; font-family: Arial; text-decoration: none }
.head  { color: #5e5e5e; font-style: normal; font-weight: bold; font-size: 14px; line-height: 17px; font-family: Verdana; text-decoration: none; margin: 0 10px 0 20px }

#container {
	width: 789px;
	height: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(Images/sfondomoby2.png) no-repeat top left;
	margin: 0 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. */
	min-height: 100%;
	overflow: hidden;

}


/*		LOGO		*/

#header {
	padding: 0 10px 0 10px;
}
#header h1.logo a {
	text-indent:-900em;
	text-decoration:none;
	background: url(images/logomoby.jpg) no-repeat;
	width: 232px;
	height: 74px;
	display:block;
}
#header h1 {
	margin: 0;
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/*   NAVIGATION   */

#cont_testa { overflow: hidden; }


#navigation {
	float: left;
	width: 150px;
	font: 115% Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
#navigation li {
	font-size: 1.1em;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a:link, #navigation a:visited {
	display: block;
	color: #ffffff;
	margin:0.06em 0;
	padding: 0.2em 0.6em;
	text-decoration: none;
	border: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	color: #fff;
	background-color: #f02d44;
}

/*		SWF		*/

#testa {
	float: left;
	position:relative;
	text-decoration:none;
	width: 283px;
	height: 170px;
	/*text-align: left;
	margin-left:238px;*/
	margin-top:30px;
	padding-left:238px;
	
}

/*		CONTENUTI	*/

#testo {
	padding: 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*position: absolute;*/
	margin-top: 40px;
	line-height:normal;
	top: 365px;
	width:735px;
	margin-bottom:40px;
}

/* CONTENUTI PAGINA */

#contenuti { overflow: hidden; }
#content {
	float: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(Images/moby_news.gif) no-repeat scroll top left;
	width: 530px;
	height: 260px;
	padding: 60px 0px 0px 20px;
}
#dx_content {
	float: left;
	bottom:0px;
	width: 225px;
	height: 320px;
}
#datacnt {
	float: left;
	font-size: 15px;
	color: #CC0000;
	text-align:center;
	background: transparent url(Images/data.png) no-repeat scroll top left;
	position: relative;
	padding: 5px 5px 0;
	width: 48px;
	height: 50px;
	top: 0px;
	left: 0px;
}
.news {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	color: black;	}
	
.tit {	color: #CC0000;	font-weight: bold;}
/*		FOOTER		*/

#footerTot {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(Images/sfondo_bx.png) repeat scroll top left;
	background-color: #d2d2d2;
	text-align: center;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 0.8em;
margin-left:50%;
left:-395px;
	padding: 0;
	position:relative;
	width: 755px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
