html {
	background: #000 url(../images/lay/main_bg.png) repeat-x;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 11px;
	color: #bebebe;
	display: table;
    width: 100%;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

ol, ul, li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

li {
	padding: 0px 0px 0px 5px;
}

h1, h2, h3, h4, h5, form {
	margin: 0px;
}

td {
	vertical-align: top;
}

/* ------------------- COMMON ------------------- */

/* clearing floats fix */
.wrapFloats {
	overflow: hidden;
}

/* fancybox */
div#fancy_wrap td {
	vertical-align: middle;
}

div#fancy_title div a, div#fancy_title div a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ------------------- LINKS -------------------- */

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

/* ------------------- IMAGES ------------------- */

img {
	border: none;
}

.imageBox {
	border: 1px solid #4d4d4d;
	padding: 2px;
}

.imageBox a {
	outline: none;
}

.imageDescriptionBox {
	padding: 0px 3px;
}

.imageDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* ------------------- LAYOUT ------------------- */

/* main layout */
.mainRow {
	text-align: center;
}

.mainRow .box {
	margin: 0 auto;
	padding: 0 12px;
	width: 960px;
	text-align: left;
}


/* --- naglowek --- */
#header .box {
	padding: 0 42px;
	background: transparent url(../images/lay/header_bg.jpg) no-repeat;
}

#header a.home-page {
	display: block;
	width: 240px;
	height: 79px;
	margin-top: 3px;
}

#header a.home-page span {
	display: none;
}

#header .widgetHeaderMenu {
	height: 51px;
	overflow: hidden;
}


.widgetMenu ul {
	list-style: none;
}

.widgetMenu ul,
.widgetMenu ul li {
	padding: 0;
	margin: 0;
}

.widgetHeaderMenu ul {
	width: 476px;
	float: right;
	overflow: hidden;
}

.widgetHeaderMenu li {
	display: inline;
}

.widgetHeaderMenu li a {
	display: block;
	height: 46px;
	padding-top: 1px;
	float: left;

}

.widgetHeaderMenu .link-1 a { width: 77px; }
.widgetHeaderMenu .link-2 a { width: 79px; }
.widgetHeaderMenu .link-3 a { width: 96px; }
.widgetHeaderMenu .link-4 a { width: 136px; }
.widgetHeaderMenu .link-5 a { width: 88px; }

.widgetHeaderMenu li a span {
	display: none;
}


/* --- srodek --- */

.homePage #main .box {
	
}

.homePage #main .row-1 { /* oferta */
	/*margin-bottom: -10px;
	z-index: 9;
	position: relative;*/
}

.homePage #main .row-2 { /* oferta */
	background: transparent url(../images/lay/home_page_offer.jpg) no-repeat;
	height: 512px;
	overflow: hidden;
}

.homePage #main .row-2 h1.offer,
.homePage #main .row-2 ul.offer {
	width: 180px;
	float: right;
	clear: both;
}

.homePage #main .row-2 h1.offer a {
	display: block;
	width: 80px;
	height: 26px;
	margin: 52px 0 10px 30px;
}

.homePage #main .row-2 h1.offer a span {
	display: none;
}

.homePage #main .row-2 ul.offer,
.homePage #main .row-2 ul.offer li {
	margin: 0;
}

.homePage #main .row-2 ul.offer {
	height: 424px;
	
	background: transparent url(../images/lay/home_page_right_line_blue.png) repeat-y 109px;
}

.homePage #main .row-2 ul.offer li {
	list-style: none;

	background: transparent url(../images/lay/home_page_right_line_black.gif) repeat-y 109px;
}

.homePage #main .row-2 ul.offer li h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0;
	margin-left: 30px;
	background: transparent url(../images/lay/arrow.gif) no-repeat 0 50%;
	border-bottom: 1px solid #171717;
}

.homePage #main .row-2 ul.offer li.last-child h2 {
	border-bottom: none;
	padding-bottom: 20px;
	background: transparent url(../images/lay/dot.jpg) no-repeat 68px 100%;
}

.homePage #main .row-2 ul.offer li h2 a {
	padding-left: 10px;
	background: transparent url(../images/lay/arrow.gif) no-repeat 0 50%;
}


.homePage #main .row-3 { /* aktualnosci */
	margin-top: -32px;
}

#main .widgetNews .widgetHeader a {
	display: block;
	width: 187px;
	height: 63px;
	background: transparent url(../images/lay/h1_news.jpg) no-repeat;
	margin-left: -12px;
	margin-bottom: 4px;
	position: relative;
}

#main .widgetNews .widgetHeader a span {
	display: none;
}

#main .widgetNews .widgetPageList {
	overflow: hidden;
}

#main .widgetNews .widgetPageListItem {
	width: 285px;
	float: left;
	margin-left: 6px;
	margin-right: 25px;
}

#main .widgetNews .widgetPageListItemImage {
	float: left;
	display: inline;
	margin-right: 5px;
}

#main .widgetNews .widgetPageListItemName {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#main .widgetNews .widgetPageListItemDate {
	font-size: 10px;
	color: #01b4ee;
	margin-bottom: 0.3em;
}

#main .widgetNews .widgetPageListItemDescription {
	font-size: 10px;
	line-height: 160%;
}

#main .widgetNews .widgetFooter {
	display: none;
}


/* podmenu */
#main .widgetMainMenu ul {
	text-align: right;
	padding: 5px 0;
}

#main .widgetMainMenu li {
	display: none;
}

#main .widgetMainMenu li.active,
#main .widgetMainMenu li.active li {
	display: inline;
}

#main .widgetMainMenu li.active a {
	display: none;
}

