﻿body 
{
	color: #4a5333;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	margin:0;
}



a img
{
	border: none;	
}

#banner
{
	background: url('/gfx/banner.jpg') no-repeat;	
	height: 422px;
	width: 691px;
	border-left: solid 1px #fff;
	position: relative;
	background-position: bottom;
}

#banner a
{
	position: absolute;
	bottom: 21px;
	right: 15px;
	display: block;
	height: 33px;
	width: 135px;
	background: url('/gfx/form_button.jpg') no-repeat;
}

#banner a:hover
{
	background: url('/gfx/form_button_hov.jpg') no-repeat;
}


#logo
{
	text-align: center;
	padding: 11px 0 11px 0;
	height: 135px;
}

#headerRight
{
	/*padding-top:25px;*/
	width: 692px;
	float: right;
	position:relative;
}

#headerLeft
{
	/*padding-top:25px;*/
	width: 268px;
	float: left;	
}

#hederInfo
{
	position:absolute;
	top:0;
	right:0px;
	z-index:100;
	text-align: right;
	/*color: #383830;*/
	color: #012E71;
	font-family: Tahoma;
	font-size: 18px;
	background: url('/gfx/info.jpg') no-repeat;
	background-position:top;
	height: 55px;
	width: 340px;
	display:none;
}

#hederInfo span
{
	font-size: 22px;
}


#wraper
{
	width: 960px;
	margin: 0 auto;
}

#menu, #menu2
{
	background: #6f7263;
	width: 268px;	
}

.menuItem, .menuItem a 
{
	text-align: right;
	display: block; 
	width: 268px;
	height: 37px;
	text-decoration: none;
	line-height: 37px;
	font-size: 10px;
	font-weight: bolder;
}

.menuItem a
{
	color: #f1f1f1;
	background: url('/gfx/menu_arrow.jpg') no-repeat;
	width: 238px;
	padding-right: 30px;	
	background-position: 248px center;
}

.menuItem a:hover
{
	background-color: #7C7F6F;
	color: #fff;
}

.menuSeparator
{
	border-top: 1px dashed #fff;	
}

#rightContent
{
	vertical-align: top;
	width: 692px;
	background: #eeeee4 url('/gfx/pageContentText_bg.jpg') no-repeat;	
	background-position: bottom;
}

#rightContent h1
{
	color: #4b4b49;
	font-size: 18px;	
}

#welcome
{
	padding: 25px;
	background: url('/gfx/welcome_bg.jpg') no-repeat;
	background-position: bottom left;
	border-bottom: solid 1px #bfbfb7; 
	height: 315px;
	position: relative;
}

.pageContentText
{
	padding: 25px;
	background-position: bottom;		
}

.pageContentText ul, .loanRight ul
{
	padding-left: 20px;
	list-style: none;	
}

.pageContentText ul li, .loanRight ul li
{
	padding-left: 20px;
	background: url('/gfx/ul_arrow.jpg') no-repeat;	
	background-position: 2px 8px;
	color: #4f4f4f;
	line-height: 18px;
}


.welcomeTextRight
{
	position: absolute;
	left: 350px;
	top: 180px;	
	padding-right: 25px;
}


#leftContent
{
	width: 267px;	
	vertical-align: top;
	background: #E7EFD5;
}

#leftContent h2
{
	color: #da6a4a;	
	font-size: 16px;
	font-weight: bolder;
}

#footer
{
	background: url('/gfx/footer.jpg') repeat-x;
	height: 80px;	
}

#footerLinks
{
	text-align: center;
	padding-top: 20px;
	color: #D4D4D4;
	
}

#footerLinks a
{
	color: White;
	margin: 0 5px;
	text-decoration: none;
	color: #AFAFAF;
	font-size: 10px;
	font-weight: normal;
}

#footerLinks a:hover
{
	color: #fff;
}

#copyright
{
	color: #939687;
	text-align: center;
	padding-top: 10px;
}

.formMainPage
{
	padding: 10px;	
}

.formMainPage div
{
	padding: 4px 0; 	
}

.formMainPage div input, .formMainPage div select
{	
	color: #51524f;
	font-size: 11px;
	margin: 5px 0;
}

a.menuItemHover
{
	background-color: #5D5F53;
	color: #fff;
}

a.menuItemHover:hover
{
	background-color: #5D5F53;
}

#loan
{
	background: #EEEEE4 url('/gfx/percentage_cube.jpg') no-repeat;	
	height: 280px;
	padding: 25px;
	background-position: bottom left;
	position: relative;
}

.loanRight
{
	position: absolute;
	left: 310px;
	top:20px;
	padding-right: 35px;	
}

.loanRight h2
{
	color: #cd3408;
	font-weight: normal;
	font-size: 16px;	
}

#about
{
	padding-bottom: 100px;	
}

#offerBox
{
	background: #e7efd5;
	padding: 15px;
}

#offerBox h2
{
	margin: 0;
	padding: 4px 0;
}

#offerBox h3
{
	font-size:11px;
	margin: 0;
	padding: 8px 0 2px 0;
}

