.Stile1 {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	text-align:center;

}

.Stile2 {
	font-family: verdana;
	font-size: 12px;
	color:#CACACA;
	text-align:center;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
}

a:link, a:visited {
	text-decoration: none;
	color: #507AAB;
 
}
a:hover, a:active {
	text-decoration: underline;
	color: #6F91BB;
}

h1 {
	margin: 0px;
	font-size: 150%;
	color: #507AAB;

}

h2 {
	margin: 0px;
	font-size: 150%;
	color: #507AAB;
}


h3 {
	margin: 0px;
	font-size: 150%;
	color: #507AAB;
}

h4 {
	margin: 0px;
	font-size: 150%;
	color: #507AAB;
}

h5 {
	margin: 0px;
	font-size: 120%;
	color: #96AC49;
}

h6 {
	margin: 0;
	color: #136EB9;
	font-size: 100%;
}

p{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul{
	margin-left: 5px;
	margin-top: 0;
}


li{
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style-type: disc;
}

/* **** menu **** */

#menuCont {
	width: 640px;
	height: 28px;
	background: url(images/menu_bg.jpg) repeat-x;
	color: #fff;
	text-align: center;
}

ul#menu { 
	list-style: none;
	margin: 0;
	padding: 7px 0;
	white-space: nowrap;
}

ul#menu li {
	display: inline;
	margin: 0;
}

ul#menu a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px;
	border-top: 2px solid #FFF;
	color: #fff;

}

ul#menu a#activeMenu {
	border-color: #F60;
	color:#fff;
	background: url(images/menu_bg_active.jpg) repeat-x;

}

ul#menu a:hover {
	border-color: #F90;
	color: #fff;
	background: url(images/menu_bg_active.jpg) repeat-x;

}

/********************************* corpo *********************************/

#corpo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/transfers_italy_bg.jpg);
}

#main {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;

}

.vDash {
	background: url(images/v_dash.gif) repeat-y center;

}

/* ********** box disponibilità ********** */

.boxDispTop {
	width: 240px;
	height: 28px;
	background: url(images/box_side_top.gif) no-repeat;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
}

.boxDispCorpo {
	background: url(images/box_side_bg.gif);
}

/* ********** box offerta ********** */

.boxOfferTop {
	width: 240px;
	height: 28px;
	background: url(images/box_side_top.gif) no-repeat;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	
}

.boxOfferCorpo {
	padding: 0 20px;
	background: url(images/box_side_bg.gif);
}

.imgAuto {
	margin: 5px 4px 0 0;
	float: left;

}

.imgVetture {
	margin: 0px 4px;
	float: left;

}


/* ********** thumb exc ********** */

#excur {
	color: #96AC49;
	text-align: center;

}

#excur img{
	border: 1px solid #96AC49;
	padding: 1px;

}

#excur a:link, #excur a:visited {
	text-decoration: none;
	color: #96AC49;
	font-weight: bold;

}
#excur a:hover, #excur a:active {
	text-decoration: underline;
	color: #96AC49;
	font-weight: bold;

}

.excurImg{
	border: 1px solid #507AAB;
	padding: 1px;
	margin-bottom: 10px;

}


#boxPrenota {
	background: url(images/box_prenota_bg.gif);
}


/* ********** guestbook ********** */

#guestbook h1{
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 1px solid #6F91BB;
	text-indent: 5px;
	font-size: 11px;
	text-align: right;
}

.guestbookBar {
	color: #666;
	border-top: 6px solid #6F91BB;
	padding-top: 10px;
	margin-top: 10px;
}


/********************************* bottom *********************************/

#bottom {
	width: 730px;
	height: 28px;
	padding-top: 15px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sorrento_transfers_bottom.jpg);
	background-repeat: no-repeat;
	text-align: right;
}






/*************** form **************/

form {
	margin: 0px;
	padding: 0px;
}

.txtarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}
	

.button {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/button_bg.jpg);
	text-align: center;
	text-transform: uppercase;
	height: 22px;
	width: 88px;
	color: #fff;
}



/*************** formattazione **************/

.small {
	font-size: 9px;
}

.txtRed {
	color: #F00;
}

.smallBlu {
	font-size: 9px;
	color: #0284AE;
}



