/* CSS Document */
body,td,th {
	color: #FFFFFF;
	font: 13px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	margin: 0px;
	color: #FFF;
}
h1 {
	font: normal 250%/100% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #00bfff;
	padding: 0px 50px 1em;
	text-align: right;
	margin: 0px;
}
h2 {
	font: normal 190% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #00bfff;
	padding: 0px 3em 1em 0px;
	text-align: right;
	margin: 0px;
}
h3 {
	font: normal 140% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #00bfff;
	margin: 0px;
	padding: 0px 40px 0.5em 50px;
}
h4 {
	font:  bold 110% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #FFDE00;
	margin: 0px;
	padding: 0px 3em 0.5em 0px;
}
p {
	margin: 0px 50px 1em 0px;
	padding: 0px;
	text-align: justify;
}
a {
	color: #D7D7D7;
	outline:none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9966;
}
a:active {
	text-decoration: none;
	outline:none;
}
.maiuscolo {
	text-transform: capitalize;
}


/* --- utility --- */

.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignJust {
	text-align: justify;
}
.rs-vuoto {
	font-size: 14px;
	font-weight: bold;
	color: #66CCFF;
	border-top: 1px dotted #9DD5FF;
	border-bottom: 1px dotted #66CCFF;
	background: #333333;
	text-align: center;
	padding: 30px 15px;
}
.f-dx {float:right;}
.f-sx {float:left;}
.highlight {
	color: #00BFFF;
	font-size:110%!important;
	line-height: 110%;
}
.foto-sx {
	margin: 0px 5px 3px 0px;
	padding: 0px;
	float: left;
}
.foto-dx {
	margin: 0px 3px 3px 0px;
	padding: 0px;
	float: left;
}
.noBorder {border-style: none !important;}
.bordo {
	border: 1px solid #CCCCCC;
}
.note {
	font-size: 11px;
	color: #F5F5F5;
}


.email {
	font-size: 110% !important;
	line-height: 35px !important;
	background: url(../images/ico_mail.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	height: 35px !important;
}
.tel {
	font-size: 110% !important;
	line-height: 35px !important;
	background: url(../images/ico_tel.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	height: 35px !important;
}
.alert-ok {
	font-size: 12px;
	color: #9DFF9D;
	padding: 10px;
	background-color: #336600;
	position: relative;
}
.alert {
	color: #FF9595;
	background: #660000;
	padding: 10px;
	position: relative;
}
.chiudi {
	font: bold 11px Verdana, Geneva, sans-serif;
	padding: 1px 3px;
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.alert-ok .chiudi{
	color: #9DFF9D;
	border: 1px solid #458A00;
	background: #458A00;
}
.alert-ok .chiudi:hover {
	color: #458A00;
	background: #9DFF9D;
	text-decoration:none;
}
.alert .chiudi{
	color: #FF9595;
	border: 1px solid #660000;
	background: #970000;
}
.alert .chiudi:hover {
	color: #660000;
	background: #FF9595;
	text-decoration:none;
}
/* --- ID's --- */

#container {
	width: 919px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_pagina.gif) repeat-y 0px 0px;
}
#testata {
	background: url(../images/bg_testata.jpg) no-repeat center 0px;
	height: 103px;
	position: relative;
}
#testata h1 {
	margin: 0px;
	text-indent: -900em;
	padding: 0px;
	height: 86px;
	width: 186px;
	position: absolute;
	left: 14px;
	top: 33px;
	background: url(../images/logo_aminta.gif) no-repeat 0px 0px;
	text-align: left;
}
#testata p {
	padding-right: 40px;
	padding-left: 230px;
	margin: 0px;
}
#content {
	background: url(../images/bg_content.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
}
#lang-ita, #lang-eng {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 35px;
	position: absolute;
	left: 202px;
	top: 32px;
	text-indent: -900em;
}
#lang-ita {background: url(../images/ban_ita.gif) no-repeat 0px 0px;}
#lang-eng {background: url(../images/ban_eng.gif) no-repeat 0px 0px;}
#lang-ita a, #lang-eng a {display: block; margin: 0px; padding: 0px; height: 25px;}
#lang-ita a:hover {background: url(../images/ban_ita.gif) no-repeat 0px -25px;}
#lang-eng a:hover {background: url(../images/ban_eng.gif) no-repeat 0px -25px;}
.colSx {
	margin: 0px;
	padding: 55px 0px 0px;
	float: left;
	width: 250px;
	position: relative;
	display: block;
}
.colSx p {
	margin: 0px;
	padding: 0px 40px 1em 50px;
	font-size: 70%;
	line-height: 100%;
}
.colSx h4 {
	padding-right: 30px;
	padding-left: 50px;
}
.colSx ul {
	font-size: 12px;
	margin: 0px 40px 1em 50px;
	padding: 0px;
	list-style: none;
}
.colSx li {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	background: url(../images/freccina_blu.gif) no-repeat 3px 3px;
	color: #FFFF66;
}
.colDx {
	margin: 0px;
	padding: 30px 0px 2em;
	float: left;
	width: 660px;
}

