/* CSS Document */

html{height:100%;}

body {
background-color:#2e2e2c; margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:100%;
}
img {
	border:none;
}
div, h2, a, img, p {
	margin:0; padding:0; border:0px;
	}
	
#container{
     width:960px;
	 margin:20px auto;
	 }
	 
.menu{
  width:820px;
  margin:0 auto;
  }
  
.home{
	 
	 float:left;
	 padding-left:20px;
	 width:200px;
	 height:12px;	
}

.portfolio{
	 
	 float:left;
	text-align:center;
	  width:200px;
	 height:32px;
}
.gallery{
	 
	 float:left;
	 text-align:center;
	  width:200px;
	 height:32px;
 
}


.contatti{
	  
	 float:left;
	 text-align:right;
	 width:200px;
	 height:32px;
}

.img{ 
	background:url(../images/img-centrale.jpg) no-repeat;
   	width:676px;
 	height:282px;
	margin:0 auto;
	border:1px solid #8b8a85;}
	
.imgScritta{
	background:url(../images/scritta-photographando.png);
	 width:448px;
	 height:98px;
	 margin:10px auto;

}

.firma{
  	background:url(../images/firma.png);
  	width:226px;
	height:39px;
	margin:10px auto;
	
  }
  
 .testo{
   width:940px;
   height:auto;
   line-height:18px;
   padding:20px 0px;
   color:#fff;
   text-align:center;
 } 
 
 /*gallery*/
 
 ul.ppt {
	position: relative;
}

.ppt > li {
	list-style-type: none;
	position: absolute;
	 top: 0;
	left: 0;
}

.ppt img {
	border: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #ececec;
}

.contenitoreImg{
position:relative;
width:228px;
height:200px;
}

.contenitoreCategorie{
  width:960px;
  height:730px;
   background:#414141;
   margin: 30px 10px;
   
}


.categorie{
position:absolute;
filter:alpha(opacity=70); 
-moz-opacity:.70; 
opacity:.70; 
background:#414141;
width:243px;
height:30px;
top:120px;
color:#fff;
text-align:center;
 font-weight:bold;
 *left:40px;
}

.footer{ color:#fff; font-size:10px; padding:5px; text-align:right}

table tr td {
margin:10px;
}

.home a:hover{ color:#f7f7f7}

.logoAirf{
 background:url(../images/logo-airf.png) no-repeat;
 width:179px;
 height:59px;
 margin-top:10px;
}

/*gallerie interne*/
ul.exposureThumbs {
	background:#111;
	float:left;
	border:3px solid #111;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.exposureThumbs li {
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	display:none;
}
ul.exposureThumbs li img {
	cursor:pointer;
}
ul.exposureThumbs li.last {
	margin:0;	
}
.exposureTarget {
	background-color:#111;	
	background-image:url(loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:right;
	padding:0;
	margin:0;
	border:4px solid #111;
	position:relative;
	overflow:hidden; 
}
.exposureWrapper {
	position:absolute; 
	top:0;  
	left:0;
}
.exposureWrapper img {
	cursor:pointer;
}
.exposureLoaded {
	background-image:none;	
}
.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}


.titoloSito{
  
  background:url(../images/passionephoto.png)  center center no-repeat;
  height:61px;
  margin:10px 0px 40px 0px;
}