/* ------------- SERVIZI --------------- */



#main_container_servizi {	
	min-height: 870px;
}

/* #text_servizi {
	padding: 0px 80px;
	text-align: justify;
	color: #333399;
	font-size: 13pt;
} */

#serv_text {
	padding: 0px 170px;
	padding-top: 150px;
	text-align: justify;
	color: #333399;
	margin-bottom: 50px;
}

#par1 {
	margin-bottom: 30px;
}

#serv_text ul {
	line-height: 2;
	padding-left: 100px;
	list-style-image: url('../imgs/shared/heart.gif');
}

#serv_text span {
	font-size: 20px;
	color: red;
	font-weight: bold;
	font-style: italic;
}

#bottom_line {
	padding-left: 260px;
}

#serv_cont {
	text-align: justify;
	color: #333399;
	font-size: 13pt;
}

#separator {
	background: url('../imgs/shared/separatore_small.png') center no-repeat;
	width: 770px;
	height: 50px;
	margin-top: 30px;
}

/* ------ service bar ------ */

#services_bar {
	list-style-type: none;
}

#services_bar li {
	width: 100px;
	height: 95px;
}

/* --------- link thumbnails ---------- */

#serv_catering {
	position: absolute;
	top: 135px;
	left: 490px;
}

#serv_catering a {	
	background: url('../imgs/servizi/serv_thumbs/serv_catering.jpg') center no-repeat;
}

#serv_prenotazione {
	position: absolute;
	top: 110px;
	left: 330px;
}

#serv_prenotazione a {
	background: url('../imgs/servizi/serv_thumbs/serv_prenotazione.jpg') center no-repeat;
}

#serv_traduzione {
	position: absolute;
	top: 315px;
	left: 20px;
}

#serv_traduzione a {
	background: url('../imgs/servizi/serv_thumbs/serv_traduzione.jpg') center no-repeat;
}

#serv_fiori {
	position: absolute;
	top: 465px;
	right: 20px;
}

#serv_fiori a {
	background: url('../imgs/servizi/serv_thumbs/serv_fiori.jpg') center no-repeat;
}

#serv_foto {
	position: absolute;
	top: 315px;
	right: 20px;
}

#serv_foto a {
	background: url('../imgs/servizi/serv_thumbs/serv_foto.jpg') center no-repeat;
}

#serv_bellezza {
	position: absolute;
	top: 615px;
	right: 20px;
}

#serv_bellezza a {
	background: url('../imgs/servizi/serv_thumbs/serv_bellezza.jpg') center no-repeat;
}

#serv_trasporto {
	position: absolute;
	top: 465px;
	left: 20px;
}

#serv_trasporto a {
	background: url('../imgs/servizi/serv_thumbs/serv_trasporto.jpg') center no-repeat;
}

#serv_confetti {
	position: absolute;
	top: 765px;
	right: 20px;
}

#serv_confetti a {
	background: url('../imgs/servizi/serv_thumbs/serv_confetti.jpg') center no-repeat;
}

#serv_musica {
	position: absolute;
	top: 615px;
	left: 20px;
}
#serv_musica a {
	background: url('../imgs/servizi/serv_thumbs/serv_musica.jpg') center no-repeat;
}

#serv_partecipazioni {
	position: absolute;
	top: 765px;
	left: 20px;
}

#serv_partecipazioni a {
	background: url('../imgs/servizi/serv_thumbs/serv_partecipazioni.jpg') center no-repeat;
}

#serv_stranieri {
	position: absolute;
	top: 165px;
	left: 20px;
}

#serv_stranieri a {
	background: url('../imgs/servizi/serv_thumbs/serv_stranieri.jpg') center no-repeat;
}

#serv_abiti {
	position: absolute;
	top: 165px;
	right: 20px;
}

#serv_abiti a {
	background: url('../imgs/servizi/serv_thumbs/serv_abiti.jpg') center no-repeat;
}

#serv_locations {
	position: absolute;
	top: 135px;
	left: 165px;
}

#serv_locations a {
	background: url('../imgs/servizi/serv_thumbs/serv_locations.jpg') center no-repeat;
}

