body {
	margin: 0px;
	background-color: #930;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(images/sig_gomma.jpg);
	background-position: top;
	background-repeat: repeat;
	background-attachment: fixed;
}

/* links*/

a:link {
	font-size: 12px;
	color: #C00;
	text-decoration: none
}
a:visited {
	color: #900;
	text-decoration: none;
	font-size: 12px
}
a:hover {
	font-size: 12px;
	color: #F00;
	text-decoration: none
}


/* titoli e altro*/

.title_comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}


/* robba mia*/

.testi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #300;
}

.testi_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #300;
	font-weight: bold;
}
.testi_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #300;
	font-style: italic;
}


.testi_comments {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #300;
}

.testi_comments_hilights {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #600;
	font-weight: bold;
}

.testi_comments_titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}
.testi_prices {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C00;
	font-style: italic;
	font-weight: bold;
}

	
.sodality_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #030;
	text-decoration: none;
}
.table_background {
	background-color: #CC7F00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

/* corpo centrale*/
#contenitore {
	width: 837px;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	background-image: url(images/sig_content.png);
	overflow: hidden;
	position: inherit;
	clear: both;
	}


#header {
	width: 837px;
	background-image:   url(images/sig_header.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: left top;
	height: 170px;
	width: 837px;
}


/* menu copiato*/

div#navigation
{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 800px;
}

div#navigation ul{list-style-type: none;margin: 0;padding: 0}

div#navigation li{float: left;margin: 0 3px 0 0;padding:0}

div#navigation a{
	display: block;
	width: 111px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	background: url("sig_buttonback.png");
	color: #C00;
	font-variant: small-caps;
	text-indent: 1px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/sig_buttonback.png);
}
	
div#navigation a:hover{
	background-position: -130px 0;
	color: #C30
}

div#navigation li#activelink a,div#navigation li#activelink a:hover{
    background-position: -260px 0;color: #fff}


/* menù e filo di arianna*/
#menu {
	background-color: #C30;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97A5AA;
	height: 2.2em;
	background-image: url(../img/sfondo_menu.gif);
	background-repeat: repeat-x;
}
/* menù in basso e footer*/
#footer {
	text-align: left;
	clear: both;
	background-image: url(images/sig_footer.png);
	height: 93px;
	width: 837px;
	margin-left: auto;
	margin-right: auto;
	float: inherit;
	overflow: hidden;
	text-indent: 23px;
}

/* FORMULAIRES
-------------------------------------------------------- */
input, textarea, option, select {
	background : #eef3f5;
	color : #000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 1em;
}
input, textarea {
	border-width : 1px;
}
*>input, *>textarea {
	border-color : #333;
}

label, span.label {
	display : block;
}

input.submit {
	border-style : outset;
	background : #d2e0e6 url(degrade_bleu.png) repeat-x 0 100%;
	font-weight : bold;
}

input.submit:hover, input.submit:focus {
	background : #fc3 url(degrade_orange.png) repeat-x 0 100%;
}

input.submit:active {
	border-style : inset;
}

p.field {
	clear : left;
	margin : 0;
	padding : 1em 0 0 0;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	font-weight: bolder;
	margin: 0px;
	padding: 1px;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	margin: 0px;
	padding: 1px;
	background-color: #E0A000;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #EEC106;
	background-color: #630;
	padding: 1px;
}


#left1 {
	float:left;
	width: 150px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 2px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(images/sig_back_menu.png);
	height: 450px;
}


#right1 {
	float: right;
	width: 630px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 0px;
}


#separatore {
	clear:both;
}
#header_gruppo {
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 760px;
	background-color: #009999;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
}
#header_gruppo_text {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color: #FFFFFF;
}
#header_gruppo_undertext {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 2em;
}
#contenitore_gruppo {

	width: 760px;
	background-image: url(sfondino.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	border: 1px dotted #333333;
	background-color: #F7F7F7;
}
.hr_lines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #856B12;
}


/* lightbox*/




#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.testi_yellow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ECBC04;
}

