* {outline-style: none;z-index: 100;}
a {border: 0;}
img {border: 0;}
ul, li, h1, h2, body, img {margin:0;padding:0;border:0;}
.left { float: left;}
.right {float: right;}
/*div { border: 1px solid silver;}*/

body {
	text-align: center;
	background-color: #17256d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-image: url(../img/lay_b_bgk.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#main {
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
	width: 1015px;
}
h1 {
	font-family: Trajan Pro,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff8100;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-family: Trajan Pro,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #e10000;
	font-weight: normal;
	margin: 0px 0px 5px 20px;
	text-align: left;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #f0a255;
  text-decoration: underline;
}
.orange_ball {margin: 0px 5px 0px 5px;}
.cl_b_margin {margin-bottom: 0px;}

/* menu */
ul#menuone {
  float: left;
  height: 56px; 
  width: 1015px; 
  padding-left: 30px;
  position: relative;
}
ul#menuone li {
	display: block;
	float: left;
	/*width: 142px;*/
	width: 142px;
	height: 56px;
	background-image:url('../img/lay_m_gradient.png');
	background-position: left top;
	background-repeat: no-repeat;
}
ul#menuone li a:link, ul#menuone li a:visited, ul#menuone li a:hover{
	font-family: Trajan Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: white;
	line-height: 56px;
	text-align: center;
	width: 142px;
	height: 56px;
	background-image: url('../img/lay_m_dots.gif');
	background-position: 128px 12px;
	background-repeat: no-repeat;
	text-decoration: none;
}
ul#menuone li a:hover {color: #f0a255;}
ul#menuone li.m_end {
  width: 1px;
  height: 56px;
}
ul#menuone li.flag {
 float: right;
 background-image: none;
 width: 32px;
 margin-right: 30px;
}
ul#menuone li.m_english a:link, ul#menuone li.m_english a:visited {
  background-image:url('../img/lay_m_english.gif');
  background-position: left top;
  width: 32px;
  float: right;
}
ul#menuone li.m_english a:hover {
 background-image:url('../img/lay_m_english.gif');
 background-position: left bottom;
}
ul#menuone li.m_polish a:link, ul#menuone li.m_polish a:visited {
  background-image:url('../img/lay_m_polish.gif');
  background-position: left top;
  width: 32px;
  float: right;
}
ul#menuone li.m_polish a:hover {
 background-image:url('../img/lay_m_polish.gif');
 background-position: left bottom;
}

/* banner */
#banner {
	float: left;
	height: 206px;
	width: 1015px;
	background-image:url('../img/lay_ba_right_bgk.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#banner img {
	float: left;
}
#ba_left_bgk {
	position: absolute;
	left: 0px;
	top: 56px;
	width: 50%;
	height: 206px;
	background-image:url('../img/lay_ba_left_bgk.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#ba_right_bgk {
	position: absolute;
	right: 0px;
	top: 56px;
	width: 50%;
	height: 206px;
	background-image:url('../img/lay_ba_right_bgk.png');
	background-position: right top;
	background-repeat: repeat-x;
}
#ba_shadow {
	position: absolute;
	left: 0px;
	top: 262px;
	width: 100%;
	height: 7px;
	background-image:url('../img/lay_ba_shadow.png');
	background-position: right top;
	background-repeat: repeat-x;
}
/*
#cloud {
	position: absolute;
	left: 350px;
	top: 430px;
	background-image:url('../img/lay_cloud.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	z-index: -1;
	behavior: url(./css/iepngfix.htc);
}
*/

/*notes */
#notes {
	/*position: absolute;
	left: 760px;
	top: 280px;*/
	float: left;
	margin-top: -20px;
	width: 231px;
	background-color: white;
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#notes_top {
        position: absolute;
        width: 231px;
        height: 26px;
        left: 0;
        top: -20px;
        background-image:url('../img/lay_notes_top.png');
        background-position: left top;
        background-repeat: no-repeat;
        behavior: url(./css/iepngfix.htc);
}
#notes_bottom {
	position: absolute;
	width: 231px;
	height: 3px;
	left: 0;
	bottom: -3px;
	background-image:url('../img/lay_notes_bottom.png');
	background-position: left top;
	background-repeat: no-repeat;
	behavior: url(./css/iepngfix.htc);
}
.note {
	float: left;
	width: 200px;
	margin: 15px 0 15px 15px;
	text-align: left;
}
.ndate {
	color: #222a70;
	font-weight: bold;
}
#notes p {
	color: #4b5356;
	margin-bottom: 5px;
}
#notes a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	color: #222a70;
	text-decoration: none;
}
#notes a:hover {
  color: #f0a255;
}

