@CHARSET "UTF-8";

*{
	border:none;
	margin:0;
	padding:0;
	list-style-type: none;
}
body{
	background:url(../img/pattern2.png);
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;
}

#logo{
	background:url(../img/logo_s2.png);
	width: 985px;
	height: 200px;
}

#container{
	position:relative;
	background:url(../img/bg_1.png) bottom right no-repeat;

	diplay:block;
	top:2px;
	border: 1px solid black;
	background-color:#fff;
	width: 985px;
	min-height: 580px;
	margin:auto;
}

#menu{
	position: relative;
	height: 50px;
	width: 985px;
	background-color:black;
	text-align: center;
	border-top: 1px solid #6E0177;
	border-bottom: 1px solid #6E0177;
}
div#menu ul{
	list-style-type: none;
}
div#menu ul li{
	display: inline;
}

#homevendita{
	background:url(../img/vendita.png);
	position: absolute;
	top:135px;
	left:330px;
	width: 634px;
	height: 35px;
	border: 0px solid black;

}

#homecycle1{
	position: relative;
	float:right;
	margin-top:6px;
	border: 1px solid #6E0177;
	width: 485px;
	height: 270px;

}

#homecycle2{
	position: relative;
	margin-top:6px;
	border: 1px solid #6E0177;
	width: 485px;
	height: 270px;

}

#hometxt{

	margin-top:2px;

	text-align:center;
	font-size:35px;
	/*color:#8A3BBF;*/
	color:#222;
	width: 985px;
	height: 150px;

}

#txt{
	width: 100%;
}
#txt ul{
	width: 100%;
}

.lista ul h3 {display:inline;	list-style-position: inside;text-indent: -1em;}
.lista ul h2 {display:inline;	list-style-position: inside;text-indent: -1em;}
.lista ul {padding: 5px; margin: 0px;}
.lista ul li {list-style: square inside;padding-left: 15px; text-indent: -12px;text-align: justify;}


/* Cotatti */

#adress_map{
	position: relative;
	float:right;
	margin-top:15px;
	border: 1px solid #6E0177;
	width: 585px;
	height: 820px;

}

#adress{
	position: relative;
	padding-left:10px;
	margin-top:15px;
	border: 1px solid #6E0177;
	width: 375px;
	height: 820px;

}
/* Fine Cotatti */

#footer{
	font-size:12px;
	background-color:#000;
	color:#ddd;
	text-align:center;
	width: 985px;
	margin:auto;
	border-top: 1px solid #6E0177;

}
