/*Impostazioni comuni*/

* {margin:0; padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

body {background:url("../immagini/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif; background-color:#fff; color:#404040;}

a {color:#404040;}
a:hover {color:#000;}

/*Fine impostazioni comuni*/


/*Impostazioni struttura e stili*/
#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;}

#header {
	position: relative;
	height: 90px;
	padding: 30px 20px 15px 20px;}

#logo {
	margin: 0;}
    
#nav {
	position: absolute;
	top: 80px;
	right: 20px;
	margin:0;}

    #nav span {
		margin: 0 8px;
		color: #ddd;}

    #nav #nav-selezionato {
		font-weight :bold;
		text-decoration: none;
		color:#800000;}
    
#tray {
	position: relative;
	width: 960px;
	height: 45px;
	background: url("../immagini/tray.gif") 0 0 no-repeat;
	background-color:#bfbfbf;
	overflow: hidden;
	font: bold 90%/1 "tahoma",sans-serif;}

    #tray ul {
		margin: 0 20px;
		list-style: none;}

    #tray li {
		display: inline;}

    #tray li a {
		display: block;
		float: left;
		padding: 17px 20px 17px 18px;
		background: url("../immagini/tray-separator.gif") 100% 0 no-repeat;
		text-decoration: none;
		color:#404040;}

    #tray li a:hover {
		background: url("../immagini/tray-hover.gif");
		background-color: #9f9f9f;
		color: #fff;}

    #tray li#tray-selezionato a {
		background: url("../immagini/tray-active.gif");
		background-color: #800000;
		color: #fff;}

#footer {
	clear: both;
	padding: 10px 20px 20px 20px;
	font-size: 85%;
	color: #9f9f9f;}

    #footer a:hover {
		color: #404040;}
    #footer p {
		margin: 0;}

#col-top {
	width: 960px;
	height: 5px;
	margin-top: 15px;
	background: url("../immagini/col-top.gif") 0 0 no-repeat;
	font-size: 0;
	line-height: 0; 
	overflow: hidden;
	background-color: #f5f5f5;}

#col-bottom {
	width: 960px;
	height: 5px;
	margin-bottom: 15px;
	background: url("../immagini/col-bottom.gif") 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background-color: #f5f5f5;}

#col {
	position: relative;
	padding: 15px 30px 15px 20px;
	background: url("../immagini/col.gif") 0 0 repeat-y;
	background-color: #f5f5f5;}

    #col-browser {
		position: relative;
		float: left;
		width: 280px;
		height: 215px;
		background: url("../immagini/browser.gif") 0 0 no-repeat;}

    #col-browser img {
		position: absolute;
		top: 28px;
		left: 10px;}

    #col-text {
		float: right;
		width: 600px;
		padding-top: 15px;
		line-height: 1.7;}

#cols3-top {
	width: 960px;
	height: 5px;
	margin-top: 15px;
	background: url("../immagini/cols3-top.gif") 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;}

#cols3-bottom {
	width: 960px;
	height: 5px;
	margin-bottom: 15px;
	background: url("../immagini/cols3-bottom.gif") 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;}

#cols3 {
	background: url("../immagini/cols3.gif") 0 0 repeat-y;}

    .col {
	float: left;
	width: 308px;
	padding: 0 1px;
	margin-right: 15px;}

    .col.last {
	margin-right: 0;}

    .col h3 {
	margin: 0;
	padding: 7px 15px 12px 50px;
	background: url("../immagini/cols3-title.gif") 20px 40% no-repeat;
	font-size: 120%;
	background-color: #eef8e4;}

    .col h3 a {
	color: #800000;
	text-decoration: none;}

    .col h3 a:hover {
	color: #000;}
    .col h3 span {
	font-size: 80%;}

        .col-text {
		padding: 20px;
		border-top: 1px solid #dfdfdf;
		height: 200px;}

        .col-text p {
		margin:0;}

        .col-text ul {
		margin-bottom: 0;}

        .col-more {
		padding: 10px 10px 1px 0;
		text-align: right;
		background: #f5f5f5;}

ul.ul-01 {
	margin: 15px 0;
	list-style: none;}

ul.ul-01 li {
	padding: 2px 0 2px 25px;
	background: url("../immagini/ul-01.gif") 0 50% no-repeat;
	font-size: 85%;}

ul.ul-list {
	margin: 15px 0;
	list-style:none;}

ul.ul-list li {
	padding: 1px 0;}

ul.ul-list span.date {
	padding-right: 10px;}

.noscreen {
	display: none;}

.box {
	min-height: 1px;}

.box:after {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content:".";}

.f-right {
	float: right;}

.t-center {
	text-align: center;}

.nom {
	margin:0;}


