/********* stili elementi principali *********/
#boxVideo {
	position: absolute;
	top: -426px;
	left: 30%;
	width: 657px;
	height: 398px;
	/*background-color: red;*/
	overflow: hidden;
	z-index: 10000;
	background-image: url("../immagini/grafica/home/boxVideo.png");
	padding: 14px;
}

.mask {
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#boxVideo .videoContainer {
	overflow: hidden;	
	width: 650px;
	height: 375px;
}

#boxVideo .video {
	background-color: black;
	width: 652px;
	height: 360px;
}

body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: #A8AEB4;
}

.cont
{
	margin: 0px auto;
	width: 955px;
	overflow: hidden;
	position:relative;
}

.cont.outer
{
	width:1155px;   /*  955 + (width di #marchi)*2   */
}

.cont.inner
{
	margin-left:100px;  /* stesso valore di width di #marchi */
	position:relative;
	background-image: url("../immagini/grafica/layout/bianco.gif");
	background-repeat:repeat-x;
	background-position: center 83px;
}

#marchi
{
	width:100px;
	float:right;
	text-align:center;
	margin-top: 85px;
}

#logo
{
	margin-top:43px;
}

#main
{
	background-image:url("../immagini/grafica/layout/main_bg.png");
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#fcfcfc;
}

#content
{
	padding-top:0px; 
	border:0;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	overflow: hidden;
	clear:both;
	background-color:#fff;
	position:relative;
	border-bottom:0;
}

#header
{
	/*position:absolute;
	top:0;
	left:0;*/
	width:100%;
	height:115px;
	z-index:5;
	background-image:url("../immagini/grafica/layout/gg_logo.png");
	background-repeat:no-repeat;
	background-position: left 10px;
}

/* menu */

#menuHeader 
{
	float:right;
	margin-top:41px;
}

#menuHeader li
{
	float:left;
	height:40px;
	line-height:60px;
	padding:0 15px;
	background-image:url("../immagini/grafica/layout/menuHeader_sep.png");
	background-repeat:no-repeat;
	background-position:center right;
}

#menuHeader li.last { background-image:none;}

#menu
{
	float: right;
	font-size:14px;
	font-family:Georgia;
	clear:right;
	margin-right:2px;
}

#menu li { float:left;}

#menu a
{
	display:block;
	padding:5px;
	padding-left:22px;
	margin-left:2px;
	background-image:url("../immagini/grafica/layout/bullet_link.png");
	background-position: 7px center;
	background-repeat:no-repeat;
	background-color: #efefef;
	font-size:16px;
	text-transform:capitalize;
	color:#464853;
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

#menu a:hover , #menu .sel a
{
	background-image:url("../immagini/grafica/layout/bullet_hover.png");
	background-color:#fff;
	color:#111;
}

/* menu bottom */

#menuBottom{
	overflow:hidden;	
	background-image:url("../immagini/grafica/layout/bottomMenu_bg.png");
	background-repeat:repeat-x;
	background-position: center 0px; /* 20px */
	margin-bottom:15px;
	width: 955px;
}

#menuBottom, #menuBottom li {height: 76px;  } /* 96px; */

#menuBottom li{
	float:left;
	width:311px;
/*	padding-top:25px; */
	background-image:url("../immagini/grafica/layout/menuBottom_sep.png");
	background-repeat:no-repeat;
	background-position:  right 0px; /* 20px */
/*	border-top:1px solid #ccc; */
}

#menuBottom a
{
	display:inline-block;
	margin-top:15px;
}

#menuBottom #fiat img,
#menuBottom #piaggio img
{
	margin-left:5px;
}

#menuBottom #piaggio
{
	padding-left:10px;
	padding-right:7px;
}

#menuBottom #piaggio a
{
	position:relative;
	left:-3px;
}

#menuBottom #servizi
{
	float:right;
	background-image:none;
	text-align:center;
	width:314px;
}

#menuBottom #servizi a
{
	margin-top:23px;
}

#menuBottom #servizi.sel,
#menuBottom #fiat.sel,
#menuBottom #piaggio.sel

{
	background-color:#fff;
	border: 1px solid #ccc;
	border-top-color:transparent;
}

#menuBottom #fiat.sel    { padding-top:20px; }
#menuBottom #piaggio.sel { padding-top:14px; }
#menuBottom #servizi.sel { padding-top:25px; }


/* footer */

#footer
{
	clear:both;
	overflow:hidden;
	background-image:url("../immagini/grafica/layout/footer_bg.png");
	background-repeat:repeat-x;
	background-position: center 0px; /* 20px; */
	background-color:#fcfcfc;
	position:relative;
}

#footer .cont {	height:220px; }

.footer_links 
{
	float:left;
	width:230px;
	margin-right: 8px;
	margin-top:15px;
}

.footer_links.logogruppo {
	float: right;
}

.footer_links.gruppo
{
	position:relative;
	top:-18px;
}

.footer_links dt
{
	color:#464D52;
	font-size:15px;
	font-family:Georgia;
	font-weight:bold;
}

.footer_links dd, .footer_links dd a
{
	font-family:Georgia;
	font-size:12px;
	color:#464C52;
}

.footer_links a:hover
{
	text-decoration:underline;
}

#credits
{
	background-image:url("../immagini/grafica/layout/credits_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height:17px;
	line-height:17px;
	font-size:10px;
	text-align:center;
	color:#464E53;
	position:absolute;
	bottom:0;
	right:0;
}

#credits:hover
{
	color:#fff;
}


/* popup */

#popup
{
	position:absolute;
	top:0;
	right:0;
	width:490px;
	height:295px;
	background-image:url("../immagini/grafica/popup/popup_bg.png");
	background-position: center 10px;
	background-repeat:no-repeat;
}

#popup strong
{
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	background-image:url("../immagini/grafica/popup/popup_titolo_bg.png");
	background-position: center center;
	background-repeat:no-repeat;
	padding:0 15px;
	width:390px;
	height:50px;
	line-height:50px;
	font-size:28px;
	color:#fff;
}

.popup_chiudi
{
	float:right;
}

.popup_foto
{
	float:left;
	margin-left:15px;
	margin-bottom:10px;
	margin-right:10px;
}

#popup .popup_testo
{
	margin-right:15px;
	font-size:18px;
	line-height:22px;
	color:#333;
}

#popup em
{
	display:block;
	font-size:24px;
	margin: 8px 15px;
	color:#333;
}

.popup_vai
{
	position:absolute;
	bottom:15px;
	right:15px;
}

/********* formattazione condivisa *********/

a, a:hover
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #777;
}

#content p {
	line-height:16px;
	margin-bottom:5px;
}

.hidden {visibility:hidden;}

.titolo {display:block; }
.titolo.uno { font-size:22px; }
.titolo.due	 { font-size:16px; }
.titolo.tre	{ font-size:14px; }

.oswald { font-family: 'Oswald', sans-serif; }

/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}

