html {
	background: #2B3694;	
}

body {
	background: #2B3694 url(img/bg.jpg) no-repeat;
	background-position: 0 40px;
	height: 100%;
}

body, th, td {
	color:#333333;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	line-height:1.3em;
}

/* ----------------------------------------------------------------------------------------------------- */

#top {
	width: 100%;
	background-color: #002646;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #003B6C;	
}

.topWrap {
	margin: auto;
	width:950px;
}

.topLeft {
	color: #FFFFFF;
	float: left;
	margin: 6px 0 0 4px;
}

.topRight {
	color: #FFFFFF;
	float: right;
	margin: 12px 15px 0 0;
}

.topRight a {
	color: #FFFFFF;
	font-weight: bold;
}

#ft {
	height: 40px;
}

/* ----------------------------------------------------------------------------------------------------- */

#sideBar .pad {
	margin: 10px 10px 15px 10px;	
}

#content .pad {
	margin: 15px 20px 15px 20px;
}

p {
	font-size: 93%;
	margin: 10px 0 0 0;
}

a {
	color:#0059B2;
}

strong, .strong {
	font-weight: bold;	
}

.red {
	color: #D71D04;
	font-weight: normal;
	font-size: 18px;
	margin: 5px 0;
}

#sideBar p {
	margin: 10px 0 0 0;
}

h1 {
	height: 30px;
	width: 230px;
	text-indent: -10000px;
	background-image: url(img/rootpak.gif);
}

h2, h3, h4 {
	margin: 2px;
	height: 30px;
	color: #005FAF;
	text-align: right;
	margin: 0 0 0 0;
	clear: both;
}

h3 {
	margin-top: 20px;
}

#headerWitamy {
	background: url(img/headerWitamy.gif);
}

#headerPozycjonowanie {
	background: url(img/headerPozycjonowanie.gif);
}

#headerPortfolio {
	background: url(img/headerPortfolio.gif);
}

#headerCennik {
	background: url(img/headerCennik.gif);
}

#headerPoweredBy {
	background: url(img/sideBarPoweredBy.gif);
}

#headerLinkiSponsorowane {
	background: url(img/headerLinkiSponsorowane.gif);
}

/* ----------------------------------------------------------------------------------------------------- */

TABLE#portfolio {
	margin: 0 0 20px 0;
	border-spacing: 20px;
	border-collapse: separate;
}

TABLE#portfolio td {
	background: url(img/portfolioBox.gif) no-repeat;
	text-align: center;
	width: 181px;
	height: 159px;
	vertical-align: top;
	padding: 10px 0 10px 0;
	border-spacing: 20px;
}

TABLE#portfolio td img {
	border: 1px dashed #CACACA;
	padding: 2px;
}

.portfolioDesc {
	color:#0059B2;
	height: 14px;
	display: block;
	margin-bottom: 3px;
}

.round {
	text-align: center;
}


/* ----------------------------------------------------------------------------------------------------- */

TABLE.niceTable {
	margin: 10px 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}

TABLE.niceTable td {
	vertical-align: middle;
	border-top:1px dashed #CACACA;
	border-bottom:1px dashed #CACACA;
	padding:5px 10px;
	margin: 0;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------- */

TABLE.sponsoredLinks {
	margin: 10px 0 20px 0;
	width: 100%;
	border-collapse: collapse;
}

TABLE.sponsoredLinks td {
	vertical-align: top;
	padding: 0;
}

TABLE.sponsoredLinks p.link {
	border-bottom: 1px dashed #CACACA;
	padding: 5px 10px;
	margin: 0px 10px;
}

TABLE.sponsoredLinks p.link:hover {
	background:#E9E9E9 none repeat scroll 0 0;
}

/* ----------------------------------------------------------------------------------------------------- */

#sideBar .sideBarLinks {
	margin-top: 10px;
}

#sideBar .sideBarLinks p.link {
	border-bottom:1px dashed #CACACA;
	padding:5px 10px;
	margin: 0 0 0 0;
}

#sideBar .sideBarLinks p.link:hover {
	background:#E9E9E9 none repeat scroll 0 0;
}

/* ----------------------------------------------------------------------------------------------------- */

#sideBar .sideBarFlags {
	padding-bottom: 20px;
}

#sideBar .sideBarFlags p {
	height: 46px;
	overflow: hidden;
	border-bottom: 1px dashed #CACACA;
	padding: 5px 10px;
	margin: 0 0 0 0;
}


/* ----------------------------------------------------------------------------------------------------- */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:220px;
		height:110px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* ----------------------------------------------------------------------------------------------------- */

.footerLeft {
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
}

#ft a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.footerRight {
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
}


table.cennik {
border-top: 1px dashed #CACACA;	
}
.cennik td {
  padding: 3px 5px 3px 0;
  white-space: nowrap;
  border-bottom: 1px dashed #CACACA;
}

