* {
	margin: 0;
}
html {
	height : 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height : 100%;
	background-color: #444444;
	background-image: url('gfx/body_bg.png');
  background-repeat:repeat-x;
  background-position: bottom;
  background-attachment:fixed;
  text-align: center;
}
#wrapper {
  width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -25px;
	margin-left:auto;
	margin-right:auto;
}
#heading {
  width: 100%;
  padding-top:20px;
}
#heading .header {
  width: 100%;
  height:19px;
  background-image: url('gfx/heading_header_bg.png');
	background-repeat:repeat-x;
}
#heading .main {
  width: 100%;
  height:90px;
  background-color: #ff8500;
}
#heading .mainin {
  width:950px;
  margin:0 auto;
  height:90px;
  position:relative;
  text-align: left;
}
#heading h1 {
  padding:0;
  font-size: 56px;
  color:#0776a0;
}
#heading h2 {
  padding:0;
  font-size:18px;
  color:#0776a0;
}
#heading .footer {
  width:100%;
  height:30px;
  background-image: url('gfx/heading_footer_bg.png');
	background-repeat:repeat-x;
}
#heading .monitor {
  width:111px;
  height:131px;
  background-image: url('gfx/monitor.jpg');
  position:absolute;
  top:-24px;
  left:400px;
}
#heading .drukarka {
  width:117px;
  height:109px;
  background-image: url('gfx/drukarka.jpg');
  position:absolute;
  top:-32px;
  left:511px;
}
#heading .projektor {
  width:124px;
  height:79px;
  background-image: url('gfx/projektor.jpg');
  position:absolute;
  top:34px;
  left:628px;
}
#heading .laptop {
  width:167px;
  height:111px;
  background-image: url('gfx/laptop.jpg');
  position:absolute;
  top:-4px;
  left:757px;
}
#content {
  width:950px;
  margin: 0 auto;
}
#push {
	height: 60px;
	clear: both;
}
#main {
  text-align: left;
  float:right;
  width: 740px;
  background-color:#0776a0;
  padding:5px;
  color: White;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -o-box-shadow:			5px 5px 10px #222;
	-moz-box-shadow:		5px 5px 10px #222;
	-webkit-box-shadow:	5px 5px 10px #222;

}
#main .spacer {
  width:740px;
  height:1px;
  background-image: url('gfx/main_spacer.png');
  background-repeat:no-repeat;
  background-position: center center;
  padding-top:2px;
  padding-bottom:2px;
}
#main h1 {
  font-size:25px;
}
#main h2 {
  font-size:20px;
}
#main p {
  margin-bottom:5px;
}
#main ul {
  margin-bottom:5px;
}
#main a {
  text-decoration:none;
  color:White;
}
#main a:hover{
  text-decoration:underline;
}
#menu {
  text-align: left;
  float:left;
  width:180px;
  background-color:#ffa340;
  padding-bottom:5px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -o-box-shadow:			5px 5px 10px #222;
	-moz-box-shadow:		5px 5px 10px #222;
	-webkit-box-shadow:	5px 5px 10px #222;

}
#menu .spacer {
  width:180px;
  height:1px;
  background-image: url('gfx/menu_spacer.png');
  background-repeat:no-repeat;
  background-position: center center;
  padding-top:2px;
  padding-bottom:2px;
}
#menu h1 {
  padding-left: 5px;
  font-size: 20px;
  color:#0776a0;
}
#menu ul.menu {
  list-style-type: none;
  padding:0;
  margin:0;
}
#menu ul.menu li {
  padding:0;
  margin:0;
}
#menu ul.menu li a {
  padding-left: 5px;
  line-height: 18px;
  padding-top:1px;
  padding-bottom:1px;
  text-decoration: none;
  margin: 0;
  font-weight:bold;
  color:#0776a0;
  width: 175px;
  display:inline-block; 
}
#menu ul.menu li a:hover {
  background-color:#BF7A30;
  color:#024C68;
}
#footer {
  height: 21px;
  padding-top:4px;
  background-color: #ff8500;
  width:950px;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius-topleft:25px;
  -moz-border-radius-topright:25px;
  -webkit-border-top-left-radius:25px;
  -webkit-border-top-right-radius:25px;
}
#footer h1 {
  font-weight:bolder;
  color:#0776a0;
  font-size: 13px;
}
#footer a {
  color:#0776a0;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
fieldset {
  border:none;
  padding:0;
  margin-right:0;
  margin-left:200px;
  margin-top:3px;
  margin-bottom:3px;
}
input, textarea, select {
  background-color:#1988b2;
  border: 1px solid White;
  width: 300px;
  padding:2px;
  color:White;
  margin-top:2px;
}
textarea {
  height:200px;
}
select {
  width:40px;
}
label {
  font-weight:bolder;
}
label.error {
  display:none;
}
table.cennik {
  margin: 5px auto;
  background-color: White;
  width: 500px;
  font-size: 13px;
  color:White;
}
table.cennik th{
  background-color:#1988b2;
  font-weight:bolder;
  text-align: center;
  padding:3px;
}
table.cennik td{
  background-color:#0776a0;
  padding:3px;
}
table.cennik td.cena {
  text-align:right;
}
.notification_error p {
  padding:3px;
  border: 1px Solid Red;
  width: 294px;
  background-color:#1988b2;
}
.notification_ok {
  padding:3px;
  border: 1px Solid Green;
  width: 294px;
  background-color:#1988b2;
}
#note {
  margin-top:5px;
}

