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

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Immagini/sfondo_marmo_lavorato_studio_angeli.jpg);
	background-repeat: repeat;
	background-position: center top;
}


/* CSS ELEMENTI BASE DEL SITO */

h1.h1TitoloPrincipale {
	font-size: 24px;
	font-weight: normal;
	color: #C0B7A2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


a:link {
	color: #821E1F;
	text-decoration: none;
}


a:visited {
	color: #821E1F;
	text-decoration: none;
}


a:hover {
	color: #821E1F;
	text-decoration: underline;
}


a:active {
	color: #821E1F;
	text-decoration: underline;
}


.textSmall {
	font-size: 12px;
}


a.aArtista:link {
	color: #666;
	text-decoration: none;
}

a.aArtista:visited {
	color: #666;
	text-decoration: none;
}

a.aArtista:hover {
	color: #821E1F;
	text-decoration: underline;
}

a.aArtista:active {
	color: #821E1F;
	text-decoration: underline;
}


.resetAll {
	clear: both;
	float: none;
}


.miniaturaLavorazione {
	text-align: center;
	height: 270px;
	width: 250px;
	float: left;
}


.miniaturaArtista {
	text-align: center;
	height: 250px;
	width: 250px;
	float: left;
}




/* CSS DEL LAYOUT DEL SITO */

#areaColonnaSinistra {
	padding: 10px;
	height: auto;
	width: 180px;
}


#areaColonnaCentrale {
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 760px;
	background-color: #F3F0E9;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
}


#areaColonnaDestra {
	padding: 10px;
	height: auto;
	width: 180px;
}


#areaIndirizzoSito {
	width: 100%;
	height: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C0B7A1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#tableIndirizzoSito {
}

#tableIndirizzoSito td {
	font-size: 10px;
	color: #000;
}

#tableIndirizzoSito td a:link,
#tableIndirizzoSito td a:visited,
#tableIndirizzoSito td a:hover,
#tableIndirizzoSito td a:active {
	color: #000;
	text-decoration: none;	
}


/* CSS DEL MENU DI NAVIGAZIONE */

#contenitoremenu {
	width: 160px;
	padding-left: 10px;
	padding-top: 20px;
}

#contenitoremenu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#contenitoremenu a {
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C0B7A1;
	color: #000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -10px;
	letter-spacing: -1px;
}

#contenitoremenu a:link, #contenitoremenu a:visited {
	color: #000;
	text-decoration: none;
}

#contenitoremenu a:hover, #contenitoremenu a:active {
	background-color: #F3F0E9;
	color: #000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #821E1F;
}

#elementocorrente a:link, #elementocorrente a:visited {
	color: #000;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #821E1F;
}

#elementocorrente a:hover, #elementocorrente a:active {
	background-color: #F3F0E9;
	color: #000;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #821E1F;
}


li.subelementolistamenu {
	padding-left: 20px;
}


/* CSS FORM CONTATTI */

form input#MittentePostaElettronica,
form input#MittenteNome,
form input#MittenteCognome,
form input#PostaElettronica {
	height: 18px;
	width: 480px;
	outline: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0B7A1;
	border-right-color: #C0B7A1;
	border-bottom-color: #C0B7A1;
	border-left-color: #C0B7A1;
}

form textarea#TestoMessaggio {
	height: 100px;
	width: 480px;
	outline: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0B7A1;
	border-right-color: #C0B7A1;
	border-bottom-color: #C0B7A1;
	border-left-color: #C0B7A1;
}


form input#CodiceSicurezza {
	height: 18px;
	width: 120px;
	outline: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0B7A1;
	border-right-color: #C0B7A1;
	border-bottom-color: #C0B7A1;
	border-left-color: #C0B7A1;
}


form input#Send {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #821E1F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form input#Send:hover {
	color: #FFFFFF;
	background-color: #C0B7A1;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* CSS SLIDE SHOW PAGINE INTERNE */

#slideshow-pagina {
	width: 760px;
	height: 507px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.slide-pagina {
	width: 760px;
	height: 507px;
	background-color: #F3F0E9;
	text-align: center;
}

#slideshow-pagina-didascalia {
	width: 760px;
	height: 600px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.slide-pagina-didascalia {
	width: 760px;
	height: 600px;
	background-color: #F3F0E9;
	text-align: center;
}


#prev-slide-pagina {
	float: left;
	height: 20px;
	width: 20px;
}

#next-slide-pagina {
	float: left;
	height: 20px;
	width: 20px;
}

.nav-slideshow-pagina {
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.nav-pager-pagina {
	text-align: center;
	width: 760px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 10px;
}

.nav-pager-pagina img {
	border: 5px solid #FFF;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}

.nav-pager-pagina img:hover {
	border: 5px solid #C90;	
}


.didascaliaSlide {
	text-align: center;
	font-style: italic;
	color: #666;
}



/* CSS SLIDE SHOW LAVORAZIONE */

#slideshow-lavorazione {
	width: 760px;
	height: 660px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.slide-lavorazione {
	width: 760px;
	height: 660px;
	background-color: #F3F0E9;
	text-align: center;
}

#prev-slide-lavorazione {
	float: left;
	height: 20px;
	width: 20px;
}

#next-slide-lavorazione {
	float: left;
	height: 20px;
	width: 20px;
}

.nav-slideshow-lavorazione {
	height: 20px;
	width: 760px;
	text-align: center;
	margin: 0px;
}

.nav-pager-lavorazione {
	text-align: center;
	width: 720px;
	height: 20px;
	overflow: hidden;
	float: left;
}

.nav-pager-lavorazione span {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(Immagini/bullet_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999;
	text-decoration: none;
}

.nav-pager-lavorazione span.cycle-pager-active {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(Immagini/bullet_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #821E1F;
	text-decoration: none;
}
