body{
	padding:0;
	font:70% Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	color:#1e1e1e;
	background:#f7f7ef url(/i/top_bg.jpg) repeat-x left top;
}
body.inn{
	background:#f7f7ef url(/i/top_bg2.jpg) repeat-x left top;
}
html, body{
	height:100%;
}
h1{
	font:210% Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 0.8em 0;
	padding:0;
	color:#262624;
}
h2{
	font:bold 125% Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 0.75em 0;
	padding:0.5em 0 0 0;
	color:#2e2e2c;
}
h3{
	font:bold 110% Arial, Helvetica, sans-serif;
	margin:0 0 0.9em 0;
	padding:0;
	color:#2e2e2c;
}
h4{
	font:bold 100% Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
	padding:0;
	color:#2e2e2c;
}
h5{
	font:100% Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
	padding:0;
	color:#2e2e2c;
}
p{
	margin:0 0 1em 0;
	line-height:16px;
}
table{
	font-size: 100%;
}
td{
	vertical-align:top;
	padding: 0;
}
img{
	border: 0;
}
form{
	margin: 0;
}
input, select, textarea{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color:#000;
	padding:0 5px 0 5px;
	border:1px solid #629ac1;
}
input.button{
	color:#000;
	border:0;
	background-color:#c7c7c7;
	padding-top:1px;
	padding-bottom:2px;
	cursor:pointer;
}
input.checkbox{
	border: none;
	vertical-align: middle;
	margin: 0 0.25em;
}
.err {
  border: 1px solid red !important;
}
.error {
  color: red;
  font-weight: bold;
}
a{
	color:#0059a2;
	text-decoration:underline;
}
a:hover/*, a:visited*/{
	color:#0059a2;
	text-decoration:none;
}
ul{
	margin:0 0 1.8em 0;
	padding:0 0 0 0;
	list-style:outside;
	list-style-type:none;
}
ol{
	margin:0 0 1.8em 0;
	padding:0 0 0 0;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	list-style-type: none;
	list-style-image:none;
}
ul li {
	margin-bottom:0.45em;
	padding-left:0.9em;
	background:url(/i/dot.gif) no-repeat left 7px;
}
/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 115%; }
.small   { font-size: 85%; }

.fl{
	float:left;
}
.cl{
	clear:both;
	font-size:1px;
	height:1px;
}
.fr{
	float:right;
}
.z10{
	position:relative;
	z-index:10;
}
.mb15 {
  margin-bottom: 15px;
}
/* user_content classes */
.user_content table{
    margin:0 0 15px 0;
	border-top:1px solid #e1dbbf;
	border-left:1px solid #e1dbbf;
}
.user_content table td{
	padding:0;
	background:#fbfaf7;
	padding:9px 5px 8px 12px;
	border-bottom:1px solid #e1dbbf;
	border-right:1px solid #e1dbbf;
}
.user_content table th{
    text-align:left;
	color:#1c897e;
	background:#f3f1e8;
	padding:8px 5px 9px 12px;
	border-bottom:1px solid #e1dbbf;
	border-right:1px solid #e1dbbf;
}
.user_content p{
	margin:0 0 0.9em 0;
}
.img_left{
	margin:0.4em 1.65em 0.9em 0;
    float:left;
}
.img_right{
	margin:0.4em 0 0.9em 1.65em;
    float:right;
}
/* specific classes */
.wrapper{
	width:950px;
	margin:0 auto 0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding:0 20px 0 20px;
  position: relative;
}
.head{
	margin-bottom:89px;
}
.head.inner{
	margin-bottom:58px;
}
/*.head .slogan{
	display:block;
	float:left;
	margin-top:35px;
}
.head .menu{
	float:right;
	margin-top:59px;
}*/

.head table {
  width: 100%;
}

