* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  background-image: url('../img/background.png');
  background-repeat: repeat-x;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

div {
  position: relative;
}

img {
  border: none;
}

fieldset {
  border: none;
}

.glue {
  clear: both;
  height: 1px;
}

.container {
  width: 970px;
  margin: 0 auto;
}

.lang, .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang {
  margin: 10px auto;
  width: 130px;
}

.main-menu {
  margin-top: 40px;
}

.lang li {
  list-style: none;
  float: left;
  margin: 0 5px;
}

.main-menu li {
  list-style: none;
  float: left;
  color: #ffffff;
  margin: 0 2px;
  font-size: 9px;
}

.main-menu a, .main-menu a:hover {
  float: left;
  color: #ffffff;
}

.submenu-top {
  background-image: url('../img/flash-top.png');
  background-repeat: no-repeat;
  height: 60px;
}

.submenu-content {
  background-image: url('../img/flash-back.png');
  background-repeat: repeat-y;
}

.submenu-bottom {
  background-image: url('../img/flash-bottom.png');
  background-repeat: no-repeat;
  height: 18px;
  padding-top: 32px;
  padding-left: 50px;
}

#top {
  float: left;
  width: 452px;
}

#top-logo {
  float: left;
  height: 105px;
  width: 270px;
}

#top-menu {
  float: left;
  width: 180px;
  padding-left: 2px;
  margin-right: -7px;
  margin-left: 7px;
  z-index: 100;
}

#top-submenu {
  float: left;
  width: 515px;
}

#flash-top {
  height: 160px;
  padding: 10px;
  padding-left: 20px;
  background-image: url('../img/flash-left.png');
  background-repeat: no-repeat;
  background-position: 0 85px;
}

#movie {
  border: 0px solid black;
  height: 170px;
}

.orange {
  color: #ffa800;
}

.green {
  color: #99CC66;
}

.submenu-main {
  list-style: none;
  padding-top: 30px;
  padding-left: 25px;
}

.submenu-main li {
  list-style: none;
  float: left;
  margin: 0 10px;
  padding-top: 10px;
}

.submenu-main a {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.submenu-main a:hover, .submenu-main a.active {
  text-decoration: none;
  color: #ffffff;
}

#info-left {
  float: left;
  width: 270px;
  height: 180px;
  background-image: url('../img/info-left.png');
  background-repeat: no-repeat;
  margin-top: -2px;
}

#info-right {
  float: left;
  width: 182px;
  height: 180px;
  background-image: url('../img/info-right.png');
  background-repeat: no-repeat;
  margin-top: -2px;
}

#content-left {
  float: left;
  width: 630px;
}

#content-right {
  float: left;
  width: 325px;
  margin-left: 15px;
}

.box-left, .box-right {
  margin-top: 20px;
}

.box-left-top {
  background-image: url('../img/left-top.png');
  background-repeat: no-repeat;
  height: 50px;
}

.box-left-bottom {
  background-image: url('../img/left-bottom.png');
  background-repeat: no-repeat;
  height: 15px;
  margin-bottom: 20px;
}

.box-left-content {
  background-image: url('../img/left-content.png');
  background-repeat: repeat-y;
}

.box-right-top {
  background-image: url('../img/right-top.png');
  background-repeat: no-repeat;
  height: 50px;
}

.box-right-bottom {
  background-image: url('../img/right-bottom.png');
  background-repeat: no-repeat;
  height: 15px;
  margin-bottom: 20px;
}

.box-right-content {
  background-image: url('../img/right-content.png');
  background-repeat: repeat-y;
}

.main-title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 13px;
  padding-left: 35px;
  padding-top: 5px;
}

.sub-title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 11px;
  padding-left: 35px;
  padding-top: 5px;
  font-weight: normal;
}

#footer {
  height: 172px;
  background-image: url('../img/footer-back.png');
  background-repeat: repeat-x;
  clear: both;
  padding-left: 7px;
}

