@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #393939;
	background: #FFF url(../img/sfondo-html-texture.jpg) repeat-x 0 -1px;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
}

#wrapper-all {
	width: 920px;
	margin: 0 auto;
	background: url(../img/wrapper-ombra.png) repeat-y 0 0 !important;
	background: none;
	padding: 5px 24px 0 23px;;
}




/* HEADER  */
#header {
	height: 113px;
	background: url(../img/header-sfondo.gif) no-repeat 0 0;
}

h1 {
	height: 108px;
	margin: 0 5px 5px 5px;
	background: url(../img/logo-libreria-terra-santa.gif) no-repeat 0 0;
	text-indent: -3000px;
}




/*  MENU  */
#menu {
	height: 57px;
	margin: 0;
	padding: 0;
	background: #FFF url(../img/menu-sfondo.png) repeat-x 0 0;
	list-style: none;	
}

#menu li {
	display: block;
	float: left;
	line-height: 57px;
	text-indent:-3000px;
}

#menu a {
	display: block;
}

#menu .index {
	width: 143px;
	background: url(../img/pulsante-libreria.png) no-repeat 0 0;
}

#menu .index-selected {
	width: 143px;
	background: url(../img/pulsante-libreria-roll.png) no-repeat 0 0;
}

#menu .catalogo {
	width: 134px;
	background: url(../img/pulsante-catalogo.png) no-repeat 0 0;
}

#menu .catalogo-selected {
	width: 134px;	
	background: url(../img/pulsante-catalogo-roll.png) no-repeat 0 0;
}

#menu .contatti {
	width: 171px;
	background: url(../img/pulsante-trovarci.png) no-repeat 0 0;
}

#menu .contatti-selected {
	width: 171px;
	background: url(../img/pulsante-trovarci-roll.png) repeat-x 0 0;	
}




/*  H2  */
h2 {
	height: 213px;
	margin: 0;
	background: #FFF url(../img/h2.jpg) no-repeat center center;
	text-indent: -3000px;
}




/* MAIN  */
#main {
	padding: 50px 90px;
	background: #FFF url(../img/wrapper-sfondo.png) repeat-x 0 0;
}

#main ul {
	float: left;
	margin-left: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
	line-height: 23px;
}

#main .box {
	float: right;
	width: 272px;
	height: 140px;
	margin-top: 65px;
	background: url(../img/box-laterale.png) no-repeat 0 0;
	text-indent: -3000px;
}

.references {
	clear: both;
	position: relative;
	left: -10px;
	padding-left: 8px;
	border-left: 1px solid #D7D7D7;
	font-size: 13px;
}

.references p {
	margin: 0;
}




/*  FOOTER  */
#footer {
	width: 920px;
	margin: auto;
	padding: 5px 24px 0 23px;
	background: url(../img/footer-ombra.png) repeat-y 0 0 !important;
	background: none;
	text-align: right;
	font-size: 10px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #393939;
	text-decoration:none;
}

a {
	color: #9E2424;
}



/*  PAGINA CONTATTI  */
.contenitore-contatti div {
	margin-top: 7px;
}

.contenitore-contatti p {
	margin: 3px 0 0 10px;
}

.contenitore-contatti strong {
	display: block;
	margin: 15px 0 3px 0;
}

.contenitore-orari em {
	display: inline-block;
	width: 130px;
}

.contenitore-mezzi em {
	display: inline-block;
	width: 70px;
}

.corsivo {
	font-style: italic;
}


.mezza-colonna {
	width: 50%;
	float:left;
}



/*  GOOGLE MAPS  */
#map-canvas {
	width: 700px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	border: #F2F2F2 solid 15px;
	
}

#map-canvas span {
	margin: 10px;
	padding: 4px;
	color: #676767;
	font-size: 11px;
}
