* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	color: #003F5F;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
#content img {
	border: 0;
	vertical-align: top;
	border:1px solid #d4d4d4;
	text-align: left;
}

ul, ol {
	list-style: none;
}
#content ul{
	list-style: circle inside none;
	margin:11px;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #d52d00;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #d3d3d31;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #004A6F;
}

h1 {
font-family: Cuprum;
background: url("images/line-hor.gif") repeat-x bottom;
font-size: 24px;
color: #171717;
font-weight: normal;
	padding: 2px 3px 10px 3px;
}

.title {
font-family: Cuprum;
background: url("images/line-hor.gif") repeat-x bottom;
font-size: 24px;
color: #171717;
font-weight: normal;
	padding: 2px 3px 10px 3px;
}

.h1content {
	color: #003F5F;
    font-family: tahoma;
    font-size: 11px;
    padding: 0 0 10px;
}

h2 {
	background: url("images/line-hor.gif") repeat-x bottom;
	margin: 2px 3px 10px 2px;
	padding: 2px 3px 5px 2px;
	word-spacing: 2px;
	letter-spacing: -1px;
	line-height: 1.2em;
		font-family: Cuprum;
		font-size: 24px;
		font-weight:normal;
		color: #171717;
}

	h2.extra {
		font-family: Cuprum;
		font-size: 24px;
		font-weight:normal;
		color: #171717;
	}
	
	h2.extra1 {
		margin: 0 0 32px 0;
	}
	
		h2 span {
			display: block;
			margin: -4px 0 0 0;
		}

h6 {
	padding: 0 0 16px 0;
	line-height: 1.455em;
	font-size: 1em;
	color: #3b3b3b;
}

	h6 span {
		display: block;
		padding: 8px 0 0 0;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 11px 7px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 2px 20px 38px 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 5px 20px 0 0;
	}
	
	img.fleft3 {
		float: left;
		margin: 0 22px 52px 0;
	}

.fright {
	float: right;
	
}
img.fright {
	float: right;
	margin-left:10px;
}
	ul.fright {
		padding: 1px 19px 0 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#tail-top-right {

	width: 50%;
	/*height: 1198px;*/
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#main-tail-top {
	background: #ffffff url(images/main-tail-top.gif) repeat-x 0% 0%;
}

#main-tail-ver {

	position: relative;
}

#main-tail-bot {
	background: url(images/main-tail-bot.gif) repeat-x 0% 100%;
	position: relative;
}

#main-bg {
	position: relative;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 0%;
	position: relative;
}

#main-bg-bot {
	background: url(images/main-bg-bot1.jpg) no-repeat 50% 100%;
	position: relative;
	width: 100%;
}

#main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 372px;
}

#logo {
	position: absolute;
	top: 38px;
	left: 56px;
}

#menu {
	position: absolute;
	top: 69px;
	right: 15px;
	font-family: Cuprum;
	font-size: 20px;
}

	#menu li {
		float: left;
		padding: 0 1px;
		text-transform: uppercase;
		font-size: 1.4em;
		color: #000;
	  font-family: Cuprum;
	  font-size: 20px;
	}
	
		#menu li a {
			display: inline-block;
			height: 34px;
			margin: 0 5px;
			padding: 0 11px 0 11px;
			overflow: hidden;
			line-height: 32px;
			text-decoration: none;
			color: #000;
		  font-family: Cuprum;
	    font-size: 20px;
		}
	
		#menu li.act a {
			background: url(images/menu-left.gif) no-repeat 0% 0%;
			display: inline-block;
			height: 34px;
			margin: 0;
			padding: 0;
			overflow: hidden;
			text-decoration: none;
			color: #fff;
		}
		
			#menu li.act a span {
				background: url(images/menu-right.gif) no-repeat 100% 0%;
				display: inline-block;
			}
			
				#menu li.act a span span {
					background: url(images/menu-tail.gif) repeat-x 0% 0%;
					display: inline-block;
					height: 34px;
					overflow: hidden;
					margin: 0 5px;
					padding: 0 11px 0 11px;
				}
				
		#menu li a:hover {
			background: url(images/menu-left.gif) no-repeat 0% 0%;
			display: inline-block;
			height: 34px;
			margin: 0;
			padding: 0;
			overflow: hidden;
			text-decoration: none;
			color: #fff;
		}
		
			#menu li a:hover span {
				background: url(images/menu-right.gif) no-repeat 100% 0%;
				display: inline-block;
			}
			
				#menu li a:hover span span {
					background: url(images/menu-tail.gif) repeat-x 0% 0%;
					display: inline-block;
					height: 34px;
					overflow: hidden;
					margin: 0 5px;
					padding: 0 11px 0 11px;
				}

