/* * * * * * * * * * * * * * * * * * * * */
/*                                       */
/*      GRUPPO BAIAUTO website 2008      */
/*                                       */
/*      v. 1.0 - 05/04/2008              */
/*      © 2008 o-one.net                 */
/*                                       */
/* * * * * * * * * * * * * * * * * * * * */



html { font-size:100.01%; }
body { font-size:1em; }

body {
	margin:0px;
	padding:0px;
	background:#7c7c7c url(../images/body_bg.jpg) top repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6B6B6B;
}

hr {
	display:none;
	border:0;
}
hr.line {
	display:block;
	height:0;
	border-bottom:#CECECE 1px solid;
	margin:0 6px 20px 6px;
	background-color:#FAFAFA;
	color:#FAFAFA;
	clear:both;
}


a img {
	border:0;
}


ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}


#container {
	width:906px;
	margin:31px auto 0 auto;
	padding:0;
	background:url(../images/container_bg.jpg) top repeat-y;
}



/* - - - - */
/* TESTATA */
/* - - - - */

#head {
	height:109px;
	padding:0 5px 0 1px;
	overflow:hidden;
	background:url(../images/head_bg.jpg) top no-repeat;
}
#head h1 {
	display:none;
}



/* menu principale */

#mainNav {
	margin:47px 0 0 0;
	padding:0;
	list-style-type:none;
	border-bottom:#898989 1px solid;
	background:url(../images/mainNav_bg.jpg) top no-repeat;
	height:36px;
	overflow:hidden;
}
#mainNav li {
	margin:0;
	padding:0;
	float:left;
}
#mainNav li a {
	display:block;
	height:36px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../images/mainNav_bg.jpg) 1000px 1000px no-repeat;
}
#mainNav li a#navUno {
	width:129px;
}
#mainNav li a#navDue {
	width:121px;
}
#mainNav li a#navTre {
	width:108px;
}
#mainNav li a#navQuattro {
	width:108px;
}
#mainNav li a#navCinque {
	width:109px;
}
#mainNav li a#navSei {
	width:108px;
}
#mainNav li a#navSette {
	width:108px;
}
#mainNav li a#navOtto {
	width:109px;
}
#mainNav li a#navUno:hover, #mainNav li.selected a#navUno {
	background-position: 0px -38px;
}
#mainNav li a#navDue:hover, #mainNav li.selected a#navDue {
	background-position:-129px -38px;
}
#mainNav li a#navTre:hover, #mainNav li.selected a#navTre {
	background-position:-250px -38px;
}
#mainNav li a#navQuattro:hover, #mainNav li.selected a#navQuattro {
	background-position:-358px -38px;
}
#mainNav li a#navCinque:hover, #mainNav li.selected a#navCinque {
	background-position:-466px -38px;
}
#mainNav li a#navSei:hover, #mainNav li.selected a#navSei {
	background-position:-575px -38px;
}
#mainNav li a#navSette:hover, #mainNav li.selected a#navSette {
	background-position:-683px -38px;
}
#mainNav li a#navOtto:hover, #mainNav li.selected a#navOtto {
	background-position:-791px -38px;
}



/* sub menu */

#subNav {
	margin:0 11px 0 0;
	padding:0;
	list-style-type:none;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	height:20px;
}
#subNav li {
	display:inline;
	border-left: 1px solid #ccc;
	line-height:20px;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
#subNav li.first {
	border:none;
	padding:0 0 0 18px;
	background:url(../images/subNav_bullet.gif) 0 50% no-repeat;
}
#subNav li a {
	color:#E2E2E2;
	text-decoration:none;
}
#subNav li a:hover, #subNav li a.selected {
	color:#F1ABB5;
}



/* menu di servizio */

#serviceNav {
	position:absolute;
	top:50px;
	margin:0 0 0 560px; /* left 670 con tre voci */
	padding:0;
	list-style-type:none;
	font-size:12px;
	overflow:hidden;
}
#serviceNav li {
	float:left;
	border-left: 1px solid #666;
	line-height:.9em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#serviceNav li a {
	color:#666;
	text-decoration:none;
}
#serviceNav li a:hover, #serviceNav li a.selected {
	color:#cc0000;
}




/* - - - - */





#content {
	padding:0 16px 0 6px;
	background:url(../images/content_bg.jpg) top no-repeat;
	overflow:hidden;
	min-height:532px !important;
	height:auto;
	
}

#main {
	width:629px;
	margin:6px 0px 6px 0;
	padding-bottom:20px;
	float:right;
	background:#FAFAFA;
	color:#6B6B6B;
	height:auto;
	overflow:hidden;
}

#main h2 {
	font-size:1.8em;
	font-weight:bold;
	margin:0;
	padding:20px 6px;
}
#main h3 {
	font-size:1.4em;
	font-weight:bold;
	margin:0 6px 1.2em 6px;
	padding:0;
}

