@charset "utf-8";
/* CSS Document */

		UL.tabNavigation {
		    list-style: none;
		    margin: 0 0 0 0;
		    padding: 8px 0 0 0;
			width:700px;
			height:28px;
			background:#8c7368;			
		}

		UL.tabNavigation LI {
		    float:left;
			/*font-weight:bold;*/
			font-family:Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			color:#FFF;
			height:22px;
			/*border-bottom: 1px dotted #333;
			border-top: 1px dotted #333;*/
			text-align:center;
			margin-left:10px;
			background:#43322b;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		}
		
		UL.tabNavigation LI.selected, UL.tabNavigation LI:hover {
		background:#871b57;
		color:#f581c1;
		}

		UL.tabNavigation LI A {
			font-family:Arial, Helvetica, sans-serif;
			color: #FFF;
		    background-color: transparent;
		    text-decoration: none;
			padding:0px 10px 0px 10px;
			line-height:22px;
			
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    color: #f581c1;
			/*border-bottom:2px solid #7a3033;*/
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 10px 0 10px 15px;
			margin-top: 3px;
			width:685px;
			/*border-top: 1px dotted #333;*/
			
		}
		
		div.tabs > div h1 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
		}	
			
		div.tabs > div h2 {
			margin-top: 0;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:normal;
			font-variant:small-caps;
			letter-spacing:2px;
			color:#777;
		}
		
		#first {
		    background-color: transparent;
		}

		#second {
		    background-color: transparent;
		}

		#third {
		    background-color: transparent;
		}
		
		#four {
		    background-color: transparent;
		}
		
		.waste {
			height:10px;
		}

