* {
	padding: 0;
	margin: 0;
}
body{
	background: url(../i/bg.png) repeat-x 0 0 scroll #FFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #383857;
	line-height: 120%;
	text-align: left;
}
a img {
	border: none
}
#Content {
	width: 1000px;
	margin: 0 auto;
}
#Content .menu {
	height: 93px;
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#Content .menu .logo {
	display: block;
	float: left;
}
#Content .menu .logo img {
	margin-top: 33px;
	display: block;
	float: left;
}
#Content .menu ul {
	list-style: none;
	display: block;
	float: right;
}
#Content .menu ul li{
	display: block;
	float: left;
	font-weight: 700;
}
#Content .menu ul li a {
	color: #383857;
	cursor: pointer;
	display: block;
	padding: 40px 10px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fad454;
	margin: 0 1px;
}
#Content .menu ul li a.activ,
#Content .menu ul li a:hover {
	background: #383857;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 1px 0 #fad454;	
	-moz-box-shadow: 0 1px 0 #fad454;	
	color: #fff0D4;
	text-shadow: none;
}
#Content .content {
	clear: both;
	background: url(../i/shadow.png) no-repeat bottom center;
	padding-bottom: 17px;
}
#Content .IN {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFF;
	background-color: #FFF;
	min-height: 500px;
	_height: 500px;
	overflow: hidden;
	padding:20px;
	width: 920px;
	margin: 0 auto;
}
#Content .mapa {
	background-image: url(../i/mapa.png);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}
#Content .homepage {
	background-image: url(../i/hnd.jpg);
	background-repeat: no-repeat;
	background-position: 0 250px;	
}
#Content .homepage .lft { 
	background: url(../i/nrA.png) no-repeat center 20px;
	width: 460px;
	float: left;
	padding-top:190px;
}
#Content .homepage .rgt {
	background: url(../i/nrB.png) no-repeat center 20px;
	width: 460px;
	float: right;
	padding-top:180px;
}
#Content .lft { 
	width: 460px;
	float: left;
}
#Content .rgt {
	width: 460px;
	float: right;
}
#Content .won {
	background: url(../i/wniosekOnline.png) no-repeat 0 0;
	text-decoration: none;
	display: block;
	width: 434px;
	height: 51px;
	margin: 0 0 30px 26px; 
}
h3 {
	font-size: 20px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px;
	clear:both;
}
.frm blockquote {
	display: block;
	margin: 0 0 6px;
	vertical-align: middle;
	clear: both;
}
.frm label {
	vertical-align: middle;
	padding-right: 10px;
}
.frm .inpt {
	border: 1px solid #bd7e1c;
	background: url(../i/ipt.png) repeat-x 0 0;
	vertical-align: middle;
	font-size: 13px;
	line-height: 130%;
	padding: 4px 5px;
}
a.info {
    position:relative;
    z-index:24;
    color:#383857;
    text-decoration:none
}

a.info:hover {
	z-index:25;
}

a.info span 
{
	display: none
}

a.info:hover span { 
    display:block;
    position:absolute;    
    top:-7em; left:2em; width:20em;
    border:1px solid #fad454;
    background-color:#fad454;
    color:#000;
    text-align: left
}
.frmc {
	overflow: hidden;
	min-height: 1%;
	_height: 1%;	
	text-align: right;
}
.homepage .frm {
	overflow: hidden;
	min-height: 1%;
	_height: 1%;
	background: url(../i/frm.jpg) no-repeat 0 center;
	text-align: right;
}
.homepage .frm .inpt {
	width: 180px
}
.homepage .frm p {
	float:left;
	margin: 4px 0 0 40px;
}
.homepage .frm p input {
	vertical-align: middle;
	width: 13px;
	height :13px;
}
.homepage .frm .btn {
	float: right;
}
.btn {
	border: 1px solid #383857;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size:12px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica;
	outline: 0;
	color:#FFF;
	cursor: pointer;
	vertical-align:middle;
	text-decoration: none;
	overflow: visible;
	background: url(../i/btn.png) repeat-x 0 0 scroll #333350;
	padding: 4px 20px 6px;
}
 .btn:hover {
	background: #333350;
}
button::-moz-focus-inner{
	border: none;
	padding: 0;
	margin: 0;
}
#Content .footer {
	color:#BBB;
	font-size:11px;
	width: 960px;
	margin: 0 auto 50px;
}
/*pages element*/
h2 {
	color: #4C4C4C;
	display: block;
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 30px;
}
blockquote.blq {
	margin: 0 0 20px;
	color: #4C4C4C;
}
blockquote.blq h4 {
	color:#333;
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 8px;
}
blockquote.blq p {
	line-height:140%;
}
blockquote.blq a {
	line-height:140%;
	text-decoration:underline;
	color: #4C4C4C;
}
blockquote.blq a:hover {
	line-height:140%;
	text-decoration:underline;
	color: #4C4CCC;
}
blockquote.blq ul {
	display: block;
	list-style: none;
}
blockquote.blq ul li {
	background: url(../i/li.png) no-repeat 2px 3px scroll;
	display: block;
	list-style: none;
	line-height:160%;
	padding-left: 20px;
}
blockquote.blq input {
	border: 1px solid #bd7e1c;
	background: url(../i/ipt.png) repeat-x 0 0;
	vertical-align: middle;
	font-size: 13px;
	line-height: 130%;
	padding: 4px 5px;
	width:300px;
}
blockquote.blq textarea {
	border: 1px solid #bd7e1c;
	background: url(../i/ipt.png) repeat-x 0 0;
	vertical-align: middle;
	font-size: 13px;
	line-height: 130%;
	padding: 4px 5px;
	width:300px;
}
.left { 
	width: 400px;
	float: left;
	padding-top:10px;
}
.right {	
	width: 520px;
	float: right;
	padding-top:10px;
}
.onas {
	width: 418px;
}
.onas img {
	display: block;
}