/*
26th june 2009
R Rafikov 
http://cssr.ru/
*/

* {
  margin:0;
  padding:0
}
body {
  font-size:62.5%;
  color:#000;
  font-family:arial, tahoma, sans-serif;
  background: #f6f6f6 url(../images/bg_body.gif) repeat-y center top;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #be0000;
  text-decoration:underline
}
a img {
  border:0
}
table {
  border-collapse:collapse; 
  border-spacing:0; 
}
.content {
  margin: 0px auto;
  width: 899px;
  border-right: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-top-style: none;
  border-bottom-style: none;
  position: relative;
}


/********** HEADER *********/

.content .header {
  height: 337px;
  background: url(../images/bg_head.jpg) no-repeat;
}

.header .name {
  float: left;
  height: 335px;
  width: 374px;
}

.header .consult {
  float: right;
  width: 466px;
  padding-top: 83px;
  font-family: tahoma, sans-serif;
  font-size: 21px;
  color: #efefef;
}
.header .consult a {
  font-size: 16px;
  color: #d5cca4!important;
  padding-top: 6px;
  display: block;
}

.content .contacts {
  position: absolute;
  left: 536px;
  top: 256px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #797877;
}

.content .contacts div {
  padding-bottom: 6px;
}

.content .contacts span,
.content .contacts a {
  color: #505b6e!important;
}


/********** COLUMN 1 *********/

.col_1 {
  float: left;
  width: 588px;
  padding: 40px 15px 20px 35px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
}

.col_1 ul {
	margin: 0px 0px 20px 20px;
}
.col_1 li {
	list-style: circle;
	margin: 0px 0px 0px 20px;
}

.col_1 h1, .col_1 h2 {
  font-family: Verdana, sans-serif;
  letter-spacing: -1px;
  font-size: 24px;
  color: #be0000;
  font-weight: normal;
  margin-bottom: 18px;
}

.col_1 h2 a, .col_1 h2 a:hover {
  color: #be0000;
  text-decoration: none;
}

.col_1 p {
  padding-bottom: 20px;
}

.col_1 .postmetadata {
	font-size: 10px;
}


/********** COLUMN 2 *********/

.col_2 {
  float: right;
  width: 261px;
  padding-top: 20px;
}

.col_2 h2 {
  height: 23px;
  width: 216px;
  margin-left: 18px;
  padding-left: 10px;
  background: url(../images/bg_top_menu.jpg) no-repeat;
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  color: #d3caa5;
  padding-top: 14px;
  font-size: 14px;
}

.col_2 .menu_shad {
  background: url(../images/menu_shad.gif) no-repeat right top;
  height: 21px;
  width: 244px;
  margin-bottom: 10px;
}


.col_2 ul {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #51514e;
  font-variant: small-caps;
  background: url(../images/bg_menu.gif) repeat-y;
  padding-top: 8px;
  padding-bottom: 11px;
}

.col_2 ul li {
	list-style: none;
  padding: 5px 0 5px 28px;
  margin:3px 0 0 0;
  width:216px
}

.col_2 ul li.select {
  background: #e6e6e6 url(../images/bg_menu_select.gif) no-repeat left center;
  color: #000;
  border-bottom:1px solid #e0ded5
}

.col_2 ul a {
  color: #51514e!important;
}


.content .info {
  background:#fff url(../images/bg_col2.gif) repeat-y right top;
  overflow: hidden;
}


/********** FOOTER *********/

.footer {
  background: #e6e6e6 url(../images/logo_mka.gif) no-repeat right 26px;
  height: 155px;
  border-top: 1px solid #bdbdbd;
  border-right-color: #bdbdbd;
  border-bottom-color: #bdbdbd;
  border-left-color: #bdbdbd;
}

.footer .copy {
  padding-top: 26px;
  padding-left: 35px;
  width: 285px;
  font-family: tahoma, sans-serif;
  font-size: 11px;
  color: #6e6e6e;
}

.footer .copy a { 
	color: #6e6e6e;
}

.copy div {
  padding-bottom: 11px;
}

