/* CSS Document */


/* Tag Reset */

html, body, h1, h2, h3, p, ul, li, input, textarea, label, fieldset, a, img, table, tr, td {
	margin:0;
	padding:0;
	line-height:18px;
}
/* Ridefinizione tag*/

body {
	color:#666666;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg/body.gif) repeat-x;
}
img, a img {
	border:none;
}
/* LINKS */

a:link, a:visited {
	text-decoration:none;
	color:#ff9d1f;
}
a:hover {
	text-decoration:none;
	color:red;
}
/* TIPOGRAFIA */

p {
	line-height:16px;
	padding-bottom:9px;
	text-align:justify;
}
li{
	text-align:justify;
}
p strong, li strong {
	color:#414f5e;
}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
	font-weight:normal;
	font-size:18px;
	margin-bottom:21px;
	letter-spacing:-1px;
	line-height:36px;
}
h1.ricerca{
	color:#080402;
	font-size:24px;
}
h1 strong, h2 strong {
	color:#ff9d1f;
	font-weight:normal;
}
h2 {
	color:#fac618;
	padding-top:0;
	font-size:14px;
	padding-top:15px;
	padding-bottom:9px;
	margin-bottom:0;
	border:none;
	line-height:18px;
	font-weight:bold;
	letter-spacing:normal;
}
h2.dettaglio {
	color:#fac618;
	padding-top:0;
	font-size:14px;
	padding-bottom:9px;
	margin-bottom:0;
	border:none;
	line-height:18px;
	font-weight:bold;
	letter-spacing:normal;
}
ul {
	list-style:none;
}
li {
}
table{
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:36px;
}

table.dettagli td{
	border:1px solid #edd59b;
	height:21px;
	line-height:21px;
}
table td.evidenza-home{
	height:25px;
	line-height:25px;
	text-align:left;
}
table td.evidenza-home.right{
	height:25px;
	line-height:25px;
	text-align:right;
	padding-right:15px;
}
table img{
	border:1px solid #edd59b;
}
table.contattaci{
	text-align:left;
}
table.contattaci td{
	border:none;
	height:33px;
	line-height:33px;
}
th{
	height:25px;
	background-color:#fcf9f1;
	border-top:1px solid #edd59b;
	border-bottom:1px solid #edd59b;
	color:#65563f;
}
td{
	height:56px;
	line-height:56px;
	border-bottom:1px solid #edd59b;
}
th.first, td.first{
	text-align:left;
	padding-left:6px;
}
th.last, td.last{
	text-align:right;
	padding-right:6px;
}
/* FORMS */
fieldset{
	border:none;
}

label {
	font-weight:normal;
	letter-spacing:-1px;
	display:block;
	width:220px;
	padding:3px;
}
label.dettaglio{
	font-weight:normal;
	letter-spacing:-1px;
	display:block;
	width:100%;
	padding:3px;
}
input, textarea, select {
	border:1px solid #cfcfcf;
	padding:3px;
	width:220px;
	margin-bottom:6px;
}
select{
	width:220px;
}
textarea {
	width:220px;
	height:150px;
	margin-top:6px;
}
input:hover, textarea:hover {
	border:1px solid #ec9f00;
}
input:focus, textarea:focus {
	border:2px solid #ec9f00;
	padding:2px;
	background:#FFF url(../images/edit.gif) top right no-repeat;
}
#newsletter input {
	width:120px;
}
#newsletter input.button, input.button {
	width:auto;
	padding:2px;
	font-weight:bold;
	border:1px solid #ffad04;
	background:#ffad04;
	color:#FFF;
	margin-right:27px;
	float:right;
}
input.button:hover, input.button:focus {
	border:1px solid #ffad04;
	background:#f0f0f0;
	color:#ffad04;
}
.required {
	color:#ff0000;
}
/* SEZIONI */

#container {
	margin:0 auto;
	width:898px;
}
#header{
	height:402px;
	text-align:center;
	position:relative;
}
/* LOGO */

#header img.logo{
	padding-top:22px;
	padding-bottom:45px;
}
#header h1{
	position:absolute;
	top:133px;
	left:12px;
	font-size:24px;
	color:#003399;
}
#header h1 strong{
	color:#003399;
	font-weight:bold;
}
h1 span{
	color:#FFFFFF;
}
#ricerca{
	text-align:left;
	position:absolute;
	bottom:0;
	right:0;
	width:518px;
	height:232px;
}
#ricerca fieldset{
	width:220px;
	padding:15px;
}
#ricerca label{
	padding-bottom:3px;
}
#gallery{
	background-image:url(../images/ricerca.gif);
	position:absolute;
	left:0;
	bottom:35px;
}
#myGallery{
	
}
#newsletter {
	position:absolute;
	top:36px;
	right:18px;
	width:213px;
	height:81px;
	padding:9px 0px 9px 15px;
	border-left:1px solid #e9e9e9;
}
#menu{
	height:46px;
	background: url(../images/bg/menu.gif) top center no-repeat;
	text-align:center;
	font-size:14px;
	font-style:normal;
	overflow:hidden;
}

