body { background: #282828 url('/images/bg.gif') repeat-x left top; }
h2, h3 { color: #a5411b; }
p { color: #909090; }
/* ------------------------------------------- */
/* WRAP                                        */
#wrap {  }
	/* ------------------------------------------- */
	/* BRANDING                                    */
	#branding h1 a { background: url('/images/logo.gif') no-repeat; }
	#branding ul { border-bottom: 1px solid #646464; }
		#branding ul li a { border-left: 1px solid #fff; color: #fff; } 
		#branding ul li a:hover { color: #999; } 
		#branding ul li:first-child a { border-left: 0; } 
		
	#lang li a { color:#484848;border-left:1px solid #484848; }
	#lang li:first-child a { color:#484848;border-left:0; }
	#lang li a:hover { color:#fff; }
	
	/* ------------------------------------------- */
	/* NAV MAIN                                    */
	.bookingMenu { background: #212121; -moz-box-shadow: 0px 0px 15px #000; -webkit-box-shadow: 0px 0px 15px #000; }
	#nav_main li { background: url('/images/square.gif') no-repeat left center; }
		#nav_main a { color: #fff; }
	/* ------------------------------------------- */
	/* CONTAINER                                   */
	#container { background: url('/images/img.jpg') no-repeat; border: 1px solid #606060; }
	#wrap .hotel { background: url('/images/hotel/01b.jpg') no-repeat; }
	#wrap .camere { background: url('/images/camere/01b.jpg') no-repeat; }
	#wrap .servizi { background: url('/images/servizi/01b.jpg') no-repeat; }
	#wrap.bookingWrap #container { background:#fff; }
	
		/* ------------------------------------------- */
		/* CONTENT                                     */
		#content { background: #212121; -moz-box-shadow: 0px 0px 15px #000; -webkit-box-shadow: 0px 0px 15px #000; }
			/* ------------------------------------------- */
			/* CONTENT MAIN                                */
			#content_main p a { color: #fff }
			#content_main p a:hover { color: #666 }
			#btn { background: url('/images/close.png'); }
			/* ------------------------------------------- */
			/* CONTENT SUB                                 */
			#avanti { background: url('/images/next.gif'); }
			#indietro { background: url('/images/prev.gif'); }
	/* ------------------------------------------- */
	/* SITE INFO                                   */
	#site_info p { color: #fff; }
	#site_info a { color: #a54120; }
	
	#site_info_booking { color:#fff; }
		    #site_info_booking a { color: #a54120; }
		    
	/* ------------------------------------------- */
	/* EXTRA                                       */