body {
	background-color: #f1fcfe;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a img {
/*	border: none;*/
}

a, a:visited {
	color: #0777c7;
}

/* wrapper for center-aligned fixed-width content */
.outer_wrapper {
	margin: 0 auto;
/*width: 994px;*/
	width: 100%;
        min-width: 900px;
}


.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#hdr {
  font-size: 175%;
  color: #000055;
}

/* HEADER */
#read_rss {
	background-color: #e1fafe;
	color: #494949;
	font-size: 1.1em;
	line-height: 16px;
	margin: 0;
	padding: 6px 15px;
	text-align: right;
}
#read_rss img {
  margin: 0 2px 0 3px;
  vertical-align: middle;
}

#header {
	background: url(../i/header_bg.gif) repeat-x 0% 50%;
	height: 60px;
	position: relative;
	align: center;
	padding: 5px 25px;
	z-index: 50;
	min-width: 900px;
}
#logo {
	float: left;
	height: 144px;
	margin: 0 25px;
	position: relative;
	top: -15px;
	width: 154px;
}
#header h1 {
	color: #494949;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 14px 0 3px;
	text-transform: uppercase;
}
#header h6 {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	margin: 6px 0;
	padding: 0;
}

/* search form at the header */
#search_form {
	background: url(../i/search_bg.gif) repeat-x 0 0;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 45px;
	width: 230px;
}
#search_form  form {
	margin: 0;
	padding: 22px 0 0 16px;
}
#search_form .text_input {
	border: 1px solid #0f7bc9;
	float: left;
	font-size: 13px;
	height: 17px;
	padding: 0 4px;
	width: 130px;
}
#search_form .search_button {
	margin: 0;
}

/* navigation bar */
#nav_bar {
	background-color: #037bcb;
/*	height: 38px;*/
	min-width: 994px;
	z-index: 99;

}
#nav_bar ul {
	font-size: 1.3em;
	margin: 0;
	padding: 8px 0 0 45px;
	height: 3em;
}

#nav_bar ul li {
	background: url(../i/nav_li_border.gif) no-repeat 0 4px;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	padding: 0 15px;
}

#nav_bar ul .first {
	background-image: none;
}
#nav_bar a, #nav_bar a:visited {
	color: #fff;
	text-decoration: none;
}
#nav_bar span {
	display: -moz-inline-box;
	display: inline-block;
	height: 30px;
	padding-left: 15px;
}
#nav_bar span span {
	height: 28px;
	padding: 2px 15px 0 0;
}
#nav_bar .active span {
	background: url(../i/nav_li.gif) no-repeat 0 0;
}
#nav_bar .active span span {
	background: url(../i/nav_li.gif) no-repeat 100% 0;
	height: 23px;
	padding-top: 7px;
}
#nav_bar .active a, #nav_bar .active a:visited {
	color: #037bcb;
	font-weight: bold;
}

/* CONTENT */
#content {
	padding-top: 19px;
}
/* three columns layout */
#container {
	padding: 0 228px 0 217px;
}
#center, #left, #right {
	float: left;
	position: relative;
}
#center {
	width: 100%;
}
#left {
	margin-left: -100%;
	right: 217px;
	width: 211px;
}
#right {
	left: 6px;
	margin-right: -228px;
	width: 222px;
}

/* rounded blocks */
.round_block {
	border: 1px solid #d7e1e3;
	font-size: 1.1em;
	margin-bottom: 6px;
	position: relative;
	zoom:1;
}
.round_text_wrapper {
	padding: 15px 20px; 
	font-family: "Arial Unicode MS", Verdana, Times, serif;
	font-size: 12px;
}

.round_text_wrapper p {
	font-family:"Verdana", Times, serif;
	font-size: 12px;
}

.corner_tl, .corner_tr, .corner_bl, .corner_br {
	height: 16px;
	position: absolute;
	width: 16px;
}
.corner_tl {
	background: url(../i/corner_tl.gif) no-repeat 0 0;
	left: -1px;
	top: -1px;
}
.corner_tr {
	background: url(../i/corner_tr.gif) no-repeat 0 0;
	right: -1px;
	top: -1px;
}
.corner_bl {
	background: url(../i/corner_bl.gif) no-repeat 0 0;
	bottom: -1px;
	left: -1px;
}
.corner_br {
	background: url(../i/corner_br.gif) no-repeat 0 0;
	bottom: -1px;
	right: -1px;
}
.pink {
	background-color: #f7f0ff;
}
.white {
	background-color: #fff;
}
.blue {
	background: #f9fcff url(../i/blue_gradient.gif) repeat-x 0 0;
}

.green {
	background-color: #eefce3;
}

.red {
	background-color: #fef0e5;
}
.no_corners_block {
  font-size: 1.1em;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 10px 15px;
}
.above_footer {
  margin-bottom: -15px;
}
.above_footer .corner_br {
  background: url(../i/blue_corner_br.gif) no-repeat 0 0;
  bottom: -2px;
}
.above_footer .corner_bl {
  background: url(../i/blue_corner_bl.gif) no-repeat 0 0;
  bottom: -2px;
}

