/* Structure */
html, body {
	background-color: #000;
	height: 100%;
	color: #fff;
	padding: 0;
	margin: 0;
}
.body-bg {
	background: url(../img/bg-br.png) no-repeat right bottom;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}
#wrapper {
	font-family: verdana, sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 12px;
	width: 980px;
	margin: auto;
}
#footer {
	text-align: center;
	width: 900px;
	margin: 20px auto;
	font-family: Verdana;
	vertical-align: top;
	font-size: 10px;
	color: #eee;
}
.footer-push {
	height: 40px;
	clear: both;
}

/* Layout */
.splash {
	position: absolute;
	margin-top: 100px;
	width: 100%;
	z-index: 10;
}
.center {
	text-align: center;
}
.logo-enter-content {
	height: 292px;
	width: 289px;
	margin: auto;
}
#logo-enter {
	position: absolute;
}
.link-enter {
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-left: 10px;
	font-size: 20px;
}
.link-enter-underline {
	background-color: #fff;
	margin: 10px auto;
	height: 2px;
	width: 160px;
	visibility: hidden;
}
.link-enter:hover,
.link-enter:hover ~ .link-enter-underline {
	text-decoration: none;
	visibility: visible;
}
.side-left {
	width: 180px;
	float: left;
}
.side-right,
.side-right-prodotti {
	position: relative;
	margin-left: 280px;
	padding-top: 80px;
	z-index: 4;
}
.side-right-prodotti {
	padding-top: 20px;
}
.line {
	background: url(../img/line.png);
	height: 595px;
	width: 13px;
	float: left;
}
.menu {
	margin-right: 55px;
	text-align: right;
	margin-top: 50px;
	list-style: none;
	color: #fff;
}
.menu li {
	font-family: Arial, "MS Trebuchet", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	padding-right: 0;
}

/*
.menu:last-child {
	margin-top: 10px;
}
*/

.menu_prodotti {
	padding: 0;
	height: 110px;
}

.menu_prodotti * {
	font-family: Arial, "MS Trebuchet", sans-serif;
	letter-spacing: 2px;
	list-style: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.menu_prodotti li {
	margin-right: 4px;
	width: 170px;
	float: left;
}

.menu_prodotti_title {
	text-transform: uppercase;
}

.submenu {
	text-transform: capitalize;
	margin-top: 6px;
}

.clear {
	clear: both;
}

.pic-homepage {
	-webkit-box-shadow: 0 0 4px 2px #888;
	-moz-box-shadow: 0 0 4px 2px #888;
	-ms-box-shadow: 0 0 4px 2px #888;
	-o-box-shadow: 0 0 4px 2px #888;
	box-shadow: 0 0 4px 2px #888;
}
.pic-homepage-content {
	background-color: #ccc;
	text-align: justify;
	padding: 20px;
	width: 450px;
	color: #222;
	float: left;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.pic-homepage-description {
	margin-left: 520px;
	/*text-align: justify;*/
}
#bg-br {
	background: url(../img/bg-br.png) no-repeat right bottom;
	position: absolute;
	height: 611px;
	width: 1175px;
	z-index: 1;
}
.map {
	-wekbit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.hr {
	background-color: #777;
	height: 1px;
}

.item_title {
	height: 60px;
}
.item_img img {
	background-color: #ccc;
	padding: 5px;
	
	/*
	-wekbit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	*/
}
.item {
	margin-bottom: 20px;
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}

.content_photogallery {
	width: 165px;
	height: 160px;
	margin: 10px;
	text-align: center;

	float: left;
}