/*content*/
#content {
	float: left;
	width: 100%;
	/*min-height: 447px;*/
	min-height: 300px;
}
#contentmain {
	float: left;
	/*min-height: 447px;*/
	min-height: 300px;
	width: 100%;
	/*width: 957px;
	margin-left: 29px;*/
}

/*about*/
#about {
	float: left;
	/*width: 100%;*/
	width: 760px;
	margin-bottom: 20px;
}
.a_about {
	float: left;
	/*width: 1024px;*/
	width: 760px;
	height: 30px;
	line-height: 30px;
}
.a_left {
	float: left;
	/*width: 502px;*/
	width: 370px;
	text-align: right;
}
.a_right {
	float: left;
	/*width: 502px;*/
	width: 370px;
	text-align: left;
}
.a_center {
	float: left;
	width: 20px;
	text-align: center;
}
.a_center img {
	margin-top: 11px;
}

/*features*/
#features {
	float: left;
	/*width: 1015px;*/
	width: 760px;
	
}
.f_feature {
	float: left; 
	padding: 0px 0px 0px 10px;
	/*width: 260px;*/
	margin: 0px 0px 0px 10px;
	width: 220px;
}
.f_img_header {
	float: left;
	background-image:url('../img/lay_gradient_cross.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 20px 25px 20px;
}
.f_img_header img {float: left;}
.f_feature ul {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	font-size: 11px;
	margin-left: 15px;
	margin-top: -10px;
}
.f_feature ul li {
	float: left;
	clear: both;
	padding-left: 10px;
	line-height: 16px;
	width: 220px;
	text-align: left;
}

/*footer*/
#footer {
	float: left;
	width: 100%;
	height: 33px;
	background-image: url('../img/lay_f_bgk.png');
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 26px;
	color: #a2a2a2;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*navilink*/
#navilink {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 60px;
}
#navilink a {
  color: white;
  text-decoration: none;
}
#navilink a:hover {
  color: #f0a255;
  text-decoration: underline;
}
#articles {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 60px;
}
#articles a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#articles a:hover {
  color: #f0a255;
  text-decoration: underline;
}
.nv_active {
  font-weight: bold;
  color: #f0a255;
}
.fattextcont {
  float: left;
  text-align: left;
  padding-left: 60px;
  width:950px;
}
.fattextcont a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.fattextcont a:hover {
  color: #f0a255;
  text-decoration: underline;
}
.fattextcont ul, thintextcont ul {
  margin-left: 30px;
}
.thintextcont {
  float: left;
  width: 44%;
  text-align: left;
  padding-left: 60px;
}
.mainpagetextcont {
  width: 760px;
  padding-left: 130px;
  float: left;
}
.mainpagetextcontwrapper {
  /*margin: 0 auto 0 auto;
  width: 770px;*/
  width: 100%;
}
.imgcont {
  float: left;
  padding: 29px 0px 0px 30px;
}
a.print_button {
  display: block;
  width: 60px;
  text-decoration: none;
  text-align: left;
  color: white;
  margin: 30px 0px 0px 0px;
  background-image:url('../img/lay_printer.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
a.print_button:hover {
  color: #f0a255;
}
ul.services {
  list-style: none
}
ul.services li {
  margin-left: 10px;
}


/* jquery menu */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.outerbox div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(../img/lay_myshadow.png) no-repeat right top;
}
html>body div.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(../img/lay_myshadow.png) left bottom;
}
html>body div.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(../img/lay_myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}
ul.menu,
#root-menu-div ul {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
#root-menu-div li{
	white-space:nowrap;
	text-align: left;
	background-color: white;
	border: 0;
	padding: 0;
	height: 20px;
	border-left: 5px solid #ff8100;
	border-bottom: 1px solid silver;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}
#root-menu-div li a {
  text-decoration: none;
  color: #003581; 
}
#root-menu-div li a:hover {
  color: #ff8100; 
}
* html div.menu-item {
	display: inline; 
}


/* stronicowanie */
ul.pages {
  list-style: none;
  text-align: center;
}
ul.pages li {
  margin: 0 3px;
  display: inline;
}
ul.pages li.emptyPrev {
  padding-left:90px;
}
ul.pages li.emptyNext {
  padding-left:80px;
}
ul.pages li.prev {
  padding-right: 30px;
}
ul.pages li.next {
  padding-left: 30px;
}
ul.pages li.active {
  text-decoration:underline;
}
/* font resizing */
.sizeOne, .sizeTwo, .sizeThree {
  font-weight: bold;
  text-decoration: none;
}
.sizeOne {margin-left: 30px;font-size: 12px;}
.sizeTwo {font-size: 14px;}
.sizeThree {font-size: 16px;}
