html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 0px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}

#naglowek {
width: 500px;
position: absolute;
left: 175px;
top: 0px;
  color: #6F7033;
  font: 20px "Arial narrow", arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

#adres {
width: 300px;
position: absolute;
text-align: center;
left: 470px;
top: 170px;
  color: #6F7033;
  font: 20px "Arial narrow", arial, sans-serif;
  font-weight: bold;
  line-height: 1;

}

#opcje {
font-size: 10px;
text-align: left;
padding-top: 5px;
padding-left: 5px;
}
#hidden {
display: none;
}

#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 30px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 10px;
  padding-right: 10px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;

}

#nav a:hover {
  color: #000;
background-color: #fff; 
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 30px;
  margin-left: 22px;
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox-bot {
 margin-bottom: 10px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}

#features h2 {
  position: relative;
}

#features ul {
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** boxy **/

#box1 {
  position: absolute;
  top: 300px;
  left: 515px;
}

#box2 {
  position: absolute;
  top: 490px;
  left: 515px;
}

/** greybox **/

#greybox {
  background: url(images/greybox.gif) ;
  text-align: left;
  width: 209px;
  height: 160px;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
}

#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #6F7033;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
  padding-left: 10px;
  padding-RIGHT: 10px;
  padding-top: 10px;
}

#copyright {
  font-size: 10px;
  color: #fff;
  margin-top: 20px;
}


/* ===== Tabs CSS ===== */


div.tabPanes > div { display: none; } 

/* initially all panes are hidden */

div.tabPanes 
{ 
border: solid 1px #e6e1f1; 
padding: 0 10px; 
background: #EDF0C4; 
}


ul.tabs 
{ 
list-style: none; 
margin: 0 0 0 20px; 
padding: 0; 
overflow: hidden; 
}


ul.tabs li 
{ 
float: left; 
margin-left: 2px; 
}


ul.tabs li a 
{

	display: block;

	float: left;

	padding: 10px 5px;

	color: #999;

	text-decoration: none;

	font-size: 11px;

}


ul.tabs li a:hover 
{
 background: #666;
 }


ul.tabs li a.current 
{
 font-weight: bold;
 font-size: 12px;
 }


ul.tabs li a:hover,
ul.tabs li a.current
 {
 color: #454545;
 background: #EDF0C4;
 }





div.navi a.active 
{ 
font-weight: bold; 
}


div.navi a:hover,
div.navi a.active 
{ 
color: #454545; 
}




/* ===== CSS Rounded Corners ===== */

div.tabPanes
{ 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
}


div.tooltip,
div.scrollable div.items div 
{ 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; 
}