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


body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #F2C7AE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #9B201E;
	text-decoration: none;
}

a:visited {
	color: #9B201E;
	text-decoration: none;
}

a:hover {
	color: #9B201E;
	text-decoration: underline;
}

a:active {
	color: #9B201E;
	text-decoration: underline;
}


h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}


.logoVetrina {
	font-family: "Copperplate Gothic Bold", "Times New Roman", serif;
	color: #FF0000;
}

.divEvento {
	width: 500px;
}


.divEventoHome {
	width: 500px;
}


#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #F2C7AE;
	color: #9B201E;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;/* fixes Firefox 0.9.3 */
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B201E;
	background-image: url(Immagini/sfondo_navigatore.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a
{
	color: #9B201E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9B201E;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px;
}

#navcontainer ul li a:hover
{
	background-color: #F2C7AE;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer ul li a#current
{
	background-color: #F2C7AE;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


div.divFooter {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E9D8BD;
	border-bottom-color: #E9D8BD;
	background-image: url(Immagini/logo_galleria_susanna_orlando_footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


img.imgCatalogo {
	border: 1px solid #FFFFFF;
}


#divFotoGalleria {
	text-align: center;
	background-color: #000000;
	height: 255px;
	width: 940px;
}


#photoscontainer {
	overflow: hidden;
	position: relative;
	width: 240px;
	height: 240px;
}

#photoscontainer div {
	width: 240px;
	height: 240px;
}

#photo1 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: visible;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo2 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo3 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo4 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo5 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo6 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo7 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}

#photo8 {
	background-color: #D7C49C;
	width: 240px;
	height: 240px;
	visibility: hidden;
	background-image: url(Immagini/sfondo_cornice.jpg);
	background-repeat: no-repeat;
}


#listaArtisti ul {
	
}

#listaArtisti li {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4A289;
	width: 250px;
	padding-top: 5px;
	font-variant: small-caps;
	list-style-type: none;
	list-style-position: outset;
	list-style-image: url(Immagini/graffetta_lista.gif);
	padding-left: 13px;
}

