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

body, html {
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	background-color: #000;
	font-family: 'Play', sans-serif, Arial;
	background-attachment: fixed;
	background-image: url(tlo.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#komunikat {
	background-color: #000;
	display: none;
	height: 200px;
	width: 500px;
	border: 1px solid #666;
	z-index: 2000;
	text-align: center;
	margin-left: -250px;
	position: fixed;
	top: 150px;
	left: 50%;
}
#przycisk {
	font-weight: bold;
	background-color: #F90;
	border: 1px solid #FC0;
	height: 35px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#przycisk:hover {
	font-weight: bold;
	background-color: #FC0;
	border: 1px solid #FC0;
	height: 35px;
	display: block;
}
	
h3 {
	font-size: 20px;
	font-weight: bold;
}
#bok {
	background-color: #252525;
	display: block;
	margin: 0px;
	height: auto;
	width: 225px;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	padding: 0px;
	background-image: url(bok_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	display: block;
	height: 75px;
	width: 675px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	margin: 0px;
	position: relative;
	left: 225px;
	top: 0px;
	padding: 0px;
}
#tresc {
	background-color: #030303;
	display: block;
	height: auto;
	width: 635px;
	position: absolute;
	left: 225px;
	top: 91px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 600px;
	line-height: 18px;
}
#faktura {
	display: block;
	width: 140px;
	float: left;
}
h4 {
	font-size: 30px;
	color: #F90;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-weight: bolder;
}



#pojemnik {
	display: block;
	height: 100%;
	width: 900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #030303;
	min-height: 100%;
	
}
a:link, a:visited, a:active {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color:#FFF;
}

#mail_link:link, #mail_link:visited,  #mail_link:active {
	color: #CCC;
	text-decoration: none;
}

#mail_link:hover
{
color: #F90;
}

#bok_tresc {
	padding: 10px;
	width: 205px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}
#fraza {
	width: 200px;
}
h1 {
	font-size: 15px;
	color: #F90;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	color: #F90;
	letter-spacing: 0.1em;
}
ul {
	display: block;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
	}

ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #CCC;
	font-size: 16px;
	height: 25px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: bottom;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-weight: bold;
}

ul a:hover {
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 30px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #F90;
}
#Sub_realizacje {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	position: absolute;
	top: 75px;
	z-index: 99;
	display: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-box-shadow: 10px 10px 10px 3px rgba(0, 0, 0, 50);
	-moz-box-shadow: 10px 10px 10px 3px rgba(0, 0, 0, 50);
	box-shadow: 10px 10px 10px 3px rgba(0, 0, 0, 50);
	background-image: url(tlo_sub.png);
	background-color: #333;
}
#suba:link, #suba:visited, #suba:active
{
	text-decoration: none;
	text-align: left;
	color: #CCC;
	font-size: 16px;
	height: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 130px;
	font-weight: normal;
	background-color: #333;
}


#suba:hover
{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	width: 130px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #F60;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666;
	text-align: left;
}
#Sub_zamowienia {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	position: absolute;
	top: 75px;
	z-index: 99;
	display: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#fotomini {
	font-size: 10px;
	height: 120px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
}
#sciema {
	background-color: #000;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1999;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#bar {
	display: block;
	background-image: url(pbar-ani.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding: 0px;
	height: 20px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#przycisk_ok {
	font-weight: bold;
	background-color: #F90;
	border: 1px solid #FC0;
	height: 35px;
	display: block;
	margin-left: 100px;
	width: 100px;
	left: 50%;
	text-align: center;
	vertical-align: middle;
}