#main .widgetMainMenu li.active li a {
	display: inline;
	margin: 0 20px;

	font-size: 10px;
	color: #ccc;
}

#main .widgetMainMenu li.active li:before {
	content: "|";
	color: #353535;
}

#main .widgetMainMenu li.active li:first-child:before {
	content: "";
}


#main .row-2 .widgetAd a {
	cursor: default;
}


.subPage #main .row-3 {
	overflow: hidden;
	margin-top: 1em;
}

#main .row-3 .leftColumn {
	float: left;
	width: 174px;
	padding: 60px 26px 0 0;
	background: transparent url(../images/lay/vertical_line.jpg) no-repeat 187px 65px;

	position: relative;
}

#main .row-3 .rightColumn {
	float: right;
	width: 760px;
	padding-top: 60px;
}


.pageItem ul li {
	list-style-image: url(../images/lay/arrow.gif);
}


.pageItemFiles {
	margin-top: 1em;
}

.pageItemFiles .pageItemFilesHeader {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.pageItemFile a {
	line-height: 500%;
}


.titleWithArrow {
	padding-left: 10px;
	background: transparent url(../images/lay/arrow.gif) no-repeat 0 50%;
	font-weight: bold;
}


.pageItem h1.pageItemName,
.pageListItemName {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1em;
	padding-left: 10px;
	background: transparent url(../images/lay/arrow.gif) no-repeat 0 50%;
}

.pageItem .pageItemContent {
	margin-left: 10px;
	line-height: 150%;
}

/*.pageItemImages {
	overflow: hidden;
	margin-left: 5px;
}

.pageItemImages .pageItemImage {
	margin: 5px;
	height: 86px;
	float: left;
}*/

.pageItemImages {
	float: right;
	display: inline;
	margin-left: 10px;
}

.pageItemImages .pageItemImage {
	display: none;
}

.pageItemImages .pageItemImageFirstChild {
	display: block;
	margin-bottom: 10px;
	width: 176px; /* image width + padding + borders on imagebox */
}

.pageItemGalleryImages {
	margin-left: 10px;
}

.pageItemGalleryImages .pageItemImage {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	position: relative;
}

.pageItemGalleryImages .imageDescriptionBox {
	position: absolute;
	left: 3px;
	bottom: 3px;
	background-image: url(../images/black_80p.png);
	color: #fff;
	line-height: 95%;
	padding: 0px;
}

.pageItemGalleryImages .imageDescription {
	padding: 4px 2px;
}


.pageList {
}

.pageListItem {
}

.pageListItemName {
	line-height: 150%;
	margin-bottom: 3px;
}

.pageListItemDateSep {
	color: #e2e2e2;
	font-weight: normal;
	padding: 0px 10px;
}

.pageListItemDate {
	display: none;
}

.pageListItemDescription {
	line-height: 150%;
	text-align: justify;
}

.pageListItemImage {
	float: right;
	display: inline;
	margin-left: 10px;
}

.pageListItemMore {
	padding: 10px 0px 9px 0px;
	text-align: right;
	background: transparent url(../images/lay/sep.gif) repeat-x left center;
	font-size: 10px;
}

.pageListItemMore a {
	background: #000;
	color: #ccc;
	padding-left: 8px;
	text-decoration: none;
	outline: none;
}


#main .row-3  .leftColumn h1 {
	height: 62px;
	background: transparent url(../images/lay/bubbles.jpg) no-repeat;
	margin-top: -60px;

	position: relative;
}

#main .row-3  .leftColumn h1 a {
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 24px;
	font-weight: normal;

	position: absolute;
	top: 15px;
	left: 32px;
}

#main .row-3  .leftColumn h1 a:hover {
	text-decoration: none;
}


/* --- stopka --- */

#footer {
	margin-top: 2em;
	padding-bottom: 2em; /* ie */
}

#footer .box {
	padding-top: 29px;
	background: transparent url(../images/lay/footer_bg.jpg) no-repeat;

	font-size: 10px;
	line-height: 170%;
}

#footer .row-1 {
	width: 266px;
	padding-left: 6px;
	float: left;
}

#footer .row-2 {
	width: 337px;
	float: left;
}

#footer .row-3 {
	width: 220px;
	float: left;
}

#footer .row-4 {
	width: 110px;
	float: right;
}

#footer h3 {
	display: none;
}

#footer .row-1 .solveo-ms {
	color: #02b5ef;
}

#footer .row-2 .widgetMenu,
#footer .row-3 .widgetMenu {
	overflow: hidden;
}

#footer .row-2 .widgetMenu li,
#footer .row-3 .widgetMenu li {
	padding-left: 10px;
	background: transparent url(../images/lay/arrow.gif) no-repeat 0 50%;
	float: left;
}

#footer .row-2 .widgetMenu li {
	width: 155px;
}

#footer .row-3 .widgetMenu li {
	float: none;
}

#footer .row-4 span {
	display: none;
}

#footer .row-4 .solveo {
	display: block;
	height: 26px;
	margin-top: -8px;
}

#footer .row-4 .solveo-cms {
	display: block;
	height: 18px;
}


/* -------------------- HELPERS -------------------- */

.pager {
}

.pager .pagerBox {
}

.pager ul,
.pager li {
	margin: 0;
	padding: 0;
}

.pager ul {
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
	padding: 0 4px;
}


a.printPage,
a.recommendPage{
	display: none;
}

.message {
	padding-bottom: 1em;
}

.emailSpam {
	display: none;
}

.widgetAd {
	text-align: center;
}

.widgetAd object {
}

.widgetAd img {
	margin: 0 auto;
}
