/* CSS Document */

/*==========Typography==========*/

h1{
	color: #B0917A;
	font-size: 25px;
	margin-left: 6px;}

h2{
	color: #E4E4E4;
	font-size: 19px;
	margin-left: 12px;
	}

h3{
	color: #E4E4E4;
	font-size: 15px;
	margin-left: 12px;
	}

h4{}

/*==========FINE Typography==========*/

body {
	font-family: "Trebuchet MS","Arial","Verdana", sans-serif;
	font-size: 14px;
	background-color:#000000;
	background-image:url('../img/background.jpg');
	background-repeat:repeat-x;
	background-position:top;
	}

#wrapper{
	margin: 0 auto;
	margin-top:-7px;
	width: 955px;
	
	}
	
a:link{text-decoration:underline}
	
a:hover{text-decoration:none}
	
a:visited{text-decoration:underline}
	
#Container{
	background-color:#333;
	position:absolute;
	width: 955px;
	}	
	
/*=========HEAD========*/

#Logo{	
	float: left;
	height: 188px;
	}
	
#Logo img{float: left;}	

/*=========LEFT=========*/
	
#LeftTitoloBenvenuto{
	background-color:#333333;
	float: left;
	width: 247px;
	margin-bottom: 40px;
}
#LeftTitoloBenvenuto h2{margin-top: 40px}

#LeftTitoloBenvenuto p{
	margin-left: 12px;
	color: #E4E4E4;
	font-size: 13px;
	width: 227px}

.TipologiaOutlet{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold}
	
/*==========FINE LEFT==========*/

/*=========CONTENUTO=========*/

#TitoloBenvenuto{
	float: left;
	background-color:#000000;
	height: 175px;
	width: 460px;}
	
#TitoloBenvenuto p{
	color: #FFFFFF;
	font-size: 15px;}
	
#TitoloBenvenuto a{
	float: right;
	color: #B0917B;
	margin-right: 15px}
	
#RightTitoloBenvenuto{
	float: right;
	}
	
#OutletVillagge{
	margin-left: 18px;
	margin-top: -14px;
	background-color:#CCCCCC;
	width: 230px;
	padding-bottom: 20px;}
	
#OutletVillagge h2, #OutletVillagge h2 a {
	color: #333333;
	font-size: 17px;
	text-align:center;
	}
	
#OutletVillagge p{
	margin-left: 7px;
	width: 218px;
	font-size: 12px;}
	
#OutletVillagge ul{
	list-style-type: none;
	margin-left: -32px;
	}
	
#OutletVillagge ul a{
	color: #66362F;}	
	
#ContenutoCentrale{
	float: left;
	width: 459px;
	background-color:#FFFFFF;
	position: relative;
	margin-top: 20px;
	}

#ContenutoCentrale h1, #ContenutoCentrale h2{
	color: #542726;
	font-size: 19px;
	margin-left: 20px;
	margin-top: 20px;}
	
#ContenutoCentrale p{
	margin-left: 20px;
	width: 434px;
	}	
	
.VenditaOutlet{
	background-color:#000;
	/*background-image:url('../img/backVendita.jpg');
	background-repeat:repeat-x;
	background-position:top;*/
	/*height: 340px;*/
	color:#FFFFFF;
	margin-top:10px;
	float:left;
	width:100%;
	}	
	
#ContenutoCentrale .VenditaOutlet h1, #ContenutoCentrale .VenditaOutlet h2{
	color: #B0917A;
	font-size: 20px;
	}
	
#ContenutoCentrale .VenditaOutlet ul{
	list-style-type:none;
	color: #ADE4FF;
	font-size: 13px;
	}
	
.ListaSx ul{float: left;
		width:180px}



/*=========FINE CONTENUTO=========*/

#Footer{
float: left;
text-align: center; font-weight: bold;
width: 955px;
background-color:#000000
}

#Footer p{
	font-size: 12px;
	color: #B0917B;
	text-align:center}
