/* CSS: style.css */

/* -----------------------------------------------------------------
 * --- GLOBAL ------------------------------------------------------
 ---------------------------------------------------------------- */

/* border-radius dla IE (podpinać pod konkrenty element) */
/* behavior: url(/site/js/lib/PIE.htc); */

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,font,img,strong,ol,ul,li,fieldset,form,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

a {
	color: #019BD2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img, a:active img, a:link img, a:visited img, a:hover img {
	border:none;
}

p + p, ul + p, ol + p, p + ul, p + ol, ul + ul, ol + ol, ul + ol, ol + ul, p + table, table + table, ul + table, ol + table, table + p, table + ol, table + ul {
	margin-top: 11px;
}

ul, ol {
	list-style-position: inside;
}

table {
	border-collapse: collapse;
}

/* -----------------------------------------------------------------
 * --- CONTAINERS --------------------------------------------------
 ---------------------------------------------------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
	line-height: 1.1;
	color: #000000;
	text-align:justify;
	overflow-x: hidden;
	width: 100%;
}

body {
	background-color: #CECECE;
	background-image: url(graphics/body-back.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#contener {
	width: 900px;
	margin: 0px auto;
}

#contener #box {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

/* -----------------------------------------------------------------
 * --- MAIN ELEMENTS -----------------------------------------------
 ---------------------------------------------------------------- */

#header {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 622px;
	background-repeat: no-repeat;
	background-position: right 0px;
	overflow: visible;
	margin-bottom: -43px;
}

#content {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	min-height: 260px;
	margin: 0px;
	padding-bottom: 40px;
}

#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	min-height: 303px;
	margin: 10px 0px 0px 0px;
	background-color: #E5E5E5;
	font-size: 13px;
	line-height: 14px;
	color: #707070;
}

#footer #footer-back {
	position: absolute;
	z-index: 1;
	left: -3000px;
	width: 6500px;
	height: 100%;
	background-color: #E5E5E5;
}

#footer #footer-content {
	position: relative;
	z-index: 1;
}

#footer #footer-content #dogo {
	padding: 19px 0px 17px 0px;
	text-align: center;
	border-bottom: 1px solid #C1C1C1;
}

#footer #footer-content #dogo ul {
	display: inline-block;
	list-style-type: none;
}

#footer #footer-content #dogo ul li {
	float: left;
	height: 12px;
	overflow: visible;
}

#footer #footer-content #dogo ul li + li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 14px;
	border-left: 1px solid #707070;
}

#footer #footer-content #footer-box {
	width: 885px;
	margin: 27px 0px 19px 15px; 
	padding: 8px 0px;
	min-height: 190px;
	background-image: url(graphics/footer-decoration.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer #footer-content #footer-box table td {
	/*width: 250px;*/
	padding-right: 30px;
	line-height: 18px;
	vertical-align: top;
}

/* -----------------------------------------------------------------
 * --- SITE ELEMENTS -----------------------------------------------
 ---------------------------------------------------------------- */

/* global id's and classes */

h1 {
	position: relative;
	width: 100%;
	font-size: 39px;
	line-height: 41px;
	font-weight: normal;
	float: left;
	clear: both;
	overflow: hidden;
}

h1 span.title-back,
h1 span.title-back a {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 39px;
	line-height: 41px;
	color: #ECECEC;
	font-weight: bold;
	z-index: 1;
	white-space: nowrap;
}

h1 span.title-front,
h1 span.title-front a {
	position: relative;
	font-size: 26px;
	line-height: 27px;
	color: #030000;
	z-index: 2;
	padding-left: 33px;
	white-space: nowrap;
}

a.active,
li.active a {
	text-decoration: underline;
}

.response {
	float: left;
	clear: both;
	font-weight: bold;
}

.response.messages {
    color: green;
}

.response.errors {
	color: red;
}

.contact-form {
	float: left;
	clear: both;
	margin-top: 21px;
	width: 100%;
}

input.field-error, textarea.field-error, select.field-error {
	color: red!important;
	border-color: red!important;
	font-weight: bold;
}

input.field-correct, textarea.field-correct, select.field-correct {
	color: green!important;
	border-color: green!important;
	font-weight: bold;
}

.contact-form .form-left {
	float: left;
	margin-bottom: 20px;
}

.contact-form .form-right {
	float: right;
	margin-bottom: 20px;
}

.contact-form .form {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
	padding-left: 10px;
}

