/*****************************************************************************
 * 2009 copyright(c) Studio AQuA
 *
 * web		http://www.studioaqua.it
 * email	info@studioaqua.it
 *****************************************************************************/


/*** MAIN ********************************************************************/
body{
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	/*background: black url(../images/studio-aqua-bg.jpg) no-repeat scroll center top;*/
	background: white;
	color: #404040;
}

#container {
	width: 700px;
/*	margin-left:auto;
	margin-right:auto;*/
}

/*** CONTACT *****************************************************************/
p, h1, form, button{border:0; margin:0; padding:0;}

.contact {
	min-height: 480px;
	margin-left: 75px;
}

.top h1 {
	font-size: 20px;
	float:left;
	width:600px;
	margin-top: 16px;
}
.top img {
	float: right;
}
.top p.contactIntro { 
	padding: 10px 75px 10px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	clear: both;
}

.obbligatori {
	float: right;
	margin: 10px 0;
}

form.cleanform div {
	clear:both;
	font-size:11px;
}

form.cleanform div.header {
	border-bottom:solid 1px #b7ddf2;
	font-size:11px;
	margin-bottom:20px;
}

form.cleanform label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:130px;
	float:left;
	color: black;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
}

form.cleanform .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:130px;
}

/* Button main class */
form.cleanform input.button {
	float:none;
	width:140px;
	height:30px;
	text-align:center;
	line-height:20px;
	color:#666;
	font-size:11px;
	font-weight:bold;
	border:1px solid #666;
	
 	font-size:11px;
	text-transform: uppercase;
 	text-decoration:none;
 	font-weight:bold;
 	cursor:pointer;
	margin: 0;
	padding: 0;
}


/* Positive button */
form.cleanform input.button:hover {
	background-color: #333;
	border: 1px solid #666;
	color: #eee;
}


/* Button images */
form.cleanform textarea, input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ccc;
	background: #f5f5f5;
	width:300px;
	margin:2px 0 10px 10px;
}
form.cleanform input[type="checkbox"] {
		width: 25px;
}

form.cleanform input.errorField,
form.cleanform textarea.errorField {
	border:1px solid red;
	color: red;
}
form.cleanform h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

form.cleanform .contactIntro {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 10px 0 0;
	text-align:justify;
}
form.cleanform .intro-spacer {
	height: 20px;
}

#indirizzo {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 14px;
}

#indirizzo h4{
	font-weight:normal;
}

#indirizzo p {
	margin: 10px 0;
}
#map {
	height: 300px;
	background: transparent url(../images/map.jpg) no-repeat scroll 0 0;
}
#map a {
}

/*** TECHNOLOGY **************************************************************/
.technology {
	margin-top:20px;
	margin-bottom:20px;
}

/*** FOOTER ******************************************************************/
#footer {
	margin:40px auto 20px;
	text-align:center;
	width:960px;
}

#footer .links a, #footer .links a:visited {
	color:white;
	font-size:11px;
	/*font-weight:bold;*/
	margin:0 20px;
	padding:3px 5px;
}
#footer .disclaimer a, #footer .disclaimer a:visited {
	color:white;
	font-size:11px;
}
#footer .links a:hover {
	color: black;
	background: white;
}
#footer .disclaimer a:hover {
	color: black;
	background: white;
}

.validations {
	margin-bottom:20px;
}
.disclaimer {
	color:white;
	font-size:10px;
	/*font-weight:bold;*/
	margin:20px auto;
	width:400px;
}


#privacyNotice h4 {
	margin: 20px 0 10px 0;
}

#privacyNotice p {
	margin: 5px 0;
	line-height: 14px;
}

/*** ADDTHIS ******************************************************************/
.addthis {
	padding-top:30px;
	padding-left:750px;
}

.addthis_default_style {
	color: #333;
}

.addthis_default_style a {
	color: #333;
}