#footer-cont {
  width: 970px;
  margin: 0 auto;
}

#footer-top {
  background-image: url('../img/footer-top.png');
  background-repeat: no-repeat;
  height: 47px;
}

#footer-bottom {
  background-image: url('../img/footer-bottom.png');
  background-repeat: no-repeat;
  height: 15px;
}

#footer-content {
  background-image: url('../img/footer-content.png');
  background-repeat: repeat-y;
  height: 80px;
}

#data {
  margin-left: 30px;
  border-right: 1px solid #000000;
  width: 180px;
  float: left;
}

.space {
  margin-top: 15px;
}

#partners {
  float: left;
  margin-left: 30px;
  width: 650px;
  height: 80px;
}

#footer-menu {
  list-style: none;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

#footer-menu li {
  color: #ffffff;
  margin: 0 3px;
  list-style: none;
  float: left;
}

#footer-menu a, #footer-menu a:hover {
  color: #ffffff;
}

.news {
  padding-left: 20px;
  padding-right: 90px;
}

.news-date {
  text-align: right;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.text {
  text-align: justify;
}

.link {
  font-weight: bold;
  text-decoration: underline;
}

.help {
  padding: 0 20px;
}

.red {
  color: #ff0000;
  font-size: 9px;
}
.specjal {
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}

.help-text, .help-text a {
  font-weight: bold;
  color: #6b6b6c;
}

#help-phone {
  background-image: url('../img/help-phone.png');
  background-repeat: no-repeat;
  padding: 5px 0 10px 50px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

#help-chat {
  background-image: url('../img/help-chat.png');
  background-repeat: no-repeat;
  padding: 5px 0 10px 50px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

#help-mail {
  background-image: url('../img/help-mail.png');
  background-repeat: no-repeat;
  padding: 5px 0 10px 50px;
}

#partner {
  padding: 0 30px;
}

#clock {
  background-image: url('../img/clock.png');
  background-repeat: no-repeat;
  width: 74px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 12px;
}

#person {
  background-image: url('../img/person.png');
  background-repeat: no-repeat;
  width: 70px;
  height: 135px;
  position: absolute;
  top: 0;
  right: 17px;
}

.offer {
  padding: 10px 30px 10px 35px;
}

.dotted {
  border-bottom: 1px dotted #e7e7e7;
  float: left;
  height: 5px;
  width: 550px;
  margin: 10px 0;
}

.offer-left {
  float: left;
  width: 300px;
  padding-right: 20px;
  border-right: 1px solid #ffa800;
}

.offer-right {
  float: left;
  width: 140px;
  margin-left: 20px;
}

.more {
  float: left;
}

.price {
  float: right;
}

.plus {
  background-image: url('../img/plus.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
}

.logo {
  padding: 10px 30px 10px 35px;
}

.logo-left {
  float: left;
  width: 300px;
  padding-right: 20px;
  border-right: 1px solid #ffa800;
}

.list-plus {
  list-style: none;
}

.list-plus li {
  background-image: url('../img/plus.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}

.list-plus-1 {
  list-style: none;
}
.list-plus-1 li {
  background-image: url('../img/plus-1.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  margin-left: 20px;  
}

#bo_oferta {
  background-image: url('../img/bo_oferta.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 15px;  
}

#bo_kontakt {
  background-image: url('../img/bo_kontakt.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 15px;  
}

#bo_cennik {
  background-image: url('../img/bo_cennik.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 15px;  
}

#bo_w-realizacji {
  background-image: url('../img/bo_w-realizacji.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 15px;  
}

#bo_portfolio {
  background-image: url('../img/bo_portfolio.png');
  background-repeat: no-repeat;
  width: 85px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 10px;  
}

#bo_formularz {
  background-image: url('../img/bo_formularz.png');
  background-repeat: no-repeat;
  width: 85px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 10px;  
}

#bo_praca {
  background-image: url('../img/bo_praca.png');
  background-repeat: no-repeat;
  width: 85px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 10px;  
}

#bo_klient {
  background-image: url('../img/bo_klient.png');
  background-repeat: no-repeat;
  width: 85px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 10px;  
}