#main #topPic {
	display:block;
	border-top:#CECECE 1px solid;
	border-bottom:#CECECE 1px solid;
	margin:0 0 20px 0;
	padding:0;
}
#main p {
	margin:0 6px 1.2em 6px;
	padding:0;
	font-size:1.2em;
	line-height:1.2em;
}
#main p a {
	color:#6B6B6B;
}
#main p a:hover {
	color:#cc0000;
}
#main p.linkbox {
	font-size:1.1em;
}


/* form info */

#main fieldset {
	border:0px solid #ccc;
	margin:0;
	padding:0;
}
#main legend {
	display:none;
}
#main form {
	width:617px;
	margin:20px 0px 0 6px;
	padding:20px 0 0 0;
	overflow:hidden;
	border-top:#CECECE 1px solid;
}
#main form br {
	clear:left;
}
#main input, #main select, #main textarea {
	width:200px;
	height:17px;
	margin:0 0 12px 0;
	padding:0;
	border:#979898 1px solid;
	border-bottom:#4D4E4F 1px solid;
	background:#fff url(../images/input_bg.gif) top repeat-x;
	color:#6B6B6B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
#main input:focus, #main select:focus {
	background:#fff url(../images/input_bg_focus.gif) top repeat-x;
}
#main form span.spaziatore {
	float:left;
	margin:0;
	width:12px;
}
#main label {
	font-size:11px;
	width:100px;
	line-height:19px;
	float:left;
	display:block;
	margin:0 0px 12px 0;
}
#main textarea {
	height:57px;
	background:#EDEDED url(../images/textarea_bg.gif) bottom repeat-x;
}
#main textarea:focus {
	background:#EADDDD url(../images/textarea_bg_focus.gif) bottom repeat-x;
}
#main input.button {
	width:57px;
	height:20px;
	background:none;
	border:none;
	margin:0;
	padding:0;
	float:right;
}

#main input.checkbox {
	width:30px;
}





/* gallery */

div.border1 {
	border-top:#CECECE 1px solid;
	padding:20px 0 0 0;
	margin:0 6px;
	height:100%;
	overflow:hidden;
}

div.border1 span.spaziatore {
	float:left;
	margin:0;
	width:6px;
}

div.galleryCat {
	float:left;
	width:305px;
	border-bottom:#CECECE 1px solid;
	margin:0 0 6px 0;
	padding:0 0 5px 0;
}

div.galleryCat img.thumb {
	display:block;
	float:left;
	margin-right:6px;
}
div.galleryCat a {
	text-decoration:none;
	font-weight:bold;
}
div.galleryCat p span {
	font-size:.915em;
}



/* div.border2 {
	border-top:#CECECE 1px solid;
	border-bottom:#CECECE 1px solid;
	padding:20px 0;
	margin:0 6px 20px 6px;
	height:100%;
	overflow:hidden;
} */

#main p.col1 {
	float:left;
	width:193px;
}

#thumbBox {
	margin:0 0 14px 0px;
	height:100%;
	overflow:hidden;
}
#thumbBox a {
	display:block;
	float:left;
	margin:0 6px 6px 0;
}
#thumbBox a:hover {
	position:relative;
	top:2px;
}




#main #picBox {
	text-align:center;
	margin-bottom:20px;
}

#main p.pagebox2 {
	font-size:1.1em;
	text-align:right;
	margin-left:310px;
	margin-bottom:20px;
}
#main p.pagebox2 a {
	text-decoration:none;
}

#main p.mailbox {
	float:left;
	font-size:1.1em;
	width:300px;
}
#main p.mailbox a {
	text-decoration:none;
	padding-left:23px;
	background:url(../images/ico_mail.gif) no-repeat;
}

#main p.didabox {
	text-align:center;
}




/* news & eventi */


#main.newsHome h3 {
	display:none;
}

#main ul {
	float:left;
	width:200px;
	margin:0 0 12px 6px;
}
#main.newsHome ul {
	padding:0 48px 0 54px;
	margin-bottom:0;
	line-height:0;
}
#main.newsHome ul#newsList {
	background:url(../images/news_tit_bg.gif) left top no-repeat;
}
#main.newsHome ul#eventiList {
	background:url(../images/eventi_tit_bg.gif) left top no-repeat;
}

#main.newsHome li {
	min-height:58px !important;
	height:58px;
}

#main li {
	border-bottom:#CECECE 1px solid;
	padding:0 37px 12px 0;
	margin-bottom:12px;
	font-size:1.2em;
	line-height:1.2em;
}
#main li a {
	text-decoration:none;
	color:#6B6B6B;
}
#main li a:hover {
	color:#cc0000;
}

