/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a {
	color: inherit;
}
body {
	line-height: 1;
	color: black;
	background: #fff;
	font-family:arial,tahoma,verdana;
	font-size:12px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**
 * site
 */
body {
	background:#fff url('bg.gif') repeat-x top;
	text-align:center;
}
#site {
	text-align:left;
	width:896px;
	margin:0 auto;
}
#tba {
	text-align:center;
	height:200px;
	padding-bottom:5px;
}
#tba a {
	color:#999;
	font-size:10px;
	text-decoration:none;
}
#tba .nav {
	margin:0 auto;
	text-align:right;
}
#top h1 a {
	text-indent:-9999px;
	margin-left:25px;
	background:url('logo.gif') no-repeat left top;
	width:271px;
	height:115px;
	display:block;
	outline: none;
}
#top .doradca {
	width:300px;
	height:29px;
	position:absolute;
	margin-top:-65px;
	margin-left:596px;
	background:url('top-doradca.gif') no-repeat left top;
	text-indent:-9999px;
}
/**
 * menu
 */
#menu div.top {
	height:66px;
}
#menu ul.menu {
	height:66px;
	overflow: hidden;
	background:url('menu.gif') no-repeat left top;
	width:896px;
	margin:0;
	padding:0;
	position:absolute;
	z-index: 1000;
	list-style:none;
}
	#menu ul.menu li {
		float:left;
		margin:0;
		padding:0;
	}
		#menu ul.menu li a {
			display:block;
			text-indent:-9999px;
			height:66px;
		}
		#menu #mhome {
			width:79px;	
		}
			#menu #mhome:hover, #menu #mhome:focus, #menu #mhome.active {
				background:url('menu.gif') no-repeat left -66px;
			}
		#menu #mkredyty {
			width:97px;	
		}
			#menu #mkredyty:hover, #menu #mkredyty:focus, #menu #mkredyty.active {
				background: url('menu.gif') no-repeat -79px -66px;
			}
		#menu #minwestycje {
			width:116px;	
		}
			#menu #minwestycje:hover, #menu #minwestycje:focus, #menu #minwestycje.active {
				background: url('menu.gif') no-repeat -176px -66px;	
			}
		#menu #mubezpieczenia {
			width:130px;	
		}
			#menu #mubezpieczenia:hover, #menu #mubezpieczenia:focus, #menu #mubezpieczenia.active {
				background: url('menu.gif') no-repeat -292px -66px;	
			}
		#menu #mkalkulator {
			width:195px;	
		}
			#menu #mkalkulator:hover, #menu #mkalkulator:focus, #menu #mkalkulator.active {
				background:url('menu.gif') no-repeat -422px -66px;	
			}
		#menu #mporady {
			width:92px;	
		}
			#menu #mporady:hover, #menu #mporady:focus, #menu #mporady.active {
				background: url('menu.gif') no-repeat -617px -66px;	
			}
		#menu #monas {
			width:89px;	
		}
			#menu #monas:hover, #menu #monas:focus, #menu #monas.active {
				background: url('menu.gif') no-repeat -709px -66px;
			}
		#menu #mkontakt {
			width:98px;	
		}
			#menu #mkontakt:hover, #menu #mkontakt:focus, #menu #mkontakt.active {
				background: url('menu.gif') no-repeat -798px -66px;
			}
			
#menu_no_sub_menu {
	display:none;
}
#menu #submenu {
	height:61px;
	/*top:181px;*/
	smargin-top:0px;
	width:896px;
	overflow: hidden;
	background:url('submenu2.gif') repeat-x left top;
	position:absolute;
	z-index: 999;
	display:none;
}
#menu #submenu.show {
	display:block;
	position: static !important;
}
#menu #submenu ul {
	padding:0;
	margin:0;
	list-style:none;
	position: relative;
	width: 896px;
	overflow: hidden;
}
	#menu #submenu ul li {
		float:left;
		margin:0;
		padding:0;
		height:61px;
	}
	#menu #submenu ul li.backLava {
		width: 9px;
		z-index: 8;
		position: absolute;
		background:url('submenu.gif') no-repeat center -61px;
	}
	#menu #submenu ul li.selectedLava {
	/* zaznaczony element */
	}
	#menu #submenu ul li a {
		font-weight:100;
		word-spacing:4px;
		font-size: 12px;
		font-family: arial,tahoma,verdana;
		letter-spacing:-1px;
		color:#e5f2e2;
		text-decoration: none;
		outline: none;
		text-align: center;
		padding: 22px 5px;
		text-transform: uppercase;
		z-index: 10;
		display: block;
		float: left;
		position: relative;
		overflow: hidden;
		margin: auto 15px;
	}
	#menu #submenu ul li span {
		font-weight:100;
		word-spacing:4px;
		font-style:italic;
		font-size: 12px;
		font-family: arial,tahoma,verdana;
		letter-spacing:-1px;
		color:#e5f2e2;
		text-decoration: none;
		outline: none;
		text-align: center;
		padding: 22px 5px;
		z-index: 10;
		display: block;
		float: left;
		position: relative;
		overflow: hidden;
		margin: auto 15px;
	}
/**
 * content
 */	
#content .content {
	background:#f8f8f8 url('content-bg-bottom.gif') repeat-x bottom;
	color:#676e74;
	font:normal 12px Arial;
	line-height:20px;
}
#content .content .bg {
	padding:25px;
	background-color: transparent !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
}
	#content .content h2 {
		color:#47a340;
		font:normal 30px Helvetica,Tahoma;
		padding-bottom:10px;
		letter-spacing: -1px;
	}
	#content .content p {
		color:#676e74;
		font:normal 12px Arial;
		margin-top:10px;
		line-height:20px;
	}