#slogan {
	position: absolute;
	top: 236px;
	left: 50px;
}

#content {
	padding: 15px 0px 60px 45px;
	font-size: 0.917em;
	line-height: 18px;
}

	#content p {
		padding: 0 0 10px 0;
		line-height: 1.455em;
		font-size: 11px;
		color: #003F5F;
		text-align:justify;
		line-height:19px;
	}
	
		#content p small {
			float: right;
			padding: 0 25% 0 0;
			font-size: 1em;
		}
	
	#content p.extra {
		padding: 0 0 22px 0;
	}
	
	#content p.extra1 {
		padding: 0 0 24px 0;
	}
	
	#content p.extra2 {
		padding: 0 0 8px 0;
	}
	
	#content p.extra3 {
		padding: 0 0 14px 0;
	}
	
		#content p big {
			display: block;
			
			font-size: 1em;
		}
		
		#content p a {
			text-decoration: underline;
			color: #0066A4;
			font-weight: bold;
			margin: 2px;
		}
		
			#content p a:hover {
				text-decoration: underline;
			}
			
		#content p span a {
			text-decoration: underline;
		}
		
			#content p span a:hover {
				text-decoration: none;
			}
		
		#content blockquote p.extra {
			padding: 0 0 28px 0;
		}
		
		#content blockquote p strong {
			display: block;
			text-align: right;
			color: #0cb9ed;
		}
		
			#content blockquote p strong a {
				text-decoration: none;
				color: #0cb9ed;
			}
			
			#content blockquote p strong a:hover {
				text-decoration: underline;
			}

.line-ver {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
	margin-bottom:15px;
}

.line-hor {
	background: #e5e5e5;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 17px 0;
}

.link {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #0cb9ed;
}

	.link:hover {
		text-decoration: underline;
	}

.link-indent {
	margin: 0 0 22px 0;
}

.link-indent1 {
	margin: 0 0 28px 0;
}

.list {
	padding: 1px 0 21px 2px;
	overflow: hidden;
	list-style:none !important;
}

	.list li {
		background: url(images/marker.gif) no-repeat 0% 11px;
		padding: 0 0 0 14px;
		line-height: 2.182em;
		color: #0cb9ed;
	}
	
		.list li a {
			text-decoration: none;
			color: #0066A4;
			font-weight:normal;
		}
		
		.list li a:hover {
			text-decoration: underline;
		}

.list-1 {
	width: 100%;
	padding: 0 0 27px 0;
	overflow: hidden;
}

	.list-1 li {
		float: left;
		padding: 0 7px 7px 0;
	}
	
	.list-1 li.extra {
		padding: 0 0 7px 0;
	}

.list-2 {
	padding: 4px 0 1px 0;
	overflow: hidden;
}

	.list-2 li {
		background: url(images/line-hor1.gif) repeat-x 0% 100%;
		margin: 0 0 12px 0;
		padding: 0 0 15px 0;
		line-height: 1.455em;
		color: #3b3b3b;
	}
	
	.list-2 li.extra {
		background: none;
	}
	
		.list-2 li strong {
			display: block;
			padding: 0 0 5px 0;
			color: #3b3b3b;
		}
		
		.list-2 li p {
			padding: 0 0 3px 0 !important;
			line-height: 1.455em !important;
			font-size: 1em !important;
			color: #3b3b3b !important;
		}
		
		.list-2 li span {
			display: block;
		}
		
			.list-2 li b a {
				text-decoration: none;
				color: #0cb9ed;
			}
			
			.list-2 li b a:hover {
				text-decoration: underline;
			}

