@charset "UTF-8";

/* Basic Blocks
*******************************************************************************/
html {
	min-width: 1000px;
}
body {
	background: #f1f1f1 url(/i/light-bg.png) no-repeat 50% -250px;
	color: #333;
	font: 0.75em/1.5em Arial,Verdana,Tahoma,Sans-Serif;
}

img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { padding: 0; vertical-align: top; }

a, a:hover, a:focus { color: #2190d8; outline: none; text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }

.clear { clear: both !important; }
.fix { border: 1px solid #f00; }

/* Header
*******************************************************************************/
#header {
	background: url(/i/top-full-width-bg.png) repeat-x center top;
	border-top: 5px solid #193a84;
}
#header .abstract-bg {
	background: url(/i/top-abstract-bg.png) no-repeat -20% top;
}
#header .logos {
	margin: 0 auto;
	width: 980px;
}
#header .logos .logo {
	float: left;
	padding: 22px 0;
	width: 310px;
}
#header .logos .fedipo {
	float: left;
	padding: 54px 0 0;
	text-align: center;
	width: 410px;
}
#header .logos .brand {
	float: left;
	padding: 50px 0 0;
	text-align: center;
	width: 260px;
}

/*** Menu ***/
#navigation-bar {
	background: url(/i/sprite.png) no-repeat 0 0;
	background: -moz-linear-gradient(center top , #fff 0%, #F3F3F3 100%) repeat 0 0;
	box-shadow: -1px -1px 0 #fff inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	height: 40px;
	margin: 0 auto 40px;
	width: 980px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation-bar ul.simple-drop-down-menu {
	position: relative;
	z-index: 10;
}
#navigation-bar ul.simple-drop-down-menu li {
	float: left;
	font-weight: 700;
	position: relative;
}
#navigation-bar ul.simple-drop-down-menu li:hover { background: #C11A20 url(/i/sprite-menu.png) repeat-x left top; }
#navigation-bar ul.simple-drop-down-menu li:hover > a { color: #fff; }
#navigation-bar ul.simple-drop-down-menu li a.parent {
	padding-right: 25px;
	position: relative;
}
#navigation-bar ul.simple-drop-down-menu li.current { background: #C11A20 url(/i/sprite-menu.png) repeat-x left bottom; }
#navigation-bar ul.simple-drop-down-menu li.home-page {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#navigation-bar ul.simple-drop-down-menu li.home-page.current > a,
#navigation-bar ul.simple-drop-down-menu li.home-page:hover > a { background-position: 15px -82px; }
#navigation-bar ul.simple-drop-down-menu li.current a { color: #fff; }
#navigation-bar ul.simple-drop-down-menu li.home-page > a {
	background: url(/i/sprite.png) no-repeat 15px -42px;
	padding-left: 45px;
}
#navigation-bar ul.simple-drop-down-menu li a {
	color: #2190d8;
	display: block;
	padding: 11px 15px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
#navigation-bar ul.simple-drop-down-menu li a span {
	background: url(/i/drop-down-arr.png) no-repeat 0 0;
	height: 9px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 17px;
	width: 9px;
}
#navigation-bar ul.simple-drop-down-menu li li a span {
	background-position: 0 100%;
	top: 12px;
}
#navigation-bar ul.simple-drop-down-menu ul {
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 240px;
}
#navigation-bar ul.simple-drop-down-menu ul li {
	background: none;
	background-color: #FBFBFB;
	border-bottom: 1px solid #F2F2F2;
	border-left: 5px solid #FBFBFB;
	border-top: 1px solid #FFFFFF;
	clear: both;
	float: none;
	font-weight: 400;
	margin-right: 0;
}
#navigation-bar ul.simple-drop-down-menu ul li:first-child { border-top: none; }
#navigation-bar ul.simple-drop-down-menu ul li a { padding: 8px 10px; }
#navigation-bar ul.simple-drop-down-menu li ul li:hover {
	background: #fff;
	border-left: 5px solid #DD303A;
}
#navigation-bar ul.simple-drop-down-menu li ul li:hover a,
#navigation-bar ul.simple-drop-down-menu li.current ul li a { color: #2190d8; }
#navigation-bar ul.simple-drop-down-menu ul ul {
	left: 100%;
	padding-left: 1px;
	top: 0;
}

