/*Foglio di stile AR web-design */


html{}

body {font-family: Arial, Helvetica, sans-serif;
      margin: 0;
	  padding: 0;}
	  
p {font-size: 1em;}
	  
a{color: #36936d; text-decoration: underline;} 	  
	  
a:hover{color: #b54400; text-decoration: none;}
a:focus, a:active {outline: none;}

h1, h2, h3 ,h4{font-family: Arial, Helvetica, sans-serif;
               margin: 0;
			   padding: 0;}
				
h1{font-size: 2em;
   font-weight: bold;}
   
h2{font-size: 1.7em;
   font-weight: bold;}
   
h3{font-size: 1.4em;
   font-weight: bold;}
   
h4{font-size: 1.1em;
   font-weight: bold;}
   
.green{color: #36936d;}
.litegreen{color: #d5fac6;}
.grey{color: #666;}
.litegrey{color: #bbb;}
.red{color: #b54400;}
.white{color: #fdfdfb;}   

/****************************************************************/      	  
#container{width: 780px;
           height: auto;
		   margin: 6px auto;
		   padding: 0;}
		   
#header{background: url(immagini/header.jpg) no-repeat 0 0;
        text-indent: -9999px;
        width: 780px;
        height: 168px;
		margin: 0;
		padding: 0;
		position: relative;}
		
#header_alt{background: url(immagini/header_alt.jpg) no-repeat 0 0;
            text-indent: -9999px;
            width: 780px;
            height: 168px;
		    margin: 0;
		    padding: 0;
		    position: relative;}		
		
#title_img{text-indent: 0;
           width: 93px;
           height: 54px;
		   position: absolute;
		   top: 24px;
		   left: 319px;
		   margin: 0;
		   padding: 0;
		   display: block;
		   z-index: 1;}
			
		
#middle{background: url(immagini/middle.jpg) no-repeat 0 0;
        text-indent: -9999px;
        width: 780px;
        height: 350px;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
		z-index: 0;}
		

		
#navmenu{text-indent: 0;
         width: 340px;
         height: 250px;
		 position: absolute;
		 top: 74px;
		 left: 440px;
		 margin: 0;
		 padding: 0;
		 z-index: 1;}
		 
#navmenu ul{width: 334px;
            height: 250px;
			margin: 0;
			padding: 0;}
			
#navmenu li{width: 334px;
            height: 50px;
			margin: 0;
			padding: 0;
			display: block;
			float: left;}
			
#navmenu li a{background: url(immagini/no_bug.gif) no-repeat 0 0;
              font-family: Arial, Helvetica, sans-serif;
			  font-size: 80%;
			  font-weight: bold;
			  color: #36936d;
			  text-decoration: none;
              width: 121px;
              height: 37px;
			  margin: 0;
			  padding: 13px 0 0 213px;
			  display: block;
			  float: left;}
			  
#navmenu li a:hover{background: url(immagini/hover.gif) no-repeat 0 0;
                    color: #b54400;}
						 
#transparent{background-image: url(immagini/clear.gif);
             text-indent: -9999px;
             width: 200px;
             height: 280px;
			 margin: 0;
			 padding: 0;
			 position: relative;
			 top: 70px;
		     left: 425px; 
			 z-index: 2;} 						   				 		 		
		
#repeat{background: url(immagini/repeat.jpg) repeat-y 0 0;
        width: 712px;
        /*min-height: 29px;*/
        height: auto /*!important;
        height: 29px*/;
        margin: 0;
		padding: 0 0 0 68px;
		float: left;
		display: block;}
		
#lower_links{width: 474px;
             height: 30px;		 
			 margin: 5px 0 0 0;
			 padding: 0 0 0 170px;
			 float: left;}
			 
#lower_links a{font-family: Arial, Helvetica, sans-serif;
               font-size: 0.7em;
			   color: #36936d;
               text-decoration: underline;
			   margin: 0;
			   padding: 0 24px 0 0;
			   float: left;}
			   
#lower_links a:hover{color: #b54400;
                     text-decoration: none;}			   			 		
		
#footer{background: url(immagini/footer.jpg) no-repeat 0 0;
        width: 780px;
        height: 58px;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;
		position: relative;}
		
#counter{width: 50px;
         height: auto;
		 margin: 0;
		 padding:0;
		 position: absolute;
		 top: 4px;
		 left: 70px;
		 z-index: 4;}							 
	
#copyright{font-family: Arial, Helvetica, sans-serif;
		   font-size: 80%;
		   font-weight: normal;
		   color: #36936d;
           width: 302px;
		   height: 20px;
		   margin: 0;
		   padding: 12px 0 0 239px;
		   float: left;}
		   
#w3c{font-family: Arial, Helvetica, sans-serif;
	 font-size: 70%;
	 font-weight: normal;
	 color: #36936d;
     width: 90px;
	 height: 20px;
	 margin: 0;
	 padding: 12px 0 0 80px;
	 float: left;}				
				   	  
	  
	  
	  
	  
