/*
 * Copyright hotelaldini.com
 * - 2009 -
 * 
 * */


/* GLOBAL ELEMENTS */

* {margin:0;padding:0;}  
img {border:0;}

body {
	background:#FAEFC6 url(../img/bk.png) repeat-y top center;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size: small;
}

a:link, a:visited {
	color:#7A4142;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#F28729;
}


.hidden {
	display:none;
}

/* 	PAGE */

div#page {
	position:relative;
	margin: 0px auto 0px auto;
	padding-top:10px;
	width:770px;
	color:#2C2F22;

}

div#center {
	background:#e7d95f url(../img/center_shadow.gif) 0px 0px repeat-y;
	width:770px;
}

div#google_map {
	text-align:center;
	margin:30px auto 30px auto; 
}

/*  HEADER  */

div#header {
	height:200px;
	background:url(../img/header.png) no-repeat top center;
}

/* HEADER NAVIGATOR */

div#header_nav {
	width:750px;
	margin-left:10px;
	height:26px;
	text-align:right;
	background:#775C73 url(../img/header_nav_bk.gif) repeat-x top left;
}

div#header_nav_links {
	position:relative;
	top:3px;
	right:5px;
}

div#header_nav_links a {
	display:inline;
	padding:0px 5px 0px 5px;
	color:#FFFFFF;
	border-left:#999999 solid 1px;
	text-decoration:none;
}

div#header_nav a:hover {
	color:#F8E9AB;
	text-decoration:underline;
}

/* PHOTO BAR */

div#photo_bar {
	margin-left:10px;
	height:125px;
}

/* CONTENT  */

div#content {
	width:750px;
	margin-left:10px;
	vertical-align:top;
	min-height:500px;
	height:auto !important; /* per correggere bug min-height IE5 e IE6 */
	height:500px;
	background:#FFFFFF url(../img/content_bk.gif) repeat-x top left;
	padding-bottom:40px;
}

div#content div.title {
	float:left;
	padding:25px 0px 0px 55px;
	width:140px;
	color:#F28729;
	font-size:large;
}

div#content div.text {
	padding:30px 65px 10px 200px;

}

div#content div.text p {
	margin-bottom:20px;

}

div#content div.text ul{
	margin-left:25px;
}

div#content div.text img{
	border:solid 1px #2C2F22;
	margin:10px 12px 10px 12px;
}

div.chapter {
	clear:both;
}

/* PHOTO GALLERY */

div#content div.title_gallery {
	float:left;
	padding:45px 0px 0px 55px;
	width:100px;
	color:#F28729;
	font-size:large;
}

div#content div.gallery_container {
	padding:30px 65px 30px 200px;
}

div#gallery_footer {
	clear:both;
	height:70px;
}



/* PRENOTAZIONE */


div#prenotazione iframe {
	border:none;
	width:710px;
	height:1200px; 
	margin-left:25px;
	margin-top:35px;
}

.bk_white {
	background:#FFFFFF !important;
}





/* FOOTER */

div#footer {
	clear:both;
	width:750px;
	margin-left:10px;
	min-height:58px;
	height:auto !important; /* bug IE5 e IE6 */
	height:58px;
	background:#FFF5E5 url(../img/footer_bk.gif) repeat-x top left;
	text-align:center;
	color:#39372A;
}

div#footer img {
	vertical-align:middle;
	margin-left:4px;
	margin-right:4px;
	text-decoration:none;
}

div#footer a:link,div#footer a:visited {
	color:#984950;
	text-decoration:none;
}

div#footer a:hover {
	color:#e16039;
	text-decoration:underline;
}

div#footer span {
	position:relative;
	top:5px;
}

div#foot_line2 {
	font-size:11px;
	margin-top:5px;
}

div#footer span.separator {
	margin-left:6px;
	margin-right:6px;
}


span#language a { 
	margin-right:2px;
}

div#foot_close {
	height:20px;
	background:#e7d95f url(../img/foot_gradient.gif) top center no-repeat;
	
}

