@charset "utf-8";

/*  MAIN 
------------------------ */

html, body{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #788181;
}

body{
	background-color: #ffffff;
}

p{
	margin-bottom: 8px;
	line-height: 1.4em;
	color: #788181;
}


ul.lista{
	list-style-type: square;
	margin-left: 0px;
	margin-bottom: 15px;
	color: #737373;
}

ul.lista li{
	margin-left: 12px;
	margin-bottom: 4px;
}

a:link, a:visited{
	text-decoration: none;
	color: #2283B8;
}

a:hover{
	color: #BF1021;
}

.clearer{
	display: block;
	clear:both;
	height: 1px; /* IE7 HAck */
}


/* plug-in flash */

#getPlugin{
	width: 100%;
	height: 100%;
	position: relative;
}

#getPlugin .inner{
	width: 400px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -200px;
	text-align: center;
}

#getPlugin img{
	margin-bottom: 5px;
}

#getPlugin a{
	color: #C00;
}
#getPlugin a:hover{
	text-decoration: underline;
}



#paginator{
	width: 650px;
	height: 23px;
	padding-top: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}


#paginator .pagNext{
	float: right;
	display: inline-block;
}


#paginator .pagList{
	float: left;
	padding: 0 0 0 10px;
	margin-left: 10px;
	display: inline-block;
}

#paginator .pagPrev{
	float: left;
	display: inline-block;
}


/* Template 
-------------------------------------------------- */
#wrapper{
	width: 100%;
	height: 100%;
	min-height: 690px;
	overflow: hidden;
	position: relative;
}

img.bg{
	position: absolute;
	top: 0px;
	right: 0px;
}

#container{
	width: 100%;
	position: absolute;
	height: 453px; 
	background: url(images/bkgContainer.png) repeat-x top left;
	top: 50%;
	margin-top: -240px;
	padding-top: 23px;
	z-index: 2;
}
 
#innerContainer{
	width: 100%;
	height: 432px; 
	background: url(images/bkgInnerContainer.jpg) repeat-x top left;
	border-top: 1px solid #dcdad9;
	border-bottom: 1px solid #dcdad9;
	position: relative;
}

#content{
	width: 960px;
	height: 432px;
	margin: 0 auto;
	position: relative;
}

#logo{
	position: absolute;
	left: 10px;
	top: -133px;
}

#navigation{
	width: 960px;
	height: 62px;
}

ul#nav li{
	display: inline;
}

ul#nav li a{
	display: block;
	float: right;
	height: 44px;
	text-align: left;
	color: #8a8986;
	font-size: 16px;
	padding: 18px 27px 0 27px;
	margin-right: 3px;
	position: relative;
	font-weight: 600;
	font-style: italic;
}

ul#nav li a.active.rosso,
ul#nav li a.rosso:hover{
	color: #c5251e;
}

ul#nav li a.active.verde
ul#nav li a.verde:hover{
	color: #85A538;
}

ul#nav li a.active.blu
ul#nav li a.blu:hover{
	color: #2283B8;
}

ul#nav li a.active.fucsia
ul#nav li a.fucsia:hover{
	color: #E73897;
}

ul#nav li a .fascia{
	width: 100%;
	height: 6px;
	background-color: #333333;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav li a .fascia.cRosso{background-color: #c5251e; display: none;}
ul#nav li a .fascia.cBlu{background-color: #2283B8; display: none;}
ul#nav li a .fascia.cVerde{background-color: #85A538; display: none;}
ul#nav li a .fascia.cFucsia{background-color: #E73897; display: none;}



/* Menu navigazione interno */
ul#menuSx{
	width: 205px;
	height: 355px;
	background: url(images/bkgMenuSx.gif) right center no-repeat;
	padding-top: 15px;
	float: left;
}

ul#menuSx li{
	background: url(images/canaletto_menuSx.gif) bottom left no-repeat;
}

ul#menuSx li a{
	padding: 15px 0 15px 10px;
	display: block;
	font-size: 15px;
	color: #666666;
	font-weight: 600;
}

ul#menuSx li a.verde.active,
ul#menuSx li a.verde:hover{
	color: #85a538;
	background: url(images/arrowVerde.gif) no-repeat 90% center;
}


ul#menuSx li a.rosso.active,
ul#menuSx li a.rosso:hover{
	color: #C5251E;
	background: url(images/arrowRossa.gif) no-repeat 90% center;
}

ul#menuSx li a.blu.active,
ul#menuSx li a.blu:hover{
	color: #2283B8;
	background: url(images/arrowBlu.gif) no-repeat 90% center;
}


ul#menuSx li a.fucsia.active,
ul#menuSx li a.fucsia:hover{
	color: #E73897;
	background: url(images/arrowFucsia.gif) no-repeat 90% center;
}



#footer{
	width: 100%;
	height: 27px;
	color: #666666;
	position: absolute;
	bottom: 0;
	background: url(images/bkgFooter.png) repeat;
	z-index: 2;
	line-height: 27px;
	font-size: 10px;
	border-top: 1px solid #ececec;
}