/* lists, texts */
h5 {
	color: #4b4949;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0;
	text-align: center;
}
.black_list a, .black_list a:visited {
	color: #4b4949;
}
.black_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.black_list li {
	background: url(../i/black_list_dot.gif) no-repeat 0 10px;
	line-height: 1.4em;
	margin: 0;
	padding: 4px 0 0px 13px;
}
#kuzminki_district {
	text-align: center;
}
#kuzminki_district a, #kuzminki_district  a:visited {
	color: #0777c7;
}
#kuzminki_district .black_list  {
	margin-top: 6px;
	text-align: left;
}
#kuzminki_district  h5 {
	margin-bottom: 13px;
}
#kuzminki_district  img {
	border: 1px solid #bbb8b8;
}
/*
#map img {
	display: block;
	margin: 10px 0 -5px;
}
*/
.more_link {
  margin: 10px 0 0;
  padding: 0;
	text-align: right;
}
.more_link span {
	background: url(../i/black_list_dot.gif) no-repeat 0 5px;
	padding-left: 13px;
}
h2 {
  color: #0777c7;
  font-size: 2em;
  font-weight: normal;
  margin: 12px 0 1px;
  padding: 0;
  text-transform: uppercase;
}
h3 {
  color: #6f6c6c;
  font-size: 1.5em;
  font-weight: normal;
  margin: 1px 0 10px;
  padding: 0;
}
.round_block p {
  margin: 5px 0 0;
  padding: 0;
}
.event_frame {
  background: url(../i/event_frame.gif) no-repeat 0 0;
  float: left;
  padding: 6px;
}
.event_frame img {
  display: block;
}
.event_text {
  margin-left: 240px;
  padding-top: 8px;
}
h1 {
  color: #0777c7;
  font-size: 1.5em;
  font-weight: normal;
  margin: 1px 0 10px;
  padding: 0;
}
.no_corners_block p {
  margin: 5px 0 0;
}

/* center block */
#center_block h4 {
  line-height: 20px;
}

#center_block h5 {
  font-size: 1.09em;
  font-weight: bold;
  color: #0777C7;
  text-align: left;
}

#center_block p {
	font-size: 1.1em;
}

.center_block_bottom {
  clear: both;
  padding-top: 15px;
  text-align: center;
}

/* news */
#news_block {
  float: left;
  width: 100%;
}
#news_block_wrapper {
  padding-bottom: 15px;
}
#news_block h5 {
  color:#0777C7;
  text-align: left;
  margin-bottom: 1px;
}

#news_block p {
  padding-bottom: 1.5em;
  margin-top: 0px;
}


.red_more_link {
/*  background: url(../img/red_list_dot.gif) no-repeat 0 5px;
*/  margin-left: 7px;

}

.red_more_link_span {
	padding-right: 6px;
	color: red;
}

.red_more_link a {
  text-decoration: none;
}

/* navigation links */
.nav_logic_box h6 {
  font-size: 1em;
  margin: 0;
  padding: 0 0 4px;
}
.nav_logic_box {
  margin-bottom: 20px;
}
.nav_logic_box a {
  text-decoration: underline;
}

.clearer {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* vote form */

.vote_form {
  margin: 5px 0 0;
  padding: 0;
}
.vote_form p {
  line-height: 1.6em;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.vote_form p input {
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.vote_form  div {
  margin-top: 5px;
  text-align: center;
}

#vote_button {
	border: none;
	height: auto;
	margin: 0 5px 0 0;
}

.clearer {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* FOOTER */
#footer {
	background-color: #037bcb;
	clear: both;
	color: #fff;
  font-size: 1.1em;
  text-align: center;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  border-left: 1px solid #fff;
  display: inline;
  margin: 0;
  padding: 0 15px;
}
#footer li.first {
  border: none;
  padding-left: 0;
}
#footer a, #footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer p {
  margin: 0;
  padding: 10px;
}

.wrapper_1 {
  float: left;
  width: 100%;
}
.content_1 {
  margin-right: 0px;text-align: left;
}

.right_1 {
  /*
  float: left;
  margin-left: -228px;
  width: 228px;text-align: left;
  */
  float:right;
  width: 210px;
}
.left_1 {
  float: left;
  width: 210px;
}
.center_1 {
 margin-left: 216px;
}

.center_1 ul{
 margin-left: 26px;
}

.stripeMe input[type=text] {
  font-family:TrebuchetMS;
  font-size:10pt;
  font-weight:bold;
  width: 250px;
}

table.stripeMe {
  border-collapse: collapse;
  width: 95%;
  margin: 5px;
  font-size: 1.1em;
  margin-top: 1em;
}

.stripeMe th {
	background: #3e83c9;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 11px;
	margin-left: 4px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

.stripeMe td {
	padding: 6px 0px;
	margin-left: 4px;
	border-bottom: 1px solid #95bce2;
	border-right: 1px solid #95bce2;
	vertical-align: top;
}

.stripeMe td * {
	padding: 6px 0px;
	margin-left: 4px;
}

.stripeMe tr.alt td {
	background: #ecf6fc;
}

.stripeMe tr.over td {
	background: #bcd4ec;
}


#content  {
  text-align: center;
}

.backSide {
  background-image: url('/https/arbicon.ru/download/images/Untitled-8.gif'); 
  background-repeat: repeat-x; 
  background-attachment: scroll; 
  background-position: 0% 50%
}

p.smaller {
  font-size: 75%;
}

table.proj_nav {
  border-collapse: separate;
  border-spacing: 5px;
}

td.proj_nav {
  font-size: 120%;
  font-weight: bold;
  padding: 0.7em;
  white-space: nowrap;
}

div.latest_news {
  padding-top: 15px;
}

div.news {
  border: #999 1px solid;
  background-color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 0.3em;
}

span.newsdate {
  padding-right: 1em;
}

a.newslink {
}

img.portrait {
  padding-right: 1em;
}

a.sortheader, a.sortheader:visited {
  color: #ffffff;
  font-weight: bold;
}

div.map {
  width: 100%;
  height: 320px;
}

th {
  font-size: 100%;
}

td {
  font-size: 100%;
}

div.filter {
  margin-top: 1em;
}

#l1 {
  margin-left: 2.5em;
}
