@CHARSET "UTF-8";

body
{
	background-color: #000;
	font: 12px Arial, Tahoma;
		
	

}

address
{
		color: #fff9c3;
		background-color: #000;
		padding: 15px 0px;
		text-align: right;
		
		font-style: normal;
}
.address
{
	padding-top: 1px;
}





#page
{
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-y;
	width: 955px;
	margin: 0px auto;
	
	padding-top: 15px;

	position: relative ;
	
}

	#page .top
	{
		background-image: url(http://www.konarmeble.pl/img/page_top.jpg);
		background-repeat: no-repeat;
		width: 917px;
		height: 170px;
		margin: 0 auto;
	}
	
	#page .top_menu
	{
		height: 23px;
		font: tahoma;
		text-transform: uppercase;
		text-align: center;
		padding-top: 7px
	}
	
		
		
		#page .top_menu .item
		{
			padding: 10px 20px;
			
			color: #252525;
			font-size: 15px;
			font-weight: bold;
			
			background-image: url('http://konarmeble.pl/img/page_topMenu_separator.gif');
			background-position: center right;
			background-repeat: no-repeat;
		}
	#page .top_menu .item:hover { color: red; }
	
		#page .top_menu .item.selected
		{
			color: red;
		}
	
	#page .content
	{
		background-image: url(../img/page_content_bg.gif);
		background-repeat: repeat-y;
		width: 917px;
		margin: 0 auto;
	}
	
	#page .content .left_menu  h7
		{
		color: #ff0000;
		
		text-align:center;
		font:normal 1.417em Georgia;
		
		}
	
	
	
		#page .content .left_menu
		{
			width: 195px;
			text-transform: capitalize;
			float: left;
			padding-top: 10px;
			font: 1.7em tahoma;
		}
		
		
		
			#page .content .left_menu ul
			{
				padding-left: 10px;
				margin: 0px;
				
			}
				#page .content .left_menu ul li
				{
					list-style-image:none;
					list-style-position:inside;
					list-style-type:none ;
					
					
	
					
				}

					#page .content .left_menu ul li a
					{
						color: #fff9c3;
						line-height: 20px;
						font-size: 12px;
						
					}
					
					#page .content .left_menu ul li a:hover { 
					color: red;
					font-weight: bold;
					}
					
					#page .content .left_menu ul li.selected a.selected
					{
						color: #ff0000;
						font-weight: bold;
						
					}
		
		#page .content .main
		{
			width: 680px;
			float: left;
			padding-left: 20px;
			padding-right: 10px;
			padding-top: 20px;
			padding-bottom: 20px;  
			
		}
			
			
			#page .content .main h1
			{
				font-size: 14px;
				color: 000;
				font-weight: normal;
			}
			
			#page .content .main .text
			{
				padding-top: 10px;
			}
			
				#page .content .main .text .mail_info
				{
					text-align: center;
					font-weight: bold;
					padding: 30px 0px;
				}
			
			
			
	#page #galeria
	{
	
	
	}
	
		#page #galeria .image
		{
			float: left;
			width: 200px;
			height: 190px;
			
			padding-top: 0px;
			background-color: #000000;
			
			text-align: center;
			
			margin-top: 20px;
			margin-right: 20px;
			
			
			
			
			cursor: pointer;
		}
		
		#page #galeria .image .desc
		{
			color: #fff9c3;
			font-weight: none;
			text-align: left;
			padding: 0 4px;
			background-color: #000000;
		}
#galeria
{
	position: relative;	
}	
	.bigImageContainer 
	{
		background-color: #ffffff;
		border: 1px solid #393835;
		padding: 10px;
		text-align: center;
		top: 1px;
		position: absolute;
		z-index: 100;
		
		background-image: url(../img/loadinfo.net.gif);
		background-position: center;
		background-repeat: no-repeat;
		
	}
	
		.menuImageContainer span 
		{
			-moz-user-select: none;
			color: #2D2D2D;
			cursor: pointer;
			padding: 0 10px;
			
			line-height: 20px;
			font-size: 12px;
			font-weight: bold;
		}
		
		.menuImageContainer span:hover
		{
			color: #000000;
		}
		
#page .imageShadow
{
	background-color: #000000;
	position: absolute;
	top: 0px;
	z-index: 99;
	
	opacity: 0.9;
  	filter: alpha(opacity = 90);
}


.links
{
	margin-bottom: 0px;
	padding-left:213px;	
	height: 50px;
	padding-bottom: 20px;
}

	.links .zumi
	{
		width: 170px;
		height: 60px;
		
		display: block;
		float: left;
		
		background-image: url('../img/zumi.gif');
		background-repeat: no-repeat;
		background-position: 0 10px;
		
		padding-right: 36px;
		color: #DC4D09;
	}	
	
	.links .allegro
	{
		width: 170px;
		height: 60px;
		
		display: block;
		float: left;
		
		background-image: url('../img/allegro.gif');
		background-repeat: no-repeat;
		background-position: 0 10px;
		
		padding-right: 33px;
		color: rgb(128, 0, 0);
	}
	
	.links .zagiel
	{
		width: 130px;
		height: 60px;
		
		display: block;
		float: right;
		
		background-image: url('../img/zagiel.gif');
		background-repeat: no-repeat;
		background-position: 0 10px;
		color: #DC4D09;
	}

.contact_email label
{
	display: block;	
	padding-top: 5px;
	padding-bottom: 2px;
}

.contact_email .inputbox
{
	border: 1px solid #252525;
	width: 350px;
}	
	
