body {
  background: #fff url("../img/bg.png") top left repeat-x;
  sborder-top: solid 6px #e5e5e5;
  margin: 0 0 30px 0;
  padding: 0;
  padding-top: 6px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

body.subpage {
  background: #fff url("../img/bg_sub.png") top left repeat-x;
}


form {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

a:focus {
   outline: none;
}

.fixed {
  margin-left: auto;
  margin-right: auto;
  width: 1099px;
  
  width: 988px;
}


div.container {}

/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */

div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
  clear: both;
  visibility:hidden;
}

#logo_menu {
  height: 92px;
  background: url("../img/banner_top.png") bottom left no-repeat;
}

body.subpage #logo_menu {
  background: none;
  height: 95px;
}

#logo_menu h1 {
  height: 92px;
  width: 350px;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  
  float: left;
}

#logo_menu h1 a {
  background: url("../img/logo.png") top left no-repeat;
  display: block;
  height: 92px;
  width: 350px;
  
  width: 281px;
}

#logo_menu ul {
  margin: 65px 80px 0 0;
  padding: 0;
  
  float: right;
}

#logo_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

#logo_menu ul li a {
  color: #949494;
  text-decoration: none;
  padding-left: 20px;
}

#logo_menu ul li a:hover, #logo_menu ul li.active a {
  text-decoration: underline;
}



#menu_banner {
  background: url("../img/banner.jpg") top left no-repeat;
  height: 217px;
}

#menu_banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 256px;
  float: left;
}

#menu_banner ul li {
  margin: 0;
  padding: 0;
  
}

#menu_banner ul li a {
  display: block;
  width: 256px;
  text-indent: -9000px;
}

#menu_banner p {
  width: 722px;
  float: left;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  height: 184px;
  
}

#menu_banner a#contact {
  display: block;
  float: left;
  text-indent: -9000px;
  width: 138px;
  height: 24px;
  margin-left: 559px;
}


#pos_1 a {
  height: 42px;
  background: url("../img/menu_1.png") top left no-repeat;
}

#pos_2 a {
  height: 45px;
  background: url("../img/menu_2.png") top left no-repeat;
}

#pos_3 a {
  height: 44px;
  background: url("../img/menu_3.png") top left no-repeat;
}

#pos_4 a {
  height: 44px;
  background: url("../img/menu_4.png") top left no-repeat;
}

#pos_5 a {
  height: 42px;
  background: url("../img/menu_5.png") top left no-repeat;
}

#main {
  background: url("../img/content.png") top right repeat-y;
}

#left {
  float: left;
  display: inline;
  width: 215px;
  padding: 10px 25px;
  padding: 10px 20px;
}

#left h5 {
  margin: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  background: url("../img/bullet_1.png") left 2px no-repeat;
  margin: 30px 0 10px 0;
  padding: 0;
  padding-left: 25px;
}

#left h5.type_2 {
  background: url("../img/bullet_2.png") left 2px no-repeat;
}


ul#left_menu {
  margin: 0 20px 0 0px;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px #dedede;
}

ul#left_menu li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dedede;
  padding-left: 3px;
}

ul#left_menu li a {
  font-weight: 12px;
  color: #373737;
  line-height: 25px;
  text-decoration: none;
}

ul#left_menu li a:hover, #left_menu li a.active {
  font-weight: bold;
}


ul.b_ar {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
}

ul.b_ar li {
  background: url("../img/bullet_arrow.png") center left no-repeat;
  padding: 2px 0 2px 10px;
}

#left .read_more {
  display: block;
  float: left;
  color: #8b8b8b;
  background: url("../img/read_more.png") top left no-repeat;
  height: 32px;  
  width: 91px;
  text-indent: -9000px;
}

#content {
  float: left;
  display: inline;
  width: 764px;
  padding: 40px;
  background: url("../img/content_top_main.png") top right no-repeat;
  
  width: 653px;
}

body.subpage #content {
  background: url("../img/content_top.png") top right no-repeat;
}

body.subpage #content {
  background: none;
}

#content h2 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #2a2a2a;
  font-size: 26px;
  font-weight: normal;
}

#content h3 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #ff7006;
  font-size: 14px;
  font-weight: bold;
}

#content p {
  margin: 0;
  padding: 10px 0;
  color: #4c4c4c;
  line-height: 1.5em;
}

#content .date {
  display: block;
  float: right;
  color: #8b8b8b;
  height: 32px;
  line-height: 32px;
}

#content .read_more {
  display: block;
  float: right;
  color: #8b8b8b;
  background: url("../img/read_more.png") top left no-repeat;
  height: 32px;  
  width: 91px;
  text-indent: -9000px;
  margin-left: 20px;
}

#content_after {
  background: url("../img/content_bottom.png") top left no-repeat;
  height: 54px;
}

#bottom {
  background: url("../img/footer_wide.png") repeat-x;  
}

#footer {
  background: url("../img/footer.png") top left no-repeat;
  padding-top: 75px; 
  color: #b5b5b5;
}

#order_form td {
  padding-top: 3px;
  padding-bottom: 3px;
}

#order_form th {
  text-align: left;
  padding-top: 6px;
  
}

#order_form th.lev_1 {
  color: #004c92;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 2px;
  border-bottom: solid 1px #ccc;
}

#order_form .required {
  color: #fe8f18;
}

#order_form .tip {
  color: #888;
}

/* cennik */

#content h4 {
  font-size: 12px;
  font-weight: bold;
}
  

table.prices {
  width: 80%;
  border-collapse: collapse;
  border: solid 1px #bbb;
}

table.prices td, table.prices th {
  border: solid 1px #bbb;
  padding: 4px;
}

table.prices th {
  background: #ddd;
  text-align: left;
}

table.prices .col_1 {
  width: 60%;
}

table.prices .col_2 {
  width: 40%;
  text-align: center;
}

table.prices {}

input.invalid {
  border: solid 2px red;
  color: red;
}

tr.invalid {}

label.invalid {
  color: red;
  font-weight: bold;
}

/* print version */

body.print .fixed {
  padding: 0 20px;
  width: 600px;
}

/* subpages */

.subpage_o #content h2 {
  margin-bottom: 40px;
}

.subpage_o #content {
  line-height: 1.5em;
}

.thumb_1 {
 float: right;
 margin-left: 30px;
 border: solid 1px #ddd;
}

.thumb_2 {
 float: left;
 margin-right: 30px;
 margin-bottom: 10px;
}

.subpage_o #content .warning {
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #aaa;
  background: #eee;
}

ul.tick {
  list-style-type: none;
  
}

ul.tick li {
  background: url(../img/tick.png) top left no-repeat;
  line-height: 30px;
  margin-left: 0;
  padding-left: 40px;
}

ul.tick li ul, ul.tick_2 {
  list-style-type: none;
}

ul.tick li ul li, ul.tick_2 li {
  background: url(../img/tick2.png) top left no-repeat;
  line-height: 30px;
  margin-left: 0;
  padding-left: 40px;
}

a.ord_form {
  text-indent: -9000px;
  width: 182px;
  height: 40px;
  display: block;
  background: url(../img/button.png) top left no-repeat;
}

.iconed {
  line-height: 24px;
}

.bigger {
  font-size: 16px;
  sfont-weight: lighter;
  line-height: 34px;
}

/* referencje */

.refer_thumb {
  border: solid 1px #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
}