/* CSS Reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, a, img,
ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

@font-face {
    font-family: "century-gotic";
	src: url('../fonts/GOTHIC.TTF') format("truetype");
}


body {
	font-family: tahoma;
	font-size: 11px;
	color: #928e8e;
	background: #000000 url('../images/tlo.jpg') top center no-repeat;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #e7e33e;
}

#main {
	width: 1002px;
	margin: auto;
}
#pasek {
	width: 1002px;
	height: 64px;
}



/*******************  Style menu górne  *************************/

#menu {

}

#menu ul#nav {
	margin-left: 100px;
	list-style: none;
}

#menu ul#nav li {
	display: block;
	padding: 10px 25px;
	height: 22px;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: left;
}

#menu ul#nav li:hover {
	overflow: visible;
	height: auto;
}

#menu ul#nav li a , #menu ul#nav li span {
	font-family: century-gotic;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

#menu ul#nav li a:hover , #menu ul#nav li span:hover, #menu ul#nav li a.aktywne {
	color: #e7e33e;
}

#menu ul#nav li ul{
	width: 160px;
	position: absolute;
	top: 42px;
	left: -20px;
	display: block;
	background: url('../images/menu-bg.png');
	z-index: 12;
}


#menu ul#nav li li{
	clear: both;
	margin: 0;
	padding: 2px 10px;
	height: auto;
	width: 140px;
}


#menu ul#nav li li a, #menu ul#nav li li span {
	font-family: century-gotic;
	font-size: 14px;
	
	font-weight: normal;
	color: #fff;
}

/*******************  Style strona główna   *************************/


#top {
	width: 1002px;
	position: relative;
	height: 452px;
	background: url('../images/top.jpg') top center no-repeat;
}

#top #link {
	position: absolute;
	width: 600px;
	height: 400px;
	top: 50px; 
	right: 100px;
	z-index: 11;
}

#boxy {
	margin: 30px 90px;
}

#boxy h2 a{
	display: block;
	font-family: century-gotic;
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
}

#box-referencje, #box-uslugi, #box-kontakt {
	float: left;
}

#box-referencje {
	width: 280px;
	position: relative;
}
	
	.referencja-skrot {
		clear: both;
		width: 200px;
		margin: 20px 20px 0 0;
	}
		
		span.referencja-skrot-data {
			display: block;
			clear: both;
			color: #ffd701;
			font-family: tahoma;
			font-size: 11px;
			padding: 5px 0;
		}
		
		span.referencja-skrot-tytul a{
			display: block;
			clear: both;
			color: #fff;
			font-family: tahoma;
			font-size: 12px;
		}

#box-uslugi {
	width: 320px;
	height: 200px;
	background: url('../images/pilki.png') bottom left no-repeat;
}
	
	#box-uslugi h2{
		padding-left: 30px;
	}
	
	#box-uslugi ul {
		color: #e7e33e;
		margin-left: 12px;
	}
	
	#box-uslugi li {
		margin: 8px 0;
	}
	
	#box-uslugi li a {
		font-family: century-gotic;
		font-size: 18px;
		color: #e7e33e;
	}
	
#box-kontakt {
	width: 212px;
	margin-left: 10px;
	text-align: right;
}

/*******************  Style podstrona   *************************/

#podstrona {
	width: 1002px;
	min-height: 300px;
	background: url('../images/podstrona_bg.png') top center no-repeat;
}
	
	#podstrona-menu {
		width: 230px;
		float: left;
		margin: 100px 0 0 60px;
	}
	
	#podstrona-menu ul {
		list-style: none;
	}
	
	#podstrona-menu li a {
		display: block;
		font-family: tahoma;
		font-size: 16px;
		color: #fff;
		margin: 12px 0;
	}

	#podstrona-menu li a:hover, #podstrona-menu li a.aktywne  {
		color: #ffd800;
	}
	
	#podstrona-tresc {
		width: 612px;
		float: left;
		margin: 0 80px 0 20px;
		padding-top: 100px;
		color: #fff;
	}
		
	#podstrona-tresc ul{
		margin-left: 20px;
	}
	
		#podstrona-opis {
			margin-bottom: 30px;
		}
			
			#podstrona-opis h2{
				font-size: 30px;
				font-family: century-gotic;
				color: #fff;
				margin: 10px 0;
			}
		
#podstrona_end {
	clear: both;
	width: 1002px;
	height: 93px;
	background: url('../images/podstrona_bg_end.png') top center no-repeat;
}

.referencje_list {
	margin: 10px 0;
}

.referencje_data {
	font-size: 11px;
	color: #ffd800;
}

h3.referencje_title a {
	font-family: century-gotic;
	display: block;
	font-size: 16px;
	color: #fff;
}


/* breadcrumbs */

#podstrona-tresc ul.breadcrumbs{
	margin-left: 0;
}

.breadcrumbs {
   list-style-type: none;
   margin:0;
   padding:0;
   overflow: hidden;
   height:18px;
}


.breadcrumbs a, .breadcrumbs span {
   float:left;
   padding: 2px 4px 2px 0;
   color: #ffd800;
   font-size: 11px;
}
.breadcrumbs li{display:inline;}
.breadcrumbs a:hover {
   color: #ffd800;
}  

/*******************  Style stopka i menu dolne  *************************/


#footer {
	width: 1002px;
	clear: both;
	position: relative;
}

#footer #stopka {
	position: absolute;
	left: 90px;
	top: 0px;
	padding: 60px 0;
}

#footer #stopka img {
	display: block;
	padding: 5px 0;
	border: none;
}
	
#footer #menu2 {
	padding: 70px 0;
}


#footer #menu2 ul{
	list-style: none;
	position: absolute;
	right: 90px;
	top: 40px;
}

#footer #menu2 li{
	float: left;
	display: block;
	margin: 10px;
}	

#footer #menu2 li a, #footer #menu2 li span {
	font-family: century-gotic;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}	


