* { margin: 0px; padding: 0px; }
body {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #222;
	color: #999;
	background: url(../images/bg2.png) repeat;
	overflow-x: hidden;
}
/*---------------------------------------*/
/* HEADER								 */
#header {
	position: relative;
	background: #333;
	border-bottom: 1px solid #444;
	width: 100%;
	padding: 10px 20px;
	top: 0px;
	font-size: 13px;
}
	#header span {
		font-weight: bold;
		color: #fff;
		font-size: 16px;
	}
	#header ul {
		position: absolute;
		right: 60px;
		top: 12px;
	}
	#header ul li {	display: inline; list-style: none; }
	#header ul li a {
		padding-right: 6px;
		border-right: 1px solid #444;
	}
	#header ul li.last a {
		border: none;
	}
	#header ul li a:hover { color: #fff; }
	#header .ajaxL { padding-left: 20px; }
	#header .ajaxR { padding-right: 20px;}
/*---------------------------------------*/
/* HOME									 */
#wrap {
	width: 600px;
	margin: 100px auto;
	display: none;
}
	#wrap h1 {
		font-size: 34px;
		color: #fff;
		margin: 20px 0px;
	}
	#wrap p { margin: 20px 0px;	}

#menu {
	width: 900px;
	position: relative;
}
	#menu ul {
		height: 300px;
		overflow: hidden;
		list-style-type: none;
		cursor: pointer;
	}
		#menu li {
			float: left;
			width: 200px;
			height: 280px;
			padding: 10px;
		}
		#menu li.azienda { background: url(../images/home/azienda.jpg);	}
		#menu li.casa { background: url(../images/home/casa.jpg); }
		#menu li.hotel { background: url(../images/home/hotel.jpg);	}
		#menu li span {
			position: absolute;
			bottom: 0px;
			font-size: 20px;
			color: #ccc;
		}
/*---------------------------------------*/
/* GALLERY								 */
#text {
	background: #333;
	border: 1px solid #444;
	margin: 20px 40px 0pt 20px;
	padding: 5px 10px;
	color: #F8F8F8;
}
#gallery {
	margin: 20px 20px 40px;
}
#gallery.notext {
	margin: 60px 20px 20px 20px;
}
#gallery-option {
	position: fixed;
	bottom: 30px;
	right: 20px;
	background: #444;
	font-size: 40px;
	display: inline;
	text-align: right;
	padding: 10px;
	opacity: .5;
}
	#gallery-option a {
		color: #ccc;
		text-decoration: none;
		padding-right: 5px;
	}
/*---------------------------------------*/
/* CONTATTACI							 */
dt {
	width: 150px;
	float: left;
	line-height: 25px;
}
dd {
	margin-bottom: 10px;
}
.text {
	width: 300px;
	padding: 5px;
	border: 1px solid #444;
	font: 14px "Arial", "Trebuchet MS", Verdana, sans-serif;
}
/*---------------------------------------*/
/* FOOTER								 */
#footer {
	position: fixed;
	bottom: 10px;
	width: 100%;
	font-size: 11px;
}
	#footer .left { float: left; padding-left: 20px; }
	#footer .right { float: right; padding-right: 20px; }
/*---------------------------------------*/
/* VARIE								 */
#loading {
	display: none;
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 32%;
	font-size: 30px;
}
a, a:visited {
	color: #ccc;
	text-decoration: none;
}
a img {
	border: 1px solid #fff;;
	margin: 1px;
}
.ok {
	background:#FFFFCC none repeat scroll 0%;
	border:1px solid #DEDEDE;
	color:#222222;
	padding:4px;
	text-align:center;
	margin-top: 10px;
}
p.home {
	font-size: 14px;
}
