@charset "utf-8";
/* CSS Document */



body {
	background:#000000;
	margin:0;
	padding:0px 0px 30px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
h2
{color:white;
text-align:center;}

h3
{color:white;
text-align:left;
font-size:14px;}

h4{
color:yellow;
text-align:left;
font-size:14px;}

p{
font-size:12px;
color:white
}

.pds {
	margin:auto;
	width:1000px;
	position:relative;
	padding-top:140px;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	margin:0;
	padding:0
}
.bg2 { background-color:black; }
.left {
	float:left;
	width:590px;
	font-size:12px;
	line-height:18px;
	color:#BCBCBC;
}
.right {
	float:right;
	width:350px;
}
.both { clear:both; }
img { border:0; }
.center { text-align:center; }
a {
	color:blue;
	text-decoration:none;

}
a:hover { 
text-decoration:none;
color:orange; }
.logo {
	position:absolute;
	top: 29px;
}
.logo a {
	color:#000;
	text-decoration:none;
}
.logo h1 {
	margin:0;
	padding:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
}
.logo span {
	display:inline-block;
	padding:0px 8px;
	background:#0E7571;
	color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.s { background-color:black; }
.tools {
	position:absolute;
	right:0px;
	top:55px;
}
.tools ul { list-style:none; }
.tools li { float:left; }
.tools a {
	display:inline-block;
	font-size:11px;
	color:#6C6C6C;
	text-decoration:none;
	padding:6px 20px 6px 35px;
	text-transform:uppercase;
	background:url(../images/arrow.gif) no-repeat left center;
}
.tools a:hover { background:url(../images/arrow2.gif) no-repeat left center; }
.tools ul li:first-child a { background:url(../images/home.gif) no-repeat left center; }
.tools ul li:last-child a { background:url(../images/kontakt.gif) no-repeat left center; }
.tools ul li:first-child a:hover { background:url(../images/home2.gif) no-repeat left center; }
.tools ul li:last-child a:hover { background:url(../images/kontakt2.gif) no-repeat left center; }
.menu {
	padding:8px 0px;
	height:40px;
}
.menu ul { list-style:none; }
.menu li {
	float:left;
	padding:0px 5px;
}
.menu a {
	display:inline-block;
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 17px 10px 17px;
}

.menu a span {
	display:inline-block;
	color:yellow;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 0px 0px 0px;
} 

.menu a:hover {
	color:#FF0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#piecemaker {
	width:1000px;
	height:400px;
}
.footer {
	padding:15px 20px;
	text-align:center;
	margin-top:10px;
	background:#000;
	font-size:12px;
	color:#BCBCBC;
	line-height:12px
}
.na_wymiar {
	position:absolute;
	left: 350px;
	top: 75px;
}
.ng {
	font-family: 'ExistenceLight', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 10px;
	font-weight:normal;
	font-size:28px;
	color:#BCBCBC;
	margin:0;
	
}
.ng2{
	float:left;
	width:590px;
	font-size:12px;
	line-height:18px;
	color:#BCBCBC;
}

.kontakt div { padding:5px; }
.kontakt input[type="text"], .kontakt textarea {
	border:1px solid #D1D1D1;
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	width:90%;
}
.kontakt textarea { height:120px; }

