* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: url('images/sand-blossom.gif');
    font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000157;
}

h1 {
    padding: 40px 0 0 15px;
    font: 36px Lucida Calligraphy, Helvetica, sans-serif;
    color: #DAA520;
}

h2 {
    padding: 0 0 0 15px;
    font: 24px Monotype Corsiva, Helvetica, sans-serif;
    color: #DAA520;
}

h3 {
    padding: 0;
    width: 200px;
    font: bold 13px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000157;
    background: #D3C7A2;
    border-left: 5px solid #000157;
    border-right: 5px solid #000157;
}

h4 {
    margin: 20px 0 4px 0;
    padding: 0 10px;
    font: bold 20px/26px Arial,Helvetica, sans-serif;
    color: #660000;
    background: #FFCC66;
    border-left: 5px solid #D3C7A2;
    border-right: 5px solid #D3C7A2;
}

h5.firsth5 {
    margin: 20px 0 2px 0;
    padding: 0 10px;
    font: bold 22px/26px Arial,Helvetica, sans-serif;
    color: #660000;
    background: #FFCC66;
    border-left: 5px solid #D3C7A2;
    border-right: 5px solid #D3C7A2;
}


p.dekoracja1 {
    color: green;
    font: bold 15px Times New Roman, sans-serif;
    font-style: italic;
}


    p.dekoracja2 {
    color: red;
    font: bold 22px Times New Roman, sans-serif;
    font-style: underline;
}


    p.dekoracja3 {
    color: orange;
    font: bold 20px Times New Roman, sans-serif;
    font-style: none;
}


    p.dekoracja4 {
    color: violet;
    font: bold 20px Times New Roman, sans-serif;
    font-style: none;
}


    p.dekoracja5 {
    color: #C00090;
    font: bold 12px Times New Roman, sans-serif;
    font-style: underline;
}
   

    p.dekoracja6 {
    color: green;
    font: bold 30px Times New Roman, sans-serif;
    font-style: italic;
}
    
    
    p.dekoracja7 {
    color: green;
    font: bold 18px Times New Roman, sans-serif;
    font-style: italic;
}





h4.firsth4 {
    margin-top: 0;
}

h4.firsth4 {
    margin-top: 0;
}

p {
    padding: 5px 0;
}

p.comments {
    text-align: right;
}

a {
    color: #660000;
    text-decoration: underline;
}

a:hover {
    color: #B9C3D7;
    text-decoration: none;
}

p.ph4 {
    color: #660000;
    text-decoration: none;
}


#main {
	background: #ffffff;
    margin: 0 auto;
    width: 960px;
    text-align: left;
    border-left: 5px solid  #CCCC99;
    border-right: 5px solid  #CCCC99;
	border-bottom: 5px solid  #CCCC99;
}

#top_1 {
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#top_2 {
    height: 215px;
	background: url(images/logo.jpg) no-repeat right
}



#menu {
    clear: both;
    width: 100%;
    height: 36px;
    background:  #CCCC99;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
	float: left;
    padding: 0 25px;
    font: bold 11px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #993300;
}


#middle {
    padding: 15px;
}


#right {
    padding-bottom: 30px;
    width: 930px;
    font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color:  #993300;
}

#right ul li {
	margin-left: 20px;
}

p.produkt{
	color:red;
	font: bold 17px Courier New, serif;
}

p.produkt1 {
	color: green;
	font: bold 24px Verdana, sans-serif;
}

p.cena {
	color: orange;
	font: bold 30px Times New Roman, sans-serif;
}

#bottom {
    clear: both;
    padding: 0 15px 15px 15px;
}

img.left {
	float:left;
	margin: 5px 20px 0 0;
}

#bottom p {
    padding: 0;
    font: 10px/26px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #eeeeee;
    background: #CCCC99;
    border-left: 5px solid #D3C7A2;
    border-right: 5px solid #D3C7A2;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: gray;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #ffffff;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: right;
  text-align: right;
  line-height: 1.3em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
