/* Graphic Design by ByManù Creative Agency - www.bymanuagency.com */
/* Web Standards, CSS & Accessibility by Dunia Basciu  - www.duniabasciu.com */

/* global */
html {
	   margin: 0px;
	   padding: 0px;
		 height: 100%;
		 width: 100%;
		 background-color: #DEE8D9;
	   }

body {
     background: url(../i/sfondo.png) right 100% no-repeat #B8D8C3;
		 border: 1px solid #018343;
		 height: 600px;
		 width: 800px;
		 margin: 20px auto auto auto;
	   padding: 0;
		 font: 100.01%/130% Arial,Helvetica,sans-serif;
     }
		 
#container {
					 margin: 0;
					 height: 100%;
		       width: 100%;
					 padding: 0;
					 text-align: left;
           background-color: transparent;
					 position: relative;
          }
					
#container #header {
          width: 798px;
					height: 92px;
					margin: 0;
					padding: 0;
          }
					
#container #header a img {
          margin: 0 0 0 2px;
					padding: 0; 
					border: none;
          }
					

					
/* navigazione */ 
		
#container #navigation {
					 background: url(../i/navig.png) right top no-repeat transparent;
           width: 165px;
           height: 491px;
					 margin: 17px 0 0 12px;
					 padding: 0;
					 float: left;
					 }
	
#container #navigation ul#navFst {
           float: left;
					 padding: 0;
					 margin: 0 0 0 15px;
					 width: 150px;
					 background-color: #D0E4D7;
           }									 
					 
#container #navigation #navFst li {
             background-color: transparent;
             list-style-type: none;
						 margin: 0;
						 padding: 0;
               }
					 
#container #navigation #navFst li a {
           background-color: transparent;
					 display: block;
           margin: 0;
					 padding: 0;
           width: 151px;
					 height: 24px;
           }
					
#container #navigation #navFst li#chi a {
                           background: url(../i/chisiamo.png) left top no-repeat transparent;
													 height: 28px;
                            }
														
#container #navigation #navFst li#neg a {
                           background: url(../i/negozi.png) left top no-repeat transparent;
                            }
														
#container #navigation #navFst li#col a {
                           background: url(../i/collez.png) left top no-repeat transparent;
                            }

#container #navigation #navFst li#uom a {
                           background: url(../i/uomoI.png) left top no-repeat transparent;
													 width: 140px;
													 margin: 0 0 0 21px;
                            }														
														
#container #navigation #navFst li#don a {
                           background: url(../i/donnaI.png) left top no-repeat transparent;
													 width: 140px;
													 margin: 0 0 0 20px;
                            }
														
#container #navigation #navFst li#bam a {
                           background: url(../i/bambiI.png) left top no-repeat transparent;
													 width: 140px;
													 margin: 0 0 0 21px;
                            }																												
														
#container #navigation #navFst li#ace a {
                           background: url(../i/acces.png) left top no-repeat transparent;
                            }															
														
#container #navigation #navFst li#mar a {
                           background: url(../i/marchi.png) left top no-repeat transparent;
                            }													
														
#container #navigation #navFst li#con a {
                           background: url(../i/cont.png) left top no-repeat transparent;
													 height: 35px;
                            }	
														
 #container #navigation #navFst li a span {
          display: none;  
					}
											 
/* footer */
					 
#container #footer {
           margin: 13px 0 0 210px;
					 padding: 0;
					 width: 590px;
					 height: 20px;
					 font-size: 0.75em;
           }
					 
#container #footer #certificated ul#checklist {
						 margin: 0;
             padding: 0;
             list-style-type: none;
             text-align: left; 
						 width: 95px;
						 float: left;
						 }

#container #footer ul#checklist li {
            background-color: transparent;
						padding: 0;
						display: inline;
            }			
						
#container #footer #copyright {
                   margin: 0;
                   padding: 0;
									 width: 490px;
									 float: left;
                   }
									 
#container #footer #copyright p {
                    margin: 0;
										padding: 0;
										text-align: left;
                    }
										
/* link */	 
a:link, a:active {
	text-decoration : none;
	color: #19905B;
	}

a:visited {
	text-decoration : none;
	color: #19905B;
	}

a:hover {
  text-decoration : underline overline;
	font-weight: bold;
	color: #19905B;
	}	
	
p.news {color:red;
	font-size:1.2em;}
	
													 



					 

					

					