#g-search {
	float: right;
	margin-right: 5px;
	margin-top: 6px;
	width: 255px;
}
#g-search input {
	border: 1px solid #E7E7E7;
	color: #ccc;
	float: left;
	margin: 0;
	padding: 6px 5px 5px;
	width: 190px;
}
#g-search form input.input-field {
	background: #fff url(/i/text-field-bg.png) repeat-x center top;
}
#g-search form input.input-field {
	background: -moz-linear-gradient(center top , #F1F1F1 0%, #fff 100%) repeat 0 0;
	box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#g-search button {
	background: url(/i/sprite.png) repeat right -53px;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 29px;
	margin: 0 0 0 -1px;
	overflow: visible;
	padding-left: 0;
	text-indent: -9999px;
	white-space: nowrap;
	width: 49px;
}

/*** Slider ***/
#slider-bg {
	background: url(/i/slider-full-width-bg.png) repeat-x left 45px;
	height: 425px;
}
#slider-frame {
	background: url(/i/slider-bg.png) no-repeat center top;
	height: 430px;
}
#slider-wrapper {
	margin: 0 auto;
	padding-top: 11px;
	position: relative;
	width: 980px;
}

/* Content
*******************************************************************************/
#content {
	margin: 0 auto;
	width: 980px;
}

#content .container {
	float: left;
	padding: 0 30px 0 0;
	width: 690px;
}
#content .sidebar {
	float: left;
	padding: 0 10px 0 0;
	text-align: justify;
	width: 250px;
}

#content h1 {
	color: #da251c;
	font: 1.5em Georgia,Arial,Verdana,Tahoma,Sans-Serif;
	padding: 0 0 15px;
}
#content h2 {
	color: #da251c;
	font: 1.3em Georgia,Arial,Verdana,Tahoma,Sans-Serif;
	padding: 10px 0 5px;
}
#content .container p { padding: 0 0 10px 0; }
#content img {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
	padding: 5px;
}

#content .container table {
	margin: 10px 0 20px;
}
#content .container table thead td {
	border-bottom: 2px solid #666;
	border-right: 1px solid #ccc;
	color: #0078aa;
	font-weight: bold;
}
#content .container table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#content .container table tbody td.h {
	color: #DA251C;
	font-weight: bold;
}
#content .container table td {
	padding: 5px 10px;
	width: auto;
}
#content .container table td:last-child {
	border-right: none;
}

#content .container.contacts { width: 100%; }
#content .container.contacts table { margin: 0; }
#content .container.contacts table td {
	border: none;
	font-weight: normal;
	padding: 0;
}
#content .container.contacts img {
	border: none;
	box-shadow: none;
	padding: 0;
}

#content .container.contacts table.con td { padding: 5px 0; }
#content .container.contacts table.con td.title {
	color: #193986;
	padding-right: 15px;
	text-align: right;
	width: 50px;
}

#content .container.contacts .maps {
	float: left;
	padding-right: 40px;
	width: 470px;	
}
#content .container.contacts .feedback {
	float: left;
	width: 470px;	
}

#content .container .pr {
	clear: both !important;
	padding: 15px 0 0;
}
#content .container .pr p.img {
	float: left;
	width: 125px;
}
#content .container .pr p {
	float: left;
	width: 565px;
}

#content .container .page ul,
#content .container .page ol { padding: 0 0 10px; }
#content .container .page ul li {
	background: url(/i/bullet_red_alt.png) no-repeat left -2px;
	padding-left: 25px;
}
#content .container .page ol li {
	list-style: decimal;
	margin-left: 25px;
}

/*** News ***/
#content .news dt {
	font-size: 1.083em;
	padding: 0 0 5px;
}
#content .news dt span.date { color: #d62817; }
#content .news dd {
	font-size: 0.917em;
	padding: 0 0 15px;
}
#content .page .news dd {
	font-size: 1.167em;
}

#content .sp {
	background: url(/i/sp.png) repeat-x center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*** Sitemap ***/
#content .map h1 { padding: 5px 0; }
#content .map h2 { padding: 0 0 5px 15px; }
#content .map h3 { font-size: 0.917em; padding: 0 0 5px 30px; }