#footer .inner{
	width: 960px;
	margin: 0 auto;
}

#footer a{
	color: #666666;
}

#footer a:hover{
	color: #666666;
}

#footer .infoLeft{
	float: left;
}

#footer .infoRight{
	float: right;
}


/* HOME
--------------------------------- */

.newsHomeContainer{
	width: 400px;
	float: right;
}

.newsHomeContainer .singleNews{
	width: 365px;
	height: 150px;
	margin-bottom: 8px;
	padding: 25px 10px 0 25px;
}

.newsHomeContainer .up{
	background: url(images/bkgSingleNewsUp.gif) no-repeat left bottom;
}

.newsHomeContainer .down{
	background: url(images/bkgSingleNewsDown.gif) no-repeat left top;
}

.newsHomeContainer .singleNews .imgIsola{
	float: left;
	margin-right: 20px;
}

.newsHomeContainer .singleNews p{
	text-align: justify;
}

.newsHomeContainer .singleNews a{
	color: #788181;
}

.newsHomeContainer .singleNews a:hover{
	color: #C5251E;
}


.newsHomeContainer .singleNews .imgCont{
	width: 150px;
	float: left;
	background: #999999;
	margin-right: 20px;
	background: url(images/shadowNews.jpg) no-repeat 95% 100%;
	padding-bottom: 5px;
}

.newsHomeContainer .singleNews .imgCont img{
	border: 1px solid #e9e9e9;
}


.newsHomeContainer .singleNews .dataNews{
	margin-bottom: 5px;
}

.newsHomeContainer .singleNews h2{
	font-weight: uppercase;
	color: #c5251e;
	font-size: 15px;
	margin-bottom: 5px;
}

#home .visual{
	width: 540px;
	height: 370px;
	float: left;
}


/* PROFILO
--------------------------------- */

#profilo{
	float: left;
}

#profilo h2{
	color: #C5251E;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

#profilo h3{
	color: #C5251E;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

#profilo .imgContainer{
	float: left;
	width: 270px;
	height: 370px;
	position: relative;
}

#profilo .columnDx{
	width: 455px;
	padding: 25px 0 0 25px;
	display: block;
	float: left;
}

#profilo .columnDxStaff{
	width: 720px;
	padding: 25px 0 0 25px;
	display: block;
	float: left;
}

#profilo .columnDxStaff .firstColumn{
	float: left;
	width: 340px;
	margin-right: 35px;
}

#profilo .columnDxStaff .secondColumn{
	float: left;
	width: 340px;
}

#profilo .columnDx p{
	text-align: justify;
}

#profilo .imgContainer img{
	position: absolute;
}

#profilo .image{
	left: 25px;
	top: 25px;
}

#profilo .singleStaff{
	border-bottom: 1px dotted #dadada;
	padding-bottom: 10px;
}

#profilo .singleStaff img{
	float: left;
	margin-right: 10px;
	border: 1px solid #C5251E;
}

#profilo .singleStaff p{
	margin-bottom: 0px;

}

#profilo .singleStaff h2{
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 10px;
}

#profilo .singleStaff a{
	color: #788181;
}

#profilo .singleStaff a:hover{
	color: #C5251E;
}



/* DIVIVIONE RISTORAZIONE
--------------------------------- */

#divisioneRistorazione{
	float: left;
}

#divisioneRistorazione h2{
	color: #85A538;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

#divisioneRistorazione h3{
	color: #85A538;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

#divisioneRistorazione .imgContainer{
	float: left;
	width: 270px;
	height: 370px;
	position: relative;
}

#divisioneRistorazione .imgContainer img{
	position: absolute;
}

#divisioneRistorazione .image{
	left: 25px;
	top: 25px;
}

#divisioneRistorazione .imgBanqueting{
	left: 40px;
	top: 25px;
}

#divisioneRistorazione .imgRistAziendale{
	left: 25px;
	top: 25px;
}

#divisioneRistorazione .imgRistVeicolata{
	left: 25px;
	top: 25px;
}


#divisioneRistorazione .columnDx{
	width: 455px;
	padding: 25px 0 0 25px;
	display: block;
	float: left;
}

#divisioneRistorazione .columnDx p{
	text-align: justify;
}


#divisioneRistorazione .btnFindPunti{
	width: 180px;
	height: 43px;
	display: block;
	background: url(images/btnPunti12.jpg) top left no-repeat;
	position: absolute;
	right: -6px;
	bottom: 30px;
}

#divisioneRistorazione .btnFindPunti:hover{
	background-position: bottom left;
}


/* CUSTOMER CARE
--------------------------------- */

#customerCare{
	float: left;
}

#customerCare h2{
	color: #2283B8;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

#customerCare h3{
	color: #2283B8;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

#customerCare .imgContainer{
	float: left;
	width: 270px;
	height: 370px;
	position: relative;
}

#customerCare .image{
	position: absolute;
	top: 24px;
	left: 24px;
}

#customerCare .columnDx{
	width: 455px;
	padding: 25px 0 0 25px;
	display: block;
	float: left;
}

#customerCare .columnDx p{
	text-align: justify;
}


