body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  font-family: tahoma;
  }
a:focus, a:active {
  outline: none;
  } 
img {
  border: none;
  }
table {
	margin: 0px;
	border-collapse:collapse;
	empty-cells: show;
	}
td {
	border: 0px;
	padding:0px;
	margin: 0px;
	vertical-align: top;
	cursor: default;
	}
h1 {
  background: transparent url('../img/blue_arrow.gif') center left no-repeat;
  color: #00899b;
  padding-left: 40px;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  clear: both;
  }
h2 {
  color: #fff;
  background: #00b5c8;
  padding: 3px 5px;
  font-size: 13px;
  margin: 10px 0;
  clear: both;
  }
p {
  text-align: justify;
  }
b {
  color: #00899b;
  }
hr {
  clear: both;
  height: 1px;
  border: 0;
  border-top: 1px solid #00b5c8;
  margin: 5px 0;
  padding: 0;
  }
/* ------------ main ----------- */	
#main {
  width: 100%;
  }
#top_left1 {
  background: transparent url('../img/bg_top_left1_repeat-x.jpg') top right repeat-x;
  }
#top_left1 div {
  height: 250px;
  background: transparent url('../img/bg_top_left1.jpg') top right no-repeat;
  }
#top_left2 {
  background: transparent url('../img/bg_top_left2_repeat-x.jpg') top right repeat-x;
  }
#top_left2 div {
  height: 260px;
  background: transparent url('../img/bg_top_left2.jpg') top right no-repeat;
  }
#top_center {
  width: 980px;
  height: 250px;
  background: transparent url('../img/bg_top_center.jpg') top left no-repeat;
  }
#top_right1 {
  background: #00a7ba url('../img/bg_top_right1_repeat-x.jpg') top left repeat-x;
  }
#top_right1 div {
  height: 250px;
  background: transparent url('../img/bg_top_right1.jpg') top left no-repeat;
  }
#top_right2 {
  background: #00a7ba url('../img/bg_top_right2_repeat-x.jpg') top left repeat-x;
  }
#top_right2 div {
  height: 547px;
  background: transparent url('../img/bg_top_right2.jpg') top left no-repeat;
  }
/* ----------- header ---------------*/
#top_header {
  position: relative;
  }
#top_links {
  position: absolute;
  top: 15px;
  right: 25px;
  height: 20px;
  }
#header {
  float: left;
  width: 980px;
  height: 250px;
  }
/* ----------- body ---------------- */  
#content {
  width: 633px;
  background: transparent url('../img/bg_content.jpg') top left no-repeat;
  padding: 30px 30px 20px 30px
  }
#content #galeria {
  width: 100%;
  }
#content #galeria td {
  padding-top: 0;
  width: 33%;
  padding-bottom: 30px;
  }
#content #galeria td img {
  width: 200px;
  padding-bottom: 5px;
  }
#content #cenniki {
  clear: both;
  overflow: auto;
  }
#content #cenniki a {
  width: 250px;
  height: 45px;
  text-align: center;
  }
#content #cenniki a.left {
  display: block;
  float: left;
  text-decoration: none;
  padding: 20px 0px 20px 0px;
  background: red;
  margin-left: 30px;
  background: #00b5c6;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  }
#content #cenniki a.left:hover {
  text-decoration: underline;
  }
#content #cenniki a.right {
  display: block;
  float: right;
  text-decoration: none;
  padding: 20px 0px 20px 0px;
  background: red;
  margin-right: 30px;
  background: #00b5c6;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  }
#content #cenniki a.right:hover {
  text-decoration: underline;
  }
table.cennik {
  width: 100%;
  }
table.cennik td {
  padding: 10px;
  border: 1px solid #00b5c6;
  }
/* ------------ product ------------ */
.product {
  clear: both;
  overflow: auto;
  margin-bottom: 40px;
  }
.product .leftbox {
  float: left;
  padding: 3px;
  border: 1px solid #b1e2e7;
  }
.product .rightbox {
  overflow: auto;
  float: right;
  width: 470px;
  margin-left: 10px;
  }
.product .rightbox .name {
  overflow: auto;
  float: left;
  width: 300px;
  
  }
.product .rightbox .price {
  overflow: auto;
  float: right;
  width: 150px;
  text-align: right;
  }
.product .rightbox .price b {
  color: #d20003;
  }
.product .rightbox .description {
  clear: both;
  text-align: justify;
  padding: 10px 0px;
  }
.product .rightbox .info {
  float: left;
  width: 290px;
  overflow: auto;
  }
.product .rightbox .addform {
  float: right;
  width: 179px;
  overflow: auto;
  text-align: right;
  }
.product .rightbox .addform p {
  float: left;
  margin-left: 10px;
  font-weight: bold;
  color: #00b5c8;
  line-height: 17px;
  }
.product .rightbox .addform p img{
  float: left;
  display: block;
  padding-right: 4px;
  }
.product .rightbox .addform input {
  width: 45px;
  height: 17px;
  line-height: 17px;
  background: #00b5c8;
  border: none;
  padding: 0px 3px;
  color: #fff;
  margin-left: 3px;
  }
  
#cart {
  border: 1px solid #00b5c8;
  height: 25px;
  width: 100px;
  text-align: center;
  line-height: 25px;
  color: #d30000;
  font-weight: bold;
  float: right;
  margin-left: 20px;
  }