.contact-form .form-left:FIRST-CHILD .form {
	padding-left: 0px;
}

.contact-form .form-submit {
	float: left;
	clear: both;
}

.contact-form label {
	float: left;
	clear: both;
	margin-top: -12px;
}

.contact-form #captcha-image {
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-left: 1px;
}

.contact-form input {
	float: left;
	clear: both;
	width: 160px;
	height: 20px;
	margin: 0px 0px 3px 0px;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #909090;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.contact-form textarea {
	float: left;
	clear: both;
	width: 290px;
	max-width: 290px;
	height: 197px;
	max-height: 197px;
	margin: 0px 0px 3px 0px;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #909090;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.contact-form input#i-submit {
	float: left;
	clear: both;
	width: 60px;
	height: 197px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* cat-menu main elements */
.offer-menu ul {
	float: left;
	clear: both;
	width: 255px;
	margin: 6px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
}

.offer-menu ul li {
	float: left;
	clear: both;
	display: block;
	padding-left: 0px;
	margin-top: 10px;
}

.offer-menu ul li a {
	float: left;
	clear: both;
	display: block;
	padding-left: 34px;
	background-image: url(graphics/list-style-circle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.offer-menu ul li a:hover,
.offer-menu ul li.active a {
	text-decoration: none;
}

.offer-menu ul li a:hover,
.offer-menu ul li.active > a {
	/*color: #019BD2;*/
}

/*cat-menu sub1-elements */
.offer-menu ul li ul {
	margin: 0px 0px 7px 38px;
	display: none;
	width: 217px;
}

.offer-menu ul li.active ul {
	display: block;	
}

.offer-menu ul li ul li.first {
	margin-top: 7px;
}

.offer-menu ul li ul li {
	margin-top: 8px;
}

.offer-menu ul li ul li a {
	text-transform: lowercase;
	font-weight: normal;
	background-image: url(graphics/list-style-arrow.png);
	background-position: 0px 7px;
	line-height: 16px;
	padding-left: 10px;
}

.offer-menu ul li ul li.active > a {

}

.pages {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	text-align: right;
}

.pages a,
.pages span {
	margin-left: 10px;
	font-size: 12px;
	line-height: 13px;
	vertical-align: middle;
}

a.read-more {
	padding-right: 17px;
	background-image: url(graphics/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#header #fixed-top {
	/*position: fixed;*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	overflow: visible;
	z-index: 999;
}

#header #fixed-top #fixed-container {
	position: relative;
	margin: 0px auto;
	width: 900px;
}

#header .logo {
	position: absolute;
	width: 215px;
	height: 114px;
	top: 0px;
	left: 0px;
	background-image: url(graphics/header-logo.png);
	background-repeat: no-repeat;
}

#header .logo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

#header .article-menu {
	position: absolute;
	top: 27px;
	right: 0px;
	overflow: visible;
	font-size: 16px;
	z-index: 10;
}

#header .article-menu ul {
	display: block;
	width: 100%;
	height: 50px;
	overflow: visible; 
	list-style: none;
}

#header .article-menu ul li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 16px 0px;
	vertical-align: middle;
	text-align: center;
	background-image: url(graphics/header-menu-back.png);
	background-repeat: repeat;
}

#header .article-menu > ul > li + li {
	margin-left: 1px;
}

#header .article-menu ul li a {
	display: block;
	float: left;
	margin: 0px 20px 0px 20px;
	color: #000000;
	text-decoration: none;
}

#header .article-menu ul li:hover > a,
#header .article-menu ul li a:hover,
#header .article-menu ul li.active > a,
#header .article-menu ul li.hover > a {
	color: #019BD2;
}

#header .article-menu > ul > li.first > a {
	margin-left: 36px;
	margin-right: 24px;
}

#header .article-menu > ul > li.last > a {
	margin-left: 24px;
	margin-right: 30px;
}

#header .article-menu ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 1px;
}

#header .article-menu ul li:hover ul {
	display: block;
}

#header .article-menu ul li ul li {
	clear: both;
	text-align: left;
	border-bottom: none;
	width: 250px;
	margin: 0px;
	line-height: 17px;
	padding: 0px 0px;
	height: auto;
}

#header .article-menu ul li ul li.first {
	padding-top: 7px;
}

#header .article-menu ul li ul li.last {
	padding-bottom: 8px;
}

#header .article-menu ul li ul li a {
	background-image: url(graphics/menu-list-back-normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	margin: 0px 25px 0px 21px;
	padding: 7px 0px 6px 12px;
}

#header .article-menu ul li ul li:hover > a,
#header .article-menu ul li ul li a:hover,
#header .article-menu ul li ul li.active > a,
#header .article-menu ul li ul li.hover > a {
	background-image: url(graphics/menu-list-back-active.gif);
}

#header #slider-container {
	position: absolute;
	top: 139px;
	left: -50px;
	width: 1000px;
	height: 483px;
	background-image: url(graphics/sliedeshow-back.png);
	background-repeat: no-repeat;
}

#header #slider-left,
#header #slider-left-overlay {
	position: absolute!important;
    top: 42px!important;
	left: 61px!important;
	width: 146px!important;
	height: 312px!important;
	overflow: hidden!important;
	background-image: url(graphics/slider-overlay.png);
}

#header #slider-right,
#header #slider-right-overlay {
	position: absolute!important;
	top: 42px!important;
	right: 59px!important;
	width: 148px!important;
	height: 312px!important;
	overflow: hidden!important;
	background-image: url(graphics/slider-overlay.png);
}

#header #slider-left-overlay,
#header #slider-right-overlay {
	z-index: 5;
}

#header #slider-container #slider {
	position: absolute!important;
	width: 566px;
	height: 368px!important;
	margin: 10px auto;
	top: 0px;
	left: 216px;
}

#header #slider-container #slider .nivo-controlNav {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	height: 15px;
	text-align: center;
}

#header #slider-container #slider .nivo-control {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 3px;
	background-image: url(graphics/slideshow-btn-normal.png);
	color: transparent;
}

#header #slider-container #slider .nivo-control.active {
	background-image: url(graphics/slideshow-btn-active.png);
}

/* product images */
#product-image {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#product-image #mainphoto-cont {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
}

#product-image #mainphoto-cont #mainphoto {
	position: relative;
	width: 400px;
	height: 300px;
	line-height: 300px;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#product-image #mainphoto-cont #mainphoto a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

#product-image #mainphoto-cont #mainphoto img {
	vertical-align: middle;
}

#product-image #mainphoto-cont #mainphoto #iv-left {
	position: absolute;	
	top: 40%;
	left: 0px;
	width: 28px;
	height: 48px;
	line-height: 46px;
	color: #444444;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	background-repeat: no-repeat;
	cursor: pointer;
}

#product-image #mainphoto-cont #mainphoto #iv-right {
	position: absolute;	
	top: 40%;
	right: 0px;
	width: 28px;
	height: 48px;
	line-height: 46px;
	color: #444444;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	background-repeat: no-repeat;
	cursor: pointer;
}

#product-image #miniatures-cont {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#product-image #miniatures-cont #miniatures {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 472px;
	height: 102px;
	overflow: hidden;
}

