﻿body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana;
	font-size: 13px;
}

form
{
	margin: 0;
	padding: 0;
}

.external
{
	width: 100%;
	background-color: #e8e3cc;
}
.external-shadow
{
	width: 100%;
	margin: auto;
	background: white url('../images/body_shadow.gif') repeat-x;
	height: 10px;
}

.footer-fascia-container
{
	width: 100%;
	margin: auto;
	background: url('../images/footer_fascia_bg.gif') repeat-x;
	height: 50px;
}
.footer-fascia-container-shadow
{
	width: 100%;
	margin: auto;
	background: #ca983d url('../images/footer_fascia_shadow.gif') repeat-x;
	height: 10px;
}
.footer-fascia
{
	width: 960px;
	height: 50px;
	margin: auto;
	line-height: 50px;
}

.footer-fascia ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.footer-fascia ul li
{
	line-height: 50px;
	border: 0px;
	display: inline-block;
	margin: 0 0;
	zoom: 1;  /* inline-block ie7 hack*/
	*display:inline; /* inline-block ie7 hack*/
}
.footer-fascia ul li a
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 10px;
}

.legalnotes
{
	float: right;
	font-size: 12px;
	color: #333333;
}

.footer-container
{
	background: #ca983d;
	height: 186px;
	width: 100%;
}
.footer
{
	position:relative;
	width: 940px;
	padding: 10px;
	height: 166px;
	margin: auto;
}
.footer a
{
	color:White;
}

.internal
{
	width: 960px;
	margin: auto;
	font-size: 12px;
	color: #333333;
}

.bottom
{
	position: relative;
}

.head
{
	width: 100%;
	height: 128px;
	position: relative;
	z-index:99;
}

.photohp
{
	width: 100%;
	position: absolute;
	top: 128px;
	left: 0;
	height: 463px;
	background: transparent;
}
.photohp-img
{
	width: 100%;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('../images/nigritella1.html');
	height: 463px;
}

.main-container
{
	width: 100%;
	position: relative;
	padding-top: 330px;
}

.main-table
{
	width: 100%;
}

.main-table tr td
{
	vertical-align: top;
}

.main-table td.col-sx
{
	width: 250px;
	padding-right: 10px;
}
.main-table td.col-content
{
	padding-top: 90px;
}
.main-table .title
{
	color: #6f001b;
	font-weight: bold;
	font-size: 15px;
}

.logo
{
	display: block;
	width: 358px;
	height: 117px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/logo.jpg');
}

