/* główne */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	background: #000000;
	color: #F2F2F2;
	font-family: "Times New Roman, Arial, Helvetica, sans-serif";
	font-size : 12px;
	min-width: 800px;
	max-width: 1024px;
	margin: 0px auto;
}

a {
	color: #c7b670;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #835800;
	text-decoration: none;
}

#wrap {
	margin: 0px;
}
#body {
	position: relative;
	width: 1024px;
	height: 651px;
	background-image: url('./../images/bg.jpg');
	text-align: left;
}

h1 {
	font-family: "Times New Roman, Helvetica, sans-serif";
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #c7b670;
}

span.button {
	display: inline-block;
	margin:	2px 0;
	width: 66px;
	height:	22px;
	line-height: 23px;
	text-align:	center;
	background-color: #33322E;
	cursor:	pointer;
	border: 1px solid #fff;
}

span.button:hover {
	border: 1px solid #779b50;
}

.textbox {
	color: #c4c4c4;
	background-color: #000;
	border: 1px solid #fff;
	width: 180px;
	overflow: hidden;
}

.textbox:hover {
	border: 1px solid #779b50;
}

.textbox:focus {
	border: 1px solid #779b50;
}

/* boczne menu */
#body #block {
	position: absolute;
	top: 240px;
	left: 75px;
	width: 241px;
	height: 306px;
}

/* środkowy panel */
#body #content {
	position: absolute;
	padding: 2px 10px 2px 10px;
	top: 240px;
	left: 353px;
	width: 563px;
	height: 310px;
	overflow: hidden;
}
#body #suwaki {
	position: absolute;
	top: 240px;
	left: 926px;
	width: 15px;
	height: 315px;
}

span#icon_move_up,  span#icon_move_down {
	background: url('./../images/suwaki.png') no-repeat;
	outline: none;
	display: block;
	width: 13px;
	height: 13px;
}

span#icon_move_up {
	background-position: 0px 0px;
}

span#icon_move_up:hover {
	background-position: 0px -13px;
}

span#icon_move_down {
	background-position: -13px 0px;
}

span#icon_move_down:hover {
	background-position: -13px -13px;
}

span#open,  span#close {
	cursor: pointer;
}

span#open a,  span#close a {
	height: 20px;
	display: inline-block;
	width: 20px;
	outline: none;
	vertical-align: middle;
}

#body #galeria {
	position: absolute;
	top: 95px;
	left: 10px;
	width: 275px;
	height: 150px;
	text-align: center;
}

span#galeria_link  {
	cursor: pointer;
	color: #c7b670;
	text-decoration: none;
}

span#galeria_link:hover {
	color: #835800;
	text-decoration: none;
}

#body #mody {
	position: absolute;
	top: 95px;
	left: 295px;
	width: 275px;
	height: 150px;
	text-align: center;
}

span#mody_link  {
	cursor: pointer;
	color: #c7b670;
	text-decoration: none;
}

span#mody_link:hover {
	color: #835800;
	text-decoration: none;
}

#body #sell {
	position: absolute;
	top: 140px;
	left: 220px;
	width: 140px;
	height: 150px;
	text-align: center;
}

span#sell_link  {
	cursor: pointer;
	color: #c7b670;
	text-decoration: none;
}

span#sell_link:hover {
	color: #835800;
	text-decoration: none;
}

/* menu poziome */
#body #menu {
	position: absolute;
	top: 177px;
	left: 353px;
	width: 588px;
	height: 43px;
	text-align: center;
	padding-top: 8px;
}

span#home a.home {background: url('./../images/home.png') no-repeat;}
span#home:hover a.home { background-position: 0px -25px; }
span#onas a.onas {background: url('./../images/onas.png') no-repeat;}
span#onas:hover a.onas { background-position: 0px -25px; }
span#portfolio a.portfolio {background: url('./../images/portfolio.png') no-repeat;}
span#portfolio:hover a.portfolio { background-position: 0px -25px; }
span#oferta a.oferta {background: url('./../images/oferta.png') no-repeat;}
span#oferta:hover a.oferta { background-position: 0px -25px; }
span#kontakta.kontakt {background: url('./../images/kontakt.png') no-repeat;}
span#kontakt:hover a.kontakt { background-position: 0px -25px; }

span#home  {
	cursor: pointer;
	width: 70px;
	height: 25px;
	display: inline-block;
	background: url('./../images/home.png') no-repeat;
}

span#home:hover {
	background-position: 0px -25px;
}


span#onas {
	cursor: pointer;
	width: 70px;
	height: 25px;
	display: inline-block;
	background: url('./../images/onas.png') no-repeat;
}

span#onas:hover {
	background-position: 0px -25px;
}
span#portfolio {
	cursor: pointer;
	width: 110px;
	height: 25px;
	display: inline-block;
	background: url('./../images/portfolio.png') no-repeat;
}

