﻿/*******LAYOUT CSS*******/
/* ver.2007.2.150.280307 */

/*******BODY*******/
body {
 background: white;	
 color: black;
 font-family: "Verdana",Helvetica, sans-serif;
 font-size: 14px;
 margin-left:0px;
 margin-top:0px;
 margin-right:4px;
}

/*******HEADER*******/
#header {
	position: relative;
	width: 100%;
	border: 1px solid;
	border-color:#D55500;
}

#header table{
	  background-image:url('/images/design/bg_hd.gif');	
		background-repeat:repeat-x;
}

/*HEADER-LOGO*/
#header td.logo{
	width: 240px;
}

#header_left {
	text-align:center;
}

#header_left img {
	border: 1px solid #D55500;
}

/*HEADER-BANNER*/
#header td.banner{
/*Null*/
}

#header_right {
	height: 70px;
  text-align: center;
	padding-top: 10px;
	width: 468px;
}

#header_right div {
    width:468px;
    height:60px;
		/*border:1px solid black;*/
}

/*******GRAY BAR DATE*******/
#bar_date {
	position: relative;
	width: 100%;
	background-image:url('/images/design/bg_bar_date.gif');
	line-height:12px;
	background-repeat:repeat-x;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:gray;
}

#bar_date div {
    width: 700px;
}

/*******CONTENT*******/
#container {
	position: relative;
	width: 100%;
	height:100%;
}

.item:after { content: ""; display: block; height: 110; clear: both; }
.spacer { clear: both; }

#page_content {
	margin-left: 10px;
	margin-right: 10px;
}


/* MENU LATERALE SINISTRO */

#container td.menu_left{
	width: 160px;
	border:1px solid black;
	padding-left:0px;
  background-image:url('/images/design/bg_sx.gif');
  background-repeat:repeat-y;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:blue;
	border-top-style:none;
}

#menu_item_sx {
	width:145px;
	margin-top:10px;
	margin-left:5px;
	border: 1px solid white;
}

#menu_item_sx div {
	height:24px;
	width:140px;
	padding-top:6px;
	padding-left:5px;
	display:block;
	font-size: 13px;
	color:#FFFFFF;
	background-color: #004182;
	border-top:1px solid #FFFFFF;
	font-weight:bold;
	line-height:normal;
}


#menu_item_sx a:link, #menu_item_sx a:visited {
	height:24px;
	width:135px;
	padding-top:6px;
	padding-left:10px;
	display:block;
	font-size: 13px;
	color:#ffffff;
	background-color:#2064AB;
	border-top:1px solid #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:normal;
}

#menu_item_sx a:hover {
	background-color:#5293D3;
	text-decoration:none;
}

#menu_item_sx img {
	clear:left;
}

/* TELECOMANDO */
#menu_item_sx_telecomando {
	width:142px;
	margin-top:10px; 
	margin-left:6px;
}

#menu_item_sx_telecomando div.telecomando{
	height:160px;
	margin-top:5px; 
	border:1px solid black; 
}

/* TELECOMANDO */
#banner_pie {
	position:relative;
	float:left;
	clear:both;
	margin-top:50px;
	border: 1px solid black;
}
/*******FOOTER*******/

#footer {
	height:20px;
  width: 100%;
	clear:both;
	background-image:url('/images/design/bg_bar_date.gif');
	background-repeat:repeat-x;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:gray;
}

#google_footer {
	margin-top:30px;
}