.menuh
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	border: 0px;
}
.menuh ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	right: -10px;
	position: relative;
}
.menuh ul li
{
	background: url('../images/menu_separ.gif') no-repeat center left;
	padding: 0 10px;
	line-height: 30px;
	border: 0px;
	display: inline-block;
	margin: 0 0;
	zoom: 1;  /* inline-block ie7 hack*/
	*display:inline; /* inline-block ie7 hack*/
}
.menuh ul li a
{
	font-size: 13px;
	color: #6f001b;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.menuh ul li:first-child
{
	background: none;
}
.menuh ul li:last-child
{
	padding-right: 0;
}


.languages
{
	position: absolute;
	top: 15px;
	right: 215px;
	height: 20px;
}
.flag
{
	width: 24px;
	height: 19px;
	display: inline-block;
	margin-left: 10px;
	zoom: 1; *display:inline;}
.flag-it
{
	background: url('../images/flag_it.gif');
}
.flag-en
{
	background: url('../images/flag_en.gif');
}
.flag-de
{
	background: url('../images/flag_de.gif');
}
.flag-sk
{
	background: url('../images/flag_sk.gif');
}
.flag-pl
{
	background: url('../images/flag_pl.gif');
}

.menuup
{
	position: absolute;
	top: 15px;
	right: 0;
	height: 20px;
}
.menuup ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.menuup ul li
{
	padding: 0 0 0 10px;
	line-height: 20px;
	border: 0px;
	display: inline-block;
	margin: 0 0;
	zoom: 1;  /* inline-block ie7 hack*/
	*display:inline; /* inline-block ie7 hack*/
}
.menuup ul li a
{
	font-size: 12px;
	color: #6f001b;
	text-decoration: none;
}

.content-box
{
	border: 1px solid #cccccc;
	background: #f4f1e6;
	padding: 10px;
	margin-bottom: 25px;
}

.content-box.white {
	background:white;
}
.content-box .content
{
	background: #fcfbf8;
	padding: 10px;
}

.col-content .title, .titolocanale, .titolocanale2
{
	color: #6f001b;
	font-weight: bold;
	font-size: 24px;
}

.col-content a {
	color: #6f001b;
}

.newsletter-box
{
	margin-top: 20px;
	margin-left: 20px;
}

.newsletter-title
{
	font-size: 18px;
	font-weight: bold;
	color: White;
	margin-bottom: 10px;
}

.newsletter-desc
{
	color: White;
	margin-bottom: 10px;
}

.newsletter-textbox
{
	border: 0px solid white;
	height: 20px;
	line-height: 20px;
}

.newsletter-button
{
	font-family: Tahoma;
	font-weight: bold;
	color: #6f001b;
	text-transform: uppercase;
}

.copyright2
{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #ffffff;
}

.titolofooter
{
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 5px;
}

.copyright4
{
	border-top:2px solid #6f001b;
	width:100%;
	position: absolute;
	bottom: 20px;
	padding-top:10px;
	color: #ffffff;
	font-size:10px;
}

.powered 
{
	float:right;
}

.powered a { text-decoration:none; }

.box-offers 
{
	position:relative;
	background:url('../images/special_offers.jpg') no-repeat;
	width:230px;
	height:192px;
	border:1px solid #ccc;
}

.box-offers a 
{
	position:absolute;
	display:block;
	bottom:10px;
	right:10px;
	text-align:right;
	font-size:20px;
	color:#6f001b;
	font-weight:bold;
	text-decoration:none;
}

.box-miniclub 
{
	position:relative;
	background:url('../images/nigrilandia.jpg') no-repeat;
	width:230px;
	height:153px;
	border:1px solid #ccc;
}

.box-miniclub a 
{
	position:absolute;
	display:block;
	bottom:10px;
	left:10px;
	text-align:left;
	font-size:20px;
	color:#6f001b;
	font-weight:bold;
	text-decoration:none;
}

.box-contacts 
{
	position:relative;
	background:url('../images/contacts.jpg') no-repeat;
	width:230px;
	height:192px;
	border:1px solid #ccc;
}

.box-contacts a 
{
	position:absolute;
	display:block;
	top:0;
	right:10px;
	text-align:right;
	font-size:20px;
	color:#6f001b;
	font-weight:bold;
	text-decoration:none;
}

.box-offers-header 
{
	display:block;
	width:201px;
	height:260px;
	position:absolute;
	top:138px;
	right:0;
	background:url('../images/offerte.bg.png') no-repeat;
	padding-top:65px;
	text-align:center;
	z-index:99;
	color:#848484;
	text-decoration:none;
}

#slider {
	position:relative;
	background:url(js/nivo/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	display:block;
}


.sottotitolo3
{
	margin-top: 10px;
	margin-bottom: 5px;
	color: #6f001b;
	font-size: 20px;
	font-weight:bold;
}

.sottotitolo2
{
	margin-top: 10px;
	margin-bottom: 5px;
	color: #6f001b;
	font-size: 20px;
	font-weight:bold;
}

.imgUnita 
{
	margin: 5px;
	display: block;
	padding:10px;
	background:white;
	border:1px solid #ccc;
}

.jCarouselLite .imgUnita {
	cursor:pointer;
}

.jCarouselLite .imgUnita:hover {
	border:1px solid #333;
} 

.titolorisorsa a {
	color: #6f001b;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.titolorisorsa { 
	margin-bottom:15px;
}

.hr-descrizionerisorsa {
	height:2px;
	color:#F4F1E6;
	background-color:#F4F1E6;
	line-height:2px;
	font-size:2px;
}

.bottonirisorsa {
	text-align:right;
}

.content-button 
{
	display:block;
	width:167px;
	height:30px;
	background:url('../images/btn.gif') no-repeat;
	line-height:30px;
	color:#d7d0b2;
	text-align:center;
	text-decoration:none;
	margin-top:20px;
}

a.content-button {	color:#d7d0b2;}

.titolocanale2
{
	margin-bottom:20px;
}

.descrizioneunita 
{
	padding:5px;
}

.clearboth 
{
	clear:both;
}

.gallery-prev, .gallery-next { cursor:pointer; }

.alignright { text-align:right; }
