@import url("./reset.css");


html body div#page {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html body div#page div.header {
  height: 438px;
  background-position: top left;
  background-repeat  : no-repeat;
  position:relative;
}

#flashContent{
	position: absolute;
	top:130px;
	left:0;
}

html body div#page div#header-1 {
  background-image: url("./imgs/header-1.jpeg");
}

html body div#page div#header-2 {
  background-image: url("./imgs/header-2.jpeg");
}

html body div#page div#header-3 {
  background-image: url("./imgs/header-3.jpeg");
}

html body div#page div#header-4 {
  background-image: url("./imgs/header-4.jpeg");
}

html body div#page div.header ul#navigation {
  position: absolute;
  left: 370px;
  top: 83px;
}


html body div#page div#wrap ul {
  padding-left: 5px;
  
}

html body div#page div.header ul#navigation li {
  float: left;
  line-height: 47px;
  padding: 0 23px 0 23px;

  font-family: Tahoma;
  font-size: 12px;
}

html body div#page div.header ul#navigation li a {
  text-decoration: none;
  color: white;
}

html body div#page div.header ul#navigation li a:hover {
  text-decoration: underline;
  color: #61b6b5;
}

html body div#page div#wrap div.column{
  float: left;
  width: 320px;
  font: 12px Tahoma;

  /*padding-right: 5px;*/
  color: #555555;
}

html body div#page div#wrap div.column-2{
  float: left;
  width: 625px;
  font: 12px Tahoma;
  

  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 10px;
  color: #555555;
}

html body div#page div#wrap div.column-2 table {
  width: 300px;
  margin: 10px 0;
}

html body div#page div#wrap div.column-2 table thead {
  border-bottom: 2px solid #0B71AE;
}

html body div#page div#wrap div.column-2 table th {
  color: #0B71AE;
  font-weight: bold;
}

html body div#page div#wrap div.column-2 table th,
html body div#page div#wrap div.column-2 table td {
  padding: 2px 5px;
}

html body div#page div#wrap div.column-2 table tbody tr:hover {
  background-color: #61B6B5;
  color: white;
}

html body div#page div#wrap p {
  line-height: 18px;
  margin-top: 18px;
  padding-left: 5px;
  padding-right: 5px;

}

/* html body div#page div#wrap div.{x}-box                                                                */
/*___________________________________________________________________________________________________________________*/
html body div#page div#wrap div.blue-box,
html body div#page div#wrap div.green-box {
  width: 310px;
  background-position: top left;
  background-repeat: repeat-y;

  padding-bottom: 21px;
}

html body div#page div#wrap div.blue-box {
  background-image: url("./imgs/blue-box.background.png");
}

html body div#page div#wrap div.green-box {
  background-image: url("./imgs/green-box.background.png");
}

/* html body div#page div#wrap div.{x}-box h3                                                             */
/*___________________________________________________________________________________________________________________*/
html body div#page div#wrap div.blue-box h3,
html body div#page div#wrap div.green-box h3 {
  background-position: top left;
  background-repeat: no-repeat;

  padding-top: 10px;
  line-height: 41px;

  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-left: 15px;
}

html body div#page div#wrap div.blue-box h3 {
  background-image: url("./imgs/blue-box-header.background.png");
}

html body div#page div#wrap div.green-box h3 {
  background-image: url("./imgs/green-box-header.background.png");
}

html body div#page div#wrap strong {
  font-weight: bold;
}

/*___________________________________________________________________________________________________________________*/
html body div#page div#wrap div.column div.blue-box ul,
html body div#page div#wrap div.column div.green-box ul {
  padding: 0;http://netwizards.com.pl/uploads/projekt/mikrosklep/wydruki.html
  margin: 0;
}

html body div#page div#wrap div.blue-box ul li,
html body div#page div#wrap div.green-box ul li {
  background-position: top right;
  background-repeat: no-repeat;

  list-style-position:outside;
  list-style: none;
  list-style-image: none;
  text-indent: 0;

  line-height: 18px;

  color: white;
  font-weight: bold;

  margin : 0   0 5px 0   ;
  padding: 7px 0 6px 15px;
}

html body div#page div#wrap div.blue-box ul li {
  background-image: url("./imgs/blue-box-item.background.png");
}

html body div#page div#wrap div.blue-box ul li.first-child {
  background-image: url("./imgs/blue-box-item-1.background.png");
}

html body div#page div#wrap div.blue-box ul li.second-child {
  background-image: url("./imgs/blue-box-item-2.background.png");
}

/*___________________________________________________________________________________________________________________*/

html body div#page div#wrap div.green-box ul li {
  font-weight: normal;
}

html body div#page div#wrap div.green-box ul li strong {
  font-weight: bold;
}

html body div#page div#wrap div.blue-box ul li a,
html body div#page div#wrap div.green-box ul li a {
  color: white;
}

html body div#page div#wrap ul li {
  list-style-image: url("./imgs/bullet.png");
  list-style-position: inside;
}

html body div#page div#wrap a.more-link {
  display: block;
  margin-top: 15px;
  color: #555555;
  font-size: 11px;
  margin-left: 5px;
}

html body div#page div#wrap div.green-box ul li.double-height {
  background-image: url("./imgs/green-box-item-double.background.png");
  height: 54px;
}

html body div#page div#wrap div.green-box ul li.triple-height {
  background-image: url("./imgs/green-box-item-triple.background.png");
  height: 90px;
}

html body div#page div#wrap a {
  color: #61b6b5;
  text-decoration: none;
  font-weight: bold;
}

html body div#page div#wrap h1,
html body div#page div#wrap h2 {
  color: #61b6b5;
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 40px;
}

html body div#page div#wrap ul li {
  margin-top: 9px;
}

html body div#page div#footer {
  width: 960px;

  clear: both;
  border-top: 1px solid #dcdbd8;

  font: 12px Tahoma;

  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #555555;

  line-height: 18px;
}

html body div#page div#footer strong {
  font-weight: bold;
}

html body div#page div#footer p.align-left {
  float: left;
}

html body div#page div#footer p.align-right {
  float: right;
}

.clear {
  clear: both;
}