#product-image #miniatures-cont #miniatures ul {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	list-style: none;
}

#product-image #miniatures-cont #miniatures ul li {	
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	background-color: #C9C9C9;
	overflow: hidden;
}

#product-image #miniatures-cont #miniatures ul li.active {
	border: 1px solid #444444;
}

#product-image #miniatures-cont #miniatures ul li a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

#product-image #miniatures-cont #miniatures ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	vertical-align: middle;
}

/* header */
#header #logo {
	
}

/* content */
#content #left {
	float: left;
	width: 269px;
	margin-top: 10px;
	margin-left: 31px;
	min-height: 300px;
}

#content #content-separator {
	float: left;
	width: 2px;
	height: 100%;
}

#content #content-separator #content-separator-top {
	position: absolute;
	left: 300px;
	top: 0px;
	background-image: url(graphics/content-separator-top.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 128px;
}

#content #content-separator #content-separator-middle {
	position: absolute;
	top: 128px;
	background-image: url(graphics/content-separator-middle.png);
	background-repeat: repeat-y;
	width: 2px;
}

#content #content-separator #content-separator-bottom {
	position: absolute;
	left: 300px;
	bottom: 0px;
	background-image: url(graphics/content-separator-bottom.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 128px;
}

#content #left .left-box {
	float: left;
	clear: both;
	width: 225px;
	margin-top: 41px;
	margin-left: 3px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

#content #left .left-box h1 {
	margin-left: -3px;
	margin-bottom: 16px;
}

