/* -----------------------------------------------------------------------

 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
----------------------------------------------------------------------- */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
a:link, a:hover, a:active, a:focus, a:visited {border:none; text-decoration:none; color:#fa9400; }
a {border:none; text-decoration:none; }
body {line-height:1.5; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography.css */
body {font-size:75%;color:#6c6c6c;;background-color: #e2e2e2; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; margin:0 auto; padding:0; text-align:center;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#907150; font-family:"Times New Roman";  }
h1 {font-size:22px;line-height:1;margin-bottom:0.5em;  }
h2 {font-size:18px;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em; }
h5 {font-size:1em;font-weight:bold;margin-bottom:.95em; font-family:Arial;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input.text, input.title, textarea, select {margin:0 0;}
input.text, input.title {width:300px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #796653;
	background-color: #251506;
	padding: 15px;
    color: #fa9400;
	opacity: 0.75;
    width:250px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; line-height:14px; font-family:sans-serif; color: #fa9400;  }


/*
    Document   : style.css
    Created on : 2009-07-03, 10:39:36
    Author     : Michał Szydłowski
    Contact    : michal@szydlowski.info
*/
h1 span {border-bottom:1px solid #d2d2d2;}
.clear {font-size:0px; margin:0; padding:0; clear:both; line-height:0px; height:0px; width:100%; }
.left {float:left;}
.right {float:right;}
.marginZero {margin:0 auto;}
.weightNormal {text-decoration:none; font-weight:normal;}
.paddingZero {padding:0;}
.textJustify {text-align:justify;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
.textCenter {text-align:center;}
.first {padding-left:0px; margin-left:0px;}
.last {padding-right:0px; margin-right:0px;}
.show {display:block;}
.hide {display:none;}
.orange {color:#fa9400;}
.white {color:#fff;}
.plum {color:#43004a;}
.gray {color:#e3e3e3;}
.noBorder {border:0px none;}
.dashed50right {border-right: 1px dashed #f5e9da; padding-right:50px; }
.form .left{margin:5px 0;}
#warper { width:100%; height:100%; text-align:center; margin:0 auto; padding:0; background-color: #fff; }
#head {width:100%; background:url(../images/header_background.png); text-align:center; margin:0 auto; padding:0;}
#menu {height:127px; width:970px; clear:both;  text-align:center; margin:0 auto; padding:0; }
#menu .logo {width:318px; margin-left:10px; float:left; display:inline-block; }
#menu .titles { text-align:left; width:510px; margin-left:115px; float:left; margin-top:20px; padding-bottom:5px; background:url(../images/menu_underline.png) bottom repeat-x;}
#menu .titles .topMenu  a { font-size:18px;  font-family:"Times New Roman"; color:#60513a; margin:0 9px 0 9px; padding-bottom:3px; }
#menu .titles .bottomMenu { text-align:left; margin-left:0px; margin-top:6px; width:510px;}
#menu .titles .bottomMenu a { font-size:12px;font-family:Verdana, Arial;  color:#616161; margin:5px 9px 0 9px;  }
#menu .titles .bottomMenu a:hover {color:#fa9400;}
#menu .titles .topMenu a:hover, 
#menu .titles .topMenu a.active:hover {color:#fa9400;}
#menu .titles .topMenu a.active {color:#43004a; border-bottom:1px solid #fa9400; padding-bottom:3px; }
#content {height:460px; width:100%; width:970px; margin:0 auto; padding:0;}
.all_promo .promo_box {height:235px; display:none;}
.all_promo .active {display:block;}
.promo_box .promo_photo {float:left; width:519px; text-align:right;; }
.promo_box .promo_container {height:100%; float:left; width:440px;}
.promo_box .promo_container .promo_top {height:14px; width:100%; background: url(../images/promo_border_top.png) no-repeat; }
.promo_box .promo_container .promo_content {height:204px; ; width:100%; background: url(../images/promo_border.png) repeat-y right; text-align:left;}
.promo_box .promo_container .promo_bottom {height:14px; width:100%; background: url(../images/promo_border_bottom.png) no-repeat;}
.promo_box .promo_container .promo_content p {margin:10px 15px;}
.promo_box .promo_container .promo_content h2 {margin-left:15px;}
.promo_box .promo_container .promo_content .cat {width:100px;margin-left:15px; float:left; height:18px; line-height:18px; margin-bottom:10px; }
.promo_box .promo_container .promo_content .data {width:300px; float:left; text-align:justify; margin-bottom:10px; }
.distance { height:28px; clear:both; width:100%;}
.offer_container {float:left; width:680px; text-align:left;}
.offer {float:left; margin:20px 0px; width:320px;}
.offer .offer_image {float:left; width:85px;}
.offer .offer_text {float:left;width:150px;}
.offer .offer_txt a {color:#6c6c6c;font-weight:bold;}
.offer .offer_txt p { padding-top:10px;}
.news_container .news a {color:#6c6c6c; font-weight:bold;}
.news_container .news p { padding-top:10px;}
.news_container {float:left; width:250px; text-align:left;}
.news_container .news {margin-top:30px; color:#6c6c6c;}
#footer {height:42px; width:100%; background:url(../images/footer_background.png); width:100%; margin:0 auto; padding:0; text-align:center;    }
#footer .footer_container {width:970px; height:100%; line-height:42px; margin:0 auto; padding:0; text-align:center; }
#footer .footer_container .copyright { text-align:left; width:400px; float:left;  }
#footer .footer_container .copyright a {color:#43004a;}
#footer .footer_container .menu { text-align:right; width:400px; float:right; padding-right:10px; }
#footer .footer_container .menu a {color:#60513a; margin-left:8px; }
#footer .footer_container .menu .active {color:#43004a;}
.linki {width:300px; text-align:right; float:right;  }
.protmenu {width:400px; text-align:left; float:left;  }



#slideshow {
	margin:0 auto;
	width:970px;
	height:235px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:970px;
  height:235px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:970px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:235px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:235px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	margin-left:-40px;
	margin-top:100px;
  top:0;
  left:0;
  background:transparent url(../images/left_arrow.png) no-repeat 0 0;
}
#rightControl {
	margin-right:-30px;
	margin-top:100px;
  top:0;
  right:0;
  background:transparent url(../images/right_arrow.png) no-repeat 0 0;
}



