/****************foglio di stile per landing page: parametri condivisi e div generali ***************/

body {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	background:url(images/bkg_body.jpg) repeat-x;
	background-color:#ffffff;
	color:#666;
}
	
img {
	margin:0px;
	border:0px;
	padding:0px;
}

#main {
	margin:0px auto;
	overflow:hidden;
	width:874px;
	background:url(images/bkg_main.jpg) repeat-y;
}

#top {
	margin:0px auto;
	width:874px;
	height:372px;
	background:url(images/bkg_top.jpg) no-repeat;
}

#top h1 {
	padding:9px 29px 0px 29px;
}

/*#top img {
	padding:2px 0px 0px 29px;
}*/

#container_cnfrm {
	width:730px;
	margin:0 auto;
	height:auto;
}

#sinistra {
	float:left;
	width:194px;
	height:auto;
}

.sinistraimg {	
	padding-left:0px;
	padding-top:px;
}
	
#sinistra p {	
	padding-left:25px; 
	line-height:110%; 
	font-size:11px;
}

#sinistra h1 {	
	padding-left:30px;
}
	
#destra {
	float:right;
	width:660px;
	height:auto;
}

#destra p {
	padding-right:25px;
	padding-left:7px; 
}

#destra h1 {
	padding-left:7px;
}

#destra li {
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	font-size:14px;
	padding-left:7px;
	font-weight: normal;
	line-height:160%;
}

#bottom {
	width:874px;
	height:156px;
	background:url(images/bkg_bottom.jpg) no-repeat;
	float:left;
	padding:0px;
	margin:0;
}
			
#bottom p {
	font-size:12px;
	color:#666;
	padding-top:45px;
	padding-left:20px;
	line-height:90%;
}
			
#bottom a {
	color:#663300;
	text-decoration: underline;
}
			  
#bottom a:hover {
	color:#663300;
	text-decoration:none;
}

/********************* form con calendario ***********************/

#form {
	width:618px;
	height:351px;
	background:url(images/bkg_form.jpg) no-repeat;
	margin:0 auto;
	padding:0px;
	font-size: 12px;
}
	
#form p {
	color: #666;
	padding:5px;
	margin: 0;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:100%;
}

#form h2 {
	font-size:14px;
	color: #006699;
	padding:5px;
	margin:0;
}

#form a {
	font-weight: normal;
	font-size:10px;
	color: #666;
}

a:hover.privacy, a:active.privacy {
	text-decoration: underline;
}

#form form {
	margin: 0 0 0 10px;
}

#form .land_input {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 160px;
}

#form .land_input_data {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 115px;
}

#form .land_input_small {
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 35px;
}

#form .land_input_medium{
	font-size: 11px;
	color: #666;
	border: #B6B6B6 solid 1px;
	width: 90px;
}

#form .land_calendario_button {
	border: 0;
	margin: 0;
	background:url(images/button_calendario.jpg) no-repeat center;
	text-align: center;
	width: 33px;
	height: 19px;
	cursor: pointer;
	vertical-align: bottom;
	font-size: 11px;
	color: #666;
}

#form .land_button {
	border: 0;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(images/send_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:26px;
	width: 94px;
	font-weight: bold;
}

#form .land_texarea {
	width: 430px;
	height: 80px;
	font-family:Century gothic, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size: 11px;
	color: #666;
	overflow: auto;
}

/***********************************fine form******************************/
/****************************** tag html ********************************/

p {
	font-size:14px;
	color: #666;
	line-height:160%;
}

h1 {
	font-size:21px;
	color: #006699;
	padding:0;
	margin:0;
}

h2 {
	font-size:19px;
	color: #006699;
	padding-left:7px;
	margin:0;
}

a {
	color:#666;
	text-decoration: none;
	font-size:12px;
}
 
a:hover {
	color:#666;
	text-decoration:underline;
	font-size:12px;
}

.left {
	float:left;
	margin-right:10px;
}

ul {
	font-size:13px;
	color:#666;
	line-height:160%;
}