/*** Pagination ***/
#content .paginate {
	font-size: 10px;
	text-transform: uppercase;
}
#content .paginate a,
#content .paginate span {
	background: url(/i/button-highlight.png) repeat-x center top #F4F4F4;
	border: 1px solid #E5E5E5;
	box-shadow: -1px -1px 0 #FFFFFF inset, 1px -1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.05);
	color: #787878;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .paginate a:hover,
#content .paginate a:focus {
	background: url(/i/sprite-menu.png) repeat-x left -10px;
	border-color: #2190D8;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
}
#content .paginate span {
	background: url(/i/sprite-menu.png) repeat-x left -50px;
	border-color: #A91A1F;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
}

#faq dt { color: #2190D8; margin-top: 5px; cursor: pointer; text-decoration: underline; }
#faq dt:hover { text-decoration: none; }
#faq dd { overflow: hidden; margin-top: 10px; }

.documents dt {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 15px 40px;
}
.documents dt.doc { background-image: url(/i/icons/doc.png); }
.documents dt.xls { background-image: url(/i/icons/xls.png); }
.documents dt.zip { background-image: url(/i/icons/zip.png); }
.documents dt.rar { background-image: url(/i/icons/rar.png); }

.photos {}
.photos .block {
	float: left;
	margin: 0 33px 5px 0;
	width: 312px;
}

.image-preview {
    position: relative;
}
.image-preview img { float: left; }
.image-preview .overlay {
	background: #FFF url(/i/maginifier-light.jpg) no-repeat center center;
	height: 95%;
	left: 6px;
	position: absolute;
	top: 5px;
	width: 300px;
	z-index: 2;
}
.preloading-light {
    background: #FFF url(/i/preloader-light.gif) no-repeat 50% 50%;
    float: left;
}

#content .container .photos .block p { float: left; padding: 5px 0 0 0; }
#content .container .photos .block .sp { float: left; padding-bottom: 10px; width: 100%; }

/*** Feedback ***/
#feedback-form { padding-top: 20px; }
#feedback-form p {
	clear: both !important;
	float: left;
}
#feedback-form label {
	color: #193986;
	float: left;
	padding: 5px 15px 0 0;
	text-align: right;
	width: 160px;
}
#feedback-form .checkbox { margin-top: 5px; }
#feedback-form .checkbox label {
	padding-top: 0;
}
#feedback-form .field {
	background: #fff url(/i/bg-field.png) repeat-x 0 0;
	border: 1px solid #ddd;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: 230px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#feedback-form select.field { width: 250px; }
#feedback-form textarea {
	background: #fff url(/i/bg-field.png) repeat-x 0 0;
	border: 1px solid #ddd;
	height: 160px;
	line-height: 30px;
	padding: 0 10px;
	width: 270px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#feedback-form p.buttons { padding: 0 0 0 175px; }
#feedback-form p.success { color: green; font-weight: bold; }
#feedback-form p.error { color: red; font-weight: bold; padding-left: 175px; }

#cost_ipoteka { display: none; }

/* Footer
*******************************************************************************/
#menu-footer {
	background: url(/i/flag.jpg) no-repeat 100% 100%;
	border-bottom: 1px solid #c1c1c1;
	font-size: 0.917em;
}
#menu-footer .delimiter {
	background: url(/i/delimiter-bottom.png) no-repeat 50% 0;
	margin: 0 auto;
	width: 980px;
}
#menu-footer ul {
	float: left;
	padding: 60px 0 30px;
	width: 240px;
}
#menu-footer ul a {
	color: #636363;
	text-decoration: none;
}
#menu-footer ul .h a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menu-footer ul a:hover,
#menu-footer ul a:focus { text-decoration: underline; }


#footer {
	color: #44525f;
	font-size: 0.917em;
	padding: 30px 0 20px;
}
#footer .padding {
	margin: 0 auto;
	width: 980px;
}
#footer .copy {
	float: left;
	position: relative;
	left: -15px;
	width: 430px;
}
#footer .address {
	float: left;
	width: 290px;
}
#footer .madeinvoshod {
	float: left;
	width: 260px;
}
#footer .madeinvoshod p {
	float: right;
	line-height: 1.2em;
	width: 160px;
}
#footer .madeinvoshod p.txt {
	padding-top: 10px;
	text-align: center;
}
