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

* {
	margin:0;
	padding:0;
	border:0;
}

img a:link{
	border: 0;
}


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

}

p{
	font-family: 'web_serveroffregular';
	font-size:23px;	
}

p a:link, p a:visited {
	text-decoration:none;
	color:#e5e5e5;	
}


p a:hover, p a:active {
	text-decoration:none;
	color:#FC0;

}



body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;	
	background-image:url(../theme/bkg_home.jpg);
	background-position: top center;
	background-attachment:fixed;
}


.header {
	width:100%;
	height:150px;
	margin-top:50px;
	background-color: rgba(0, 0, 0, 0.5);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
	
	
}

.content {
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
}

.header_content {
	width:950px;
	height:110px;
	margin:20px auto;
	
}

.logo {
	width:283px;
	height:110px;
	padding-top:15px;
	float:left;
}


.navbar {
	height:15px;
	float:right;
	width:auto;
	margin-top:70px;
}

.navbar ul {
	list-style:none;
	float:right;
	width:595px;
}

.navbar li {
	color:#FFF;
	float:left;
	text-transform:uppercase;
	margin-right:20px;
	font-size:26px;
	font-family: 'web_serveroffregular';
	
	
}


.navbar li a:link, .navbar li a:visited{
	color:#FFF;
	margin-right:25px;
	text-decoration:none;
					
}


.navbar li a:hover, .navbar li a:active{
	float:right;
	margin-right:25px;
	text-decoration:none;
	color:#FC0;
	
}

.selected {
	float:right;
	margin-right:25px;
	text-decoration:none;
	color:#FC0;
}


.selected a:link {
	float:right;
	margin-right:25px;
	text-decoration:none;
	color:#FC0;
}


.nascosto {
	visibility:hidden;
}



.titolo img {
	margin:15px 0 0 20px;
}

.colonna_sx {
	float:left;
	width:200px;
	height:auto;
	margin:20px 0 0 70px;
}

.colonna_sx img {
	width:200px;
    height:150px;
	margin-bottom:10px;
	border:solid 1px #000;
}

.colonna_dx {
	float:right;
	width:580px;
	height:400px;
	margin:20px 40px 0 0;
	text-align:justify;
}


/* PHOTOGALLERY PAGE */


.photogallery {
  	float: left;
    height: auto;
    margin: 20px 0 0 50px;
    width: 100%;
}
.photogallery img {
    border: 1px solid #000000;
    height: 110px;
    margin: 5px;
    width: 150px;
}







.footer {
	width:100%;
	height:150px;
	margin-top:50px;

	background-color: rgba(0, 0, 0, 0.5);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
	
	float:left;
	
}
	
	
.footer_contenuto {
	width:950px;
	height:auto;
	margin: 30px auto 0 auto;
}

.footer p {
	text-align:center;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:2;
	
}




.minigalleria {
	width: auto;
	height: auto;
	margin-bottom:30px;
	float: left;
}






/*CONTACT FORM*/


input {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000000;
    background: #CCCCCC;
    text-align: left;
    padding: 5px;
    width: 170px;
    border: 1px solid #000000;
    margin-top: 10px;
   }
	
	
	textarea {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000000;
    background: #CCCCCC;
    text-align: left;
    padding: 5px;
    border: 1px solid #000000;
    margin-top: 10px;
  }
  
