/* CSS Document */

/* HOTEL CONCORDE CSS FILE */

body{
	background:url(img/page_bg.gif);
	margin:0px;
	padding:0px;
height:100%;
}
#maincontainer{  /* container per l'img si sfondo in alto */
	background:url(img/top_bg.gif) repeat-x;
	width:100%;
	/*height:100%;*/
	text-align:center;
}
#container{ /* container che terrą tutta la struttura annidata */
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	top:112px;
margin-bottom:30px;
	/*border:1px solid red;*/
	position:relative;
	background:url(img/site_bg.gif) repeat-y 25px  ;
height:100%;
}
#logo{
	width:195px;
	height:145px;
	background:url(img/logo.gif);
	position:absolute;
	top:-88px;
	left:-55px;
	z-index:7777;
	
}
#image{ /*container per imgpane */

	position:relative;
	top:-88px;
	left:45px;
	background:#ffffff;
	border:1px solid #cccccc;
	float:left;
	margin-bottom:0px;
width:480px;
height:280px;
}
.imgp{
/*background:url(img/homepage.jpg);*/
width:440px;
height:240px;
margin:10px;
}
#nav{ /* container per la barra di navigazione  */
	position:relative;
	top:-88px;
	margin-left:58px;
	background:#ffffff;
	border:1px solid #cccccc;
	float:left;
	margin-bottom:0px;
padding-bottom:4px;
}
.navp{
	background:url(img/navbar_bg.jpg);
	width:165px;
	height:256px;
	margin:10px;
}

/*/*/ * html .navp { height/**//:260px;} 
.contentp{
	/*border:1px solid #666;*/
	width:682px;
	margin-left:45px;
	position:relative;
	top:-60px;
	clear:both;
}
.footerp{
	width:705px;
height:20px;
vertical-align:middle;
	margin-left:34px;
	position:relative;
	text-align:center;
	position:relative;
	background:#ff9900;
}

.row{
	background:#ddb102;
	color:#fff;
	height:20px;
font-weight:bold;
}
.altrow{
	background:#f0c002;
	color:#fff;
	height:20px;

font-weight:bold;
}
