@CHARSET "UTF-8";

body
{
	width: 100%;
 	height: 100%;
 	
 	background: #c6c6c6 url(../img/mainPageBG2.jpg) repeat-x;
 	
 	margin: 0px;
 	padding: 0px;
 	
 	font: 12px Arial, Verdana;
}
.flags
{
	float: right;
	padding-right: 20px;
	padding-top: 40px;
}
	.flags a.en
	{
		background-image: url(../img/en.gif);
		background-repeat: no-repeat;
		width: 20px;
		height: 14px;
		
		display: block;
		float: left;
		margin-left: 10px;
	}
	
	.flags a.pl
	{
		background-image: url(../img/pl.gif);
		background-repeat: no-repeat;
		width: 20px;
		height: 14px;
		
		display: block;
		float: left;
	}
#container
{
	width: 1000px;
	height: 590px;
	background: #c6c6c6 url(../img/mainPageBG1.jpg) repeat-x;
	
	margin: 0 auto;
}
	
	#container .top
	{
		width: 960px;
		height: 470px;
	
		margin: 0 auto;
	}
	
	#container .menu1
	{
	
	
	}
	
	#container .menu1 .box
	{
		float: left;
		padding-left: 20px;
		text-align: center;
		line-height: 40px;
	}
		#container .menu1 .box a
		{
			display: block;
			background: url(../img/boxBg.gif) no-repeat;
			
			width: 304px;
			height: 44px;
			
			color: #7a0908;
			font-size: 18px;
			font-family: Arial;
			text-decoration: none;
		}
			#container .menu1 .box a span
			{
				color: #a17e33;
				
			}
	#container .menu1 .rozwiazania
	{
		float: left;
		padding-left: 24px;
	}
		
	
	#container .menu1 .lokalizacja
	{
		float: left;
		padding-left: 24px;
	}
	
	
	#container .menu2
	{
		padding-left: 20px;
		padding-top: 15px;
	}
		#container .menu2 .items
		{
			width: 830px;
			height: 49px;
			background: url(../img/menu2.gif) no-repeat;
			
			padding-left: 129px;
			overflow: hidden;
		}
		
			#container .menu2 .items .item
			{
				color: #ffffff;
				font-size: 16px;
				font-weight: bold;
				font-family: Arial;
				
				text-decoration: none;
				
				padding: 14px 0px;
				width: 152px;
				text-align: center;
				
				background-image: url('../img/btBG2.gif');
				background-position: top right;
				background-repeat: no-repeat;
				
				display: block;
				float: left;
				
				white-space : nowrap;
			}
			
			#container .menu2 .items .item:hover
			{
				color: #7A0908;
				background-image: url('../img/menuSelectedBg.gif');
			
			}
			
			#container .menu2 .items .first
			{
				padding-left: 70px;
			}
			
			#container .menu2 .items .first:hover
			{
				background-image: url('../img/menuSelectedBgFirst.gif');
				background-position: top left;
			}
			
			#container .menu2 .items .last
			{
				background-image: none;
			}
	#container .stopka
	{
		padding-left: 25px;
		padding-top: 30px;
		color: #b0b0b0;
	}
		#container .stopka span
		{
			color: #fec62e;
		}
	
	
.bottom
	{
		width: 1000px;
		height: 19px;
	
		background: url(../img/mainPageBG1bottom.gif) no-repeat;
		margin: 0 auto;
	}
