/* 
 * --------------------------------------------------------DEFINIZIONE TAG GENERALI
 */
html, body {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color: #CC0000;
}

a:hover {
	color: #FF0000;
	text-decoration:underline;
}
/*
 * --------------------------------------------------------DEFINIZIONE CLASSI GENERALI
 */
.content {
	width: 990px;
	margin: 0 auto;
	overflow:hidden;
}

.dottedLine {
	border-bottom: #CCCCCC 1px dotted;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}

.redSolidLine {
	border-bottom: #CC0000 5px solid;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}

.redSolidLineTop {
	border-bottom: #CC0000 5px solid;
	height: 1px;
	margin:0px;
	clear: both;
}

.verticalSpacer {
	height: 20px;
	line-height: 20px;
	clear: both;
}

.titolo {
	margin-top:25px;
}

#titoloTop {
	width:100%;
	overflow:hidden;
}

.newsletterTop {
	float:right;
	margin-top:25px;
}

.introduzione {
	padding: 20px 0px;
	border-bottom: #CCCCCC dotted 1px;
	text-align: justify;
	font-size: 12px;
	line-height: 30px;
}

.introduzione a {
	text-decoration:none;
	color: #CC0000;
}

.introduzione a:hover {
	text-decoration:underline;;
	color: #FF0000;
}

.underline {
	text-decoration:underline;;
}

.italic {
	font-style:italic;
}

.imgBorder {
	border: #333333 1px solid;	
}

/*
 * --------------------------------------------------------LINK SCHEDE IMMOBILI
 */
#linkSchedeContainer {
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
}

#linkSchede {
	margin-top:-250px;
}
/*
 * --------------------------------------------------------HEADER
 */
#headerContattiContainer {
	overflow: hidden;
	height:35px;
}

#headerContattiImg {
	position:absolute;
	left:50%;
	margin-left:-501px;
	top:17px;
	overflow: hidden;
}

#headerContattiRed {
	position:absolute;
	height:28px;
	width:2000px;
	left:50%;
	margin-left:-2419px;
	top:4px;
	background-color:#CC0000;
}

#headerContattiText {
	position:absolute;
	top:21px;
	width:750px;
	left:50%;
	margin-left:-412px;
	background-color:#FFFFFF;
	font-size: 10px;
}

#header {
	margin-top: 10px;
	overflow:hidden;
	height:260px;
}

#logo {
	float:left;
	width: 380px;
}

#navigationContainer {
	float:right;
	margin-top: 64px;
	width: 600px;
}

#navigation {
	width: 600px;
	height:160px;
	background-color: #CC0000;
}

#selezioneLingua {
	position:absolute;
	margin:0px 0px 0px 533px;
}

#mainMenu {
	position:absolute;
	width:603px;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
}

#mainMenu li img {
	border-left:#CC0000 1px solid;
	border-bottom:#CC0000 1px solid;
	display:block;
}

#mainMenu li {
	float:left;
	width:120px;
	cursor:pointer;
}

#mainMenu li ul li {
	display:block;
	width:117px;
	font-size:11px;
	line-height:11px;
	margin-left:1px;
	padding:13px 0px 13px 0px;
	background-color:#FFFFFF;
	text-align: center;
	border-left:#CC0000 1px solid;
	border-right:#CC0000 1px solid;
	border-bottom:#CC0000 1px solid;
	clear:both;
	float:inherit !important;
}

#mainMenu li ul li a {
	color:#CC0000;
	display:block;
}

#mainMenu li ul li a:hover {
	text-decoration:underline;
}

#navigationLastImg {
	border-left:#CC0000 1px solid;
	border-bottom:#CC0000 1px solid;
	border-right:#CC0000 1px solid;
	display:block;
}
/*
 * --------------------------------------------------------SITE MAP
 */
#siteMap {
	font-size:12px;
	line-height:25px;
	overflow:hidden;
}

#siteMap a {
	text-decoration:none;
	color: #333333;
}

#siteMap a:hover {
	color: #CC0000;
}

#siteMap ul {
	float:left;
	margin-right:40px;
}

#siteMap li:first-child {
	background: none;
	text-indent: 0px;
}

#siteMap li h5 {
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: -1px;
}

#siteMap li {
	background-image:url(../imgs/generali/lista-stella.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 20px;
}
/*
 * -------------------------------------------------------SHARE
 */
#share {
	text-align: right;
}
/*
 * --------------------------------------------------------FOOTER
 */
#footer {
	background-color: #990000;
	background-image:url(../imgs/generali/exit-footer.png);
	background-repeat:no-repeat;
	background-position:right;
	height: 60px;
	margin: 20px 0px 0px;
	padding: 0px;
}

#design {
	position:absolute;
	margin-top:46px;
	margin-left:2px;
	font-size:10px;
}

#design a {
	color:#FFFFFF;
	text-decoration:none;
}
