@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	text-align: center;
	background-color: #2A8AB3;
}
.barra_carrello {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/barra_carrello.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
div#sfondo{
	width: 100%;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(img/template.jpg);
	background-attachment: scroll;
	height: 647px;
}
div#container{
	margin-top: 270px;
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: fissa;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	display: table;
}
div#contenuto{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#sinistra{
	float: left;
	width: 200px;
	display: table;
	font-size: 12px;
	color: #666666;
}
.menu_sinistra{
	display: table;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div#menu_sinistra{
	display: table;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div#menu_sinistra a{
	color: #666666;
	text-decoration: none;
}
div#menu_sinistra a:hover{
	color: #000000;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#destra{
	display: table;
	float: right;
	width: 700px;
}
div#centrale{
	width: 100%;
}
/*stili per il footer*/
div#footer{
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	position: fissa;
	z-index: 1;
	height: 285px;
	top: 100%;  /* Così la posizione è esattamente a pie di pagina */
	width: 100%;
	margin: auto;
}
div#inc_footer{
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 90px;
	color: #999999;
	font-size: 12px;
}
div#inc_footer a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div#inc_footer a:hover{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
.footer {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FF6600;
	padding-left: 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*stili per i bordi arrotondati*/
b.rtop, b.rbottom{
	display:block;
	background-color: #21AFD7;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #FFFFFF;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* sili vari */ 
.prima:first-letter {
	color:#08394A;
	font-size:40px;
	float: left;
	vertical-align:top;
	font-weight: normal;
	line-height: 40px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
h3 {
	color: #666666;
	font-size: 13px;
}
div#termini a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
div#termini a:hover{
	font-weight: bold;
	color: #2BA5D4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2CAEDF;
}
.box_home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div#immagine {
	float: left;
	vertical-align:top;
	margin: 8px 8px 4px;
	padding: 8px 8px 4px;
}
/* imposto lo stile per i contatti */ 
div#msn {
	background-image: url(img/skipe.jpg);
	height: 72px;
	width: 193px;
}
div#msn_contenuto {
	padding-top: 20px;
	padding-left: 20px;
}
div#telefono {
	background-image: url(img/telefono.jpg);
	height: 72px;
	width: 193px;
}
div#email {
	background-image: url(img/email.jpg);
	height: 72px;
	width: 193px;
}
.temp_home {
	font-size: 12px;
	color: #666666;
}
div#glossario {
	font-style: italic;
}
div#glossario_titolo {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
.barra {
	font-weight: bold;
	color: #000000;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 5px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #E37F33;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1AC2EF;
}
.arancione {
	font-weight: bold;
	color: #000000;
	background-image: url(img/arancio.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.azzurro {
	font-weight: bold;
	color: #000000;
	background-image: url(img/azzurro.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.giallo {
	font-weight: bold;
	color: #000000;
	background-image: url(img/giallo.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.verde {
	font-weight: bold;
	color: #000000;
	background-image: url(img/verde.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.viola {
	font-weight: bold;
	color: #000000;
	background-image: url(img/viola.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
div#pagina {
	height: 20px;
	width: 20px;
	display: inline;
	background-image: url(img/vetro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px;
}
.pagina {
	height: 20px;
	width: 20px;
	display: inline;
	background-image: url(img/verde.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
div#news {
	font-style: italic;
	background-image: url(img/news.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
	color: #1D5C78;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
.evidenziato {
	color: #259FC8;
	font-weight: bold;
	text-decoration: underline;
}
.scaricato {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
div#anteprima {
	background-image: url(img/anteprima.jpg);
	background-repeat: repeat-y;
	width: 100%;
}
.anteprima {
	color: #000000;
	width: 22px;
	z-index: auto;
	background-image: url(img/azzurro.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	border:					none;
	background-image: url(img/closebox.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(img/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(img/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}
div#animazione{
	text-align: center;
	vertical-align: top;
}
div#carrello {
	background-image: url(img/modulo.jpg);
	background-repeat: repeat-y;
	width: 100%;
	color: #000000;
}
.pagamento {
	color: #000000;
	background-image: url(img/modulo.jpg);
	background-repeat: repeat-y;
	border: thin solid #999999;
}
/*stili per l'anteprima delle foto*/
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #FF0000;
	margin:.5em 0;
	overflow:auto;
	width:800px;
	background-color: #000000;
}

img{
}

/*  */

#preview{
	position:absolute;
	border:1px dotted #000000;
	padding:5px;
	display:none;
	color:#FFCC99;
	font-weight: bold;
	background-color: #000000;
	}
.sfondo_cella {
	background-image: url(img/news.jpg);
	background-repeat: repeat-y;
	border: 1px solid #999999;
}
