@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'FatboySlimBLTCBRKRegular';
    src: url('font/fbsbltc-webfont.eot');
    src: url('font/fbsbltc-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fbsbltc-webfont.woff') format('woff'),
         url('font/fbsbltc-webfont.ttf') format('truetype'),
         url('font/fbsbltc-webfont.svg#FatboySlimBLTCBRKRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:#000;
}


#container {
	background:#FFF;
	margin:20px auto 0px auto;
	width: 1000px;
	height:800px;
	text-decoration: none;
	color:#000000;
	
	font-family:'FatboySlimBLTCBRKRegular';
	font-size:24px;
	text-align:center;
}

#title {
	float:left;
	width: 1000px;
	height:90px;
	text-decoration: none;
	color:#000000;
	font-size:14px;
	background:url(../images/logo.png) no-repeat center;
}


#menu {
	float:right;
	width: 1000px;
	height:60px;
	text-decoration: none;
	color:#000000;
	font-size:16px;
}

#news {
	float:left;
	width: 200px;
	height: 300px;
	border:0px solid #FFF;
	text-decoration: none;
	color:#000000;	
	padding-top:20px;
	font-size:10px;
}
#site {
	float:left;
	width: 1000px;
	height: 530px;
	border:0px solid #FFF;
	text-decoration: none;
	color:#000000;	
	padding-top:20px;
	font-size:12px;
	overflow:auto;
	font-family:'Comic Sans MS';
}


#footer {
	background:#FFF;
	float:left;
	width: 1000px;
	height: 120px;
	border:0px solid #FFF;
	text-decoration: none;
	color:#000000;
	font-size:16px;	
	padding-top:20px;
}


#menu_orizzontale {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:1px; 
	border:0px solid;
}


#menu_orizzontale li{
	display:inline;
}

#menu_orizzontale a{
	display:block;
	float:left;
	width:100px;
	height:25px;
	margin-left:1px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	text-decoration:none;
	line-height:5px;
	color:#000000;
}

#menu_orizzontale_rico a{
	display:block;
	float:left;
	width:220px;
	height:25px;
	margin-left:1px;
	padding-left:5px;
	text-align:center;
	text-decoration:none;
	line-height:5px;
}

#menu_orizzontale a:hover{
	color:#FF0000;
	
}










/* CONTACT
------------------------------------------------------*/
.map-icon{
	width:127px;
	height:238px;
	margin-right:15px;
	float:left;
}
.contact-span{
	width:38px;
	float:left;
}
#box-map{
	border:1px solid #e6e6e6;
	background-color:#ffffff;
	padding:4px;
	float:left;
}
#map{
	width:273px;
	height:345px;	
	float:left;
}
.map-text{
	margin:40px 0px 10px 0px;
	float:left;
}
.map-text p{
	font-size:11px;
	margin:5px 0px 25px 0px;
	float:left;
}
.pdf-brochure{
	margin-top:40px;
	float:left;
}

/* Contact Form */
.contact-area{
	width:516px;
	margin:35px 0px 35px 0px;
	padding:18px 30px 25px 30px;
	background-color:#f7f7f7;
	border:1px solid #e6e6e6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	float:left;
}
.contact-area h4{
	width:515px;
	color:#b1b1b1;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:15px;
	margin-bottom:15px;
	float:left;
}
.mail-icon{
	margin:-110px 0px 0px 0px;
	position:relative;
	z-index:100;
	float:right;
}

form{
	margin:0; 
	padding:0;
}
fieldset{border:0px;}
#contactFormArea{
	margin:0px 0px 0px 0px;
	float:left;
}
label{
	margin-bottom:2px;
	display:block;
}
.textfield{
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #e6e6e6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 10px 11px 0px; 
	display:inline;
	color:#939393;
	width:151px;
	float:left;
}
.field-nomargin{
	margin-right:0px;
	float:left;
}
.textarea{
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #e6e6e6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px 0px 10px 0px; 
	color:#939393;
	width:501px;
}
.label-form-inline{
	float:left;
}
.buttoncontact{
	width:116px;
	height:37px;
	border:none;
	background-image:url(images/send-but.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	display: inline-block;
	float:right;
}
.loading{
    background:url(images/loading-contact.gif) top left no-repeat;
    padding-left:25px;
	color:#797979;
    margin:10px 20px 0px 0px;
    float:right;
}
.success-contact {
	width:465px;
	text-align:center;
    color:#3F9153;
	margin-bottom:10px;
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(images/success.png) no-repeat;
	background-position:95px 9px;
    border:1px solid #A3F7B8;
	float:left;
} .privacy {
	font-size: xx-small;
}