.head td {
  height: 86px;
  vertical-align: bottom;
  padding-left: 1px;
}
.head .menu {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

.head .menu a{
	color:#ffe5bd;
	font-size:125%;
	background:url(/i/arrow.gif) no-repeat left 7px;
	text-decoration:none;
	padding-left:8px;
	margin-left:30px;
}
.head .menu a:hover{
	color:#fff;
}
.head .menu a.act{
	color:#fff;
}
.block1{
	margin-bottom:67px;
}
.block1.inner2{
	margin-bottom:43px;
}
.pic{
	background:#cecdc9;
}
.block1 tr.title td{
	text-align:center;
	padding-top:11px;
}
.block1 .title a{
	color:#ffe5bd;
	font-size:160%;
	text-decoration:none;
}
.block1 .title a:hover{
	color:#fff;
}
.block1 tr.title2 td{
	text-align:center;
	padding-top:7px;
}
.block1 .title2 a{
	color:#ffe5bd;
	font-size:110%;
	text-decoration:none;
}
.block1 .title2 a:hover{
	color:#fff;
}
.content{
  padding-left:5px;
	padding-bottom:150px;
}
.content.main a{
	color:#ffb33a;
}
.content.main a:hover{
	color:#ffb33a;
}
.content .cont{
	padding-top:1.7em;
}
.content .phone_t{
	background:#ffbb40 url(/i/phone_t.jpg) no-repeat left top;
}
.content .phone{
	background:url(/i/phone_b.jpg) no-repeat left bottom;
	font-size:210%;
	padding:0.8em 0 25px 33px;
}
.content .phone div{
	font:155% Georgia, "Times New Roman", Times, serif;
	margin-top:44px;
}
.content .phone div div{
	margin-bottom:0.06m;
	font-size:100%;
}
.content .phone div span{
	font-size:50%;
}
.content .map{
	margin:0.3em 0 1.6em 0;
}
.content .forma input{
	border:1px solid #aba9a0;
	padding:1px 5px 1px 5px;
	font-size:110%;
	margin:0.4em 0 0.8em 0;
}
.content .forma input.w408{
	width:408px;
}
.content .forma input.w187{
	width:187px;
}
.content .forma input.w167{
	width:167px;
}
.content .forma textarea{
	border:1px solid #aba9a0;
	padding:1px 5px 1px 5px;
	font-size:110%;
	margin:0.4em 0 1.6em 0;
	width:408px;
	height:140px;
}
.content .prov{
	background:url(/i/arrow_bg.gif) no-repeat left top;
	width:150px;
	height:80px;
	padding:1.85em 46px 0 0;
	text-align:right;
}
.content .prov span{
	color:#4b4f97;
	font-size:160%;
	line-height:16px;
}
.content .prov a{
	display:block;
	margin-top:0.7em;
}
.content_header {
  padding-top: 0.8em;
}

.bottom_pos{
	background:url(/i/footer_bg.gif) repeat-x left top;
	margin-top:-111px;
	height:111px;
	position:relative;
	min-width:990px;
}
.footer{
	width:950px;
	margin:0 auto 0 auto;
	padding:3em 20px 0 20px;
}
.footer .magic a{
	color:#444442;
	text-decoration:none;
	font-weight:bold;
	line-height:normal;
}
.footer .magic a span{
	font-weight:normal;
	font-size:90%;
	display:block;
}
.footer .magic a img{
	float:left;
	margin-right:3px;
}
.footer .copy{
	color:#2d2d2d;
  /*padding-top:1.3em;*/
  padding-top:0;
}
.footer .banner{
	padding-top:0;
}
.footer .counters{
  text-align: right;
}
/*
 * Captcha
 */
.tcaptcha {
  border: 1px solid #ABA9A0;
  padding: 0;
}
/*
 * List objects
 */
.list_objects {
  position: relative;
  overflow: hidden;
  width: 950px;
  height: 260px;
  white-space: nowrap;
}
.list_objects ul {
  margin: 0;
  padding: 0;
  width: 900px;
  position: relative;
}
.list_objects li {
  list-style: none;
  margin: 0 55px 0 0;
  padding: 0;
  width: 280px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 260px;
}
.list_objects div.title {
  text-align: center;
  margin: 0.2em 0 0 0;
}
.list_objects .picture {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 268px;
  height: 210px;
}

.inner2 .list_objects {
  position: relative;
  overflow: hidden;
  width: 950px;
  height: 139px;
  white-space: nowrap;
}
.inner2 .list_objects ul {
  margin: 0;
  padding: 0;
  width: 900px;
  position: relative;
}
.inner2 .list_objects li {
  list-style: none;
  margin: 0 55px 0 0;
  padding: 0;
  width: 146px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 139px;
}
.inner2 .list_objects p.title2 {
  text-align: center;
  margin: 6px 0 0 0;
}
.inner2 .list_objects .picture {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 134px;
  height: 105px;
}

.prev_button, .next_button
{
  position:absolute;
  display: block;
  z-index: 10000;
  width: 28px;
  height: 28px;  
}
.prev_button
{
  top: 275px;
  left: -35px;
}
.next_button
{
  top: 275px;
  left: 997px;  
}
.inner_buttons {
  position: relative;
}
.inner_buttons .prev_button
{
  top: 44px;
  left: -55px;
}
.inner_buttons .next_button
{
  top: 44px;
  left: 975px;  
}
.prev_button a {
  background: url(/i/arrow_l2.gif) no-repeat;
  display: block;
  width: 28px;
  height: 28px;  
}
.prev_button a.active {
  background: url(/i/arrow_l.gif) no-repeat;
}
.next_button a {
  background: url(/i/arrow_r2.gif) no-repeat;
  display: block;
  width: 28px;
  height: 28px;  
}
.next_button a.active {
  background: url(/i/arrow_r.gif) no-repeat;
}

/*
 * List pictures
 */
.list_pictures {
  position: relative;
  overflow: hidden;
  width: 535px;
  height: 127px;
  white-space: nowrap;
}
.list_pictures ul {
  margin: 0;
  padding: 0;
  width: 900px;
  position: relative;
}
.list_pictures li {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  width: 165px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 127px;
}
.list_pictures .picture {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 153px;
  height: 115px;
}
.pictures .arrow {
  padding-top: 50px;
}
.arrow .prev_button, .arrow .next_button {
  position: static;
}
.pictures .prev_button a {
  background: url(/i/picture_arrow_l2.gif) no-repeat;
  display: block;
  width: 28px;
  height: 28px;  
}
.pictures .prev_button a.active {
  background: url(/i/picture_arrow_l.gif) no-repeat;
}
.pictures .next_button a {
  background: url(/i/picture_arrow_r2.gif) no-repeat;
  display: block;
  width: 28px;
  height: 28px;  
}
.pictures .next_button a.active {
  background: url(/i/picture_arrow_r.gif) no-repeat;
}

/*
 * Captcha
 */
.captcha td.blank {
  border-right: 2px solid #ABA9A0;
  padding: 0;
}
.captcha td.blank, .captcha td.blank img {
  height: 20px;
}
.captcha .center {
  border-bottom: 2px solid #ABA9A0;
  border-top: 2px solid #ABA9A0;
  border-left: 2px solid #ABA9A0;
  padding: 4px;
  vertical-align: middle;
  text-align: left;
  height: 46px;
}
.captcha .letter {
  font-weight: bold;
  font-size: 150%;
}
.captcha .center .refresh {
  font-size: 90%;
}
.captcha .instruction p {
  font-size: 90%;
  white-space: nowrap;
  line-height: 90%;
}
.captcha .center .instruction {
  height: 46px;
}
.captcha .center .instruction p {
  margin-bottom: 6px;
}