/*  body and font definitions */
html { 
  padding:0px;
  margin:0 auto;
  margin-bottom:0px;

}

body {

  background-color: #333333;
  font-size: 10px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#333333;  
  padding:0px;
  margin:0 auto;
  margin-bottom:0px;
  }

#ombra_container {
	
	width:830px;
	background-image:url(images/gradiente_sfondo_ombra.png);
	font-size:10px;
	clear:none;
	margin: 0 auto;
	margin-bottom:0px;

}

#main_container {
	width:800px;;
	background-color:#EEEEEE;
	font-size:10px;
	clear:none;
	margin: 0 auto;
	border:1px solid #DDDDDD;
}

a { 
	color: #990000;
	font-size: 10px;
	background-color:transparent;
}

p {padding-left:8px; width:90%;}


.barra_carbon {
	height:32px;
	font-size: 11px;
	text-align: right;
	color: #333333;
	background-color: #000000;
	background-image:url(images/barra_vetro.png);
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	vertical-align: baseline;
	font-weight:bold;
}

.barra_carbon a:hover { color:#FF0000; }
.barra_carbon img  {
	border:none;
	vertical-align: top;
	display: inline;
	margin-left:4px;
	
}

#dimensione{color:#666666;margin:0px -2px 0px 6px !important; margin:0px -2px 0px 2px; height:15px; width:50px;position:relative; float:left; padding-top:2px; text-align:center; clear:none;  background-image:url(images/sfondo_dimensione.png); }

.elemento { height:16px; width:20px; text-decoration:underline; display:block;  float:left; clear:none; position:relative;   }

.spacer_laterale {width:10px; height:10px; display:block;  float:left; clear:none; position:relative; }



/*  positioning-layers static and absolute */

#left {
	width:180px;
	height:400px auto;
	position: relative;
	clear: none;
	float: left;
	padding: 0px 0px 0px 6px;;
	background-color:#EEEEEE;
}

#left a { text-decoration: none; padding:2px;}

#left a:hover {  background-color:#990000; color:#FFFFFF}

#left hr {
	width:194px;
	height:10px;
	background-image:url(images/hr.png);
	border:hidden;
}

#content {
	width:550px !important;
	width:530px;;
	position:relative;
	padding: 8px;
	padding-top:0px;
	background-color: #F7F7F7;
	clear: none;
	float: right;
	margin:4px 6px 20px 0px;
	border:1px solid #DDDDDD;
	
}

#content h2 {
	color:#990000;
	height:12px;
	margin:0px;
	margin-top:10px;
	padding-top:4px;
	padding-bottom:5px;
	font-size:12px;
	text-transform: uppercase;
}
#content hr {
	border-top:thin dashed #AAAAAA; 
	border-left:none; 
	border-bottom:none; 
	border-right:none; 
	background-color:#eeeeee; 
	height:1px;
	padding:0px;
	margin:0px;
	}
	

#content img {
float:left;
 margin:4px;
 margin-right:10px; 
 clear:none; 
}

.content_block {
	display: block;
	padding:10px;
	color: #333333;
	background-color:#EEEEEE;
	margin-bottom:10px;
	border:thin solid #DDDDDD;

}

#header {
	margin:0 auto;
	background-color: #333333;
	height: 200px;
	background-image:url(images/sky-clouds-3wax.png);
}

#header_fascia {
	background-color:#CC0000; 
	width:100; height:30px;
	clear:both; padding:6px; 
	border-bottom:2px solid #fff;
	margin:0 auto;
}

#header_fascia .elemento { height:16px; width:20px; text-decoration:underline; display:block;  float:right; clear:none; position:relative;   }

#header_fascia img {clear:none; float:left; margin-right:6px;}

#footer {
	background-color: #333333;
	height:54px;;
	background-image:url(images/ombra_footer.png);
	background-repeat:repeat-x;
	clear:both;
	
	padding: 6px 12px 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#footer a{ color:#CCCCCC}
#footer a:hover{ color:#FFCC00}

.menu {

	 background-image:url(images/left_header.png); 
	 padding:4px 20px 10px 10px; 
	 font-weight:bold ;
	 font-size:10px;
	 height:170px;
	 width:200px; 
}


.menu_item{	
	height:12px;
	display:block;
	margin-top:12px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:4px;
}

.menu_item a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
	background-image:url(images/menu_item.png);
}

.menu_item a:hover{
	color:#cccccc;
	background-image:url(images/menu_item_sel.png);
	background-color:#333333;
	display:block;
	font-weight:bold;	

}

.menu h2 {color:#FFFFFF; font-weight:bold; font-size:10px;; padding:0px; margin:0px;}


#ombra_bottom{
position:relative;
margin:0 auto;
clear:both;
width:800px;
height:30px;
background-image:url(images/ombra_sotto.png);
background-position:right top;
background-repeat:repeat-x;
}

.align_right {position:static; float:right; clear:none;} 

