﻿/* ------------------------------------------- */
/* HTML e BODY                                 */
html { background: #397fa6 url('/images/back.jpg') no-repeat center top; }
body { background: url('/images/line.png') repeat-x top left; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/images/logo.png') no-repeat top left; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background: #ae9d4d url('/images/nav.gif') repeat-x top left; }
	#nav_main a { color: #ffffff; }
	#nav_main a:hover { border-bottom: 8px solid #0a0b07; }
	#nav_main li.active a { border-bottom: 8px solid #0a0b07; }
/* ------------------------------------------- */
/* CONTENT                                     */
#content { background: url('/images/big.jpg') no-repeat; }	
	#wrap .price { background: #0a0b07; }
	#content .box { color: #fff; }
	h2.intro { background: url('/images/bracket-left.gif') no-repeat top left; }
		h2.intro span { background: url('/images/bracket-right.gif') no-repeat bottom right; }
	/* ------------------------------------------- */
	/* CONTENT MAIN                                */
	#content_main { color: #979289; background: #0a0b07 url('/images/main.jpg') no-repeat bottom left; }
	#content_main ul li a { color: #b2a050; }
	#content_main ul li a:hover { color: #e1bd1e; }
	.price #content_main { background: #0a0b07 url('/images/arz.png') no-repeat left top; }
		#content_main h2 { color: #423a2e; border-left: 4px solid #423a2e; }
		#content_main h2.offertePiccini { border:none; }
		#content_main h2.offertePiccini ul { background:url('/images/logoPiccini.gif') no-repeat right top; }
		#content_main h2.offertePiccini ul li { background:url('/images/pdf.gif') no-repeat left top;list-style-type:none; }
		#content_main h2.offertePiccini ul li a { color:#423a2e;border-left:4px solid #423a2e; }
		#content_main .preview img { border: 2px solid #352b16; }
        #estateBtn:hover, #invernoBtn:hover { color: #fff; }
        #content_main ul li { background: url('/images/bull.gif') no-repeat 0 7px; }
		/* Prezzi */
		.priceTable { color: #fff; }
			.priceTable th {  border-bottom: 1px solid #2e2614; color: #656258; }
			.priceTable td { border-bottom: 1px solid #2e2614; }
			.priceTable td.room { background: url('/images/bull.gif') no-repeat left center; }
			.priceTable td.firstRoom { background-color: #2E2614; }
			.priceTable td.roomGreen { background: url('/images/bull.gif') no-repeat left center; color: #00b050; }
			.priceTable td.roomGreen02 { color: #00b050; }
			.priceTable td.roomBlue { background: url('/images/bull.gif') no-repeat left center; color: #1444a2; }
			.priceTable td.roomBlue02 { color: #1444a2; }
			.priceTable td.roomViolet { background: url('/images/bull.gif') no-repeat left center; color: #8646b5; }
			.priceTable td.roomViolet02 { color: #8646b5; }
		#content_main .offers li { background: url('/images/offers-back.jpg') repeat-y; border-bottom: 2px solid #2e2614; color: #6a655a; }
	/* ------------------------------------------- */
	/* CONTENT SUB                                 */
	#content_sub { color: #979289; background: #0a0b07; }
		.thumbs { background: url('/images/gall.gif') no-repeat top left; border-top: 1px solid #833c2e; }
			.thumbs li img { border: 1px solid #343322; }
	/* ------------------------------------------- */
/* HIGHLIGHTS                                  */
#highlights li { background: #407d96 url('/images/high-box.jpg') repeat-x top left; }
	#highlights li a { color: #fff; }
	#highlights li h3 { color: #fff; }
		.box01 h3 { background: url('/images/box01-head.jpg') no-repeat top left; }
		.box02 h3 { background: url('/images/box02-head.jpg') no-repeat top left; }
		.box03 h3 { background: url('/images/box03-head.jpg') no-repeat top left; }
		.box04 h3 { background: url('/images/box04-head.jpg') no-repeat top left; }
	#highlights li img { border: 4px solid #2e7fa1; }
	#highlights li p { color: #dbe8ed; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { color: #dbe8ed; background: url('/images/site-info.jpg') no-repeat center top; }
	#site_info a { color: #dbe8ed; }
