/* -- Cascading style sheet for Larioseta -- */

html, body  {
	font: normal 11px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #ccc;
	text-align: center;
	background: #000;
}
/* -- main links -- */
a, a:link, a:visited {
	text-decoration: none;
	color: #99ccff;}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #fff;
	outline:none;}
	
/* -- typography -- */
h1, h1 a {
	font: bold 14px Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	color: #fff;
	font-variant: small-caps;
}
h1 a:hover, h1 a:active {
	color: #546374;
}
h2 {
	font: normal 24px Georgia, Verdana, Arial, sans-serif;
	margin: 0;
	color: #c7dcf4;
}
h3 {
	font: bold 14px Georgia, Verdana, Arial, sans-serif;
	margin: 0;
	color: #c7dcf4;
}
h4 {
	font: bold 12px Georgia, Verdana, Arial, sans-serif;
	margin: 5px 0;
	color: #c7dcf4;
	/*text-indent: 20px;*/
}
h4.oneline {
	display: inline;
}

/* --------------------------------- */
#pagewidth{ 
 width:1002px; 
 text-align:left;  
 margin: 0 auto;  
/* background: #131a23 url(../images/pagewidth.jpg) no-repeat;*/
} 

#header{
 position:relative; 
 height:220px; 
 background: url(../images/stamp_header_it.jpg) 0 0 no-repeat; 
 width:100%;
 margin: 0 auto;
} 
#header img {
	margin: 30px 0 0 85px; }

#header_en{
 position:relative; 
 height:220px; 
 background: url(../images/stamp_header_en.jpg) 0 0 no-repeat; 
 width:100%;
 margin: 0 auto;
} 
#header_en img {
	margin: 30px 0 0 85px; }


/* -- main column -- */
#wrapper { 
 width:1000px; 
 height: 100%;
 min-height:380px;
 text-align:left;  
 margin: 0 auto;  
 background: #131a23 url(../images/stamp_maincol.jpg) repeat-x;
 border-left: 1px solid #232f40;
 border-right: 1px solid #232f40;} 

#wrapper p {
	margin: 0;
	line-height: 1.3;
	padding: 5px 0;
}

#wrapper_top {
 width:980px; 
 /*background: url(../images/line_long.jpg) 0 0 no-repeat;*/
 margin: 0;  
 height: 110px;}
 
#wrapper h2 {
	padding: 45px 0 0 65px;}
#wrapper h3 {
	padding: 8px 0 0 10px;}

#wrapper img,
#wrapper img.small {
	margin: 0 10px 10px 0;
	border: 1px solid #99ccff;	
	padding: 2px;
}
#wrapper img a {
	border: 1px solid #99ccff;
}
#wrapper img:hover {
	border: 1px solid #64f7b2;
	color: Red;
}
/* --- separate lines - wide --- */

div.newline {
	margin: 0;
	padding-bottom: 25px;
	float: left;
	width: 100%;
	text-align: left;
	background: transparent;}
	
div.newline .newline_content {
	padding: 30px 30px 0 50px;
	margin: 0;}

#wrapper ul {
	margin: 0 0 0 40px; 
	padding: 0;
	list-style: none outside;
	display: block;}
#wrapper li {
	line-height: 1.3;}
ul span.bullet {
	color: #c7dcf4;
	/*font-weight: bold;*/
	font-size: 11px;
	display: inline;
	margin-right: 3px;
}

/* -- IMAGEs and TEXT frame -- */
.rightcol div.img {
	left: 10px;
	position: relative;
}
div.img,
div.imgmap {
  margin: 0;
  border: 1px solid #395877;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  background: #000 url(../images/image_bg.jpg) repeat-x;
}	

div.imgmap {
	margin: 0;
  border: 1px solid #395877;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
  background: #000 url(../images/image_bg.jpg) repeat-x;
}
div.img img,
div.imgmap img {
  display: inline;
  margin: 10px 0px;
  position: relative;
  right: 10px;
  border: 1px solid #ffffff;
}
div.img a:hover img,
div.imgmap a:hover img {border: 1px solid #0000ff;}

div.imgmap {
	margin: 10px 0 10px 30px;
}

/* -- no frame images -- */
div.img_noframe {
	margin: 0 5px 0 0;
  /*border: 1px solid #395877;*/
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  /*background: #000 url(../images/image_bg.jpg) repeat-x;*/}
  
div.img_noframe img {
	display: inline;
  margin: 5px;
  position: relative;
  /*border: 1px solid #ffffff;*/}
  
div.img_noframe a img  {
	/*border: 1px solid #13CC4D;*/
	border: 1px solid #000;}
div.img_noframe a:hover img {
	/*border: 1px solid #64f7b2;*/
	border: 1px solid #fff;}
	
div.desc {
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 2px;
  margin-bottom: 7px;}
  
div.desc a {
  font: bold 11px Verdana;
  color: #ccc;
  text-decoration: none;}
  
div.desc a:hover, div.desc a:active {
  	color: #64f7b2;
  text-decoration: none;  }

/* -- footer -- */
#footer{

 clear:both;
 width: 100%;
 margin: 0;} 
 
#ftr_wrapper { 
 width:1000px; 
 height: 145px;
 text-align:left;  
 margin: 0 auto;  
 background: #090C11 url(../images/stamp_footer.jpg) 0 0 repeat-x;
 border: 1px solid #232f40;
 border-top: none;
 color: #ccc;
 font-size: 11px;
 text-align: center;} 

#ftr_wrapper p {
	margin: 0;
	line-height: 1.3;
	padding: 5px 0;}
	
#ftr_wrapper p.nav {
	font-size: 10px;
}
	
#ftr_wrapper .ftr_content {
	padding-top: 40px;	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



