/* CSS Document */

body {
background: #3A1A18 url(immagini/bg.gif) top left repeat-x;
margin:0;
padding:0;
font: 12px Arial, Verdana, Sans-Serif;
color: #BDBDBD;
}

img {
border:0;
}

.container {
width:870px;
margin:0 auto;
padding:0;
}

#main {
background: transparent url(immagini/bg_main.gif) top left repeat-y;
padding: 0;
margin: 0;
}

#header {
background: transparent url(immagini/bg_header.png) top right no-repeat;
height: 132px;
margin:0;
padding:0;
}

/*--------------------------------------
MENU ----------------------------------*/
#menu {
float:right;
margin: 100px 0 0 0;
height: 32px;
}

#menu ul {
margin:0;
padding:0;
height: 32px;
list-style-type:none;
}

#menu ul li {
float:left;
padding: 0;
line-height: 32px;
font-size: 15px;
font-weight:bold;
color: #CCCCCC;
}

#menu ul li a:link, #menu ul li a:visited {
color: #CCCCCC;
text-decoration: none;
padding: 0 15px;
}

#menu ul li a:hover {
display: block;
background-color: #C90912;
color: #FFFFFF;
padding: 0 15px;
}

#menu ul li.active a {
display: block;
background-color: #C90912;
color: #FFFFFF;
padding: 0 15px;
cursor: default;
}
/*-------------------------------------*/

#telefono {
float:right;
width: 250px;
height: 102px;
margin: 0;
padding:30px 0 0 0;
text-align:center;
}

#contenuto {
padding:0;
margin:0;
}

#colonna_main {
float:left;
width: 560px;
background-color: #FFFFFF;
padding:15px;
margin:15px;
color: #666666;
text-align: justify;
}

#colonna_lato {
float:left;
width: 220px;
padding: 15px;
margin:0;
}

.box_top {
width: 220px;
height:15px;
background:transparent url(immagini/box_top.gif) top left no-repeat;
padding:0;
margin: 0;
}
.box_main {
background: transparent url(immagini/box_body.gif) bottom left no-repeat;
width: 200px;
padding: 0 10px 15px 10px;
margin: 0 0 15px 0;
color: #CCCCCC;
font-weight: bold;
}

#footer {
background: transparent url(immagini/bg_footer.gif) top left repeat-y;
margin:0;
padding: 10px;
color: #CA5056;
font-size: 10px;
text-align: left;
}

.clear {
clear:both;
}


/*----------------------------------------------
FORMATTAZIONE TESTO ---------------------------*/

h1 {
font-size: 24px;
color: #C90912;
font-weight:bold;
}

h3 {
font-size: 16px;
color: #CCCCCC;
font-weight:bold;
text-decoration: underline;
margin: 0 0 10px 0;
}

.red {
color: #C90912;
}

.titoletto {
display:block;
font-size: 16px;
color: #666666;
margin: 15px 0;
font-weight: bold;
}

.more a{
display:block;
margin:0;
padding:0;
color: #C90912;
text-decoration: underline;
text-align:right;
}

#footer a{
color: #CA5056;
}

/*-----------------------------------------------------
FORMATTAZIONI VARIE ----------------------------------*/

img.all {
float:left;
margin: 0 15px 10px 0;
}

img.mappa {
float:left;
margin:15px 15px 15px 0;
padding: 5px;
border: 3px solid #CCCCCC;
}

/*-------------------------------------------------------
FORM ---------------------------------------------------*/

form.info {
margin: 0;
}

fieldset {
border:1px dotted #999999;
margin:20px 0 0  0;
padding: 10px;
}

legend {
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:3px 6px;
}

label.cliente {
color:#666666;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:25px;
text-align: right;
margin: 5px 15px 0 0;
padding:0;
width:80px;
}

input.textbox {
background-color:#FFFFFF;
border:1px solid #666666;
color:#666666;
font-family: arial,helvetica,sans-serif;
height:17px;
margin: 5px 5px 0 0;
padding: 5px;
width:150px;
}

.note {
width: 500px;
height: 120px;
border:1px solid #666666;
}

.button_invia {
background-color: #660000;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
padding: 5px;
margin: 10px 0 0 0;
border: 2px solid #FFFFFF;
}


/*NOTIFICA MAIL*/
.conferma{
	margin: 15px 0;
	padding: 10px;
	font-weight: bold;
	color: #006600;
	border: dashed 1px #006600;
	text-align: justify;
}
.conferma_err {
	color: #C90912;
	border: dashed 1px #C90912;
}

.conferma_err a {
	color: #C90912;
}


/*-------------------------------------------------------------------------
LIGHTBOX ----------------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(immagini/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(immagini/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }