/* resetting some default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {list-style: none;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:1em; }

textarea {overflow:auto}
button {cursor:pointer}
a {text-decoration:none}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}
/* -----------------------------------------------------------------------------------------*/ 

body {
	font-family:Verdana;
	background:url(../images/mainBg.png) repeat-x left top #fbfbfb;
}
body#newLayout {
	background-color:#fff;
}

#wrap,
.wrapper {
	width:960px;
	margin:auto;
	position:relative;
}

	.header {
		height:80px;
	}
	body#newLayout .header {
		border-bottom:1px solid #d3d3d3;
		height:78px;
	}
	
		#logo{
			float:left;
			display:inline;
		}
		
			#logo img {
				width:179px;
				height:69px;				
				display:block;
			}
		
		.topSprites {
			float:right;
			display:inline;
			position:absolute;
			right:0;
			top:3px;
		}
			.topSprites li {
				background:url(../images/separatorSprites.png) no-repeat right bottom;
				height:9px;
				margin:0 5px;
				padding-right:5px;
				float:left;
			}
			#home,
			#contact {
				background:url(../images/sprites.png) no-repeat left top;
				height:9px;
				width:11px;
				display:block;
				padding-right:5px;
				font-size:.1em;
			}
			#contact {background-position:left bottom;}
			
		#navigation {
			float:right;
			display:inline;
			margin:46px 10px 0 0;
			height:32px;
			font-size:12px;
		}
		
			#navigation li {
				float:left;
				font-family:"Trebuchet MS", Helvetica, Tahoma, Sans;
				background:url(../images/separator.png) no-repeat right top;
				line-height:32px;
			}
			
				#navigation a {
					color:#212121;
					padding:0 8px;
					height:32px;
					display:block;
					text-decoration:none;
					font-weight:700;
				}
				
				#navigation a:hover {
					color:#f38b30;
				}
			
			#navigation li.last {background:transparent;}
			#navigation li.selected a {color:#f38b30;}
			* html #navigation li {width:1%;white-space:nowrap;}
			
	#innerPage {
		
	}
		
		#sidebar {
			margin-top:40px;
			float:left;
			width:180px;
			display:inline;
			background:url(../images/sidebarBg.png) repeat-y left top;
			line-height:1.4
		}
			.sidebarTop {
				text-indent:-9999px;
				background:url(../images/sidebarTop.png) no-repeat left top;
				height:46px;
			}
			.sidebarBtm {
				background:url(../images/sidebarBtm.png) no-repeat left top;
				clear:both;
				width:180px;
				height:21px;
				display:block;
				font-size:.1em;
			}
			.innerSidebar {
				width:145px;
				margin:auto;
				font-family:"Gill Sans MT", Arial;
			}
				.innerSidebar img {
					margin-top:10px;
					display:block;
				}
				
				.boxTitle {
					color:#252525;
					font-size:14px;
					padding:8px 0;
				}
				.orangeInfo {
					color:#ff6600;
					font-weight:700;
					font-size:12px;
					display:block;
					padding-bottom:8px;
					font-family: Helvetica;
				}
				.greyNote {
					font-size:12px;
					color:#5b5b5b;
					display:block;
					padding-bottom:28px;
					
				}
				.innerSidebar p {
					display:block;
					font-size:10px;
					font-weight:700;
				}
		
		
		.inside {
			width:776px;
			float:left;
			display:inline;
			background:url(../images/bgInner.png) repeat-y left top;
		}
		
		.insideTop,
		.insideBtm{
			background:url(../images/topInner.png) no-repeat left top;
			display:block;
			width:776px;
			height:4px;
			font-size:.1em;
		}
		.insideBtm {
			background:url(../images/btmInner.png) no-repeat left top;
			clear:both;	
			
		}
		.inside .row  {
			margin-bottom:7px;
			padding:0 5px;
			position:relative;
		}
			.blueEnglish,
			.yellowEnglish {
				position:absolute;
				background:url(../images/englishBlue.png) no-repeat left top;
				width:92px;
				height:92px;
				top:-3px;
				left:145px;
				cursor:pointer;
			}
			* html .blueEnglish {
				background:none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/englishBlue.png', sizingMethod='crop');
			}
			.yellowEnglish {
				left:auto;
				right:2px;
				background-image:url(../images/englishYellow.png)
			}
			* html .blueEnglish {
				background:none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/englishBlue.png', sizingMethod='crop');
			}
			* html .yellowEnglish {
				background:none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/englishYellow.png', sizingMethod='crop');
			}
		.inside .lastRow {
			margin-bottom:0;
		}
		
		.inside .l {
			float:left;
		}
		.inside .r {
			float:right;
		}
		
		
