html, body {
	height: 100%;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px; padding:0px; background: url(../images/bg.gif) repeat-x top;
	
}
img{border:none;}
#wrapper {
	padding-left:20px; 
	width:890px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 100px; /* .push must be the same height as .footer */
}
#footer{
	background-color: #D9CEC0;
}
#footer #bird img, .png-fix { float: right; margin: 0px 0px 0 0; position: relative; height: 204px; width: 120px }
#footer p { color: #000 ; padding: 20px 0 0 20px; font-size: 77% }
#footer a { color: #000000 }

#main_content{width:604px; padding-bottom:100px; line-height:22px;}
#sidebar{ 
	float:right; width:230px; 
	background: url(../images/nav-bg-fade.jpg) top left no-repeat; 
	padding-left:21px;
	}
#nav{ 
	font:12px Arial, Helvetica, sans-serif;
	width:200px;
	position:relative;
	top:-150px;
	z-index:99;
	background-color:#F1F1EA;
}

h2{
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #062D58;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}

h4{
	display: block;
	width: 21px;
	float: left;
	margin: 0px 20px 12px 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	border: 0px solid #ccc;
	padding: 5px;
}
h4 a:hover { color:#FFFFFF; }

p {margin-bottom:10px;}
.camere{
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
}
ul { padding:0px; margin:0px;}
ul li { margin: 0 0 0.45em 15px; list-style-image: url('../images/arrow.gif') }
ul li a:link { color: #4D4D4D }
ul li a:visited { color: #4D4D4D }
ul li a:hover { text-decoration: none }

#sidebar #nav { background: #F1F1EA; padding: 20px; border: 1px solid #D8D5D3; margin-bottom: 20px }
#sidebar #nav h1 {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 152%;
	clear: left;
}
#sidebar #nav h1 img { padding-left: 10px }
#sidebar #nav a { color: #4D4D4D; text-decoration: none }
#sidebar #nav p a { text-decoration: underline }
#sidebar #nav ul li { padding: 0.35em 0.55em; border-bottom: 1px solid #ccc; font-size: 107%; margin: 0 0 0 15px; letter-spacing: 0.09em; display:list-item;}
#sidebar #nav ul li:hover,
#sidebar #nav ul li.lihover { background: #E8E8E1; padding: 0.35em 0.55em }
.current {
	padding: 0.35em 0.55em;
	background-color: #DEDED7;
}
#hotel{
	font-size: 12px;
	margin-left: 15px;
	padding-left: 6px;
	background: #E8E8E1;
	border-bottom: 1px solid #ccc;
	padding-top: 6px;
}
input {
	border: 1px solid #666666;
}
.title {
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 590px;
}
.it {

	background-position: right center;
	background-repeat: no-repeat;
}
.en {
	
	background-position: right center;
	background-repeat: no-repeat;
	}
.ru {

	
	background-position: right center;
	background-repeat: no-repeat;}
	
.es {

	
	background-position: right center;
	background-repeat: no-repeat;}
	
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
 color:#ccc;
 margin-top:5px;
}

form select {margin-left:10px; border: 1px solid #ccc; margin-top:5px; color:#4D4D4D;}

form fieldset {
    /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
    border-color: #ccc;
   	border-width: 1px;
	background-color:#F1F1EA;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    margin-top:5px;
	                  /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {

	color:#4D4D4D;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	border:1px solid #ccc;
	color:#4D4D4D; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#location{
	font-size: 12px;
	color: #71716F;
	background-color: #F1F1EA;
	display: block;
	width: 578px;
	margin: 0;
	padding: 6px;
	line-height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
#map {border: 1px solid #ccc;}
#links ul{
min-height:100px;
	border: 1px solid #CCCCCC;
	margin: 0 0 6px 0;
	padding: 5px 0 10px 5px;
	display: block;
	background-position: 450px;
	background-repeat: no-repeat;
	line-height:22px;
	}

.aero{background-image: url(../images/airport.jpg);}
.treno{background-image: url(../images/treno.jpg);}
.auto{background-image: url(../images/auto.jpg);}
.mezzi{background-image: url(../images/mezzi.jpg);}
.meteo{background-image: url(../images/meteo.jpg);}
.arte{background-image: url(../images/arte.jpg);}
.cinema{background-image: url(../images/cinema.jpg);}
.teatro{background-image: url(../images/teatro.jpg);}
.notte{background-image: url(../images/notte.jpg);}
.shopping{background-image: url(../images/shopping.jpg);}
.news{background-image: url(../images/news.jpg);}

#links a {
	
}
#links a:hover {color:#000; text-decoration:underline;}
#links p{
	padding: 0px;
	margin-left: -5px;
}
#briciole {
	padding-bottom:15px;
}
#briciole a:hover {color:#FF5B01}
#briciole p a {
	font-size:11px;
}.box{
	
	position:relative;
}
.box p {line-height:22px;}
.box ul {padding:0px; margin:0px; list-style-image:none; list-style-type:none;}
.box li{padding:0px; margin:0 3px 0 0; list-style-image:none; list-style-type:none; float:left;}
.box img{border:none; margin-right:3px; margin-top:0px;}
.box {margin-top:25px;}
.space{margin-top:200px}
#immagini img{
	margin:8px 8px 0 0;
}
#main_content ul li{list-style-image:none; list-style-type:none; margin:0; padding:0px;}
.adv{
	background-color:#E8E8E1;
	padding:10px;
	border: 1px dashed #333;
	display: block;
	width: 570px;
}
#links b {border: 1px solid #CCCCCC; padding:0 3px 0px 3px; background:#CCCCCC; color:#FFFFFF;}
.linguetta  {width:220px;font-size:10px;font-family:verdana;}
.linguetta img {margin-right:10px;margin-bottom:2px;width:50px; height: 80px;float:left;}
.mappacontenuto h3 {margin:0px;font-size:14px;}
.mappacontenuto h5 {margin:0px;margin-top:2px;font-size:10px;}
.linguetta  #mappacontenuto p {margin-top:2px;font-size:12px;margin-right: 0px;margin-bottom: 2px;margin-left: 0px;}
.linguetta  #mappacontenuto a{ margin-bottom:2px;font-size:10px;}