#menu ul{
	height:46px;
}

#menu li{
	display:inline;
}

#menu a:link, #menu a:visited{

	margin:0;
	color:#fff;
	padding:10px 10px;
	height:35px;
	line-height:35px;
	border-left:1px solid #ec9f00;
	font-weight:normal;
}

#menu a:hover{
	color:#fff;
	background:#ec9f00;
}

#menu .last{
	border-right:1px solid #ec9f00;
}

#content {
	padding:36px 18px 0 18px;
	width:862px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content li{
	list-style:square;
	margin-left:15px;
	padding-bottom:6px;
}

#page-navigator{
}

#page-navigator a:link, #page-navigator a:visited{
	border:1px solid #edd59b;
	padding:2px 6px;
	color:#080402;
}

#page-navigator a:hover{
	border:1px solid #edd59b;
	background-color:#65563f;
	padding:2px 6px;
	color:#FFFFFF;
}

#wrapper-footer {
	height:63px;
	border-top:1px solid #e3e3e3;
	padding-top:12px;
}

#footer{
	margin:0 auto;
	width:868px;
	padding:0 18px;
}

#footer p.azienda{
	padding-top:6px;
}

#footer p.azienda img{
	padding-right:21px;
}

#footer a:link, #footer a:visited {
	font-weight:bold;
	color: #4f4e4e;
	padding:2px 9px;
}
#footer a:hover {
	text-decoration:underline;
	padding:2px 9px;
}
#validation {
	padding-top:6px;
	padding-right:18px;
	padding-left:18px;
	border-left:1px solid #e5e5e5;
}
#credits {
	height:36px;
	border-left:1px solid #e5e5e5;
	padding:6px 0 0 18px;
}
#credits a.xodus{
	background:#ff9d1f;
	color:white;
	font-weight:bold;
}
#dettaglio-immagini a:link, #dettaglio-immagini a:visited{
	padding:3px;
	display:block;
	width:125px;
	float:left;
	border:1px solid #CCCCCC;
	margin:0 5px 12px 5px;
}
#dettaglio-immagini a:hover{
	border:1px solid #ff9d1f;
}
/* EXTRAS */

.box2{
	width:410px;

}
.bordo-bottom{
	border-bottom:1px solid #e5e5e5;
}
.comunicati{
	background-color:#f8f8f8;
	border-bottom:3px solid #e5e5e5;
}
.pic-right {
	float:right;
	margin:0 0 9px 24px;
}
.pic-left {
	float:left;
	margin:0 24px 9px 0;
}
.bordoFoto {
	border:3px solid #e5e5e5;
}
.ricerca-home{
	background-color:#f1f1f1;
	padding:9px;
	color:#102f68;
}
.ricerca-home strong{
	color:#102f68;
}
.spazio {
	padding-top:13px;
}
.spazio-destra{
	margin-right:30px;
}
.spazio-sotto{
	margin-bottom:15px;
}
.floatedLeft {
	float:left;
}
.floatedRight {
	float:right;
}
.cleared {
	clear:both;
}
.col1{
	width:510px;
	padding-bottom:18px;
}
.col2{
	width:410px;
	padding-bottom:18px;
}
.col3{
	width:310px;
	padding-bottom:18px;
}
.wrapper{
	width:862px;
	float:left;
}
.news{
	width:862px;
	float:left;
	border-bottom:1px solid #e5e5e5;
	}
.news img{
	margin:12px 0;
	float:right;
}	

a:link.pulsante, a:visited.pulsante{
	background-color:#ec9f00;
	border:1px solid #ec9f00;
	padding:3px 6px;
	color:#FFFFFF;
}

a:hover.pulsante{
	background-color:#ffffff;
	border:1px solid #ec9f00;
	padding:3px 6px;
	color:#ec9f00;
}
/* Pure CSS Tooltip */

a.info {
	position:relative; /*this is the key*/
	z-index:999;
	text-decoration:none
}
a.info:hover {
	z-index:999;
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0px;
	left:36px;
	border:3px solid red;
	text-align: center
}

.imgswitcher .btn
{
	font-size:18px;
	width: 224px;
	height: 36px;
	display: block;
	float: left;
	line-height: 36px;
	background-color: white;
}

.imgswitcher .last{
	width: 226px;
}

.imgswitcher .selected
{
	background:none;
	color:white;
	
}

.preload
{
	background-image: url(../images/preload.gif);
	background-repeat:no-repeat;
	background-position:center;
	line-height:100%;
}

