/* Reset CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* Global */

a {
	color: #333333;
	text-decoration: underline;
}

body {
	color: #333333;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 140%;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0 30px;
}

h1 > img {
	display: none;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: right;
}

p {
	text-indent: 1em;
}

/* Header */

#header {
	display: none;
}

/* Navigation */

#nav {
	display: none;
}

/* Site */

.adv {
	margin-top: 8px;
	height: 144px;
}

.cenik th {
	text-align: center;
	font-weight: bold;
	width: 200px;
}

.cenik td {
	text-align: center;
}

.download {
	height: 64px;
	margin: 1em 0 1.5em;
}

#main-body {
	padding: 24px 32px 0;
}

.main-text {
	margin-bottom: 1.5em;
}

.main-text ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -1em;
}

.main-text li {
	margin-left: 1em;
}

.wrap-center {
	margin: 0 auto;
	width: 800px;
}

/* Gallery */

.gallery-hide {
	display: none;
}

.gallery-close,
.gallery-prev,
.gallery-next {
	display: none;
}

#gallery-title {
	height: 22px;
	padding: 5px 88px;		
	text-align: center;
}

#gallery-image {
	margin-top: 8px;
	text-align: center;
}

/* Footer */

#footer {
	display: none;
}