#offerBox h3 a
{
	color:#4f4f4f;
	text-decoration: none;
	padding-left: 10px;
	/* background: url('/gfx/boxOffer_arrow.jpg') no-repeat; */
	background-position: 0 5px;
}

#offerBox h3 a:hover
{
	color: #4A5333;
}

.OfferItem
{
	padding: 4px 5px;	
}

.OfferItem a
{
	color:#cd3408;
}

.OfferItem .more
{
	margin-left: 10px;	
}


.OfferItem p
{
	margin: 2px 10px;	
}

#contactForm
{
	width: 500px;
	margin: 0 auto;
}

.clear
{
	clear: both;	
}

.partnerItem
{
	padding: 15px 0;	
}

#content
{
	clear: both;	
}

#map 
{
	border:1px solid #F2F2F2;
	height:500px;
	margin:10px 5px;
	width:500px;
}

.errorBox, .successBox
{
	padding: 10px 15px 30px 80px;
	color: #333333;
	margin: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFB5B5;	
	background: #F3F1DF url('/gfx/error.jpg') no-repeat;
	background-position: 25px 15px;
	font-size: 11px;
	text-align: left;
}

.successBox
{
	background: #F3F1DF url('/gfx/success.jpg') no-repeat;
	background-position: 25px 10px;
	padding: 10px 40px 10px 70px;
	width: 178px;
}

.errorBox .error, .successBox .success
{
	color: Red;
	font-weight: bold;
	font-size:14px;
	font-family: Arial;
	margin-bottom: 10px;
}

.successBox .success
{
	color: Green;
}

#contactF
{
	height: 180px;
	width: 225px;
	background: url('/gfx/contact_form.jpg') no-repeat;	
	position: relative;
}

#contactF a
{
	display:block;
	position: absolute;
	top: 80px;
	left: 110px;
	width: 50px;
	color: #CD3408;	
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#contactF a:hover
{
	color: #FF4E1F;	
}

#about 
{
	color: #000080;	
}

/* granate linki */

.OfferItem h3 a, .pageContentText ul li, .loanRight ul li
{
	color: #012E71 !important;
}

.OfferItem a, h1, h2, h3, #offerBox h2
{
	color: #012E71 !important;	
}

#offerBox h2
{
	margin: 5px 0;	
}

#menu
{
	background: #5386DF;	
}

#menu2
{
	background:#193e89;
}

a.menuItemHover:hover, .menuItem a:hover, .menuItemS a, .menuItemHover
{
	background: #598FEF url(/gfx/menu_arrow.jpg) no-repeat scroll 248px center !important;
}

#menu2 a.menuItemHover:hover, #menu2 .menuItem a:hover, #menu2 .menuItemS a, #menu2 .menuItemHover
{
	background: #1D499F url(/gfx/menu_arrow.jpg) no-repeat scroll 248px center !important;
}

*
{
	color: #012E71 ;
}

#FormularzKontaktowy
{
	border: solid 1px #D2CFDD;
	width: 550px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	margin-top: 30px;	
}

.sendBT
{
	background: url('/gfx/send_bt.jpg') no-repeat;
	height: 34px;
	width: 134px;
	border: none;
}

.formPolicy
{
	width: 320px;	
}

.formPolicy td
{
	vertical-align: top;
	padding: 5px;
}

.inputBGblue
{
	background: url('/gfx/input_bg.jpg') repeat-x;
	background-position: bottom;	
}

#contactForm table td
{
	vertical-align: top;	
}

.cert td
{
	padding: 5px;	
}

.cert td a img
{
	background: #fff;
	border: 1px solid #D2CFDD;
	padding: 5px; 	
}

.button
{
	background: url('/gfx/button.gif') no-repeat;
	display:block;
	color: #fff;
	height: 28px;
	width: 120px;
	line-height: 26px;
	text-align:center;	
}

.buttonPromo
{
	background: url('/gfx/promo_ofer_gif.gif') no-repeat;
	height: 27px;
	width:118px;
	display:block;
}


a.button
{
	color: #EFE0E0 !important;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}

a.button:hover
{
	color: #fff !important;	
}

#loanMenu
{
	list-style:none;
	margin:0;
	padding:0;	
}

#loanMenu li
{
		padding-left:20px;
		background: url('/gfx/blue_arrow.jpg') no-repeat;
		font-size:11px;
		font-weight:bold;
		line-height:25px;
		background-position: 0 6px;
}

#loanMenu li ul li
{
	background: transparent;
	padding-left:0;
	line-height:20px;
	font-weight:normal;
}

#loanMenu li ul
{
	list-style:square;
	padding-left: 15px;	
}

.promoBox a, .promo a
{
	text-decoration: none;	
}

.promo
{
	/*
	background: url('/gfx/promo.jpg') no-repeat;
	background-position: right top;	
	*/
	background: url('/gfx/promo_f.jpg') no-repeat;
	background-position:bottom left;
	padding:0 15px;
}

.promoBox
{
	padding:15px 15px 0 15px;
}

.promoBoxTet
{
	
}

.promoText
{
	padding-left:120px;
	width: 110px;	
}