#content .homeleft {
	width:598px;
	height:475px;
	float:left;	

}
.homelefta {
	width:598px;
	height:475px;
	float:left;	

}


	#content .homeleft * {
		display:none;
	}
	#content .homeleft a {
		display:block;
		width:598px;
		height:475px;
		text-indent:-9999px;
	}
#content .homeright {
	width:298px;
	height:475px;
	float:left;
	background:url('home-right.jpg') no-repeat left top;
}
	#content .homeright .oddzialy {
	height:257px;
	overflow:hidden;

	}
	#content .homeright .oddzialy ul {
		padding:56px 0 0;
		margin:0;
	}
		#content .homeright .oddzialy ul li {
			margin:0 0 0 23px;
			padding:0 0 10px 46px;
			height:60px;
			overflow:hidden;
			list-style:none;
			/*background:url('if-icon.gif') no-repeat left top;*/
			color:#d0d3d7;
			font:11px Arial;
		}
			#content .homeright .oddzialy ul li address {
				line-height: 20px;
				padding-bottom:3px;
				margin-top:-3px;
			}
			#content .homeright .oddzialy ul li a {
				background:url('ar-gw.gif') no-repeat left;
				padding:3px 0 3px 20px; 
				color:#78a13e;
				text-decoration:none;
			}
			#content .homeright .oddzialy ul li a:hover {
				padding-left:25px;
				background-position:5px center;
			}
	#content .homeright .kontakt {
		padding:10px 25px 0;
		overflow: hidden;
		color:#d2e9c4;
	}
#content .boxes {
	clear:both;
}
	#content .boxes .box {
		float:left;
		width:297px;
		text-align:center;
		background:#fff url('box-bg.gif') no-repeat left top;
		border-left:1px solid #ededed;
		height:300px;
		color:#6b7178;
	}
	#content .boxes .green {
		background:#299125 url('box-bg-green.gif') no-repeat left top;	
		color:#d2e9c4;
	}
	#content .boxes .first {
		border-left:1px solid #fff;
	}
	#content .boxes .box .w {
		margin:25px auto;
		text-align:left;
		height:230px;
		width:247px;
		background-position:bottom !important;
		background-repeat: no-repeat !important;
	}
		#content .boxes .box h4 {
			color:#7fcc79;
			font:16px Arial;
			letter-spacing: -1px;
			padding-left:9px;
		}
#content .boxes .box h5 {
	color:#F00;
	font:16px Arial;
	letter-spacing: -1px;
	padding-left:9px;
}
		#content .boxes .green h4 {
			color:#d2e9c4;
		}
		
		#content .boxes .box h4 a {
			color:#7fcc79;
			text-decoration:none;	
		}
		#content .boxes .box p {
			margin-top:14px;
			font:12px Arial;
			line-height:20px;
			height:60px;
			overflow:hidden;
			color:inherit;
		}
		#content .boxes .green p {
			margin-top:10px;
			line-height:16px;
			height:auto;
			overflow:auto;
			font:11px Arial;
			color:inherit;
		}
		#content .boxes .box a.more {
			color:#7fcc79;
			font:12px Arial;
			display:block;
			margin-top:3px;
			background:url('ar-more.gif') no-repeat left;
			padding:3px 0 3px 14px;
			text-decoration:none;
		}
		#content .boxes .box a.more:hover {
			text-decoration: underline;
		}

/**
 * formularz kontaktowy
 */
#content form .fitem input.t {
	background:#fff url('input-bg.gif') repeat-x left top;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px;    /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	font:10px Arial;
	padding:6px 4px;
	border:0;
	width:102px;
}
#content form .fitem .long {
	width:150px !important;
}
#content form .fitem select {
	margin-top:3px;
	width:150px;
}
#content form .fitem .send {
	position:absolute;
	margin-left:5px;
}
#content form .fitem, #content form .fitem2 {
	padding-top:6px;
	clear:both;
}
#content form.homeform .fitem, #content form.homeform .fitem2 {
	padding-top:2px;
	clear:both;
}

#content form .fitem label {
	width:60px;
	display:block;
	float:left;
	padding:6px 0;
}
#content form .fitem2 input {
	float:left;
}
#content form .fitem2 label {
	float:left;
	font-size:9px;
}
#content form p {
	clear:both;
	padding-top:6px;
}

/**
 * stopka
 */
#foot {
	clear:both;
	background:url('foot.gif') no-repeat left top;
	min-height:100px;
	height:100px;
	height:auto;
}
#foot p {
	text-align:right;
	color:#4b5864;
	font:11px Arial;
	padding:3px 25px 0px;
}
#foot p.first {
	padding-top:30px;
}
#foot p a {
	text-decoration:underline;
	text-align:right;
	color:#4b5864;
	font:11px Arial;
}
#foot p a:hover {
	text-decoration:none;
}
#maps {
	display:none;	
}.polecane {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	width: 200px;
	margin-top: 20px;
	overflow: hidden;

}
.polecane2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	width: 200px;
	margin-top: 20px;
	overflow: hidden;
}

.polecane a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #636;
	text-decoration: none;
	padding-left: 16px;
}
.polecane2 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #636;
	text-decoration: none;
	padding-left: 16px;
}

.polecane a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0C3;
	background-image: url(hover-finans.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
.polecane2 a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F12D3D;
	background-image: url(hover-inwes.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

