body{
	font-family: "Helvetica", "Verdana", Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid black;	
}

.logo{
	background-image: url(../images/logoVersooo.png);
	width: 259px;
	height: 100px;
	float: left;
	margin-right: 14px;
	margin-left: 6px;
}


.menu_bar{
	border-top: 2px solid black;
	background-color: #92C9EB;
	height: 100px;	
	clear:both;
	background-image: url(../images/acquaVersooo.png);	
	background-repeat: no-repeat
}

.menu_bar ul{
	margin: 0px;
	padding: 0px;
	margin-top: 45px;
}

.menu_bar ul li{
	display:inline;
	margin-right: 35px;
	list-style: none;
	padding: 0px;	
}

.menu_bar ul li a{
	text-decoration: none;
	line-height: 20px;
	font-size: 22px;
	min-width: 60px;	
	color:black;
	font-weight: bold;	
	text-transform: lowercase;
}

.menu_bar ul li a.current{
	color:white;
}

.menu_bar ul li a:hover{
	color:white;
}

.menu_bar ul li a.login{
	color: #2470BB;
}

#home, #desc, #contacts, #credits{
	display: block;
}


.content1, .content2, .content3, .content4{
	background-color: white;
	height: 900px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #848688;	
}

.content1{
	background-image: url(../images/br1.jpg);
	background-position:522px 50px;
	background-repeat:no-repeat;
}

.content2{
	background-image: url(../images/br2.jpg);
	background-position:522px 50px;
	background-repeat:no-repeat;
}

.content3{
	background-image: url(../images/br3.jpg);
	background-position:522px 50px;
	background-repeat:no-repeat;
}

.content4{
	background-image: url(../images/collage.png);
	background-position:536px 40px;
	background-repeat:no-repeat;
}


.box_orange, .box_green, .box_blue{
	width: 520px;
	height: 830px;	
	border-right: 1px dotted #848688;
	background-image: url(../images/bolle.png);
	background-position:15px 25px;
	background-repeat:no-repeat;
	padding-bottom: 40px;
	padding-top: 30px;	
	background-color: #FDC81C;
	float:left;
}

.box_green{
	background-color: #BDD950;
}

.box_blue{
	background-color: #4FAFE3;
}


/*.bolle{
	width: 61px;
	height: 900px;
	background-image: url(../images/bolle.png);
	background-repeat: no-repeat;
	float: left;
	margin:10px;
	margin-right: 20px
}*/

.slogan{
	margin-left: 572px;
	margin-top: 360px;
	width: 400px;
	font-size: 41px;
	font-weight: bold;
}

.slogan1{
	margin-left: 552px;
	margin-top: 360px;
	width: 440px;
	font-size: 41px;
	font-weight: bold;
}

.inizio{
	margin-left: 744px;
	margin-top: 870px;
	font-size: 18px;
}

.inizio a{
	color: black;
	text-decoration: none;
}

.inizio a:hover{
	text-decoration: underline;
}

p, .titolo{
	margin-left: 90px;
	margin-right: 30px;
}

.titolo{
	font-weight: bold;
	font-size: 17px;
	text-align: left;	
}

p{
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 18px;
	text-align: justify;	
}

.moduli, .prezzo{
	margin-left: 90px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding:0px;
	list-style-type: none;
}

.moduli li, .prezzo li{
	background:url(../images/lista_bolla.png) left top no-repeat; 
	padding-top: 8px;
	padding-left: 28px;
	min-height: 35px;
}

.prezzo li{
	min-height: 25px;
}

#prezzop{
	margin-bottom: 10px;
}

form{
	margin-top: 10px;
}


form div{
	margin-top: 10px;
}

label{
	display: block;
	float: left;
	width: 140px;
	margin-left: 80px;
	line-height: 22px;
}

form div p{
	margin-top: 20px;
	line-height: 20px;
}

input, textarea{
	background-color: #B5DDF3;
	border-width: 1px;
	border-style: dotted;
	border-color: #B5DDF3;
}

.error{
	margin-left: 2px;
	font-size: 10px;
	margin-top: 0px;
}

fieldset{
border-width: 0px;
}

#infop{
	margin-bottom: 10px;
}

#privacyp{
	margin-bottom: 0px;
	line-height: 16px;
}

#privacylabel{
	line-height: 22px;
}

#accetto{
	display: inline;
}

#submit_btn{
	margin-left: 80px;
	margin-top: 15px;
}

#message{ 
	width:350px;
	margin:20px 0 0 140px;
}

#message h2{
	font-size:150%;
	color:white;
}

#message p{
	color:white;
	font-weight:bold;
	margin:6px 0px;
}

#checkmark{
	position:relative;
	top:-46px;
	left:-60px;
}

#validEmail{
	margin-top: 2px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}


.content3 a{
	color: #2470BB;
}

.content4 a{
	display: block;
	margin-left: 90px;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #2470BB;
}



/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 */ 
* html .clearfix {
	height: 1%;
}

/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