#main li.archivio {
	font-size:1.1em;
	border:none;
	margin-bottom:0;
}
#main li.archivio a {
	text-decoration:underline;
}


#main p.pagebox {
	font-size:1.1em;
	clear:left;
}
#main p.pagebox a {
	text-decoration:none;
}


#main h2 span {
	font-size:.668em;
	font-weight: normal;
	padding:0;
}

#main p.col2 {
	float:left;
	width:410px;
	display:inline;
}


#thumbNews {
	margin:0 0 14px 0px;
	height:100%;
	overflow:hidden;
}
#thumbNews img {
	display:block;
	margin-bottom:1.2em;
}
#thumbNews p {
	margin-left:0;
}

#thumbNews #foto {
	padding-left:23px;
	background:url(../images/ico_foto.gif) no-repeat;
}
#thumbNews #press {
	padding-left:23px;
	background:url(../images/ico_press.gif) no-repeat;
}




/* mappa - 2nd level ul */



#main li ul {
	float:none;
	width:auto;
	margin:6px 0 0 0;
}
#main li ul li {
	border-bottom:0;
	margin:0 0 6px;
	padding:0 0 0 12px;
	font-size:.835em;
	line-height:1em;
	background:url(../images/home_link_bullet.gif) 0 50% no-repeat;
}






/* dovesiamo */


#gmaps {
	padding:0;
	margin:0;
	border:#CECECE 1px solid;
	width:416px;
	height:416px;
	text-align:center;
}





/* promozioni - prenotazione - ricerca */

ul#promo, ul#prenota, ul#ricerca {
	position:relative;
	width:418px;
	height:156px;
	margin:0 0 20px 0;
	background:transparent url(../images/promo_bg.jpg) top no-repeat;
}
ul#prenota {
	background:transparent url(../images/prenota_bg.jpg) top no-repeat;
}
ul#ricerca {
	background:transparent url(../images/ricerca_bg.jpg) top no-repeat;
}

ul#promo li, ul#prenota li, ul#ricerca li {
	border:0;
	width:100px;
	height:156px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
ul#promo li#Audi, ul#prenota li#Audi, ul#ricerca li#Audi {
	left:0;
}
ul#promo li#Vw, ul#prenota li#Vw, ul#ricerca li#Vw {
	left:107px;
}
ul#promo li#Seat, ul#prenota li#Seat, ul#ricerca li#Seat {
	left:213px;
}
ul#promo li#Skoda, ul#prenota li#Skoda, ul#ricerca li#Skoda {
	left:319px;
}
ul#promo li a, ul#prenota li a, ul#ricerca li a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

ul#promo li a:hover {
	background:transparent url(../images/promo_bg.jpg) no-repeat;
}
ul#prenota li a:hover {
	background:transparent url(../images/prenota_bg.jpg) no-repeat;
}
ul#ricerca li a:hover {
	background:transparent url(../images/ricerca_bg.jpg) no-repeat;
}

ul#promo li#Audi a:hover, ul#prenota li#Audi a:hover, ul#ricerca li#Audi a:hover {
	background-position:0 bottom;
}
ul#promo li#Vw a:hover, ul#prenota li#Vw a:hover, ul#ricerca li#Vw a:hover {
	background-position:-107px bottom;
}
ul#promo li#Seat a:hover, ul#prenota li#Seat a:hover, ul#ricerca li#Seat a:hover {
	background-position:-213px bottom;
}
ul#promo li#Skoda a:hover, ul#prenota li#Skoda a:hover, ul#ricerca li#Skoda a:hover {
	background-position:-319px bottom;
}








/* tabella orari */


table.orari {
	width:418px;
	margin:0 0 20px 0;
}

table.orari caption {
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:6px;
	margin:0 0 0px 6px;
	border-bottom:#CECECE 1px solid;
}

table.orari thead td {
	line-height:0px;
	background:#FAFAFA;
}

table.orari tr.light td, table.orari tr.light th {
	background:#F5F5F5;
}

table.orari td, table.orari th {
	width:96px;
	padding:0 2px;
	line-height:24px;
	border-left:#FAFAFA 6px solid;
	border-bottom:#FAFAFA 6px solid;
	background:#ECECEC;
	font-size:1.2em;
	text-align:center;
}

table.orari th {
	text-align:left;
}
table.orari th.cat {
	font-size:1.4em;
	font-weight:normal;
	vertical-align:top;
	background:#FAFAFA;
}

table.orari td.colspan {
	width:206px;
}






/* popup */