/* -- */
	
#services_bar a:hover {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}

#services_bar a:hover span {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;	
}

#services_bar a {
	display: block;
	width: 100px;
	height: 75px;
	padding: 0px;
	text-decoration: none;
	filter:alpha(opacity: 60); 
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#services_bar a span {
	display: block;
	position: absolute;	
	bottom: -33px;
	left: 0px;
	font-size: 16px;
	line-height: 0.8;
	width: 100px;
	height: 50px;
	text-align: center;
}

/* -------------- IMAGE GALLERY ---------------- */
#pic_list {
	/*font: 17px arial;*/
}

#pic_list li {
	display: inline;
}

#pic_list a:link {
	color: #333399;
}

#pic_list a:visited {
	color: #333399;
}

#pic_list a:hover {
	color: #8D82E0;
}

#gall_nav {
	width: 400px;
	height: 50px;
	margin-left: 185px;	
	text-align: center;
}

/* "prev" link container */
#prev_cont {
	width: 33px;
	height: 100%;
	float: left;
	margin: 0px;
}

/* "next" link container */
#next_cont {
	width: 33px;
	height: 100%;
	float: right;
	margin: 0px;
}

/* it's the loaded-image style*/
#placeholder {
	width: 300px;
}

#placeholder_cont {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
	margin-left: 225px;
	overflow: hidden;
}

/* "prev" arrow image */
#prev_img span {
	display: none; /* if the CSS are enable don't show the text: just show the image */
}

#prev_img {
	display: none; /* it's going to switch to block if JS supports getElementById */
	width: 33px;
	height: 100%;
	background: url('../imgs/shared/arrow_l.png') no-repeat center;
	margin: 0px;
}

/* "next" arrow image */
#next_img span {
	display: none; /* if the CSS are enable cover the text: just show the image */
}

#next_img {
	display: none; /* it's going to switch to block if JS supports getElementById */
	width: 33px; /* 33 */
	height: 100%; /* 17 */
	background: url('../imgs/shared/arrow_r.png') no-repeat center;
	margin: 0px;
}

/* ----------------- CATERING ------------------ */

#main_serv_catering {
}

#text_cont {
	padding: 0px 40px;
}

#catering_list {
	padding: 0px 40px;	
}

/* ----------------- RICERCA LOCATIONS ------------------ */

#main_serv_locations {
}

#location_list {
	text-align: center;
	list-style-type: none;
	padding-right: 2.5em;	
}

#location_list li {
	display: inline;
}

/* ---------------- TRASPORTO --------------- */

#main_serv_trasporto { 
}


/* ---------------- MUSICA --------------- */

#main_serv_musica {
}


/* ---------------- FOTO --------------- */

#main_serv_foto {
}


/* ---------------- FIORI --------------- */

#main_serv_fiori {
}

/* ---------------- PRENOTAZIONE CHIESE --------------- */

#main_serv_prenotazione {
}

/* ---------------- DOCUMENTI STRANIERI --------------- */

#main_serv_stranieri {
}

/* ---------------- ABITI --------------- */

#main_serv_abiti {
}

#abiti_gift {
	position: relative;
	top: 0px;
	left: 0px;
	background: url('../imgs/servizi/ovale_giallo.gif') center top no-repeat;
	width: 507px;
	height: 194px; /* 194 */
	margin-left: 93px;
	text-align: center;
	color: #333399;
	font-weight: bold;
	padding-top: 25px;
}

#abiti_list {
	text-align: center;
	list-style-type: none;
	padding-right: 2.5em;	
}

#abiti_list li {
	display: inline;
}

.abiti_firme {
	text-align: center;
}

/* ---------------- BELLEZZA --------------- */

#main_serv_bellezza {
}

/* ---------------- CONFETTI --------------- */

#main_serv_confetti {
}

/* ---------------- PARTECIPAZIONI --------------- */

#main_serv_partecipazioni {
}

#logo_cartalia {
	margin-left: 270px;
}

#logo_cartalia img {
	border: none;
}

/* ---------------- TRADUZIONI --------------- */

#main_serv_traduzione {
}
