@charset "utf-8";
/* CSS Document */

/* INSERISCO IL RESET DEGLI STILI */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* INSERISCO I MIEI STILI COMUNI */

h1 span {
	display:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#620000;
}
.left {
	float:left;
}
.right {
	float:right;
}

.ghost {
	display:none;
}

/* INIZIO LA FORMATTAZIONE CSS */

#container {
	width:933px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e2c579;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
	}
#header {
	width:100%;
	margin-bottom:4px;
}
#logo {
	width: 200px;
	height: 63px;
	background-image:url(../images/logo.jpg);
	margin-right:4px;
	float:left;
}
/* MENU ITA|ENG|GUESTBOOK */
#navtabbed {
	background-color:#660000;
	margin-top:4px;
	width:933px;
	margin-left:auto;
	margin-right:auto;
	}
#navlist
{
	margin-left: 0;
	text-align:right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;

}

#navlist li a
{
	margin-left: 4px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #990000;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
	color: #fff;
	background-color: #CC0000;
}

#navlist li a#current
{
background-color: #e2c579;
color:#666666;
}
/* MENU PRINCIPALE */
#navcontainer ul {
	font-size:11px;
	color:#FFFFFF;
	line-height:63px;
	height:63px;
	float:left;
	text-align:center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	height: 63px;
	width: 87px;
	margin-right: 4px;
}

#navcontainer ul li a:hover {
background-color: #000;
color: #fff;
}
/* COLORO I PULSANTI */
.a61c1d {
	background-color:#660000;
}
.a61c1c {
	background-color:#a61c1c;
}
.cf592b {
	background-color:#cf592b;
}

.e8c4ad {
	background-color:#8C9DA6;
}
.bfb19f {
	background-color:#bfb19f;
}
.a05d4a {
	background-color:#715E4A;
}
/* FASCIA CENTRALE (FLASH + BANNER DX) */

#flashcontent {
	width: 451px;
	height: 305px;
	float:right;
	background-color:#660000;
	line-height:305px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:4px;	
	margin-right:5px;
} 
#banner {
	width:473px;
	height:305px;
	line-height:305px;
	margin-right:4px;
	background-color: #660000;
	float:left;
	margin-bottom:4px;
}
/* CONTENUTO (MAIN + SIDEBAR) */
#main {
	width: 655px;
	float:left;
	text-align:center;
	color:#333333;
	text-align:left;
	font-size:12px;
} 
#main .text {
	padding:15px;
	padding-top:10px;
	line-height:15px;	
}
#main p {
	margin-top:10px;
}
#sidebar {
	width:269px;
	margin-left:4px;
	float:left;
}
#main h2 {
	height:25px;
	width:655px;
	background-repeat:no-repeat;	
}
#sidebar h2 {
	height:25px;
	width:269px;	
	background-repeat:no-repeat;	
}
#sidebar .text {
	line-height:12px;
	border: 1px solid #ECE9D8;
	font-size:11px;
	color:#666666;
	margin-top:4px;
	margin-bottom:4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #F9FDFF;
}
#sidebar .text p {
	margin-top:30px;
}
#sidebar .text img {
	float:right;
	margin-top:0;
}
/* ELENCO PUNTATO */
#main ul li:before {
display: marker;
content: url("../images/arrow.gif");
vertical-align: -8px; /* choose this ... */
padding-right: 5px; /* and this */
}
#main ul li {
	margin-bottom:30px;
	list-style-position: outset;
}
#main a {
	text-decoration:none;
}
/* STILE FORM HOMEPAGE */
#sidebar form {
	padding:4px;
	
}
#sidebar input {
	width:255px;
	background-color:#EFDFB4;
}
#sidebar .btn {
	width:50px;
}
#sidebar textarea {
	width:255px;
	background-color:#EFDFB4;}
#sidebar form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}
#sidebar #map {
	width:269px;
	height:220px;
	margin-top:4px;
}
#footer {
	margin-top:4px;	
	height:25px;
	font-size:11px;
	line-height:25px;
	width:908px;
	background-color:#990000;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#footer a {
	text-decoration:none;
	color:#CCCCCC;
}

.error{
	color: #FF0000;
}
.formSent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.stileform {
background-color:#EEEEEE;
border-color:#a28539;
border-width:1px;
border-style:solid;
overflow:hidden;
width:276px;
margin-right:8px;
color:#333333;

}
