@charset "UTF-8";
/* CSS Document by Luigi Astarita 2008*/


/* Selettori */
body {
	background: #000;
	text-align: center;
	margin: 0;
	font-family: Tahoma, Verdana, A	rial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

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

a:hover {
	color: #196FDF;
	text-decoration: none;
}


/* Elementi della pagina */

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

#top {
	width: 750px;
	height: 90px;
	background: url(../images/Sorrento_Tourism_Photo_Gallery.gif);
	margin: 0 auto;
	text-align: left;
	padding: 10px 25px;
}

#top a {
	color: #333;
	text-decoration: none;
	background: url(../images/go_to_homepage.gif) no-repeat left top;
	padding: 2px 25px;
}

#top a:hover {
	color: #666;
	background: url(../images/go_to_homepage.gif) no-repeat left bottom;
}

#bottom {
	padding: 10px;
	font-size: 10px;
	color: #666666;
}

.path {
	background: url(../images/bg_path.gif);
	margin: auto;
	width: 750px;
	height: 30px;
	line-height: 28px;
	color: #FFF;
	text-align: left;
	padding: 0 25px;
	font-weight: bold;
}

.path a {
	font-weight: normal;
	color: #FFF;
}

.path a:hover {
	font-weight: normal;
	color: #FFCC00;
}

.path_left {
	float: left;
}

.path_right {
	float: right;
}

#contenitore_gallerie {
	margin: 0 auto;
	width: 800px;
	background: url(../images/bg_gallery_container.jpg);
}

#contenitore_foto {
	margin: 0 auto;
	width: 800px;
	background: url(../images/bg_picture_container.jpg);
}

.galleria {
	background: url(../images/bg_gallery.jpg);
	width: 360px;
	height: 100px;
	padding: 30px 10px 10px 30px;
	text-align: left;
	float: left;
}

.galleria img {
	float: left;
	margin: 0 20px 0 0;
	border: 0;
}

.galleria h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.galleria p {
	margin: 0;
	padding: 0;
}

.foto {
	background: url(../images/bg_picture.jpg) top;
	width: 190px;
	height: 170px;
	padding: 5px;
	text-align: center;
	float: left;
}

.foto img {
	margin: 9px 0 20px 0;
	border: 0;
}

.foto h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.foto p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.HD {
	width: 190px;
	height: 18px;
	display: block;
	background: url(../images/HD.gif) no-repeat right top;
}

.HD:hover {
	background: url(../images/HD.gif) no-repeat right bottom;
}

.HD span {
	display: none;
}

.HDcontainer {
	width: 190px;
	height: 18px;
}