#footer {
	
}

	#footer img {
		float:right;
		margin:50px 0;
	}


.linkMe {
	position:relative;
}
	.linkMe .theLink {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
	}

.extendedPeriod {
	position:absolute;
	left:5px;
	top:25px;
	width:308px;
	height:69px;
	background:url(../images/extendedTimeFrame.png) no-repeat left top;
	text-indent:20px;
	color:#fefeff;
	font:100 18px/69px Georgia, Cambria, Palatino, Serif;
	letter-spacing:0.04em;
}

* html .extendedPeriod  {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extendedTimeFrame.png', sizingMethod='crop');
}


.copyright {
	height:37px;
	line-height:35px;
	text-align:right;
	padding:0 10px;
	color:#999999;
	font-size:11px;
}


#indexPopup {
	position:absolute;
	width:762px;
	height:557px;
	margin-left:-381px;
	margin-top:-300px;
	left:50%;
	top:50%;
	z-index: 999;
	background:url(../images/ldoPopup.png) no-repeat left top;
	line-height:1.5;
	font-size:11px;
	display:none;;
}
	#indexPopup .box {
		height:240px;
		margin-left:280px;
		padding-top:34px;
	}
	#indexPopup .box .visitors{
		font-size:12px;
		font-weight: bold;
		color:#f38b30;
	}
	#indexPopup p {
		margin-bottom:1em;
	}
	#indexPopup .close {
		position:absolute;
		text-indent:-9999px;
		width:18px;
		height:18px;
		top:8px;
		right:8px;
		outline:none;
	}
#ntz_overlay {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	background-color:#000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* new home layout
------------------------------------------------------------- */

#homeSlider {
	background:url(../images/home_gradient_1.jpg) repeat-x left top;
	height:450px;
	padding-top:48px;
	overflow:hidden;
}
	#homeSlider .wrapper {
		height:352px;
		overflow:hidden;
		width:945px;
		border:2px solid #fff;
		background:url(../images/loading.gif) no-repeat center #fff;
		position:relative;
		border-bottom:0px;
	}
	#homeSlider .prev,
	#homeSlider .next {	
		position:absolute;
		left:0;
		top:0;
		width:82px;
		height:100%;
		background:url(../images/homeSliderPrevArrows.png) no-repeat left top;
		outline:none;
		z-index: 100;
	}
	#homeSlider .next {
		left:auto;
		right:0;
		background-position:right bottom;
	}
	#homeSlider ul {
		position:relative;
		z-index: 90;
		
	}
	#homeSlider li {
		float:left;
		display:inline;
		border: 2px solid #fff;
		width:311px;
		height:354px;
	}
	#homeSlider .scroller {
		background:url(../images/homeSliderLine.jpg) repeat-x left center;
		height:10px;
		line-height:10px;
		width:600px;
		margin:45px auto 0;
		position:relative;
		font-size:0;
	}
	#homeSlider .scroller span {
		position:absolute;
		left:287px;
		background:url(../images/homeSlider.jpg) no-repeat left center;
		height:10px;
		width:26px;
		cursor:move;
	}
