
html, body {
  background: url(img/body.png) center repeat-y;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

#sysframe {
  width: 750px;
  background: #fff;
  padding: 0 5px;
}

#sysheader {
	width: 750px;
  height: 160px;
  background: url(img/header.jpg) center center no-repeat;
  border-bottom: 1px dotted #4a3f84;
}

#sysheader a {
  display: block;
  width: 750px;
  height: 150px;
  text-indent: -999em;
  font-size: 0;
}

#syscontent {
  padding-bottom: 32px;
}

#sysfooter {
  height: 32px;
  margin-top: -32px;
  width: 750px;
}

#sysfootercontent {
  height: 29px;
  font-size: 0.8em;
  color: #777;
  border-top: 1px dotted #aaa;
} 

#sysfootercontent a {
  color: #426a9e;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  height: 1.5em;
}

#sysfootercontent a:hover {
  border-bottom: 1px solid #ffa500;
}

#sysfootercontent div.floatleft,
#sysfootercontent div.floatright {
  width: 350px;
}

ul#langbar {
	margin: 0 0 20px !important;
}

ul#langbar a {
	padding-left: 30px !important;
	border-left: none !important;
	width: 120px !important;
}

ul#langbar a.en {
	background: url(img/icon.gb.png) 3px center no-repeat; 
}

ul#langbar a.ru {
	background: url(img/icon.ru.png) 3px center no-repeat; 
}

ul#langbar a.en:hover {
  color: #fff;
	background: #395e8f url(img/icon.gb.png) 3px center no-repeat; 
}

ul#langbar a.ru:hover {
  color: #fff;
	background: #395e8f url(img/icon.ru.png) 3px center no-repeat; 
}

#nav {
  font-size: 0.8em;
  width: 150px;
  margin: 23px 20px 0 0;
  float: left;
  overflow: hidden;
  margin-bottom: 50px;
}

#nav h1 {
  background: #000;
  color: #fff;
  font-size: 1.0em;
  padding: 5px;
  margin: 0 0 15px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  display: block;
  width: 138px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 10px;
  text-decoration: none;
  font-weight: bold;
  border-left: 2px solid #395e8f;
}

#nav ul li a:hover,
#nav ul li a.selected {
  color: #fff;
  background: #395e8f;
}

#nav ul li li a {
  display: block;
  width: 128px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  font-weight: normal !important;
  border-left: 2px solid #395e8f;
	color: #555 !important;
	font-size: 0.9em;
	background: url(img/bullet.png) 11px center no-repeat;
}

#nav ul li li a:hover,
#nav ul li li a.selected {
  color: #fff !important;
  background: #395e8f url(img/bullet.over.png) 11px center no-repeat;;
}


#content {
  float: left;
  width: 580px;
  margin: 20px 0 0 0;
  overflow: hidden;
  margin-bottom: 50px;
}

#content h1 {
  font-size: 1.8em;
  color: #2b476c;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
}

#content h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #e26e31;
  margin: 25px 0 10px 0;
	clear: both;
}

#content table {
  font-size: 0.8em;
  border: 1px solid #b0c4de;
  width: 100%;
}

#content table tr th {
  color: #000;
  background: #b0c4de;
  padding: 1px 3px;
  text-align: center;
  border-bottom: 1px solid #3a5e8c;
}
  
#content table tr th.no {
  width: 30px;
}

#content table tr th.type {
  width: 70px;
}

#content table tr th.area {
  width: 40px;
}

#content table tr th.common {
  width:50px;
}

#content table tr th.totalarea {
  width:50px;
}

#content table tr th.priceperm2 {
  width: 35px;
}

#content table tr th.price {
  width: 60px;
}

#content table tr th.view {
  width: 80px;
}


#content table tr th.status {
  width: 100px;
}

#content table tr td {
  text-align: center;
  padding: 2px 3px;
}

#content table tr td a {
  color: #385b87;
  text-decoration: none;
  font-weight: bold;
}

#content table tr.even {
  background: #f0f0f0;
}

#content table tr.odd {
  background: #e0e0e0;
}

#content table tr.over {
  background: #fff8dc;
}

#content table tr.gray td {
  color: #888;
  text-decoration: line-through;
}

#content table tr td.status0 {
  background: #9fffa0;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#content table tr td.status1 {
  color: #d70000;
  font-weight: bold;
  text-decoration: none;
}

#content table tr td.status2 {
  background: #ffdead;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.underconstruction {
  background: url(img/underdevelopment.png) center center no-repeat;
  width: 580px;
  height: 100px;
}

p.signin {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  color: #888;
}

p.signin a {
  color: #3c5e8a;
  text-decoration: none;
}

#content form {
  border: 1px solid #eebf00;
  padding: 10px 20px;
  margin-top: 10px;
  background: #fff8dc;
}

#content form div {
  clear: both;
  overflow: hidden;
  margin: 2px;
}

#content form label {
  line-height: 20px;
  font-size: 0.9em;
  margin-right: 5px;
  width: 100px;
  text-align: right;
  display: block;
  float: left;
}

#content form select {
  font-size: 0.8em;
  margin-right: 5px;
  width: 120px;
}

#content form input {
  padding: 1px;
  font-size: 0.8em;
  width: 114px;
}

#content form input.button {
  padding: 1px;
  font-size: 0.9em;
  margin-right: 5px;
  margin-top: 10px;
}

#content form div.id {
  font-size: 1em;
  padding-left: 105px;
  margin-bottom: 20px;
  color: #800000;
}

* html #content form div.id {
  padding-left: 110px;  
}

#flashcontent {
  text-align: left;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
}

address {
	margin: 10px 0;
	width: 250px;
	font-style: normal;
}

address strong {
	line-height: 2em;
	text-decoration: underline;
}

div a {
  color: #426a9e;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  height: 1.5em;
}

div a:hover {
  color: #426a9e;
}

#feedbackform {
   width: 538px !important;
   text-align: left;
   margin: 0 0 10px 0;
   padding: 10px;
}

#feedbackform input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt !important;
   width: 200px !important;
   float: left;
   margin: 2px 20px 0 0;
   padding: 2px !important;
   clear: right;
}

#feedbackform label {
   width: 100px;
   display: block;
   text-align: right;
   padding: 2px 5px 0 0;
   float: left;
   line-height: 1.2em !important;
   color: #444;
   margin-top: 2px !important;
}

#feedbackform textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt !important;
   width: 300px !important;
   height: 60px;
   float: left;
   margin: 2px 0 0 0;
   padding: 2px;
   background: #fff;
   clear: right;
}

#feedbackform .feedbacksubmit {
   width: 100px !important;
   margin: 2px 0 0 110px !important;
   clear: left;
   cursor: pointer;
}

.image {
	margin-left: 25px;
}

.image a {
	padding: 2px;
	border: 1px solid #ccc;
	width: 160px;
	height: 120px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.image a:hover {
	border: 1px solid #426a9e;
}

.image a img {
	border: none;
}

p {
	line-height: 1.6em;
	margin: 10px 0;
}

#content ul {
	list-style: square;
}

#content ul li {
	font-weight: bold;
	margin: 5px 0;
}

#content ul ul {
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul p,
#content ul ul li {
	font-weight: normal !important;
}

#intro {
	margin: 0 0 20px;
	overflow: hidden;
	height: 220px;
}

#intro a {
	display: block;
	padding: 10px;
	width: 250px;
	height: 187px;
	border: 1px solid #ccc;
	float: left;
	margin: 5px;
}

#intro a:hover {
	background: url(img/photobg.png);
	border: 1px solid #426a9e;
}

#intro a img {
	border: none;
}
