@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background: url(../images/sfondo-bus.gif) top left repeat-x #a80000;
	font-size: 11px;
	color: 000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px
}

img{
	border: none;
}

a{
	color: #a80000;
	text-decoration: none;
}

a:hover{
	color: #a80000;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 10px;
	font-size: 21px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	float: left;
	clear: both;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 7px;
	font-size: 14px;
	color: #FFF;
}

p{
	padding-bottom: 10px;
}
	
div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 970px;
}

div#testata{
	background: #bcd10d;
	width: 100%;
	float: left;
	}
	div#logo{
		float: left;
		width: 40%;
		padding: 20px 0 20px 40px;
	}
	div#banner{
		float: right;
		text-align: right;
		width: 45%;
		padding: 20px 40px 20px 0;
	}

ul#menu{
	width: 87%;
	clear:both;
	float: left;
	list-style: none;
	padding-left: 40px;
	}
	ul#menu li{
		display: inline;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 14px;
		float: left;
		}
		ul#menu li a{
			display:block;
			color: #FFF;
			text-decoration: none;
			padding: 10px 20px 10px 0;
		}
		ul#menu li.sel a{
			background: url(../images/sel-menu.gif) bottom center no-repeat;
		}
		ul#menu li a:hover{
			color: #FFF;
			text-decoration: none;
			background: url(../images/sel-menu.gif) bottom center no-repeat;
		}
		
div.green{
	clear:both;
	background: url(../images/bus-home.gif) top right no-repeat #afbd20;
	float: left;
	width: 100%;
	}
	div.green .left-cappelletto{
		float: left;
		width: 40%;
		padding: 20px 0px 0px 50px;
	}
	div.green .min-h{
		height: 169px;
	}

div.white{
	clear:both;
	background: url(../images/sfondo-white.gif) top left repeat-x #FFF;
	float: left;
	width: 100%;
	}
	div.white .left{
		float: left;
		width: 60%;
		padding: 20px 0px 10px 50px;
	}
	div.white .right{
		float: right;
		width: 25%;
		padding: 20px 40px 10px 0px;
	}
	div.white p{
		padding-bottom: 30px;
	}

div.green-sfumato{
	clear:both;
	background: url(../images/sfondo-blocco1.gif) top right repeat-x #bcd10d;
	float: left;
	width: 100%;
	}	
	div.green-sfumato .left{
		float: left;
		width: 50%;
		padding: 20px 0px 10px 40px;
	}
		
	div.green-sfumato .right{
		float: right;
		width: 40%;
		padding: 20px 20px 10px 20px;
		}
		div.green-sfumato .right .riga{
			float: left;
			width: 80%;
			padding: 0px 5px 0px 5px;
			border-bottom: 1px solid #a80000;
			margin-bottom: 5px;
			}
			div.green-sfumato .right .riga div.item-up{
				float: right;
				padding-right: 5px;
				width: 31%;
			}
			

div.green-sfumato-close{
	clear:both;
	background: url(../images/sfondo-chiusura1.gif) top right no-repeat;
	float: left;
	width: 100%;
	}
	
	
form#home input, form#home select{
	width: 100px;
	border: 1px solid #FFF;
}

form#home input.small, form#home select.small{
	width: 40px;
	border: 1px solid #FFF;
}

form#home input.button{
	width: 102px;
	border: 1px solid #FFF;
	background: url(../images/sfondo-button.gif) top left repeat-x;
	border: none;
	height: 21px;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 2px;
}

form#prenota input.button{
	width: 200px;
	border: 1px solid #FFF;
	background: url(../images/sfondo-button.gif) top left repeat-x;
	border: none;
	height: 21px;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 2px;
}

input.campo-paga, select.campo-paga {
	width: 90%;
	border: 1px solid #CCC;
	background-color: #CCC;
}

div.item-up{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	}
	
div.verybig{
	width: 210px;
}

div.big{
	width: 120px;
}

div.float-right{
	float:right;
}

div.small{
	width: 40px;
}

div.red{
	color: #a80000;
}

div.riga{
	float: left;
	border-bottom: 1px double #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 99%;
}

div.box-white{
	margin-top: 14px;
	margin-right: 14px;
	float: left;
	height: 119px;
	width: 234px;
	background: url(../images/sfondo-box.gif) top left no-repeat #FFF;
	padding: 20px 40px 0 40px;
	}
	div.box-white h1{
		padding-bottom: 5px;
	}

div#footer{
	clear: both;
	float:left;
	margin-top: 20px;
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	}
	div#footer a{
		color: #FFFFFF;
		text-decoration: none;
	}
	div#footer a:hover{
		text-decoration: underline;
	}
	div#footer div.left{
		float: left;
		width: 40%;
		padding: 0 0 0 40px;
	}
	div#footer div.right{
		float: right;
		width: 40%;
		padding: 0 40px 0 0px;
		text-align: right;
	}

.clear{
	clear: both;
}

img.banner-right{
	padding-top: 10px;
}

img.bandierina{
	padding-top: 0px;
}

div.bandierina{
	float: right;
}

.blocchetti{
	clear: both;
	float: left;
	width: 100%;
}

form#richiesta input.button{
	width: 102px;
	border: 1px solid #FFF;
	background: url(../images/sfondo-button.gif) top left repeat-x;
	border: none;
	height: 21px;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 2px;
}