.contact {
  padding: 0 30px;
}

.contact-left {
  float: left;
  width: 160px;
}

.contact-right {
  float: left;
  width: 300px;
  padding-left: 20px;
  border-left: 1px solid #ffa800;
}

.indent {
  padding-left: 20px;
}

#form-cont {
  width: 470px;
  float: left;
}

#contact-info {
  width: 540px;
}

#contact-form {
  float: right;
  text-align: right;
}

#contact-form fieldset {
  margin-top: 10px;
  vertical-align: top;
}

#contact-form label {
  display: block;
  width: 200px;
  margin-top: 5px;
}

#contact-form table {
  vertical-align: top;
}

#contact-form input, #contact-form textarea {
  background-color: #f4f4f4;
  border: 1px solid #b7b7b7;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  padding: 3px;
  width: 250px;
}

.dotted-form {
  border-bottom: 1px dotted #e7e7e7;
  float: right;
  height: 5px;
  width: 400px;
  margin: 10px 0;
}

#contact-form #contact-submit {
  color: #ffffff;
  margin-top: 5px;
  background-color: #b7b7b7;
  width: 258px;
}

.float {
  float: left;
}

#submenu-back {
  position: absolute;
  z-index: 100;
  width: 515px;
  top: 37px;
  left: 0;
}

#submenu-back .submenu-title {
  display: block;
  background-image: url('../img/sub-title.png');
  background-repeat: no-repeat;
  width: 126px;
  height: 26px;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  padding-top: 12px;
  margin-top: -8px;
  font-weight: bold;
  padding-bottom: 5px;
}

#submenu-back .submenu-close {
  display: block;
  background-image: url('../img/sub-close.png');
  background-repeat: no-repeat;
  width: 28px;
  height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  margin-top: -6px;
  padding-top: 6px;
}

.submenu-sub {
  list-style: none;
  height: 22px;
  background-color: #4a4a4a;
  margin-left: 18px;
  margin-right: 7px;
  display: none;
}

.submenu-sub li {
  list-style: none;
  float: left;
  margin: 0 5px;
  padding-top: 3px;
}

.submenu-sub a {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

#info-text {
  padding: 25px;
}

#info-text a {
  text-decoration: none;
}

#info-text p {
  margin-top: 3px;
}

.white {
  color: #ffffff;
}

.arrow {
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 4px;
  float: left;
  width: 14px;
  height: 14px;
}

#order {
  background-image: url('../img/more-back.png');
  background-repeat: no-repeat;
  width: 256px;
  height: 38px;
  margin: 25px 30px 0 65px;
  padding: 5px 10px 0 10px;
  text-align: center;
}

#order-form {
  background-image: url('../img/more-form.png');
  background-repeat: no-repeat;
  width: 256px;
  height: 38px;
  margin: 25px 30px 0 5px;
  padding: 10px;
  text-align: center;
}

.formularz
{
	border:1px solid #B7B7B7;
	background-color: #F4F4F4; 
	width:290px;
	height:16px;
	color: #F27200;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

.formularz_sug
{
	border:1px solid #B7B7B7;
	background-color: #F4F4F4; 
	width: 290px;
	max-width: 290px;
	height:75px;
	max-height:75px;
	color: #F27200;
	font-size: 10px;
	font-family: Verdana, sans-serif;	
}

.formularz_enter
{
	color: #000000;
	border:1px solid #FFA800;
	background-color: #FFA800; 
	width:290px;
	height:20px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

.formularz_uwaga
{
	background-color:#FF0000;
	color: #FFFFFF;
	width: 100%; 
	height: 100%;
	padding: 10px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
	z-index: 150;
}
