/* 
	**Coding: 	Antonio Pesacane
	*Version:   1.0 (10/06/2009)
	*Website:   http://www.hotelinternazionale.com
	
	Copyright 2009 Antonio Pesacane (Italy). Tutti i diritti riservati. All rights reserved.
	
	layout.css file
*/

@import "menu.css";

html,body {
	background: #386ba4 url(img/bg_top.jpg) top left repeat-x;
	margin:0;
	padding:0;
	}

#sfondo_corpo {
	background-color:#FFF;
	width:100%;
	}

#header_bg {
	background: url(img/sfondo_header.jpg) top center no-repeat;
	}

#header {
	width:900px;
	margin: 0 auto;
	height:270px;
	}
	
#logo {
	background: url(img/logo.png) top center no-repeat;
	width:312px;
	height:247px;
	float:left;	
	}

#corpo_centrale {
	width:900px;
	min-height:380px;
	padding: 5px 5px 0 0px;
	margin: 0 auto;
	}
	
#corpo_centrale_gallery {
	width:900px;
	height:540px;
	padding: 5px 5px 0 0px;
	margin: 0 auto;
	}
	
#corpo_centrale_spiagge {
	width:900px;
	height:470px;
	padding: 5px 5px 0 0px;
	margin: 0 auto;
	}
	
#corpo_centrale_info {
	width:900px;
	height:440px;
	padding: 5px 5px 0 0px;
	margin: 0 auto;
	}


#colonna_sx {
	width: 375px;
	margin-right: 20px;
	float:left;
	}
	
#colonna_dx {
	width: 400px;
	float:right;
	}
	
#colonna_contatti_sx {
	width: 300px;
	margin-right: 20px;
	float:left;
	}
	
#colonna_contatti_dx {
	width: 475px;
	float:right;
	}

#colonna_unica {
	height:380px;
	width: 790px;
	margin-left: 80px;
	}

#footer {
	width:100%;
	min-height:60px;
	height:100%;
	padding-top: 60px;
	text-align:center;
	background: #FFF url(img/bg_footer.png) top left repeat-x; 
	}

/************************ galleria foto  *************************/	
	
#galleryList {
	display:inline;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
}

#galleryList li {
	text-decoration:none;
	display:inline;
	float:left;
	margin:5px;
	padding:0;
}

/************************ headline pagine  *************************/	
#headline_hotel {
	background: url(img/headline/benessere.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}

#headline_servizi {
	background: url(img/headline/relax.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}
	
#headline_ristorante {
	background: url(img/headline/ricercatezza_menu.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}
	
#headline_attivita {
	background: url(img/headline/attivita.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}
	
#headline_informazioni {
	background: url(img/headline/informazioni.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}
	
#headline_photogallery {
	background: url(img/headline/photogallery.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}
	
#headline_contatti {
	background: url(img/headline/contatti.png) bottom right no-repeat;
	width:588px;
	height:125px;
	margin-left:312px;
	}

	
/************************ titoli pagine  *************************/	
#titolo_hotel {
	background: url(img/titoli/hotel.png) top left no-repeat;
	width: 80px;
	height: 370px;
	float:left;
	margin-right:10px;
	}
	
#titolo_servizi {
	background: url(img/titoli/servizi.png) top left no-repeat;
	width: 80px;
	height: 400px;
	float:left;
	margin-right:10px;
	}
	
#titolo_ristorante {
	background: url(img/titoli/ristorante.png) top left no-repeat;
	width: 80px;
	height: 370px;
	float:left;
	margin-right:10px;
	}
	
#titolo_attivita {
	background: url(img/titoli/attivita.png) top left no-repeat;
	width: 80px;
	height: 390px;
	float:left;
	margin-right:10px;
	}
	
#titolo_photogallery {
	background: url(img/titoli/photogallery.png) top left no-repeat;
	width: 80px;
	height: 450px;
	float:left;
	margin-right:10px;
	}
	
#titolo_info {
	background: url(img/titoli/informazioni.png) top left no-repeat;
	width: 80px;
	height: 400px;
	float:left;
	margin-right:10px;
	}
	
#titolo_contatti {
	background: url(img/titoli/contatti.png) top left no-repeat;
	width: 80px;
	height: 380px;
	float:left;
	margin-right:10px;
	}
	
.selezione_lingua {padding:0; margin-top:-5px;}
	
h1, h2, h3, h4 {margin: 0; padding:0;}

p {padding:0px}