
/*----------------------BACKGROUND------------------*/

body{
	/*COMMON FONT SETTINGS */
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background-image:url(../images/background/patternBit.gif);
	width:100%;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

#vertivallyPositionedContainer{
	position:absolute;
	top:50%; /*horizontal alignment of the top line of the container*/
	margin-top:-330px;
	width:100%;
}

/*-------------------END---BACKGROUND------------------*/

/*----------------------MAIN PANEL------------------*/

#greenCenteredPanelTop, #greenCenteredPanelBottom{
	position:relative;
	width:659px;
	left:50%;
	margin-left:-330px; /*half width */

}

#greenCenteredPanelTop{
	z-index:4;
}
#greenCenteredPanelBottom{
	z-index:1;
	bottom:1px;
}



#topLeft{
float:left;
background-image:url(../images/background/topLeft.gif);
width:18px;
height:88px;
}

#topHigherPtn{
float:left;
background-image:url(../images/background/topHigherPtn.gif);
width:252px;
height:88px;
}

#topConnector{
float:left;
background-image:url(../images/background/topConnector.gif);
width:36px;
height:88px;
}

#topLowerPtn{
float:left;
background-image:url(../images/background/topLowerPtn.gif);
width:332px;
height:88px;
}

#topRight{
float:left;
background-image:url(../images/background/topRight.gif);
width:21px;
height:88px;
}

#lineShadow_topLeft{
float:left;
background-image:url(../images/background/lineShadow_topLeft.gif);
width:10px;
height:20px;
}
#betweenShadowsPtn_top{
float:left;
background-image:url(../images/background/betweenShadowsPtn.gif);
width:639px;
height:20px;
}
#lineShadow_topRight{
float:left;
background-image:url(../images/background/lineShadow_topRight.gif);
width:10px;
height:20px;
}

/* ----------------------THE STREATCHABLE PANEL PART-------------------------*/

#horizontalStripe{ 
	position:relative;
	margin-top:-1px;
	width:100%;
	z-index:3; 
	
	background:white; 
	border-top:1px solid #333; 
	border-bottom:1px solid #333; 

} 

/*modified at the beggining of realizacjeInc.php*/
#centerPtn_vStretchable{
	position:relative;
	margin:0 auto;
	
	width:619px;	
	padding:0 20px; /* 2*padding + width = pattern width */
	padding-top:10px;
	padding-bottom:2px;
	background-image:url(../images/background/middlePanelPtn.gif);
	background-repeat:repeat-y;
	background-position:center;

	min-height:400px;
	-height:408px;
}
* html #centerPtn_vStretchable{
	left:-1px;	
	
}


/* gotta be placed here - in hStripe - due to z-index dependencies */
#centerPtn_vStretchableBottom{
	position:absolute;
	left:50%;
	margin-left:-330px;
	
	height:1px;
	width:659px; /*same as vStreachable*/
	background-image:url(../images/background/lineItselfBottom.gif);
	background-repeat:no-repeat;
	
	z-index:0;

}

#hStripeLeft, #hStripeRight{
		position:absolute;
		margin-top:-1px;
		width:310px;; 
		height:100%;
		background:#fff; 
		border-top:1px solid #333; 
		border-bottom:1px solid #333; 
}

	#hStripeLeft{
		margin-left:-310px;

	}
	
	#hStripeRight{
		margin-left:659px;
	}


/* --------------------------------------------------------------------------*/

#lineShadow_bottomLeft{
float:left;
background-image:url(../images/background/lineShadow_bottomLeft.gif);
width:10px;
height:48px;

}

#betweenShadowsPtn_bottom{
float:left;
background-image:url(../images/background/betweenShadowsPtn.gif);
width:639px;
height:48px;
}
#lineShadow_bottomRight{
float:left;
background-image:url(../images/background/lineShadow_bottomRight.gif);
width:10px;
height:48px;
}


#bottom{
float:left;
background-image:url(../images/background/bottom.gif);
background-repeat:no-repeat;
width:659px;
height:15px;
margin-bottom:60px;
}


.clearFloat{
clear:both;
}
/*--------------------END---MAIN PANEL------------------*/


/*----------------------NAVIGATION------------------*/

a{
text-decoration:none;
}

#naviPanel{
position:absolute;

width:625px;
height:32px;
top:56px;
left:14px;
}
	
	#naviPanel a:hover{
	background-image:url(../images/background/buttonNormalMouseOver.gif);
	}
	
	#naviPanel ul{
	margin:0px;
	padding:0px;
	}
	
	/* normal button */
	#naviPanel li{
	display:block;
	float:left;
	padding:0px;
	width:115px;
	height:30px;
	text-decoration:none;
	margin-right:10px;
	}
	


	/* normal button text*/
	#naviPanel li a{
	text-align:right;
	color:white;
	
	height:30px;
	padding-top:13px;
	
	width:100px;
	padding-right:11px;
		
	background-image:url(../images/background/buttonNormal.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
	/* common font settings for both: chosen and avalible txt links */
	#naviPanel li a, .chosenButtonTxt{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	}
	

.chosenButton{
background-image:url(../images/background/buttonChosen.gif);
position:absolute;
width:123px;
height:32px;
left:0px;
}

	.chosenButton .chosenButtonTxt{
	margin-top:13px;
	width:118px;
	text-align:center;
	color:black;
	}






/*-------------------END---NAVIGATION------------------*/















