* {
	margin: 0;
	padding: 0
}

html {
	background-color: #fff
}
body {
	background-color: #fff;
	font-size: 100%;
	font-family: Arial;
	line-height: 1.5em;
	color: #333
}

#header, #content, #footer {
	width: 919px;
	margin: 0 auto
}

#header {
	margin-top: 30px;
}
	#select-language {
		width: 61px;
		height: 19px;
		margin-left: 4px;
		padding-top: 113px;
	}
	#select-language .current {
		filter:alpha(opacity=45);
		-moz-opacity:0.45;
		-khtml-opacity: 0.45;
		opacity:0.45;
	}
	#header h1 {
		float: right;
		margin-left: 100px;
		width: 850px;
		height: 132px;
		background: url('../img/immobiliare-gentili-logo.png') no-repeat 158px 0;
		text-indent: -9600px;
		margin: 0 auto
	}
		#header h1 a, #header h1 a:link, #header h1 a:visited {
			width: 472px;
			height: 132px;
			margin-left: 158px;
			display: block
		}
		
	#nav {
		list-style: none;
		height: 41px;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		background: url('../img/header-nav.png') no-repeat top left;
		padding: 12px 0 0 0;
	}
		#nav li {
			display: inline;
			height: 49px;
			margin: 0 0 0 36px;
		}
			#nav li:first-child {
				margin: 0 0 0 0;
			}
			#nav li a, #nav li a:link, #nav li a:visited {
				color: #fff;
				text-decoration: none;
				font-size: 1.2em;
				text-transform: uppercase
			}
			#nav li a:active, #nav li a:focus, #nav li a:hover,
			#nav li a.current, #nav li a.current:link, #nav li a.current:visited {
				color: #f8c933;
			}
	
#content {
	font-size: .9em
}
	#main-content {
		margin: 10px 0 0 4px;
		width: 620px;
		padding: 30px;
		background: #c2c1c1 url('../img/main-content-bg.jpg') repeat-x top left;
		float: left;
	}
	#content div.widecolumn {
		width: 849px;
		float: none;
		margin-bottom: 20px
	}
    #main-content p,
		#content-wide p {
      margin-bottom: 20px
    }
	#sidebar {
		width: 220px;
		margin-left: 694px;
		border: 1px solid white
	}
		.box-nav {
			margin-top: 10px;
			padding: 15px;
			background: #c2c1c1 url('../img/main-content-bg.png') repeat-x top left;
			overflow: none;
		}
		.body-it #home-macroaree .box-nav {
			height: 126px
		}
		.body-en #home-macroaree .box-nav {
			height: 140px
		}
		.box-nav-selected {
			background-color: #ddddab;
			background-image: none
		}
	#intro {
		margin-left: 4px;
		margin-top: -8px;
		padding: 0;
		line-height: 0;
	}
	#home-macroaree {
		margin-left: 4px
	}
		#home-macroaree .box-nav {
			float: left;
			margin-left: 10px;
			width: 190px;
		}
		#home-macroaree .box-nav:first-child {
			margin-left: 0
		}
#footer {
	color: #a0a041;
	font-size: .7em;
}
	#footer a, #footer a:link, #footer a:visited {
		color: #a0a041;
		text-decoration: underline
	}
	#footer strong {
		margin-right: 15px;
	}
	#footer .crimic {
	  text-decoration: none
	}
/* general rules */
.clear {
	clear: left
}
a img, a:link img, a:visited img {
	border: none
}
h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #bcb606
}

form.niceform {
}
	form.niceform div {
		clear: left;
		margin-bottom: 20px;
	}
		form.niceform label {
			display: block;
			width: 160px;
			float: left;
			margin-right: 20px;
			font-size: 1.2em
		}

form .submitdiv input {
	margin-left: 180px;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	background: #c7c94f url('../img/submit-btn-bg.png') repeat-x top left;
	border: 1px solid #fff;
	border-left-color: #7e7e79;
	border-bottom-color: #7e7e79;
}

.ricerca-immobile-img {
	position: relative;
	min-height: 430px
}
#todi-tramonto {
	text-align: right;
	right: 0;
	bottom: 0;
	position:  absolute;
}

.nicetable {
  width: 100%
}
	.nicetable thead th {
		color: #fff;
		padding: 0 5px;
		text-align: left;
		font-weight: bold;
		background: #8a8a8a url('../img/table-thead-bg.png') repeat-x top left;
		border-left: 1px solid #eaeaea
	}
	.nicetable tbody td {
		text-align: left;
		padding: 5px;
		vertical-align: top;
		background-color: #f1f2b2;
		background-color: #f1f2b2;
		border-left: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}
	.nicetable tbody tr.odd td {
		background-color: #e9ea9d;
	}
	.nicetable tbody tr:hover td {
		background-color: #d7e576;
		cursor: pointer;
	}
	.nicetable thead th:first-child, .nicetable tbody td:first-child {
		border-left: none
	}
		.nicetable thead th a, .nicetable thead th a:link, .nicetable thead th a:visited {
			text-decoration: underline;
			color: #fff;
		}

th.header strong {
    background-image: url('../img/sort-start-bg.png');
    cursor: pointer;
    background-repeat: no-repeat; 
    background-position: center right;
    padding-right: 20px;
    margin-left: -1px;
} 
th.headerSortUp strong { 
    background-image: url('../img/sort-asc-bg.png');
}
th.headerSortDown strong { 
    background-image: url('../img/sort-desc-bg.png');
}


#scheda-immobile {
  background-color: #f1f2b2;
	padding: 0
}
  #area-sx {
    width: 380px;
    float: left;
    padding: 20px 0;
    border-right: 1px solid #c2c1c1;
  }
  #area-dx {
    width: 469px;
    padding: 20px 0;
    margin-left: 380px
  }
		#carouselbox {
			margin: 0 20px !important
		}
		#controls {
			margin-top: 20px;
			padding: 20px 20px 0 20px;
			border-top: 1px solid #c2c1c1;
		}
			#mycarousel-next {
				margin-left: 298px
			}
    #desc-immmobile {
      border-bottom: 1px solid #c2c1c1;
			padding: 5px 20px;
      min-height: 275px
    }
		#details-immobile {
			padding: 0 20px;
		}
  #area-sx p {
    clear: left;
		margin-bottom: 4px
  }
    #area-sx p em {
      font-style: normal;
      display: block;
      font-weight: bold;
      float: left;
      color: #929933;
      width: 110px;
      margin-right: 10px;
    }
#quote strong {
	text-transform: uppercase;
	font-style: italic
}
#vcard {
	margin-left: 236px;
}
	#vcard h4 {
		text-transform: uppercase;
		color: #969a00
	}
	
a, a:link, a:visited {
	text-decoration: none;
	color: #7b7946
}
a:active, a:hover, a:focus {
	color: #646349
}
