/* 
   
   Stylesheet created by Pixelia di Marco Corsetti
   Web: www.pixelia.it
   mail: info@pixelia.it

-------------------------------------------------------------

 STILI GENERICI
------------------------------------------------------------- */

body{
   background: #fcfcfc url(../imgs/bg.jpg) top left repeat-x;
   font: 12px/20px Arial, Helvetica, sans-serif;
   text-align: center;
   color: #333
}

body, h1, h2, h3, li, ol, dl, dt, dd, #logo {
   padding: 0;
   margin: 0;
}

ul{
   list-style: disc;
   list-style-position: outside;
   padding-left: 40px;
   margin: 0
}

p{
   padding: 20px 0 0;
   margin: 0;
}

/* ELEMENTI E CONTAINERS
------------------------------------------------------------- */

#wrapper{
   text-align: left;
   margin: 0px auto;
   width:700px
}

#header{
   background: url(../imgs/bg_head.jpg) top left repeat-x ;
   padding: 12px 20px 11px
}

#logo{
	width: 477px;
	height: 86px;
	background: transparent url(../imgs/logo.gif) top left no-repeat;
}

#logo span{
	display: none;
}
	
#logo a{
   display: block;
   width: 231px;
	height: 48px;
   }
   
#container{
   padding: 0 20px 20px;
   background: #FFF;
   margin-top: 20px
   
}
   
#footer{
   margin-top: 20px;
   border-top: 1px solid #dedede;
   padding: 20px 0;
   text-align: center
}

.lavori img{
   background: #FCFCFC;
   border: 1px solid #dedede;
   padding: 4px;
   margin: 20px 21px 0 0
}

.lavori img.FotoLeft{
   margin-right: 0
}


.movie{
   text-align: center;
   width: 320px;
   margin: 0 auto;
   padding: 40px
}

/* IMMAGINE CENTRALE IN HOMEPAGE
------------------------------------------------------------- */

p#centerImg{
   width:700px;
   height:368px;
   background: #FFF url(../imgs/img_home.jpg) left top no-repeat;
   padding: 0 !important;
   margin: 0 !important;
   }
  
  p#intImg{
   width:700px;
   height:203px;
   background: #FFF url(../imgs/img_homeInt.jpg) left top no-repeat;
   padding: 0 !important;
   margin: 0 !important;
   }
   
 p#centerImg span, p#intImg span{
    display: none;
 }


/* STILI PER TESTI E LINKS
------------------------------------------------------------- */ 

h1#pageTitle{
   font-size: 24px;
   padding: 20px 0 10px;
   color: #1d69a9;
   font-weight: normal;
   border-bottom: 1px solid #dedede
}

.blue{
   color: #0EA0F1
}

/*a:link, a:visited{
   color: #AE7954;
   text-decoration: underline;
 }
 
a:hover,  a:focus, a:active{
    color: #8B0B04
 }*/


 
/* NAVIGAZIONE PRINCIPALE
------------------------------------------------------------- */

ul#mainNav{
   padding: 0;
   margin: 0;
   height: 48px;
   background: #FCFCFC url(../imgs/bg_menu.jpg) left top no-repeat;
   width: 700px;
   text-align: center
}

ul#mainNav li{
   display: inline;
   line-height: 48px;
   padding: 0 15px;
   background: transparent url(../imgs/div_menu.jpg) top right no-repeat
}

#mainNav a{
   text-decoration: none;
   height: 48px
}

#mainNav a:link, #mainNav a:visited{
   color: #fd5415
}

#mainNav a:hover, #mainNav a:focus, #mainNav a:active{
   color: #0ea0f1
}

ul#mainNav li.lastItem{
   background: none;
}

/* FORMS
------------------------------------------------------------- */
