<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}

ul, li {
	list-style: none;
}

body {
	font-family: HelveticaNeue, Helvetica, Arial;
	width:100%;
}

#top-line {
	background:#111;
	width:100%;
}

#header {
	height:70px;
	margin:0 auto;
//	width:900px;
	text-align:center;
}

a#logo {
}

a#home {
	float:right;
	padding:16px 205px 20px 20px;
}

.clear {
	clear:both;
}

#menu-line {
	background-image:url('../img/menu-bg.jpg');
	border-bottom:2px solid #3d3f45;
	height:120px;
	width:100%:
}

#menu {
	margin:0 auto;
	width:900px;
}

#menu ul {
	margin:0 auto;
	width:428px;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	border-left:2px solid #3b3c3f;
	color:#cccccc;
	display:block;
	font-family:Trebuchet MS, Myriad Pro;
	font-size:14px;
	padding:16px 0 9px 0;
	text-align:center;
	text-decoration:none;
	width:140px;
}

#menu ul li a.active {
	background-image:url('../img/menu-bg.png');
	background-position:center -1px;
	color:#b8e882;
}

#menu ul li a.last {
	border-right:2px solid #3b3c3f;
}

#menu ul li a div.maps {
	background-image:url('../img/bt-maps.png');
	background-position:center -86px;
	background-repeat:no-repeat;
	height:71px;
	margin-bottom:6px;
}

#menu ul li a.active div.maps {
	background-position:center -3px;
}

#menu ul li a div.reg {
	background-image:url('../img/bt-reg.png');
	background-position:center -103px;
	background-repeat:no-repeat;
	height:71px;
	margin-bottom:6px;
}

#menu ul li a.active div.reg {
	background-position:center -2px;
}

#menu ul li a div.config {
	background-image:url('../img/bt-config.png');
	background-position:center -107px;
	background-repeat:no-repeat;
	height:71px;
	margin-bottom:6px;
}

#menu ul li a.active div.config {
	background-position:center -3px;
}

#main {
	margin:0 auto;
	padding:20px 0 0 0;
//	width:900px;
	min-height:350px;
	position:relative;
}

#contentm {
	margin:0 auto;
	width:100%;
	min-width:260px;
//	max-width:600px;
}
#contentm h1 {
	color:#111;
	font-size:16px;
	margin:0 0 20px 0;
	text-align:center;
}

#content {
	margin:0 auto;
	width:50%;
	min-width:260px;
	max-width:600px;
}

#content h1 {
	color:#111;
//	font-family:Trebuchet MS, Myriad Pro;
	font-size:16px;
//	font-weight:lighter;
	margin:0 0 20px 0;
	text-align:center;
}

#content p.main {
	color:#c8c8ca;
//	font-family:Trebuchet MS, Myriad Pro;
//	font-size:20px;
	font-weight:lighter;
	text-align:center;
	margin-top:120px;
	width:700px;
}

#content p.config {
	color:#c8c8ca;
	font-family:Trebuchet MS, Myriad Pro;
	font-size:20px;
	font-weight:lighter;
	text-align:left;
	margin-top:120px;
	width:700px;
}

#content p.main a {
	color:#99bb76;
	text-decoration:underline;
}

.contacts {
//	bottom:30px;
	color:#111;
	height:40px;
	margin-top:16px;
//	font-family:Trebuchet MS, Myriad Pro;
	font-size:12px;
//	position:absolute;
	text-align:center;
//	width:900px;
}

.contacts strong {
//	display:block;
//	font-family:Myriad Pro;
//	font-size:30px;
}

#content form {
	text-align:center;
}

#content div.form {
	background-image:url('../img/form.png');
	height:88px;
	margin:30px auto 0 auto;
	padding-top:7px;
	width:405px;
}

#content input.inp {
	background-color:#1a1b1f;
	border:0;
	color:#929292;
	display:block;
	font-family:Trebuchet MS, Myriad Pro;
	font-size:18px;
	padding:7px 10px;
	width:370px;
	outline:none;
}

#content input.inp.top {
	margin:0 0 0 10px;
}

#content input.inp.bottom {
	margin:10px 0 0 10px;
}

#content input.inp:focus {
	color:#fff;
	font-weight:bold;
}

#content input.inp.top {
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	border-bottom:0;
}

#content input.inp.bottom {
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}

.button {
	margin:20px 0 0 1px;
}

#content p {
//	color:#e7f0ef;
//	font-family:Trebuchet MS, Myriad Pro;
//	font-size:16px;
	line-height:24px;
	width:420px;
	margin:0 auto 20px auto;
	text-align:center;
}

#list ul {
//	border-top:2px solid #4e4e4e;
}

#list ul li.add {
	background-color:rgb(255,153,51);
	border-radius:3px;
	margin: 3px 0 0 0;
}

#list ul li.even {
	background-color:rgb(238,238,34);
	border-radius:3px;
	margin: 3px 0 0 0;
}

#list ul a {
	background-image:url('../img/arrow.png');
	background-position:97% center;
	background-repeat:no-repeat;
	color:#111;
	display:block;
	font-size:14px;
	padding:10px 10px;
	text-decoration:none;
}

#list ul img {
	margin-bottom:-5px;
	margin-right:7px;
}

.shadow {
	background-image:url('../img/shadow.png');
	height:28px;
	position:absolute;
	width:100%;
}

.map {
	text-align:center;
}

.map img {
	border:2px solid #c6c9d5;
	border-radius:2px;
	max-width:100%;
	margin:auto;
}

p.left {
	text-align:left!important;
	font-size:16px!important;
}
.btn {
color: white;
 font-weight:bold;
 background: rgb(197, 197, 197);
 text-align: center;
 margin-right: 1px;
 width: 140px;
 padding: 15px 12px;
 border-radius: 3px;
 xopacity: 0.9;
 text-align: center;
 display: initial;
 box-sizing: initial;
 float: none;
 height: auto;
 margin-bottom: 12px;
 border: 1px solid rgb(197, 197, 197);
 transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
 letter-spacing: 1px;
 text-transform: capitalize;
}
.btn:hover {
 background-color: #252525;
 border: 1px solid #252525;
}
</pre></body></html>