@charset "utf-8";
/* CSS Document */
.tabs { width: 100%;}

		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
       
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #202020;
		}

		#second {
       
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #202020;
		}

		#third {
      
		    background-repeat: no-repeat;
		    background-position: bottom;
		    min-height: 110px;
		    color: #202020;
		}
		
		.waste {
			min-height: 1000px;
		}

