p, a, h1, h2, h3, h4, h5, h6, ul, li, ol, body, html {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
} 

body {
	background: #f4f2e5 url(images/bg.png) repeat;
	font-family: Arial;
	font-size: 12px;
	color: #959595;
}

.warpper {
	width: 960px;
	margin: 0 auto;
}




/********** HEADERS **********/




#header {
	background: url(images/header.png) no-repeat 50% 0;
	width: 100%;
	height: 476px;
	float: left;
}




/********** LOGO **********/




a.logo {
	background: url(images/logo.png) no-repeat;
	width: 250px;
	height: 43px;
	float: left;
	margin: 40px 0 0 0;
}




/********** MENU **********/




ul.menu {
	width: auto;
	height: auto;
	float: right;
	list-style: none;
	margin-top: 40px;
}

ul.menu li {
	background: rgba(0,0,0,0.2);
	float: right;
	border: 1px dashed #8c847d;
	margin-left: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

ul.menu li a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 15px 40px 15px 40px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
}

ul.menu li a:hover {
	background: rgba(0,0,0,0.2);
}




/********** CONTENT **********/




#content {
	width: 960px;
	height: auto;
	float: left;
	margin: 20px 0 15px 0;
}




/********** SIDEBAR **********/




.sidebar {
	background: #f9f7ea;
	width: 200px;
	height: auto;
	float: left;
	border: 1px solid #d0c2af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


.sidebar h3 {
	background: url(images/sidebar.png) no-repeat;
	width: 220px;
	height: 40px;
	float: left;
	margin: 20px 0 0 -10px;
	color: #6a5e52;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 0 0;
	text-shadow: 1px 1px #d2c3b4;
}

.sidebar ul {
	width: 200px;
	height: auto;
	float: left;
	list-style: none;
	border-bottom: 1px solid #e0e0c4;
	margin: 0 0 20px 0;
	padding: 0;
}

.sidebar ul li {
	width: 200px;
	height: auto;
	float: left;
	border-top: 1px solid #e0e0c4;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
}

.sidebar ul li:hover {
	background: #efecdb;
}

.sidebar ul li a {
	width: 160px;
	height: auto;
	color: #9d9486;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-shadow: 1px 1px #fff;
	padding: 10px 20px;
	float: left;
}




/********** POST **********/




#post {
	width: 750px;
	height: auto;
	float: right;
}

#post h1 {
	background: #b9a999;
	width: 688px;
	height: auto;
	float: right;
	margin: 21px 0 20px 0;
	border: 1px solid #9a8d7c;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #6a5e52;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px #d2c3b4;
	text-align: left;
	padding: 8px 20px;
}




.tekst, .firma, .rozmiary, .dziekujemy {
	background: #f9f7ea;
	width: 690px;
	height: auto;
	float: right;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #d0c2af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tekst h2, .rozmiary h2 {
	width: 680px;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #d0c2af;
	color: #6a5e52;
	text-align: left;
	font-weight: 400;
}

.tekst p, .firma p, .dziekujemy p {
	color: #655d51;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	margin-bottom: 20px;
}

.dziekujemy p {
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 20px 0;
}




.galeria {
	background: #f9f7ea;
	width: 730px;
	height: auto;
	float: right;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border: 1px solid #d0c2af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.galeria h2 {
	width: 680px;
	height: auto;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #d0c2af;
	color: #6a5e52;
	text-align: left;
	font-weight: 400;
}

.thumb {
	background: #b9a999;
	width: 214px;
	height: auto;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px 20px;
	border: 1px solid #9a8d7c;
}

.thumb img {
	width: 208px;
	height: 157px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px 0 3px 3px;
	border: none;
}

.thumb p {
	width: 100%;
	color: #6a5e52;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 5px 10px 5px;
	padding-top: 7px;
	float: left;
	text-shadow: 1px 1px #d2c3b4;
}






.rozmiary table {
	border-top: 1px solid #d0c2af;
	border-left: 1px solid #d0c2af;
	border-spacing: 0;
  border-collapse: collapse;
	float: left;
	margin: 10px 0 20px 0;
}

.rozmiary td {
	padding: 10px;
	border-bottom: 1px solid #d0c2af;
	color: #6a5e52;
	font-size: 15px;
}





/********** KONTAKT **********/





#lokalizacja {
	width: 690px;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}

ul.kontakt {
	list-style: none;
	margin: 10px 0 20px 40px !important;
	float: left;
}

ul.kontakt li {
	color: #777;
	font-size: 14px;
	padding-bottom: 10px;
}

strong.small {
	font-size: 12px;
	
}





/********** FOOTER **********/




#footer {
	background: url(images/footer.png) repeat;
	width: 100%;
	height: 222px;
	float: left;
}


#footer h4 {
	font-size: 14px;
	font-weight: 700;
	color: #f7f5e6;
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #f7f5e6;
	margin: 35px 0 5px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#footer .footer_tagi {
	width: 300px;
	height: 222px;
	float: left;
	margin-right: 40px;
}

#footer .footer_tagi h2 {
	font-size: 12px;
	font-weight: 700;
	color: #f7f5e6;
	width: auto;
	height: auto;
	padding: 5px 10px 5px 0;
	float: left;
}

#footer .footer_menu {
	width: 200px;
	height: 222px;
	float: left;
}

#footer .footer_menu ul {
	padding-left: 15px;
}

#footer .footer_menu ul li {
	padding: 5px 0;
	color: #f7f5e6;
}

#footer .footer_menu ul li a {
	font-size: 12px;
	font-weight: 700;
	color: #f7f5e6;
}

#footer .footer_menu ul li a:hover {
	opacity: 0.7;
}



#footer .footer_firma {
	width: 380px;
	height: 222px;
	float: left;
	margin-left: 40px;
}

#footer .footer_firma p {
	font-size: 12px;
	font-weight: 700;
	color: #f7f5e6;
	padding: 5px 0;
	line-height: 18px;
}



/********** LIGHTBOX **********/



/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../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.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(img/next.png) right 48% no-repeat;
}

/* line 96, ../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;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




/********** CONTACT FORM **********/




.freecontactform {
	background: #f9f7ea;
	width: 730px;
	font-family: arial;
	border: 1px solid #d0c2af;
	padding: 20px;
	margin: 0 0 10px 0;
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.freecontactformheader {
	color: #6a5e52;
	font-size:18px;
	font-weight: 400;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.freecontactformmessage {
	color: #7f7667;
	text-align:center;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom:1px solid #d0c2af;
}

.freecontactform td {
	padding:4px;
	font-size:12px;
}

.freecontactform p {
	padding:4px;
}

.freecontactform label {
	padding:4px;
}

.freecontactform label {
	padding-right:10px
}

.required {
	font-weight:bold;
}

.required_star {
	font-weight:bold;
	color:#F00;
}

.not-required {
	font-weight:normal
}

.antispammessage {
	color: #7f7667;
	padding: 20px 10px;
	border-top:1px solid #d0c2af;
	border-bottom:1px solid #d0c2af;
	font-weight: bold; 
	margin-top: 20px;
}

.antispamquestion {
	color: #7f7667;
	font-weight: normal;
}