#content #right {
	float: left;
	width: 574px;
	margin: 10px 0px 0px 24px;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
}

#content #right ul li {
	padding-left: 12px;
	text-indent: -12px;
}

#content #right h1 {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

#content #right .product-content {
	
}

#content #right 

/* home */
#content #home {
	float: left;
	width: 100%;
}

/* news */
#content #news {
	float: left;
	width: 100%;
	margin-bottom: -28px;
}

#content #news .news {
	width: 100%;
	float: left;
	margin-top: 27px;
	margin-bottom: 28px;
}

#content #news .news .news-image-box {
	float: left;
}

#content #news .news .news-image-box img {
	display: block;
	float: left;
	border: 6px solid #FFFFFF;
	margin-right: 47px;
}

#content #news .news-content {
	width: 344px;
	float: left;
	clear: right;
}

#content #news .news-content.full-size {
	width: 100%;
}

#content #news .news-date {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 2px;
	font-size: 10px;
	line-height: 11px;
}

#content #news .news-title {
	float: left;
	clear: right;
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	line-height: 14px;
}

#content #news .news-title a {
	color: #000000;
	font-weight: bold;
}

#content #news .news-intro {
	float: left;
	clear: right;
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	line-height: 24px;
}

#content #news .news-more {
	float: left;
	clear: right;
	width: auto;
	margin-top: 7px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(graphics/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#content #news .news-more a {
	padding-right: 17px;
	background-image: url(graphics/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}

/* article */
#content #article {
	float: left;
	width: 100%;
}

#content #article #article-content {
	float: left;
	width: 100%;
	margin-top: 14px;
	line-height: 24px;
}

#content #article #article-content table td {
	padding: 5px;
	border: 1px solid #444444;
	/*vertical-align: middle;*/
}

/* contact */
#content #contact {
	float: left;
	width: 100%;
}

/* category */
#category {
	float: left;
	width: 100%;
	margin-bottom: -28px;
}

#category #category-content {
	float: left;
	width: 100%;
	margin-top: 0px;
}

#category #category-content #category-content-desc.category-empty {
	margin-top: 59px;
}

#category #category-content .category-item {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 28px;
}

#category #category-content .category-item .product-image {
	float: left;
}

#category #category-content .category-item .product-image img {
	display: block;
	float: left;
	border: 6px solid #FFFFFF;
	margin-right: 47px;
}

#category #category-content .category-item .product-content {
	float: left;
	clear: right;
	width: 344px;
}

#category #category-content .category-item .product-content.full-size {
	width: 100%;
	clear: both;
}

/*
#category #category-content .category-item .product-title {
	float: left;
	clear: right;
	width: 100%;
	font-size: 13px;
	line-height: 14px;
}

#category #category-content .category-item .product-title a {
	color: #000000;
	font-weight: bold;
}
*/

#category #category-content .category-item .product-intro {
	float: left;
	clear: right;
	width: 100%;
	margin-top: 12px;
	font-size: 13px;
	line-height: 24px;
}

#category #category-content .category-item .product-more {
	float: left;
	clear: right;
	width: auto;
	margin-top: 12px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(graphics/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#category #category-content .category-item .product-more a {
	padding-right: 17px;
	background-image: url(graphics/read-more-arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}


/* product */
#product {
	float: left;
	width: 100%;
}

#product #product-content {
	float: left;
	width: 100%;
	margin-top: 27px;
}

#product #product-content .product-intro {
	float: left;
	clear: right;
	width: 100%;
	margin-top: 12px;
	font-size: 13px;
	line-height: 14px;
}

#product #product-images,
#category #product-images,
#article #page-images,
#news #news-images {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

#product #product-images ul,
#category #product-images ul,
#article #page-images ul,
#news #news-images ul {
	float: left;
	clear: both;
	width: 618px;
	list-style-type: none;
}

#product #product-images ul li,
#category #product-images ul li,
#article #page-images ul li,
#news #news-images ul li {
	float: left;
	margin: 0px 27px 20px 0px;
	width: 150px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	border: 6px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 0px;
	text-indent: 0px;
}

#product #product-images ul li a,
#category #product-images ul li a,
#article #page-images ul li a,
#news #news-images ul li a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}

#product #product-images ul li img,
#category #product-images ul li img,
#article #page-images ul li img,
#news #news-images ul li img {
	vertical-align: middle;
}

/* footer */
#footer #dogo {

}