#popup-privacy {
	position:absolute;
	top:50%; left:50%;
	width:360px;
	height:360px;
	margin:-180px 0 0 -180px;
	padding:20px 0;
	z-index:99;
	background:#7c7c7c url(../images/body_bg.jpg) bottom repeat-x;
	border:#FAFAFA 1px solid;
	border-bottom:#4D4E4F 1px solid;
	color:#FAFAFA;
	display:none;
}
#popup-privacy p {
	margin:0 20px 10px 20px;
}
#popup-privacy h3 {
	margin:0px 20px 20px 20px;
	padding:0 0 20px 0;
	border-bottom:#FAFAFA 1px solid;
	font-size:1.8em;
	font-weight:bold;
}
#popup-privacy ul {
	margin:0 20px;
	width:auto;
	float:none;
}
#popup-privacy li {
	padding:0 0 0 15px;
	background:url(../images/subNav_bullet.gif) 0 3px no-repeat;
	border-bottom:0;
	font-size:1em;
}
#popup-privacy a {
	display:block;
	width:100%;
	height:20px;
	padding:5px 0 0 20px;
	border-top:#FAFAFA 1px solid;
	position:absolute;
	bottom:0px;
	color:#ccc;
	text-decoration:none;
	font-size:1.1em;
}
#popup-privacy a:hover {
	color:#cc0000;
}
#popcontainer1.open #popup-privacy {
	display:block;
}








/* - - - - - - - - - - - - - - */
/* CANALI SX E ACCESSO BAICLUB */
/* - - - - - - - - - - - - - - */


#sideBox {
	margin:0 629px 0 0;
	padding:0;
	/*background:gold;*/
}

#sideBox ul {
	margin:0;
	padding:6px 6px 0 6px;
	list-style-type:none;
	height:325px;
	background:url(../images/sideBox_bg.jpg) top left no-repeat;
}
#sideBox li {
	margin:0;
	padding:0;
}
#sideBox li a {
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
#sideBox li a#uno {
	height:63px;
}
#sideBox li a#due {
	height:65px;
}
#sideBox li a#tre {
	height:69px;
}
#sideBox li a#quattro {
	height:64px;
}
#sideBox li a#cinque {
	height:64px;
}
#sideBox li a#uno:hover {
	background:url(../images/sideBox_bg.jpg) -6px -339px no-repeat;
}
#sideBox li a#due:hover {
	background:url(../images/sideBox_bg.jpg) -6px -402px no-repeat;
}
#sideBox li a#tre:hover {
	background:url(../images/sideBox_bg.jpg) -6px -467px no-repeat;
}
#sideBox li a#quattro:hover {
	background:url(../images/sideBox_bg.jpg) -6px -536px no-repeat;
}
#sideBox li a#cinque:hover {
	background:url(../images/sideBox_bg.jpg) -6px -600px no-repeat;
}



#sideBox #baiclub p {
	position:relative;
	height:112px;
	padding:0 0 0 15px;
	margin:0;
}
#sideBox #baiclub span {
	display:block;
	text-indent:-9000px;
}
#sideBox #baiclub p a {
	display:block;
	text-indent:-9000px;
	position:absolute;
	height:12px;
	width:108px;
	top:83px;	
}
#sideBox #baiclub .passRetr {
    height: 20px;
    margin: 0px;
    padding: 0px 15px;
}
#sideBox #baiclub .passRetr a {
    color: White; 
    font-size: 11px; 
    text-decoration: none;
}
#sideBox #baiclub .passRetr a:hover {
    color: #BD0800;
}

#sideBox form {
	margin:0;
	padding:0;
	height:224px;
	background:url(../images/baiclub_bg.jpg) top left no-repeat;
}
#sideBox fieldset {
	border:solid 0 #fff;
	margin:0;
	padding:15px 0 0 15px;
	height:auto;
	overflow:hidden;
}
#sideBox legend {
	display:none;
}
#sideBox input {
	display:block;
	float:left;
	width:119px;
	height:17px;
	margin:0 0 11px 0;
	padding:0;
	border:#979898 1px solid;
	border-bottom:#4D4E4F 1px solid;
	background:#fff url(../images/input_bg.gif) top repeat-x;
	color:#6B6B6B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
#sideBox input:focus {
	background:#fff url(../images/input_bg_focus.gif) top repeat-x;
}
#sideBox input.button {
	width:21px;
	height:21px;
	margin:0 0 0 11px;
	padding:0;
	border:0;
	background:none;
}
#sideBox label {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:67px;
	line-height:19px;
	color:#FAFAFA;
	font-size:12px;
}
#sideBox br {
	clear:left;
}

/* - - - - - - - - - - - - - - */






/* - - -  */
/* FOOTER */
/* - - -  */

#foot {
	clear:both;
	height:48px;
	background:url(../images/foot_bg.jpg) top no-repeat;
}
#foot p {
	margin:0px 0 0 14px;
	padding:0;
	color:#666;
	font-size:11px;
	line-height:40px;
}

/* - - -  */
