span#portfolio:hover {
	background-position: 0px -25px;
}

span#oferta {
	cursor: pointer;
	width: 85px;
	height: 25px;
	display: inline-block;
	background: url('./../images/oferta.png') no-repeat;
}

span#oferta:hover {
	background-position: 0px -25px;
}

span#kontakt {
	cursor: pointer;
	width: 100px;
	height: 25px;
	display: inline-block;
	background: url('./../images/kontakt.png') no-repeat;
}

span#kontakt:hover {
	background-position: 0px -25px;
}

/* jak działamy */
#body #progress {
	color: #a7b364;
	position: absolute;
	text-align: center;
	overflow: hidden;
	top: 121px;
	right: 77px;
	width: 436px;
	height: 36px;
}

#body #progress_one {
	position: absolute;
	top: 57px;
	right: 282px;
	width: 82px;
	height: 58px;
}

#body #progress_two {
	position: absolute;
	top: 57px;
	right: 175px;
	width: 82px;
	height: 58px;
}

#body #progress_three {
	position: absolute;
	top: 57px;
	right: 73px;
	width: 79px;
	height: 58px;
}

/* stopka */
#body #footer {
	color: #f5f3f0;
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 300px;
	width: 515px;
	height: 47px;
}

#footer a {
	color: #c7b670;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #9e915a;
	text-decoration: none;
	font-weight: bold;
}

#body #validatory {
	color: #f5f3f0;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 70px;
	width: 250px;
	height: 47px;
}

a#vxhtml {
	background-image: url('./../images/vxhtml.png');
    background-repeat: no-repeat;
    width: 71px;
    height: 25px;
    display: inline-block;
	overflow: hidden;
}
   
a:hover#vxhtml {
    background-position: -71px 0px;
}

a#vcss {
	background-image: url('./../images/vcss.png');
    background-repeat: no-repeat;
    width: 71px;
    height: 25px;
    display: inline-block;
	overflow: hidden;
}
   
a:hover#vcss {
    background-position: -71px 0px;
}

#body #copyright {
	color: #f5f3f0;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 80px;
	width: 250px;
	height: 47px;
}

/* wybór języka */
#body #slide_menu {
	position: absolute;
	text-align: center;
	top: 17px;
	left: 400px;
	width: 228px;
}

#body #slide_menu #slide_menu_top {
	display: none;
	overflow: hidden;
	width: 228px;
	background-image: url('./../images/slide_menu_bg.png');
	padding-bottom: 15px;
}

#body #slide_menu #bottom {
	width: 228px;
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	background-image: url('./../images/slide_menu_bottom.png');

}

span#open a.open { background: url('./../images/bt_open.png') no-repeat; }
span#close a.close {background: url('./../images/bt_close.png') no-repeat;}
span#open:hover a.open { background-position: 0px -19px; }
span#close:hover a.close { background-position: 0px -19px; }

/* o nas */
#body #onas1 {
	position: absolute;
	top: 105px;
	left: 10px;
	width: 275px;
	height: 200px;
}

#body #onas2 {
	position: absolute;
	top: 105px;
	left: 295px;
	width: 275px;
	height: 200px;
}

/* kontakt */
#body #kontakt1 {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 275px;
	height: 60px;
}

#body #kontakt2 {
	position: absolute;
	top: 65px;
	left: 295px;
	width: 275px;
	height: 60px;
}

#body #formkontakt {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 545px;
	height: 270px;
}

#body #names {
	position: absolute;
	top: 5px;
	left: 110px;
	width: 100px;
	height: 20px;
	text-align: right;
}

#body #nametext {
	position: absolute;
	top: 5px;
	left: 220px;
	width: 150px;
	height: 20px;
}

#body #emails {
	position: absolute;
	top: 25px;
	left: 110px;
	width: 100px;
	height: 20px;
	text-align: right;
}

#body #emailtext {
	position: absolute;
	top: 25px;
	left: 220px;
	width: 150px;
	height: 20px;
}

#body #temats {
	position: absolute;
	top: 45px;
	left: 110px;
	width: 100px;
	height: 20px;
	text-align: right;
}

#body #temattext {
	position: absolute;
	top: 45px;
	left: 220px;
	width: 150px;
	height: 20px;
}

#body #trescs {
	position: absolute;
	top: 65px;
	left: 110px;
	width: 100px;
	height: 20px;
	text-align: right;
}

#body #tresctext {
	position: absolute;
	top: 65px;
	left: 220px;
	width: 150px;
	height: 20px;
}

#body #klawisze {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 530px;
	height: 30px;
	text-align: center;
}

#body #akcept {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 525px;
	height: 70px;
	float: left;
	text-align: center;
}

div.loader {
	position: absolute;
	bottom:	130px;
	left: 250px;
}