@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;

}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	position: relative;
	background-image: url(img/bg2.jpg);
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	background-color: #008EEE;
	background-repeat: no-repeat;
}

#contenitore #menu {
	position:absolute;
	top:0px;
	width: 622px;
	height: 34px;
	background-repeat: no-repeat;
	right: 70px;
}

.it {
	background-image: url(img/it_bgmenu.gif);
}


.en {
	background-image: url(img/en_bgmenu.gif);
}



#menu a {
	position:absolute;
	top: 2px;
	/*border: 1px solid #FF0000;*/
	height: 20px;
	display:block;
	text-indent:-9000px;
	background-image: url(img/trasparente.gif);	
	}

#menu a#it {
	width:22px;
	left:55px;
	height:18px;
}

#menu a#en {
	width:22px;
	left:28px;
	height:18px;
}

#menu a#home {
	
	width: 45px;
	left: 98px;
}

#menu a#struttura {
	
	width: 85px;
	left: 156px;
}

#menu a#dove {
	
	width: 95px;
	left: 258px;
}

#menu a#servizi {
	
	width: 65px;
	left: 376px;
}

#menu a#tariffe {
	
	width: 62px;
	left: 458px;
}

#menu a#contatto {
	
	width: 67px;
	/*left: 454px;*/
	left: 536px;
	
}

.box {
	width:504px;
	height:548px;
	position:absolute;
	top:-550px;
	left: 370px;
	z-index:-5;
	background-image: url(img/pannello.gif);
	background-repeat: no-repeat;
}

#contenitore {
	width:960px;
	margin:auto;
	position:relative;
}

.box .area { 

	position:absolute;
	width: 450px;
	height:400px;
	top: 130px;
	left:25px;
	overflow: auto;
	
	}
	
.box h2 {
	font-size:150%;
	position:absolute;
	top:90px;
	left:50px;
}

.area p { margin-bottom:20px; }

.area img { float:left; margin-left:2px; margin-right:2px; }

.contatto li {
	list-style-position:outside;
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:15px;
}

.contatto .telefono {
	
	list-style-image: url(img/telefono.jpg);
}

.contatto .lettera {
		list-style-image: url(img/lettera.jpg);
		line-height:18px;
}

.contatto .email {
	
	list-style-image: url(img/email.jpg);
}

.contatto .skype {
		list-style-image: url(img/skype.jpg);
}

.contatto .msn {
	
	list-style-image: url(img/msn.jpg);
}

.contatto .facebook {
		list-style-image: url(img/facebook.jpg);
}

.contatto .myspace {
	
	list-style-image: url(img/myspace.jpg);
}


.servizi, .skill {
	width:46%;
	float:left;

}

.skill { float:right; }

.servizi li, .skill li {
	list-style-position:outside;
	list-style-type: disc;
	list-style-image: url(img/check.gif);
	margin-left:25px;
	margin-bottom:10px;
}

.servizi ul, .skill ul {
	margin-bottom:20px;
}

#map { width:90%; height:200px; margin:auto; }



table td {
	vertical-align:middle;
	padding:5px;
	text-align:center;
	
}

tr.titolo {
	color: #FFFFFF;
	background-color: #0087F0;
	
	
}

tr.tariffe {
	
	font-size:10px;
	font-weight:bold;
	
	
}

tr.duepersone td, tr.trepersone td {
	text-align:right;
	background-color:#FFFF66;

}

tr.trepersone td {

	background-color:#66FF99;
}

tr.aggiunta td {
	background-color:#FF6600;
}

tr.duepersone td.centro, tr.trepersone td.centro { text-align:center; }



.cancella { clear:both; visibility:hidden; }

#piede {
	position: absolute;
	left: 20px;
	top: 500px;
	width:200px;
	font-size:10px;
	background-color: #FFFFFF;
}

#piede .content {
	
	margin:3px;
	text-align: center;
	display: block;
}

#piede a {
	color:#660000;
	font-weight:bold;
	text-decoration: none;	
}

/* scroll panel css */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/*.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}

*/

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #8C4F3B;
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #410202;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
