/* Intro */
body
{
	background: url(../img/gfxBodyBackground01.jpg) repeat-x;
}
.SiteBox01#Intro
{
	width: 960px;
	margin: 0 auto;
}
	#Intro a, .SiteBox01#Intro
	{
		color: #4f4f4f;
		font-size: 11px;
		text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	#Intro > .Header
	{
		height: 104px;
		position: relative;
	}
	
		#Intro > .Header > .logoWagiWielkopolska,
		#Intro > .Header > .logoSerwisNaSodemke
		{
			top: 22px;
			position: absolute;
		}
		
		#Intro > .Header > .logoWagiWielkopolska
		{
			left: 22px;
		}
		
		#Intro > .Header > .logoSerwisNaSodemke
		{
			left: 192px;
		}
		
			#Intro > .Header > div
			{
				top: 25px;
				right: 10px;
				position: absolute;
			}
			
				#Intro > .Header > .MainMenu
				{
					top: 40px;
					right: 35px;
					position: absolute;
				}
				
					#Intro > .Header > .MainMenu > li
					{
						float: left;
						margin: 0 0 0 -1px;
					}
					
					#Intro > .Header > .MainMenu > li:last-child
					{
						border-right: none;
					}
					
						#Intro > .Header > .MainMenu > li > a
						{
							padding: 28px 14px;
							display: block;
							text-transform: uppercase;
							background: url(../img/btnSeparator01.jpg) no-repeat right bottom;
						}
						
						#Intro > .Header > .MainMenu > li > .StronaGlowna:hover {background: url(../img/btnStronaGlowna01_on.jpg) no-repeat center bottom !important;}
						
						#Intro > .Header > .MainMenu > li > .Dzialalnosc:hover {background: url(../img/btnDzialalnosc01_on.jpg) no-repeat center bottom !important;;}
						
						#Intro > .Header > .MainMenu > li > .Oferta:hover {background: url(../img/btnOferta01_on.jpg) no-repeat center bottom !important;;}
						
						#Intro > .Header > .MainMenu > li > .Kontakt:hover	{background: url(../img/btnKontakt01_on.jpg) no-repeat center bottom !important;;}
						
	#Intro > .Content 
	{
		top: 0;
		margin: -70px 0 0 0;
	}
	
		#Intro > .Content > ul {
			zoom: 1;
			overflow: hidden;
		}
		
			#Intro > .Content > ul > li
			{
				float: left;
			}
	
	#Intro > .Footer
	{
		height: 110px;
		position: relative;
		background: url(../img/gfxFooterShadow01.jpg) no-repeat;
	}
	
		#Intro > .Footer *
		{
			color: #a3a3a3;
		}
		
		#Intro > .Footer > a
		{
			position: absolute;
			right: 20px;
			top: 65px;
		}
	
		#Intro > .Footer > div
		{
			position: absolute;
			left: 20px;
			top: 40px;
		}
	
		#Intro > .Footer > ul
		{
			position: absolute;
			right: 20px;
			top: 40px;
		}
		
			#Intro > .Footer > ul > li
			{
				float: left;
				padding: 0 0 0 10px;
			}
/* end Intro */