#piepag {
	text-align: center;
	padding: 0px;
	background: url(../images/bg_piepag.gif) no-repeat center 0px;
	margin: 0px;
	height: 70px;
	clear: both;
}
#piepag p {
	font-size: 85%;
	margin: 0px;
	padding: 15px 100px 0px;
	text-align: left;
}
#menu-top {
	margin: 0px;
	padding: 0px;
	height: 38px;
	position: absolute;
	top: 65px;
	right: 35px;
	border-left: 1px solid #B1B1B1;
}
#menu-top li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
	list-style: none;
	border-right: 1px solid #B1B1B1;
	line-height: 38px;
	font-size: 85%;
}
#menu-top a {
	margin: 0px;
	padding: 0px 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	display: inline-block;
}
#menu-top a:hover {
	background: url(../images/bg_menu_top.gif) repeat-x 0px -38px;
	color: #00BFFF;
}
#menu-top .sel {
	padding-right: 11px;
	padding-left: 11px;
	background: url(../images/bg_menu_top.gif) 0px -76px;
	font-weight: normal;
	color: #FFFF00;
}
#menu-left {
	margin: 0px;
	padding: 0em 0px 2em;
	width: 207px;
	float: left;
}
#menu-left li {
	margin: 0px;
	padding: 0px;
	width: 152px;
	background: url(../images/bg_menu_left.gif) no-repeat 0px -56px;
	list-style: none;
	border-bottom: 1px solid #B2B2B2;
	height: 28px;
	font-size: 75%;
	line-height: 28px;
	float: right;
}
#menu-left a {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	height: 28px;
	text-align: left;
	color: #FFFFFF;
}
#menu-left a:hover {
	background: url(../images/bg_menu_left.gif) no-repeat 0px 0px;
	color: #14BFFF;
}
#menu-left .sel {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	background: url(../images/bg_menu_left.gif) no-repeat 0px -28px;
	height: 28px;
	font-weight: normal;
	color: #FFFF00;
}
#barraPulsanti {
	background: url(../images/bg_barra_pulsanti.png) repeat-y 0px 0px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 892px;
	overflow: hidden;
	height: 40px;
	border-top: 1px dotted #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#barraPulsanti ul {
	margin: 0px;
	padding: 9px 30px 9px 30px;
	height: 22px;
	text-align: center;
}
#barraPulsanti li {
	font-size: 11px;
	line-height: 22px;
	margin: 0px 25px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#barraPulsanti a {
	line-height: 22px;
	margin: 0px;
	padding: 0px 20px;
	display: inline-block;
	border-radius: 17px;
	-moz-border-radius: 17px;
	webkit-border-radius: 17px;
	background: #666;
}
#barraPulsanti a:hover {
	color: #000;
	text-decoration:none;	
	background: #b2b2b2;
}
#barraPulsanti .offerte {color:#ffd0d0; background: #9c0101;}
#barraPulsanti .offerte:hover {background: #ff8080;}
.fotoGallery {
	margin: 0px 0px 20px;
	padding: 0px;
}
.fotoGallery img {
	margin: 0px 9px 9px 0px;
	padding: 1px;
	border: 1px solid #B2B2B2;
}
.fotoGallery img:hover {
	border: 2px solid #FFFFFF;
	padding: 0px;
}
label {
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
}
form {
	background: #333333 url(../images/at.gif) no-repeat right top;
	margin: 10px 0px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #B1B1B1;
	width: 500px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.auto-w {width: auto;}
form a {
	font-size: 85%;
}
#securityCode {
	width: 150px;
}
#CAPTCHA {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 100px;
}

label em {
	font-size: 11px;
	color: #EAEAEA;
}


