* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #1c1c1c; 
	background-image: url('../../images/bg_body.gif');
	background-attachment: fixed;
	background-position: 50% 50%; 
	}
hr {
	margin: 0;
	padding: 0;
}

form {
}

a:visited {
	color: #000;
	}

h1 {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	padding: 0px 5px 5px 5px;
	display: inline;
	overflow: hidden;
	height: 23px;
	color: #000;
	display: block;
	background: url('../../images/trasp_h1.png') top left repeat-y;
	letter-spacing:5px;
	}

h2 {
	font-size:18px;
	}

ul {
	list-style:none;
}

p, h2, h3, ul {
	padding: 4px;
	}

p {
	font-size: 110%;
	line-height: 125%;
}

#bloccomain { 	
  	position:absolute;
  	height:480px; 
  	width:750px;
  	margin:-240px 0px 0px -375px;
  	top: 50%; 
  	left: 50%;
  	text-align: left;
  	/* border:1px solid #000; */
  	background: url('../../images/bg_navlist.gif') 0px 380px no-repeat;
	background-color: #cccccc;
}

#logo {
  	position:absolute;
  	width:150px;
	height:120px;
	margin:120px 0px 0px 225px;
	background-color: black;
	top: 50%; 
  	left: 50%;
  	z-index: 15;
  	text-align: right;
  	overflow:hidden;
  	}

#icone {
	float:right;
	width: 150px;
	height: 360px;
	text-align: right;
	overflow:hidden;
	overflow-y:auto;
	}

#icone img{
	margin: 0;
	/* margin-bottom: 3px; */
	padding: 0;
	border: 1px solid #fff;
	}

#icone img:hover{
	border: 1px solid #1c1c1c;
	}

#bloccodx {
	height: 480px;
	}

#footer {
  	position:absolute;
	text-align:right;
	height: 25px;
	width: 750px;
	margin:-290px 0px 0px -380px; 
	top: 50%; 
  	left: 50%;
  	}

#footer p{
	color: #999999;
	margin: 0;
	margin-top: 7px;
	padding: 0;
	font-size: 10px;
	}

#footer a{
	font-size: 120%; 
	text-decoration: none; 
	text-transform: uppercase; 
	color: #fff;
	}
	
#footer a:hover{
	text-decoration: underline; 
	}
	
#imgstampa {
	display: none;
}

#menusx {
  	position:absolute;
	height: 40px;
	width: 750px;
	margin:250px 0px 0px -375px; 
	top: 50%; 
  	left: 50%;
  	text-transform: uppercase;
  	}
	
#navlist {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 115%;
	font-weight: bold;
	}

#navlist li {
	float: left;
	margin: 0 0 0 2px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #aaa #555 #f63 #999;
	list-style-type: none;
	}

#navlist li a {
	position: relative;
	width: 117px;
	display: block;
	margin: 0;
	padding: 2px;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
	}

#navlist li a:hover {
	background-color: #000;
	color: #fff;
	border-bottom: 5px solid #CC0000;
	}

#navlist li#active a {
	background-color: #f63;
	color: #e6e6e6;
	}

#navlist li#active a:hover { 
	color: #fff; 
	}

#pagination {
	/* 
	margin:0px;
	padding: 0px;
	*/
	width: 150px;
	background: url('../../images/trasp_grigio.png');
	}

* html > body #navlist, * html > body #navlist ul#subnavlist {
	width: 750px;
	/* IE5/Mac fixed width fix */
	}

/* SOTTOMENU */

 
#subnav {
  	position:absolute;
  	width:600px;
	height:60px;
	margin:180px 0px 0px -375px;
	top: 50%; 
  	left: 50%;
  	z-index: 10;
  	text-transform: uppercase;
  	overflow: hidden;
	font-size: 95%;
  	  }
  	  
#subnav ul {
	padding: 0;
	margin: 0;
	background: url('../../images/trasp_grigio.png');
	color: #1c1c1c;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	}

#subnav ul li { display: inline; }

#subnav ul li a {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 12px 0 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: left;
	border-right: 1px solid #000;
	height: 60px;
	}

#subnav ul li a:hover {
	background-color: #fff;	
	color: #000;
	border-bottom: 5px solid #ff0000;
	text-decoration: underline;
	}

#titbianco h1  {
	position: absolute;
	margin-left: -2px;
	margin-top: -2px;
	background:none;
	color:#fff;
}

/* classi */

.titleint {
	color: #ff0000;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	}

.descstampa {
	margin-top: 369px;
	background: url('../../images/trasp.png');
	text-align:right;
	}
	
.pngtraspgr {
	background: url('../../images/trasp_grigio.png');
	}

.nextprev {
	border: 0;
	align: middle;
	}