.list-3 {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 32px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.455em;
		font-size: 1em;
		color: #3b3b3b;
	}
	
	.list-3 li.extra {
		padding: 0 0 2px 0;
	}
	
		.list-3 li img {
			float: left;
			margin: 0 19px 0 0;
		}
		
		.list-3 li strong {
			display: block;
			padding: 0 0 16px 0;
			color: #3b3b3b;
		}
		
		.list-3 li p {
			padding: 0 0 17px 0 !important;
		}
		
		.list-3 li b {
			display: block;
			color: #0cb9ed;
		}
		
			.list-3 li b a {
				text-decoration: none;
				color: #0cb9ed;
			}
			
			.list-3 li b a:hover {
				text-decoration: underline;
			}

.list-4 {
	padding: 0 0 3px 0;
	overflow: hidden;
}

	.list-4 dt {
		padding: 0 0 16px 0;
		line-height: 1.455em;
		font-weight: bold;
		color: #0cb9ed;
	}
	
		.list-4 dt a {
			text-decoration: none;
			color: #0cb9ed;
		}
		
		.list-4 dt a:hover {
			text-decoration: underline;
		}
		
	.list-4 dd {
		background: url(images/line-hor1.gif) repeat-x 0% 100%;
		margin: 0 0 16px 0;
		padding: 0 0 17px 0;
		line-height: 1.455em;
		font-size: 1em;
		color: #3b3b3b;
	}
	
	.list-4 dd.extra {
		background: none;
		margin: 0;
		padding: 0;
	}

.list-5 {
	padding: 0 0 6px 0;
	overflow: hidden;
}

	.list-5 dt {
		font-weight: bold;
		color: #3b3b3b;
	}
	
		.list-5 dt a {
			text-decoration: none;
			color: #3b3b3b;
		}
		
		.list-5 dt a:hover {
			text-decoration: underline;
		}
		
	.list-5 dd {
		padding: 0 0 16px 0;
	}

.list-indent {
	padding: 0 0 13px 0 !important;
}

.list-indent1 {
	padding: 2px 0 9px 0 !important;
}

#contact-form {
	width: 546px;
	padding: 12px 0 0 0;
}

	#contact-form strong {
		display: block;
		width: 265px;
		float: right;
		font-weight: normal;
	}
	
	#contact-form span {
		display: block;
		padding: 0 0 2px 0;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1em;
		color: #3b3b3b;
	}
	
	#contact-form textarea {
		background: #fff;
		width: 257px;
		height: 113px;
		padding: 3px 3px 3px 3px;
		border: 1px solid #cbcbcb;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #3b3b3b;
	}
	
	#contact-form label {
		display: block;
		height: 49px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: #fff;
		width: 223px;
		height: 15px;
		padding: 3px 3px 3px 3px;
		border: 1px solid #cbcbcb;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #3b3b3b;
	}
	
	#contact-form a {
		float: right;
		margin: 8px 0 0 21px;
		font-weight: bold;
		text-decoration: none;
		color: #0cb9ed;
	}
	
	#contact-form a:hover {
		text-decoration: underline;
	}

#footer {
	height: 70px;
	overflow: hidden;
	position:relative;
}

	#footer p {
		padding: 0 0 0 33px;
		line-height: 10px;
		font-size: 0.917em;
		color: #3d3d3d;
		margin-top:10px;
	}
	
		#footer p a {
			font-weight: bold;
			text-decoration: none;
			color: #0066A4;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
#flash_a{position:absolute;top:123px;left:px;z-index:10000;width:100%;height:200px;}
#referencje img{
margin:8px;
border:1px solid #bbb;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index:100000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{  }

* html #overlay{
	background-color: #333;
	background-color: transparent;

	}
#cform input{
width:200px;
}
#cform textarea{
width:200px;
height:100px;
}
.hg img{
margin-right:2px;
}
span#htabs img{
border:0;
}
#homelink{
position:absolute;
right:0;
top:0;
}