/* GOUR.NET
--------------------------------- */

#gournet{
	float: left;
}

#gournet h2{
	color: #2283B8;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

#gournet h3{
	color: #2283B8;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

#gournet .columnList{
	float: left;
	width: 725px;
	height: 345px;
	padding: 25px 0 0 25px;
	position: relative;
}

#gournet .columnList .singleNews{
	width: 199px;
	height: 307px;
	float: left;
	background: url(images/bkgSingleNews.gif) no-repeat top left;
	margin: 0 25px 0 0;
	padding: 13px 13px 0 13px;
	position: relative;
}

#gournet .columnList .singleNews img{
	margin-bottom: 8px;
}

#gournet .columnList .singleNews h2{
	font-size: 18px;
	margin-bottom: 4px;
}

#gournet .columnList .singleNews p{
	text-align: justify;
}

#gournet .columnList .singleNews .dataNews{
	font-size: 9px;
	margin-bottom: 1px;
	color: #999999;
}

#gournet .columnList .singleNews .bntNews{
	background: url(images/bkgLeggiNews.jpg) no-repeat top left;
	width: 19px;
	height: 19px;
	display: block;
	text-indent: -99999em;
	position: absolute;
	bottom: 21px;
	right: 13px;
}

#gournet .columnList .singleNews .bntNews:hover{
	background: url(images/bkgLeggiNews.jpg) no-repeat bottom left;
}


#gournet .columnDettaglio{
	float: left;
	width: 725px;
	height: 345px;
	padding: 25px 0 0 25px;
	position: relative;
}

#gournet .columnDettaglio .imgContainer{
	background: url(images/bkgMenuSx.gif) no-repeat top right;
	width: 325px;
	height: 325px;
	float: left;
}

#gournet .columnDettaglio .imgContainer .imgBig{
	background: url(images/shadow_img_news.jpg) no-repeat bottom right;
	padding: 0 0 8px 0;
}



#gournet .columnDettaglio .imgContainer .linkAttach{
	display: block;	
	border-bottom: 1px dotted #dadada;
	padding: 5px 0px 5px 0;
	margin-right: 25px;
}

#gournet .columnDettaglio .detailContainer{
	width: 378px;
	height: 320px;
	float: left;
	padding: 0 0 0 20px;
	text-align: justify;
}

#gournet .columnDettaglio .dataNews{
	font-weight: bold;
	color: #666666;
	margin-bottom: 4px;
}




#gournet .columnList .paginator{
	width: 722px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 25px;
}

#gournet .columnDettaglio .paginator{
	width: 380px;
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0px;
}

.paginator .left{
	float: left;
	background: url(images/arrowLeft.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 20px;
}

.paginator .right{
	float: right;
	background: url(images/arrowRight.gif) no-repeat right center;
	padding-right: 10px;
}


.paginator .backList{
	float: left;
	background: url(images/arrowUp.gif) no-repeat left center;
	padding-left: 10px;
}


/* Contatti
--------------------------------- */

#contatti{
	float: left;
}

#contatti .columnDx{
	float: left;
	padding: 25px 0 0 25px;
}

#contatti .columnDx h2{
	color:#E73897;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}


/* CONTATTACI
---------------------------- */

.formContact{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 720px;
	*height: 300px;
	float: left;
}


.formContact input.textField{
	border: none;
	width: 190px;
	padding: 4px 3px 4px 3px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.formContact input.textFieldError{
	border: none;
	width: 190px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #D72828;
}

.formContact input, .formContact textarea{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.formContact fieldset{
	float: left;
	margin: 0 25px 10px 0;
	padding: 0  0 0 0px;
}

.formContact label{
	width: 130px;
	display: block;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	color: #666666;
}


.formContact p.headText{
	margin-bottom: 10px;
	font-size: 10px;
}

.formContact p.privacyText{
	clear: both;
	font-size: 10px;
	*position:relative;
	*top: -15px;
}

.formContact p.privacyText a{
	color: #E73897;
}

.formContact textarea{
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	width: 250px;
	height: 145px;
	padding: 10px;
}


.formContact .btnSend{
	width: 70px;
	height: 25px;
	display: block;
	position: absolute;
	right: 2px;
	bottom: 10px;
	background: url(images/btnInvia.gif) no-repeat left top;
	text-indent: -9999px;
}

.formContact select{
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 4px;
	width: 270px;
	font-size: 11px;
}

.formContact .btnSend:hover{
	background-position: left bottom;
}

#contatti #map{
	width: 500px;
	height: 280px;
	border: 4px solid #dadada;
	float: left;
}

#contatti .address img{
	margin-bottom: 20px;
}

#contatti .address{
	float: left;
	width: 212px;
	font-size: 15px;
}

#contatti .addressIsola{
	float: left;
	width: 212px;
	font-size: 15px;
}

#contatti .addressIsola ul{
	margin-left: 4px;
	list-style-image: url(images/dotList.gif);
}

#contatti .addressIsola li{
	margin-bottom: 5px;
	font-size: 11px;
	margin-right: 15px;
}