html {
	background: #37100b url(../images/lay/tlo.jpg) no-repeat center top scroll;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 11px;
	line-height: 180%;	
	color: #38100B;
	display: table;
	width: 100%;
}

p {
	margin-top: 0px;
	margin-bottom: 2em;
}

p.last-child {
	margin-bottom: 0px;
	line-height: 180%;	
}

ol, ul, li {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, form {
	margin: 0px;
}

td {
	vertical-align: top;
}


/* ------------------- COMMON ------------------- */

/* clearing floats fix */
.wrapFloats {
	overflow: hidden;
}

* html .wrapFloats {height: 1%}

/* 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 {
	color: #38100B;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a span {
	cursor: pointer;
}


/* ------------------- IMAGES ------------------- */

img {
	border: none;
}


/* ------------------- LAYOUT ------------------- */

/* main layout */
.mainRow {
	text-align: center;
}

.mainRow .box {
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	width: 820px;
}

.left-content ul,
.footer-links ul {
	list-style: none;
}


/* ---------- HEADER ---------- */
#header {
}

#header .row-1 {
	background: transparent url(../images/lay/header_bg.jpg) no-repeat 0 0 scroll;
}

#header .row-1 .content {
	height: 327px;
	/* background: transparent url(../images/lay/flash_top.gif) no-repeat 50% 0% scroll; */
}

#header .row-1 .flagi {
	width: 120px;
	height: 39px;
	float: left;
	padding-top: 20px;
}

#header .row-1 .content a.logo {
	display: block;
	height: 97px;
	width: 460px;
	margin-left: 160px;

	font-size: 1px;
	text-indent: -9999px;
}


/* ---------- MAIN ---------- */

#main {
	position: relative;
}

.homePage #main .row-1 .content {
	background: #fbf2de url(../images/lay/content_right_tlo.gif) no-repeat right bottom scroll;
}

.subPageOffer #main .row-1 .content {
	/* background: #fbf2de url(../images/lay/aaaaaa.gif) no-repeat right bottom scroll; */
}

.subPage #main .row-1 {
	background: #f7efda url(../images/lay/subPage_content_bg.gif) repeat-x 50% bottom scroll;
}

.subPage #main .row-1 .content {
	background: transparent url(../images/lay/subPage_content_bottom_bg_01.jpg) no-repeat left bottom scroll;
	padding-bottom: 40px;
}

#main .row-1 .left-content,
#main .row-1 .right-content {
	display: table-cell;
	vertical-align: top;
}

.homePage #main .row-1 .left-content {
	width: 224px; /* z paddingiem 273px */
	padding: 15px 19px 0 30px;
}

.homePage #main .row-1 .left-content {
	background: #f8f0db url(../images/lay/content_left_tlo.gif) repeat-x 50% bottom scroll;
}

.subPage #main .row-1 .left-content {
	width: 160px; /* z paddingiem 210px */
	padding: 15px 25px 0 25px;
}


.subPage #main .row-1 .left-content ul li a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px 10px;
}

.subPage #main .row-1 .left-content ul li a:hover {
	background-color: #37100b;
	color: #f9f4e1;
}

.subPage #main .row-1 .left-content ul li ul li a {
	margin-left: 15px;
}

.subPage #main .row-1 .left-content ul li a:hover {
	text-decoration: none;
}


.homePage #main .row-1 .right-content {
	width: 490px; /* z paddingiem 547px */
	padding: 15px 20px 0 37px;
}

.subPage #main .row-1 .right-content {
	width: 540px; /* z paddingiem 610px */
	padding: 15px 70px 0 0px;
}

#main .row-1 .left-content span.more a,
#main .row-1 .right-content span.more a {
	display: block;
	width: 100px;
	padding: 5px;
	background-color: #38100B;
	color: #fbf0de;
	text-align: center;
}


#main .row-2 .bottom-content {
	background: #e8d9ba url(../images/lay/content_bottom_tlo.gif) repeat-x 50% bottom scroll;
}

#main .row-2 .bottom-content .content {
	clear: both;
	background: transparent url(../images/lay/content_bottom_tlo_wilk.gif) no-repeat left bottom scroll;
	
	padding: 30px 245px 30px 30px;
}

#main .row-3 .content {
	width: 340px;
	height: 353px;
	del_background: transparent url(../images/lay/flash_polaroidy.gif) no-repeat 0 0 scroll;

	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-bottom: -20px;
	margin-left: 160px;

}


#main h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

#main p {
	line-height: 28px;
}

#main .row-2 p {
	margin-bottom: 0em;
}


/* ---------- FOOTER ---------- */

#footer .row-1 {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

#footer .row-1,
#footer .row-1 a {
	color: #cdbca0;
}

#footer .row-1 .footer-links ul li {
	display: inline;
}

#footer .row-1 .copyright {
	margin-top: 12px;
}

#footer .row-1 .footer-links li:before {
	content: "|";
	padding: 0px 2px 0px 1px;
}

#footer .row-1 .footer-links li:first-child:before {
	content: "";
	padding: 0px;
}

