/*  
color:#fb110a; 
width:520px;
 */
html {
	min-height: 101%;
}

body {
	margin:0;
	background-color:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
h1 {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
}
h3 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
h4 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
h5 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
h6 {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
a {text-decoration: underline; color:#555;}
a:hover {text-decoration:none; color:#fb110a;}

hr {margin: 0; padding:0;}
#container {
	margin: 0 auto;
	width: 520px;
	text-align: left;
}
#head {
	width:520px;
	height:210px;
	background-color:#fff;
	background-image:url('../images/logo-n.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
#head_titolo {
	width:375px;
	height:29px;
	position:relative;
	top:180px;
	left:137px;
}
#head_nav {
	display:inline;
	text-decoration:none;
}
ul#nav {
	background-color:#fff;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	display:inline;
}
ul#nav li {
	margin: 0 0.2em 0;
	padding: 0;
	float: left;
	display:inline;
}
ul#nav a {
	padding: 0 0 0 0.4em;
	float: left;
	text-decoration:none;
	font-weight:bold;
}
ul#nav span {
	padding: 0.4em 0.4em 0.4em 0;
	float: left;
	text-decoration:none;
	font-weight:bold;
	cursor: pointer
}
ul#nav li#active a {
	color:#fb110a;
}
ul#nav a:hover {
	background-color:#fb110a;
	color:#FFFFFF;
}
ul#nav li#active span, ul#nav a:hover span {
}
#content {
	width:520px;
	font-size:12px;
	background-color:#fff;
}
#about {
	text-align:justify;
	width:512px;
	font-size:11px;
	position:relative;
	top:0;
	left:6px;
	clear:both;
	float:none;
	color:#555;
}
/* HOME */
#listbox {
	float:left;
	width:512px;
	position:relative;
	top:0;
	left:6px;
	font-size:12px;
	background-color:#fff;
}

.list_span {
	width:510px;
	height:50px;
	display:block;
	font-size:10px;
}
.list_span {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#fff;
}

.list_a {
cursor:pointer;
text-decoration:none;
}

.list_a:hover {
}

.list_tb {
	height:48px;
	width:510px;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#fff;
	font-size:12px;
}
.list_nome {
	display:block;
	width:270px;
	height:48px;
	background-color:#fff;
}

/* FOLIO */
#folio_content {
	float:left;
	width:520px;
	font-size:10px;
}
#folio_desc {
	margin:10px 0 0 0;
	height:25px;
}
#folio_list {
}
.folio_block {
	display:block;
}
.folio_link {
	text-decoration:none;
}
span.dope {
	font-size:12px;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	color:#242424;
}
span.dope .folio_link {
	visibility:hidden;
}
span.dope:hover {
	color:#fb110a;
}
span.dope:hover .folio_link {
	visibility:visible;
}
.f_data, .f_place {
	font-size:12px;
}
.f_place {
	text-transform:uppercase;
	font-size:10px;
}
.f_desc {
	font-size:11px;
	display:block;
}
.f_link {
	font-size:10px;
	display:block;
}

#text {
	background-color:#fff;
	width:520px;
	position:relative;
}
#titolo {
	background-color:#fff;
}
#nome {
	background-color:#fff;
}
#data {
	font-size:10px;
	background-color:#fff;
}
#place {
	text-transform:uppercase;
	font-size: 9px;
	background-color:#fff;
}
#link {
	background-color:#fff;
}
#link_ref {
	background-color:#fff;
	font-size:10px;
	text-decoration:none;
}

#imgbox {
	margin: 0px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	height:220px;
	width:220px;
	background-color:#fff;
	text-align:left;
	float:right;
}
#imglist {
	background-color:#fff;
	width:520px;
	text-align:left;
	position:relative;
	top:00px;
	left:0;
	height:auto;
	padding-top: 10px;
	margin: 0px;
}
.imgtb {
	width:62px;
	height:62px;
	border:none;
}

/* */
#footer {
	float:none;
	clear:both;
}
a.other_links {
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}
a.other_links:hover {
	text-decoration:underline;
}
#footer_int_nav {
	text-align:center;
}
#foot_navbar {
	margin:10px 0 0 0;
	text-align:center;
}
.nav_bar_ul {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
.nav_bar_li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
.nav_bar_li a {
	text-decoration:none;
}
.nav_bar_li a:hover {
	text-decoration:none;
}
/* ADMIN */
input, textarea, select {
	font-size:10px;
	border: 1px solid #aaa;
}
input.btn {
	background-color:#222;
	color:#eeeeee;
	text-transform:uppercase;
}

/* */

#mailform label {color:#555; font-size:12px;}
