/* ----- common ----- */
* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	background-color:#fff;
	text-align: center;
}
* html body {
	font-size: x-small; /* dle IE5/Win */
	f\ont-size: small; /* inne IE */
}

a {
	color:#4C2E0C;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
	a span {
		cursor: pointer;
	}


img {
	border:0;
}
p {
	margin-bottom:1em;
}

.clear, .both{
	clear:both;
}
.right {
	float: right;
	clear: right;
}
.left {
	float: left;
	clear: left;
}
.hide {display: none;}

.highlight {
	color:#fff;
	background-color: #000;
	padding:0 .5em;
}
/* ----- accessibility ----- */
#skipToNav {position: absolute; left: -9999px; font-size: small;}
#skipToNav a:hover {color: #f00;}
#skipToNav a:focus {display: block; position: absolute; top: -120px; left: 9990px; font-size: large; background: #fff; border: solid 2px #1B6BD8; padding: 10px; width: 15em; z-index: 1;}


/* ----- wrappers ----- */
#wrapper{
	width: 771px;
	background:#fff;
	margin: 10px auto;
	text-align: left;
}


/* ----- header ----- */
#header{
	width:771px;
	height:231px;
	position: relative;
	font-size:.75em;
}
	#header h1 {
		width:215px;
		height:37px;
		float:left;
		margin:0;
		padding:0 0 0 18px;
	}
	/* ----- extra menu -----*/
	#extraMenu {
		list-style: none;
		float:right;
		margin-right: 5px;
	}
		#extraMenu li {
			color:#6D6F72;
			display:inline;
			padding: 0 10px;
			border-right:1px solid #6D6F72;
			font-weight: bold;
		}
		#extraMenu li.last {
			border:0;
		}
		#extraMenu a {
			font-weight: bold;
			color:#6D6F72;
		}
	/* ----- top menu -----*/
	#mainMenu ul{
		list-style: none;
		width: 771px;
		border-top: 3px solid #E2E2E3;
		background-color: #E2E2E3;
		position: absolute;
		top:179px;
		left:0;
	}
		#mainMenu li {
			display: block;
			float: left;
			background-color: #E2E2E3;
		}
			#mainMenu a, #mainMenu span {
				text-decoration: none;
				color: #000;
				display: block;
				padding: 6px 20px 7px 20px;
				font-weight: bold;
			}
			#mainMenu a:hover, #mainMenu li.selected a, #mainMenu li.selected span{
				background-color: #fff;
			}		

/* ----- side panel -----*/
#side{
	width:132px;
	padding-left:14px;
	float:left;
}

/*----- main menu -----*/
#menu{
	width:132px;
	margin-top: 20px;
	font-size:.75em;
}
	/*----- menu defaults -----*/
	#menu ul {
		width:121px;
		list-style: none;
		padding:0 5px 1em 2px;
		float: left;
	}
	#menu li {
		width: 108px;
		float:left;
	}
	#menu span{
		display: block;
		padding: 5px 0;
		border-bottom: 1px dashed #B2B2B2;
	}
	#menu a {
		color:#000;
		text-decoration:none;
		display:block;
		padding-left:14px;
		pointer:cursor;
		font-weight:bold;
		background:transparent url('/scena/img/bullet-black.gif') 0 .3em no-repeat;
	}
	#menu a:hover {
		color: #F17E0E;
		background:transparent url('/scena/img/bullet-orange.gif') 0 .3em no-repeat;

	}
	#menu li.selected a {
		color: #F17E0E;
		background:transparent url('/scena/img/bullet-orange.gif') 0 .3em no-repeat;		
	}

	/*----- sub menu -----*/
	#menu li ul  {
		padding:0;
	}
		#menu li li {
			border-bottom:none;
			border-top: 1px dashed #B2B2B2;		
		}
			#menu li li span {
				padding-left:10px;
			}
		#menu li.selected li a {
			color:#000;
		}
		#menu li.selected li a:hover, #menu li.selected li.selected, #menu li.selected li.selected a{
			color: #F17E0E;
		}



/* ----- content ----- */
#main{
	width:539px;
	float:right;
	display:inline;
	line-height:1.2em;
	min-height:300px;
	height:auto;
	_height:300px;

}
	/* ----- trail ----- */	
	#trail {
		width:539;
		padding: 3px 0;
		border-bottom: 1px solid #CCC;
		font-size:.65em;
	}
		#trail ul, #trail li, #trail a {
			list-style: none;
			display: inline;
			font-weight: bold;
			color:#000;
		}
	/*----- subpages -----*/
	#page {
		width:539px;
		padding-bottom:2em;
		font-size:.85em;
	}
		#page ul, #page ol {
			margin-bottom:1em;
			margin-left: 1em;
		}

		#page li{
			 margin-left:1em;
		
		}
		#page img {
			/*margin:0 30px 10px 0;
			/float:left;*/
			margin:5px;
			border: none;
		}
			#page img.right {
				margin:5px 0 5px 10px;
			}

		#page h1 {
			font-size:1.84em;
			font-weight: normal;
			padding:.84em 0 1.25em 0;
			line-height:1.13em;
		}
		#page h2 {
			font-size:1.34em;
			font-weight: bold;
			padding:1em 0 1.25em 0;
		}
		#page h3 {
			font-size:1.17em;
			font-weight: bold;
			padding:1em 0 1.25em 0;
		}
		#shareholders td, #shareholders th {
			padding:4px;
			border:0;
			border-right:1px solid #fff;
			text-align:right;
		}
		#shareholders td.left, #shareholders th.left {
			text-align:left;
			float:none;
		}					
			#shareholders th{
				background-color:#E2E2E3;
				text-align:center;
			}
			#shareholders tfoot td {
				font-weight: bold;
			}
		
		#page.news h2, #page div.news h2 {
			font-size:1em;
			font-weight: normal;
			padding:0.25em 0 0 0;
			clear:both;
		}

		div.news h2 span {
			padding-right: 2em;
			padding-bottom:1px;
			float:left;
		}
		span.news {
			display:block;
			margin-top:-3em;
			font-size:.75em;
			padding-bottom:1.75em;
		}
	td.histor {
		background:#fff url(http://www.pepsa.pl/_images/histor_bck.gif) top center repeat-y;
	}

a.pdf{
	background:#fff url(/Lib/pdf.gif) 0 50% no-repeat; 
	padding:4px 0 4px 25px;
} 
a.xls{
	background:#fff url(/Lib/xls.gif) 0 50% no-repeat; 
	padding:4px 0 4px 25px;
} 
/*----- footer -----*/
#footer{
	width: 771px;
	text-align:left;
	font-size:.8em;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	color: #999;
}
	#footer ul {
		float:right;
	}	
	#footer ul {
		list-style: none;
		float:right;
		margin-right: 5px;
	}
		#footer li {
			display:inline;
			padding: 0 10px;
			border-right:1px solid #000;
		}
		#footer li.last {
			border:0;
		}
		#footer a {
			color:#000;
			font-weight: bold;
		}