* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999;
}

#container {
	text-align: left;
	width: 800px;
	padding: 0;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

	#main_logo
	{
		width: 213px;
		height: 39px;
	}
	
	ul#main_menu
	{
		display: block;
		margin-top: 20px;
		margin-left: 10px;
		margin-bottom: 40px;
		list-style: none;
		height: 20px;
		clear: both;
	}
	
		ul#main_menu li
		{
			display: block;
			height: 20px;
			float: left;
			margin-right: 15px;
			list-style: none;
		}
		
		ul#main_menu li#ostatni
		{
			width: 100%;
			text-align: right;
		}
		
			ul#main_menu li a
			{
				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: 20px;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				color: #69706E;
				text-decoration: none;
			}
			
			ul#main_menu li a#wyswietlana
			{
				color: #000;
			}
			
			ul#main_menu li a:hover
			{
				color: #000;	
			}
			
	#main_center
	{
		width: 800px;
		text-align: center;
		margin-bottom: 20px;	
	}
	
	#main_left
	{
		width: 190px;
		float: left;
		clear: left;
		margin-right: 10px;
		text-align: center;
	}
	
	#main_right, #main_right_opis
	{
		width: 400px;
		float: left;
		margin-bottom: 40px;
	}
	
		#tytul
		{
			font-size: 24px;
			line-height: 26px;
			color: #666;
			font-weight: normal;
			margin-bottom: 10px;
		}
		
		#main_right p {
			margin-bottom: 16px;
		}
		
		#aesthetic_lista
		{
			list-style: none;
			margin-bottom: 16px;
		}
		
			#aesthetic_lista li
			{
				list-style: none;
				font-weight: bold;
				text-align: center;
			}
		
		#kropki
		{
			margin-top: 30px;
			margin-bottom: 20px;
			background-image: url(./../img/linia_punts.gif);
			background-repeat: repeat-x;
			background-position: top;
			height: 3px;
		}
		
		ul#produkty
		{
			list-style: none;
			display: block;
		}
		
			.produkty_lewe
			{
				display: block;
				list-style: none;
				clear: left;
				float: left;
				width: 187px;
				height: 20px;
				line-height: 20px;
				padding-left: 3px;
				margin-right: 20px;
				background-image: url(./../img/separador_prod.gif);
				background-position: bottom left;
				background-repeat: no-repeat;
			}
			
			.produkty_prawe
			{
				display: block;
				list-style: none;		
				clear: right;
				float: right;
				width: 187px;
				height: 20px;
				line-height: 20px;
				padding-left: 3px;
				background-image: url(./../img/separador_prod.gif);
				background-position: bottom left;
				background-repeat: no-repeat;
			}
			
			ul#produkty a
			{
				color: #999;
				text-decoration: none;			
			}
			
		#nazwa_produktu
		{	
			font-size: 18px;
			line-height: 20px;
			font-weight: normal;
			color: #666;
		}
		
		#main_right_opis h3 
		{
			display: block;
			margin-top: 16px;
			font-weight: bold;
			font-size: 12px;
			line-height: 14px;
		}
		
		#main_right_opis ul, #main_right_opis ul li
		{
			list-style-type: square;
			list-style-position: inside;
		}
		
		.miasto
		{
			text-decoration: underline;
			margin-top: 15px;
			margin-bottom: 4px;
		}
		
		#powrot
		{
			text-align: right;
			margin-top: 15px;		
		}
		
		#mail
		{
			margin-top: 15px;
		}
		
			#mail a
			{
				text-decoration: none;
				color: #999;
			}
			
			#mail a:hover
			{
				color: #666;
			}
		#kontakt
		{
			text-align: center;
		}
		
	#footer
	{
		clear: both;
		text-align: right;
		font-size: 10px;
		line-height: 12px;
		color: #666;
		position: relative;
	}
	
		#footer img 
		{
			width: 20px;
			height: 22px;
			position: relative;
			top: 12px;
		}
