@charset "utf-8";
/* CSS alexander ploner website */

body {font-family:Verdana, Geneva, sans-serif;
      font-size: 8px;
	  background-color:#9c9e9f;
	  background-repeat:repeat-y;
	  }
	  
#header {width: 960px;
         height: 152px;
		 background-image:url(../immagini/header-logo-e-bandiera.png);
		 background-position:center;
		 background-repeat:no-repeat;
		 margin:auto;
         }
		 
#containerheader {width:110px;
	              height:55px;
	              position:relative;
	              left: 823px;
	              top: 90px;
				  }
		 
#navbar {width: 960px; height:38px;
         margin:auto;
		 list-style: none;
		 display:block;
		 }
		 
				
#containerrisultati {width:960px;
					 height:408px;
					 background-image:url(../immagini/immagine-risultati.jpg);
					 background-position:center;
					 background-repeat:no-repeat;
					 margin:auto;
                     }
#contenuto {width:280px;
            padding-top:18px;
			padding-left:15px;
			float:left;
			font-size:10px;
			color:#283D88;
			text-align:left;
            }
				
#navsponsor {width:960px; height:86px;
             margin:auto;
			 list-style: none;
			 display:block;
			 }
			 

			 
#footer {width: 960px; height: 84px;
         background-image:url(../immagini/footer-con-copyright.png);
		 background-position:center;
		 background-repeat:no-repeat;
		 margin:auto;
         }
		 
a {overflow:hidden;} 
 
img {border:0;}

/*navigazione principale */

ul#nav {list-style-type:none;
        margin:0px;
		padding:0px;
		}

ul#nav li {width:160px;
           display:block;
		   float:left;
		   text-indent:-9999px;
		   padding:0;
		   margin:0;
		   }

ul#nav li a {height:38px;
             border:0;
			 display:block;
			 text-decoration:none;
			 overflow:hidden;
			 padding:0;
			 margin:0;
			 }
				
li#home a, li#news a, li#qualcosadime a, li#carriera a, li#stagione a, li#galleria a {height:38px;}

li#home a {width:160px;
           background:url(../immagini/home-con-fondo.png) no-repeat;
		   }
		   
li#news a {width:160px;
           background:url(../immagini/news-con-fondo.png) no-repeat;
           }
		   
li#qualcosadime a {width:160px;
                   background:url(../immagini/qualcosa-di-me-con-fondo.png) no-repeat;
				   }
				   
li#carriera a {width:160px;
               background:url(../immagini/carriera-con-fondo.png) no-repeat;
			   }
		
li#stagione a {width:160px;
               background:url(../immagini/stagione-2010-con-fondo.png) no-repeat;
			   }
				
				
				
li#galleria a {width:160px;
               background:url(../immagini/galleria-con-fondo.png);
               }

			   
/*stato hover navigazione principale*/
li#home a:hover,li#home a:focus,li#news a:hover, li#news a.focus, li#qualcosadime a:hover,li#qualcosadime a:focus,
li#carriera a:hover,li#carriera a:focus, li#stagione a:hover,li#stagione a:focus, li#galleria a:hover, li#galleria a:focus {background-position: 0px -38px;}

/* navigazione sponsor */

ul#sponsor {list-style-type:none;
            margin:0px;
		    padding:0px;
		    }

ul#sponsor li{width:240px;
              display:block;
		      float:left;
		      text-indent:-9999px;
		      padding:0;
		      margin:0;
			  }


ul#sponsor li a {height:86px;
                 border:0;
			     display:block;
			     text-decoration:none;
			     overflow:hidden;
			     padding:0;
			     margin:0;
		        }

li#atomic a, li#ciasa a, li#lorenz a {height:86px;}

li#atomic a {width:240px;
             background:url(../immagini/atomicski.png) no-repeat;
             }
            		
li#ciasa a {width:240px;
            background:url(../immagini/ciasa-bruescia.png) no-repeat;
            }
			
li#legnux a {width:240px;
             background:url(../immagini/legnux.png) no-repeat;
             }
			 
		  
li#lorenz a {width:240px;
             background:url(../immagini/LorenzDesign-logo.png) no-repeat;
            }
			
	
		   
li#atomic a:hover, li#atomic a:focus, li#ciasa a:hover, li#ciasa a:focus, li#legnux a:hover, li#legnux a:focus, li#lorenz a:hover, li#lorenzo a:focus {background-position:0 -86px;}

/* navigazione su header*/

ul#navheader {list-style-type:none;
              margin:0px;
		      padding:0px;
		      }

ul#navheader li {width:55px;
                display:block;
		        float:left;
		        text-indent:-9999px;
		        padding:0;
		        margin:0;
		        }

ul#navheader li a {height:55px;
                   border:0;
			       display:block;
			       text-decoration:none;
			       overflow:hidden;
			       padding:0;
			       margin:0;
			       }
				 
li#fis a, li#fisi a {height:55px;}

li#fis a {width:55px;
          background:url(../immagini/fis.png) no-repeat;
          }
		  
li#fisi a {width:55px;
          background:url(../immagini/fisi.png) no-repeat;
          }
		  
li#fis a:hover, li#fis a:focus, li#fisi a:hover, li#fisi a:focus {background-position:0 -55px;}

p#validation  {text-align:center;}







           
 

