@import "reset.css";

html, body {
	height: 100%;
}
body {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #FFF;
	background-color: #f4f4f4;
}
div, p {
    font-size: 12px;
    font-family: Verdana;
    color: #333;
}
a {
	color: #59840A;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-family: Calibri, Tahoma, Verdana;
	font-size: 17px;
	margin: 15px 0;
	color: #59840A;
}
.h2-form {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
p, li {
	margin: 5px 0 5px 0;
	line-height: 1.5;
}
li {
	list-style: url('./images/li.png');
	list-style-position: inherit;
	margin-left: 18px;
}
/* global */
.nosize {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

/* header */
#header {
	top: 0;
	width: 982px;
	height: 100px;
	padding: 20px 0;
	margin: 0 auto;
	background-color: #f4f4f4;
	z-index: 98;
/*	position: absolute;*/
}
#header img#logotype {
	cursor: pointer;
	margin-left: 20px;
}
#header div {
	position: absolute;
	margin: 0 0 0 392px;
	width: 588px;
	height: 100px;
	text-align: right;
}
#header div * {
	margin: 2px 0 2px 0;
}

/* track */
#track {
/*	position: absolute;
	margin-top: 139px;*/
	width: 100%;
	height: 72px;
	background: url('./images/track.png') repeat-x 0 0;
	z-index: 99;
}
#track .nosize {
	height: 36px;
	background: url("./images/track.png") repeat-x 0 0;
}
#track .nosize div#contr {
	width: 208px;
	height: 36px;
	margin: 0 0 0 -7px;
	background: url('./images/track.btn.png') no-repeat 0 -3px;
	position: absolute;
}
#subtrack {
	width: 980px;
	height: 72px;
	margin: 0 auto;
	position: relative;
}

.navi {
	position: absolute;
	width: 980px;
	height: 36px;
}
.navi li {
	float: left;
	width: 196px;
	color: #FFF;
	text-align: center;
	font-size: 14px !important;
	cursor: pointer;
	margin: 0;
	line-height: 1 !important;
	list-style: none !important;
}
.navi li > a {
	padding: 10px 0;
	color: #DDD;
	text-decoration: none;
	display: block;
}
.navi li > a:hover, .navi li > a.current {
	color: #FFF;
}
.navi-sub {
	top: 36px;
	width: 980px;
	height: 36px;
	position: absolute;
}
.navi-sub-down {
	width: 980px;
	height: 36px;
}
.navi-sub > li, .navi-sub-down > li {
	top: 0;
	left: 0;
	width: 980px;
	height: 36px;
	padding: 0;
	margin: 0;
	background: url('./images/subtrack.png') repeat-x 0 0;
	list-style: none;
	position: absolute;
}
.navi-sub ul li, .navi-sub-down ul li {
	width: auto;
	padding: 0 0 0 0;
	margin: 7px 0 0 0;
	list-style: none;
/*	border-left: 1px dashed #AAA;*/
	float: left;
}
.navi-sub ul li a, .navi-sub-down ul li a {
	padding: 3px 13px;
	margin: 0;
	border-left: 1px solid #777;
	color: #222;
	font-size: 13px;
	text-decoration: none;
}
.navi-sub ul li a.active, .navi-sub-down ul li a.active {
	color: #EEE;
}
.navi-sub ul li a:hover, .navi-sub-down ul li a:hover {
	color: #EEE;
}
.navi-sub ul li:first-child a, .navi-sub-down ul li:first-child a {
	border-left: none !important;
}

.info {
	margin: 10px 0;
	font-size: 120%;
	text-align: center;
}

/* text */
#text {
	position: absolute;
	width: 100%;
	background-color: #f4f4f4;
	z-index: 99;
}
#text .cont {
	border-top: 1px dashed #CCC;
	background-color: #fff;
	margin-top: 25px;
}
#text .nosize {
	padding-top: 20px;
}
div.globalDocs {
	padding: 20px;
}


.coda-slider-wrapper .coda-slider, .coda-slider-wrapper .coda-slider .panel {
	width: 982px;
}
.coda-slider-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	clear: both;
}
.coda-slider {
	margin: 0 auto 0 auto;
	background: #ebebeb;
/*	overflow: hidden;*/
	position: relative;
}

/* Tab nav */
.coda-nav {
/*	display: none;*/
}

/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 0 20px 20px 20px;
	display: none;
	position: relative;
}
.img-margin-20 {
	margin-left: -20px;
	position: relative;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center
}
/* Miscellaneous */
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-slider .panel-container {
	overflow: hidden;
	position: relative;
}
.coda-slider .panel, .coda-slider .panel-wrapper {
	display: none;
}
.coda-slider .panel:first-child, .coda-slider .panel-wrapper:first-child {
	display: block;
}

