@charset "windows-1251";
/* CSS Document */
a {
	text-decoration:none;
}
html, body {	
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
/*
body {
	background:url(../img/fon.jpg) repeat-x 0 80px;
}
*/
header, #panel {
	display:block;
	position:relative;
	margin:30px auto 0 auto;
	padding:9px;
	background:#ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
#font_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width:700px;	*/
}
header #logo {
	position:absolute;
	left:50%;
	margin-left:-116px;
	bottom:40px;
	z-index:2;
}
header #right {
	position:absolute;
	z-index:2;
	bottom:-10px;
	right:-10px;
}
header #left {
	position:absolute;
	z-index:2;
	top:-10px;
	left:-10px;
}
#panel {
	width:986px;
	margin-top:40px;
	padding:6px 7px;
	background:#ffffff url(../img/fon-panel.jpg) no-repeat 7px 61px;
	white-space:nowrap;
	list-style:none;
	height:195px;
}
#panel li{
	position:relative;
	width:325px;
	height:195px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	border-right:5px solid #ffffff;
	color:#555555;
}
#panel li .kut {
	position:absolute;
	top:-28px;
	left:50%;
	margin-left:-30px;
}
#panel li span {
	display:block;
	margin:10px 20px;
	line-height:20px;
}
#panel li .name {
	border-right:5px solid #ac1121;
	margin:0 -5px 0 0;
	padding-top:20px;
	line-height:30px;
	background:#850713;
	text-align:center;
	color:#eedddf;
	text-transform:uppercase;
}
#panel li:last-child, #panel li:last-child span {
	border:none;
}
#panel li:last-child .name {
	margin-right:0;
}
#panel li .name .icon{
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-16px;
}
.submit {
	display:block;
	background: #ac1121 url(../img/strilka.png) no-repeat 15px 7px ;
    background: url(../img/strilka.png) no-repeat 15px 7px, -webkit-linear-gradient(to right, red, yellow) ; 
    background: url(../img/strilka.png) no-repeat 15px 7px, -o-linear-gradient(to right, red, yellow); 
    background: url(../img/strilka.png) no-repeat 15px 7px, -moz-linear-gradient(red, yellow) url(../img/strilka.png) no-repeat 5px 10px ; 
    background: url(../img/strilka.png) no-repeat 15px 7px, linear-gradient(to right, #fa8b97 0%, #fa8b97 30%, #ac1121 30%, #ac1121 100%);
	border:none;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
	width:75px;
	height:17px;
	text-align:center;
	margin:7px auto;
	padding:4px 10px 4px 55px;
	color:#eedddf;
}
input.submit {
	width:140px;
	height:25px;
}
#autorize {
	margin-top:30px;
}
#autorize .text {
	display:block;
	width:120px;
	padding:4px 10px;
	margin:7px auto;
	background:#ffffff;
	border:none;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
#map {
	position:absolute;
	bottom:0;
	left:0;
}
#map .submit{
	top:15px;
	left:70px;
	position:absolute;
	line-height:17px;
}
content {
	width:1000px;
	display:block;
	margin:30px auto 10px auto;
}
footer {
	margin:0 auto;
	display:block;
	width:980px;
	background:#850713;
	color:#ffffff;
	padding:2px 10px;
}
#modal {
	width: 650px; 
	height: 400px; 
	border: 1px #e6e6e6 solid;
	background: #fff;
	position: fixed; 
	top: 45%; 
	left: 50%; 
	margin-top: -200px;
	margin-left: -325px; 
	opacity: 0; 
	z-index: 5; 
	padding: 20px;
	box-shadow:2px 2px 6px #c4c4c4;
	text-align:left;
}
#modal #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 5px;
	right: -5px;
	cursor: pointer;
	display: block;
}
#maps {
	display:block;
	width: 650px; 
	height: 400px; 
}
#map #maps {
	display:none;
}
#overlay {
	z-index:3; 
	position:fixed; 
	background-color:#ffffff; 
	opacity:0.8; 
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none;
}