.homeMenu {
	font-size:9px;
	height:64px;
	background:url(../images/home_gradient_3.jpg) repeat-x left bottom;
	position:relative;
	z-index: 100;
}
	.homeMenu .wrapper {
		width:906px;
		background:url(../images/home_gradient_4.jpg) no-repeat left top;
		height:30px;
	}
		.homeMenu .wrapper div {
			
		}
			.homeMenu .wrapper ul {
				margin-left:8px;
			}
			.homeMenu .wrapper ul ul,
			.homeMenu .wrapper ul div {
				width:auto;
				float:none;
				left:0;
			}
				.homeMenu .wrapper li {
					float:left;
					position:relative;
					background:url(../images/homeMenuSeparator.png) no-repeat left top;
					position:relative;
					z-index: 90;
					vertical-align:bottom;
				}
				.homeMenu .wrapper li li {
					float:none;
					right:0;
					background:none;
					z-index: 1; 
				}
					.homeMenu .wrapper li.first {
						background:none;
					}
					.homeMenu .wrapper li a {
						display:block;
						height:30px;
						line-height:30px;
						padding:0 8px;
						color:#3b3b3b;
					}
					.homeMenu .wrapper li:hover a,
					.homeMenu .wrapper li.hover a {
						color:#ff7800;
						text-decoration:none;
					}
			.homeMenu .wrapper li:hover,
			.homeMenu .wrapper li.hover {
				z-index: 91;
			}
			.homeMenu .wrapper li .sub {
				position:absolute;
				left:0;
				bottom:24px;
				padding:15px 25px 25px;
				background:url(../images/homeMenuPopup.png) no-repeat left bottom;
				color:#fff;
				display:none;
			}
			.homeMenu .wrapper li .sub strong {
				font-size:11px;
			}
			.homeMenu .wrapper li .w200 {
				width:220px;	
				background-position:-784px bottom;
				left:-69px;
				min-height:200px;
			}
			.homeMenu .wrapper li .last200 {
				left:-45px;
			}
			.homeMenu .wrapper li .w280 {
				width:290px;	
				background-position:-834px bottom;
				left:-7px;
			}
				.homeMenu .wrapper li .w280 strong {
					font-size:10px;
				}
			.homeMenu .wrapper li .w900 {
				width:900px;
				background-position:-670px bottom;
				left:-202px;
			}
				.homeMenu .wrapper li .w900 .box {
					width:225px;
					padding-right:20px;
					float:left;
					margin-right:20px;
				}
				.homeMenu .wrapper li .w900 .last {
					padding-right:0;
					margin-right:0;
				}
				.homeMenu .wrapper li h5 {
					margin-bottom:1em;
					font-size:11px;
					line-height:1.5
				}
			.homeMenu .wrapper li:hover .sub,
			.homeMenu .wrapper li.hover .sub {
				/*display:block;*/
			}
			.homeMenu .wrapper li li {
				margin-bottom:5px;
			}
			.homeMenu .wrapper li ul {
				margin-left: 0px;
				padding-left: 0px;
			}
			.homeMenu .wrapper li:hover li a,
			.homeMenu .wrapper li.hover li a,
			.homeMenu .wrapper li li a {
				color:#fff;
				height:auto;
				line-height:1.5;
				padding:0;
			}
			.homeMenu .wrapper li:hover li a:hover,
			.homeMenu .wrapper li.hover li a:hover {
				color:#5c5c5c;
			}


#newInnerPages {
	width:892px;
	margin:10px auto;
	background:url(../images/innerPagesGradient.jpg) repeat-x left top;
	min-height:440px;
	padding:30px 33px
}
	#newInnerPages .description {
		float:left;
		display:inline;
		width:331px;
		font-size:11px;
		line-height:1.4;
		text-align:justify;
	}
	.scrollable {
		height:315px;
		padding-right:10px;
	}
		#newInnerPages .description p {
			margin-bottom:35px;
		}
		#newInnerPages .description p.smaller {
			font-size:10px;
		}
	#newInnerPages .image {
		float:right;
		width:536px;
		height:453px;
		border: 2px solid #fff;
		position:relative;
	}
		#newInnerPages .image img {
			display:block;
		}
		#newInnerPages .image span {
			position:absolute;
			left:1px;
			bottom:1px;
			padding:15px;
			background:#000;
			color:#fff;
			opacity: 0.8;
			filter:alpha(opacity=80);
			font-family:Georgia, Cambria, Palatino, Serif;
			font-size:13px;
		}






.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



#concorso {
	width:950px;
	margin:50px auto;
	color:#5f5f5f;
	font:100 14px/1.4 Georgia, Cambria, Palatino, Serif;
	color:#5f5f5f;
}
#homePopup {
	position:absolute;
	left:50%;
	background:#fff;
	padding:25px 25px 120px;
	width:898px;
	border: 1px solid #b2b2b2;
	margin-left:-475px;
	top:50px;
	z-index: 9999;
	font:100 14px/1.4 Georgia, Cambria, Palatino, Serif;
	color:#5f5f5f;
}
	#homePopup .villa,
	#homePopup .rimini,
	#concorso .villa,
	#concorso .rimini {
		float:left;
		width:420px;
	}
	#concorso .villa,
	#concorso .rimini {
		width:455px
	}
	#concorso .rimini,#homePopup .rimini {float:right}
	
	#homePopup .close {
		position:absolute;
		top:25px;
		right:25px;
		background:url(../images/popupClose.png) no-repeat left bottom;
		width:14px;
		height:14px;
		text-indent:-9999px;
		outline:none;
	}
	#homePopup .close:hover,
	#homePopup .close:focus {/*background-position:left top;*/}
	
	#homePopup h2,
	#concorso h2 {
		font-size:22px;
		color:#391702;
		border-bottom:1px solid #9e9e9e;
		font-weight:100;
		padding-bottom:5px;
		margin-bottom:10px;
	}
	#homePopup h4,
	#concorso h4 {
		color:#391702;
		font-size:18px;
		font-weight:100;
	}
	
	#homePopup .rimini h2,
	#homePopup .rimini h4,
	#concorso .rimini h2,
	#concorso .rimini h4 {
		color:#3a3a6c;
	}
	#homePopup h4,
	#homePopup p,
	#concorso h4,
	#concorso p {margin-bottom:8px;}
	
	#homePopup p.more {
		position:absolute;
		bottom:25px;
	}
	#homePopup p.more a {
		float:left;
		height:39px;
		line-height:39px;
		background:url(../images/readMoreButtons.png) repeat-x left bottom;
		padding:0 15px;
		color:#fff;
	}
	#homePopup p.more a:hover,
	#homePopup .rimini p.more a {
		text-decoration:none;
		background-position:left top;
	}
	#homePopup .rimini p.more a:hover {
		background-position:left bottom;
	}
#homeOverlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index: 9998;
	background:#000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	min-height:800px;
}

#homePopup,
#homeOverlay {
	display:none;
}
#pageV2 {
	width:960px;
	margin:20px auto 0;
	font:100 13px/1.5 arial, verdana, sans-serif;
	background:#f0f0f0;
}
	#pageV2 .head {
		background:url(../images/hSeparator.png) repeat-x left bottom #f4f4f4;
		padding:30px;
		text-align:right;
		font-size:12px;
		line-height:1.2;
	}
		#pageV2 .head h1 {
			float:left
		}
	#pageV2 .entry {
		padding:30px
	}
		#pageV2 p {
			margin-bottom:1em;
		}
		#pageV2 .gallery {
			margin-left:-1px;
		}
			#pageV2 .gallery li {
				float:left;
				display:inline;
				margin-left:1px;
				background:url(../images/crosshair.png) no-repeat center center #000;
			}
				#pageV2 .gallery img {display:block;}
				#pageV2 .gallery a:hover img {
					opacity: 0.5;
					filter:alpha(opacity=50);
				}
		#pageV2 h2 {
			font-size:18px;
			color:#303030;
		}
		#pageV2 .infoTable {
			background:url(../images/hSeparator.png) repeat-x left top #f4f4f4;
			padding:30px
		}
			#pageV2 .infoTable table {
				width:100%;
			}
			#pageV2 .infoTable th,
			#pageV2 .infoTable td {
				vertical-align:top;
				text-align:left;
				border-bottom:1px solid #c8c8c8;
				padding:20px 0;
			}
			#pageV2 .infoTable .last th,
			#pageV2 .infoTable .last td {border: 0;}
			#pageV2 .infoTable th {
				width:250px;
				text-transform:uppercase;
				color:#303030;
			}
		#pageV2 a {
			color:#ff6600;
		}
#pageV2 .hr {
	font-size:0;
	border-top:1px solid #c8c8c8;
	height:1px;
	background:#fff;
	margin:15px 0;
}

.orangeBox .leftalign {margin:0 0 0 1em;}


.orangeBox {
	background:#f5f5f5;
	border: 1px solid #c9c9c9;
	padding:20px;
	width:800px;
	margin:30px auto 0;
	line-height:1.3
}
	.orangeBox .informations {
		float:left;
		width:480px;
		margin-right:15px;
	}
	.orangeBox h3 {
		color:#ff8400;
		font-size:16px;
		margin-bottom:.5em;
	}
	.orangeButton {
		background:url(../images/orangeButton.png) no-repeat left top;
		height:25px;
		line-height:25px;
		text-align:center;
		text-transform:uppercase;
		font-size:11px;
	}	
		#pageV2 .orangeButton a.white {color:#fff;text-shadow:0 1px 1px #666}
		#pageV2 .orangeButton a.dark {color:#323232;text-shadow:0 1px 1px #eee}
	.orangeButton img {
		margin:1px 10px 0;
		vertical-align:top;
	}




/* @group lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #858585;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #858585;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	color:#fff;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* @end */




*:first-child+html * html .homeMenu .wrapper li .sub {
	background-image:url(../images/homeMenuPopupIE.png);
}

* html .homeMenu .wrapper li .sub {
	background-image:url(../images/homeMenuPopupIE.png);
	padding-bottom:40px;
	bottom:15px;
	height:200px;
}
* html .homeMenu .wrapper li .w280  {
	height:auto;
}
	* html .homeMenu .wrapper li .sub ul {
		
	}
* html .homeMenu .wrapper li a {
	width:1%;
	white-space:nowrap;
}
* html .homeMenu .wrapper li li a  {
	width:auto;
	white-space:normal;
}
* html .homeMenu .wrapper li li {
	line-height:1;
	margin-bottom:0;
}

* html #homeSlider .prev,
* html #homeSlider .next {
	background-image:url(../images/homeSliderPrevArrowsIE.png);
	width:70px;
}