html,body{
	margin:0;
	padding:0;
	overflow-x: hidden;
}

body{
	font: 100.01% Verdana,Arial,sans-serif;
	background:#FFFFFF;
   	color: #555;
   	text-align:center;
}

div#container{
	width:100%;
	margin: 0 auto;
    text-align:left;
}

div#header{	
	height:180px;
	position:relative;
   	background-color:#fff;
}

div#logo{
	height:160px;
	position:relative;
}

div#logo_sinistra{
	position:relative;
	top:0px;
	height:180px;
	background-image:url(../img/head.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
div#logo_centro{
	position:relative;
	top:-140px;
	height:180px;
	/*background-image:url(../img/numeroverde.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}
div#logo_destra{
	position:relative;
	top:-280px;
	height:180px;
	/*background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:right;*/
}

div#centro{
	
}
div#sinistra{
	
}

div#testo_header{
	float:right;
	font-size:75%;
	margin-right:200px;
	color:#000066;
}

div#testo2_header{
	float:right;
	font-size:75%;
	margin-right:10px;
	color:#FF0000;
}

div#menu_orizzontale{
	float:left;
	width:100%;
	height:50px;
	background-image:url(../img/sfondo_menu_orizzontale.png);
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#748388;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}

div#separatore{

}

div#shadow_menu_orizzontale{
	background-image:url(../img/top_shadow.gif);
	height:5px;
	margin-top:15px;
}

div#prima_barra_ricerca{
	position:absolute;
	float:left;
	height:40px;
	width:24px;
	left:-24px;
	background-image:url(../img/lato_sinistro.png);
	background-position:right;
	background-repeat:no-repeat;
}

div#barra_ricerca{
	position:relative;
	float:right;
	margin-top:-33px;
	background-color:#FFFFFF;
	font-size:65%;
	height:40px;
}

div#barra_ricerca select{
	margin-top:10px;
	margin-left:10px;
}

div#separatore_search{
	background-image:url(../img/up_search.png);
	background-repeat:no-repeat;
	position:absolute;
	width:130px;
	height:24px;
	margin-top:-10px;
	margin-left:30px;
	font-size:70%;
	font-weight:bold;
}

div#main{
	float:left;
	width:83%;
	margin-top:10px;
}

div#content{
	position:relative;
	float:right;
	width:80%;
}

div#titolo_content{
	border: 1px solid #73848c;
	width:98%;
	height:46px;
	background-color:#0099cc;
}

div#corpo_content{
	position:relative;
	top:20px;
	float:left;
	width:99%;
}

div#nav{
	float:left;
	width:20%;
	font-size:85%;
}

div#extra{
	float:right;
	width:17%;
	font-size:95%;
	margin-top:10px;
}

div#extra a{
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
	font-size:70%;
}

div#carrello{
	width:93%;
	border: 1px solid #73848c;
}

div#login{
	position:relative;
	top:10px;
	width:93%;
	border: 1px solid #73848c;
}

div#pagamenti{
	width:95%;
	border: 1px solid #73848c;
	margin: 1em auto; 
}

div#dati_personali{
	width:97%;
	border: 1px solid #73848c;
	margin: 1em auto; 
}

div#dati_fatturazione{
	width:97%;
	border: 1px solid #73848c;
	margin: 1em auto; 
}

div#banner{
	position:relative;
	top:20px;
	width:93%;
	border: 1px solid #73848c;
	background-image:url(../img_tmp/110284-banner-724.jpg);
}

div#banner2{
	position:relative;
	top:40px;
	width:93%;
	border: 1px solid #73848c;
	background-image:url(../img_tmp/valentino-fiat_modificato-1.jpg);
}

div#mio_hr{
	background-image:url(../img/hr_mio.png);
	width:100%;
	height:10px;	
}


div#footer{
	clear:both;
	width:100%;
	padding-top:30px;
	text-align:center;
	font-size:70%;
}

div#footer a{
	text-decoration:none;
	color:#0099cc;
}

div#menu_footer{
	padding-top:10px;
}

div#copyright{
	padding-top:10px;
	padding-bottom:10px;
}