label span {
	margin: 0px;
	padding: 0px 0px 1px;
	display: block;
}
textarea {
	width: 400px;
	font: 12px Arial, Helvetica, sans-serif;
}
input {
	width: 400px;
	font: 12px Arial, Helvetica, sans-serif;
}
#guest {
	margin: 0px 40px 20px 50px;
	padding: 20px 0px 0px;
}
#guest li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	line-height: 16px;
}
#guest ul {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #AEADA8;
}
#guest p {
	margin: 0px 0px 1em;
	padding: 0px;
	font-size: 11px;
}
#guest h3 {
	margin: 0px 0px 5px;
	line-height: 40px;
	color: #00BFFF;
	border-bottom: 1px solid #AEADA8;
	padding: 0px 0px 0px 0px;
	background: url(../images/ico_guest.gif) no-repeat right 10px;
}
#guest .data {
	font-size: 11px;
	color: #FFFF00;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 20px;
	line-height: 20px;
	background: url(../images/ico_cal.gif) no-repeat left center;
}
#guest .nome {
	font-size: 12px;
	font-weight: bold;
	color: #00BFFF;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/**************************************************************
   Posts
 **************************************************************/
.post {
	border-bottom: 1px solid #AEADA8;
	position: relative;
	background: url(../images/bg_post.gif) repeat-y 58px 0px;
	float:left;
	width:610px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	min-height:70px;
}
.post .date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 47px;
	height: 63px;
	text-align: center;
	background: url(../images/bg_cal.gif) no-repeat center 0px;
}
.post .date .year {
	display: block;
	font: bold 9px/16px arial, serif;
	color: #008FBF;
	letter-spacing: 1px;
}
.post .date .month {
  font: bold small-caps 12px/19px arial, sans-serif;
  color: #ffffff;
}
.post .date .day {
	display: block;
	font: bold 22px/26px Georgia, "Times New Roman", Times, serif;
	color: #00BFFF;
}
.post h3 {
	padding: 0 0 5px 70px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #FFCC00;
	text-align: left;
}
.post p span {
	padding: 0px 0px 10px;
	margin:0px 0px 0px 45px;
	float:left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.post p {
	margin: 0 0 0 0em;
	padding:  0 0px 1em 73px;
	font-size: 90%;
}
/**************************************************************
   Fine Posts
 **************************************************************/
.record-nav {
	text-align: right;
	color: #FFFFFF;
}
.record-nav a {
	color: #FFCC00;
	font-weight: bold;
}
.record-nav span {
	color: #00BFFF;
}
.partners {
	margin: 0px 50px 1em 0px;
	padding: 0px 0px 1em;
	border-bottom: 1px solid #AEAEAC;
	float: left;
	font-size: 12px;
}
.partners a {
	font-size: 11px;
	color: #F90;
}
.partners strong {
	font-size: 13px;
	font-weight: bold;
	color: #FFDE00;
}
.partners a:hover {
	text-decoration: underline;
}
#formLogin{
	width: 400px;
	background: #333 url(../images/bg_login.png) no-repeat 350px 10px;
}
#formLogin label {
	padding-bottom: 5px;
}
#formLogin span {
	text-align: right;
	width: 80px;
	display: inline-block;
	padding-right: 5px;
}
#formLogin input {
	width: 200px;
}
#formLogin #Submit {
	width: 120px;
	margin-left: 85px;
}
#formProd {
	background: #333 url(../images/bg_prod.png) no-repeat 250px top;
}
#formPers {
	background: #333 url(../images/bg_utente.png) no-repeat 300px 30px;
}
#formRecPass{
	width: 400px;
}
#formRecPass label {
	padding-bottom: 5px;
}
#formRecPass span {
	text-align: right;
	width: 130px;
	display: inline-block;
	padding-right: 5px;
}
#formRecPass input {
	width: 210px;
}
#formRecPass #Submit {
	width: 120px;
	margin-left: 135px;
}
#formRecPass img { margin-left: 135px;}
.elenco {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 11px;
	width: 610px;
}
.elenco tr {
	text-align: center;
}
.elenco th {
	font-size: 12px;
	color: #FF0;
	padding: 4px;
	border-bottom: 1px solid #B1B1B1;
}
.elenco td {
	font-size: 11px;
	padding: 2px 4px;
	border-bottom: 1px solid #B1B1B1;
}