/* Arrow styling */
#coda-nav-left {
	top: 0;
	left: 0;
	right: 491px;
	height: 100%;
	padding: 0;
	margin-right: 50%;
	outline: none;
	background: url('./images/arrow-bg.png') repeat right 0;
	text-indent: -10000px;
	z-index: 100;
	display: block;
	position: absolute;
}
#coda-nav-right {
	top: 0;
	left: 491px;
	right: 0;
	height: 100%;
	padding: 0;
	margin-left: 50%;
	outline: none;
	background: url('./images/arrow-bg.png') repeat left 0;
	text-indent: 10000px;
	z-index: 100;
	display: block;
	position: absolute;
}

.planMap {
	width: 980px;
	margin-top: 0;
	margin-left: -20px;
	position: relative;
}
.planMap img {
	margin-left: 0;
	z-index: 0;
}
.planMap div {
	width: 18px;
	height: 15px;
	padding-top: 3px;
	margin-top: -9px;
	margin-left: -9px;
	font: 9px Tahoma;
	text-align: center;
	vertical-align: middle;
	color: #000;
	position: absolute;
}
.planMap div.item {
	z-index: 11;
	cursor: default;
}
.planMap div.bash {
	border: 1p solid red;
	z-index: 12;
	background-image: url('./images/bash.png');
	text-indent: -10000px;
	cursor: default;
}
.planMap div.item.active {
	color: #000;
	background-image: url('./images/tbl_active.png');
	cursor: pointer;
}
.planMap div.item.deactive {
	color: #FFF;
	background-image: url('./images/tbl_deactive.png');
}
.planMap .loader {
	width: 80px;
	height: 10px;
	margin: 10px 20px;
}

.map.dolina-solnca {
	top: 320px;
	left: 12px;
	width: 170px;
	height: 130px;
	background: url('./images/transparent-bg.png');
	outline: 0;
	text-indent: -10000px;
	display: block;
	position: absolute;
	z-index: 10;
}
.map.alex-posad {
	top: 330px;
	left: 210px;
	width: 230px;
	height: 80px;
	background: url('./images/transparent-bg.png');
	outline: 0;
	text-indent: -10000px;
	display: block;
	position: absolute;
	z-index: 10;
}
.sky-ds {
	top: 245px;
	left: 0px;
	width: 185px;
	height: 189px;
	background: url('/images/sky_ds.gif');
	outline: 0;
	text-indent: -10000px;
	display: none;
	position: absolute;
}
.sky-ap {
	top: 263px;
	left: 233px;
	width: 202px;
	height: 150px;
	background: url('/images/sky_ap.gif');
	outline: 0;
	text-indent: -10000px;
	display: none;
	position: absolute;
}
#map-ap-area {
	top: 0;
	left: 0;
	width: 980px;
	height: 524px;
	position: absolute;
}
#img-ap-dachniy {
	top: 142px;
	left: 0;
	width: 350px;
	height: 187px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
/*	background: url('./images/area-ap-dachniy.png');*/
	z-index: 10;
}
#img-ap-parkoviy {
	top: 176px;
	left: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 10;
}
#img-ap-lesnoy {
	top: 173px;
	left: 610px;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 10;
}

.form-zayavka {
	width: 500px;
	margin: 0 auto;
}
.form-zayavka p {
	position: relative;
}
.input_text {
	margin-top: -5px;
	width: 220px;
/*	float: right;*/
	right: 0;
	position: absolute;
	top: 0;
}
.send_zayavka {
	margin-bottom: 100px;
}
.block_msg {
	width: 300px;
	margin: 10px auto;
	padding: 10px 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #D5FFCE;
	border: 1px solid #9ADF8F;
	text-align: center;
	display: none;
}
.block_msg.error {
	background-color: #FFCECE;
	border-color:#DF8F8F;
}

.backfixedbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	z-index: 2999;
	display: none;
}
.fixedbox {
	top: 50%;
	width: 500px;
	left: 50%;
	padding: 15px 30px;
	margin: -160px 0 0 -280px;
	border-style: solid;
	border-color: #59840A;
	border-width: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font: 15px Calibri, Tahoma, Verdana, Arial;
	background: #F4F4F4;
	overflow: auto;
	position: fixed;
	z-index: 3000;
	display: none;
}

/* footer */
.footer {
	width: 100%;
	height: 90px;
/*	padding-top: 20px;*/
	background-image: url('./images/footer.png');
	position: absolute;
}
.phone {
	font-size: 24px;
	font-weight: bold;
	color: #800;
}
.alertMsg {
	width: 300px;
	margin: 10px auto;
	padding: 20px;
	background: #DDD;
	border: 1px dotted #AAA;
	text-align: center;
}

.site-loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('./images/arrow-bg.png') repeat;
	position: fixed;
	z-index: 10000;
}
.site-loading div {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('./images/loading.gif') no-repeat center center;
	position: absolute;
}
#divToolTip, #divToolTipMap {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AAA;
	padding: 7px 17px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF url('./images/tooltip-bg.png') repeat-x;
	z-index: 1000;
	position: absolute;
}
#divToolTip p, #divToolTip p {
	color: #555;
	font-size: 120%;
}