/* --- user form ---- */
.row {
  clear: both;
  text-align: right;
  padding: 6px 0px;
  }
.row input {
  float: right;
  width: 430px;
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  border: 2px solid #00b5c8;
  }
.row textarea {
  float: right;
  width: 430px;
  height: 200px;
  line-height: 23px;
  background: #00b5c8;
  color: #fff;
  border: none;
  padding: 4px 3px;
  border: 2px solid #00b5c8;
}
.row label {
  height: 23px;
  line-height: 23px;
  display: block;
  float: right;
  margin: 0px 3px;
}
.row .error {
  border: 2px solid red;
  }
.row button#submit {
  width: 200px;
  background: #00b5c6 url('../img/bg_submit.gif') top right no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
  padding-right: 15px;
  margin-left: 18px;
  cursor: pointer;
  }
.row button#reset {
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #a4a4a4;
  padding: 5px 10px;
  cursor: pointer;
  }
button#submit {
  width: 100px;
  background: #00b5c6 url('../img/bg_submit.gif') top right no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
  padding-right: 15px;
  cursor: pointer;
  }
/* ------------ praca ---------------*/
#praca {
  width: 100%;
  }
#praca td.input, #praca td.label  {
  padding: 4px 0px;
  vertical-align: middle;
  line-height: 12px;
  }
#praca td.input  {
  width: 412px;
  }
#praca td.label  {
  text-align: right;
  padding-right: 10px;
  }
#praca input.normal {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  border: 2px solid #00b5c8;
  width: 412px;
  }
#praca input.error {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  border: 2px solid red;
  width: 412px;
  }
#praca textarea {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  width: 416px;
  }
#praca button#submit {
  width: 200px;
  background: #00b5c6 url('../img/bg_submit.gif') top right no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
  padding-right: 15px;
  margin-left: 18px;
  cursor: pointer;
  float: right;
  }
#praca button#reset {
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #a4a4a4;
  padding: 5px 10px;
  cursor: pointer;
  float: right;
  margin-right: 4px;
  }
/* ------------ kontakt ---------------*/
#kontakt {
  width: 100%;
  }
#kontakt td.input, #kontakt td.label  {
  padding: 4px 0px;
  vertical-align: middle;
  line-height: 12px;
  }
#kontakt td.input  {
  width: 412px;
  }
#kontakt td.label  {
  text-align: right;
  padding-right: 10px;
  }
#kontakt input.normal {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  border: 2px solid #00b5c8;
  width: 412px;
  }
#kontakt input.error {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  border: 2px solid red;
  width: 412px;
  }
#kontakt textarea {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  width: 416px;
  border: 2px solid #00b5c8;
  }
#kontakt textarea.error {
  background: #00b5c8;
  border: none;
  padding: 4px 3px;
  color: #fff;
  width: 416px;
  border: 2px solid red;
  }
#kontakt button#submit {
  width: 200px;
  background: #00b5c6 url('../img/bg_submit.gif') top right no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
  padding-right: 15px;
  margin-left: 18px;
  cursor: pointer;
  float: right;
  }
#kontakt button#reset {
  width: 200px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #a4a4a4;
  padding: 5px 10px;
  cursor: pointer;
  float: right;
  margin-right: 8px;
  }
/* ------------ menu right ----------*/
#menu_right {
  width: 237px;
  background: #00a7ba url('../img/bg_menu_right.jpg') top left no-repeat;
  padding: 90px 25px 15px 25px;
  color: #fff;
  }
#menu_right a {
  font-size: 17px;
  text-decoration: none;
  background: transparent url('../img/menu_right_arrow.gif') center left no-repeat;
  padding-left: 20px;
  color: #fff;
  display: block;
  }
#menu_right a:hover {
  text-decoration: underline;
  color: #90f7fe;
  }
#menu_right a.sub {
  font-size: 14px;
  text-decoration: none;
  background: transparent url('../img/menu_right_dot.gif') center left no-repeat;
  padding-left: 10px;
  color: #fff;
  margin-left: 10px;
  }
#menu_right a.sub:hover {
  text-decoration: underline;
  color: #90f7fe;
  }
#menu_right hr {
  height: 2px;
  border: 0;
  border-top: 1px solid #06b5c6;
  border-bottom: 1px solid #007d8b;
  }
/* ------------ sofa ----------------*/
#sofa {
  background: transparent url('../img/bg_sofa.jpg') bottom right no-repeat;
  height: 220px;
  }
/* ------------ tel  ----------------*/
#tel {
  background: #00a7ba url('../img/bg_tel.jpg') bottom right no-repeat;
  height: 220px;
  text-align: right;
  padding-right: 50px;
  color: #fff;
  vertical-align: top;
  }
#tel div {
  padding-bottom: 5px;
  }
#tel a {
  color: #fff;
  text-decoration: none;
  }
#tel a:hover {
  text-decoration: underline;
  }
/* ------------ footer --------------*/  
#bg_footer {
  background: #00a7ba;
  }
#footer {
  margin: auto;
  width: 980px;
  }
#bottom_menu {
  float: right;
  }
#bottom_menu a {
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  }
#bottom_menu a:hover {
  text-decoration: underline;
  }
#author {
  float: left;
  }
#author a {
  line-height: 44px;
  color: #98dbe3;
  text-decoration: none;
  }
#author a:hover {
  text-decoration: underline;
  }
#author b {
  color: #98dbe3;
  }

