* {
  margin: 0;
  padding: 0;
  font: 12px "Verdana", serif;
}

ul,ol {
  list-style: none;
}

a {
  outline: none !important;
  color: #ff9900;
}

a img {
  border: none;
}

html, body {
  height: 100%;
  font-size: 62.5%;
  background-color: #dfe9c0;
}
strong {font-weight: bold;}

/* clearfix */
.clearfix { zoom: 1 }
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 
 
html[xmlns] .clearfix { 
	display: block; 
} 
 
* html .clearfix { 
	height: 1%; 
}
/* end clearfix */


#main_wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background: url(/skin/images/html_gradient.gif) repeat-x left top;
}

.center_column {
  width: 950px;
  margin: 0 auto;
}

#header {
  background: url(/skin/images/dalnoboi.gif) no-repeat 286px 0px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  margin-bottom: 20px;  
}

#logo {
  position: relative;
  bottom: -20px;
}

#phones {
  float: right;
  width: 230px;
  height: 128px;
  background: url(/skin/images/phones_plashka.gif) no-repeat left top;
  color: #fff;
  padding-top: 30px;
}

#phones .phone {
  font-size: 24px;
  text-align: center;  
    font: 18px "Verdana", serif;
}

#phones .links {
  width: 78px;
  padding-left: 15px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}

#phones .links a {
  float: left;
  height: 10px;
  width: 11px;
  background-image: url(/skin/images/mini_nav.gif);
  background-repeat: no-repeat;
  margin-right: 15px;
}

#phones .links .home {
  background-position: left top;
}

#phones .links .map {
  background-position: -11px top;
}

#phones .links .link {
  background-position: -22px top;
}

#left {
  float: left;
  width: 250px;
}

#navigation {
  margin-bottom: 30px; 
}

#navigation li {
  margin-bottom: 25px;
}

#navigation li a {
  color: #0d84c8;
  font: 1.4em "Times New Roman", serif;
}

#news .new_block {
  margin-bottom: 15px;
}

#news .date {
  color: #682a00;
}

#news .read_more {
  color: #2b95ce;
  font-style: italic;
  text-decoration: underline;
  line-height: 1.5;
}

#news p {
  color: #4c4c4c;
}

#news h6 a {
  color: #0099ef;
  font-size: 110%;
}

#articles {
    margin-top: 20px;
}

#articles .new_block {
  margin-bottom: 15px;
}

#articles .date {
  color: #682a00;
}

#articles .read_more {
  color: #2b95ce;
  font-style: italic;
  text-decoration: underline;
  line-height: 1.5;
}

#articles p {
  color: #4c4c4c;
}

#articles h6 a {
  color: #0099ef;
  font-size: 110%;
}

#right {
  margin-left: 286px;
}

h2 {
  color: #ff8b30;
  font: 1.6em Arial, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

h3 {
  color: #682a00;
  font: 1.2em Arial, sans-serif;
  line-height: 1;
  margin: 15px 0;
}

#right p {
  margin: 15px 0;
  color: #333;
}


#footer {
  height: 100px;
  position: relative;
  border-top: 1px solid #808080;
  margin-top: -102px;  
}

#footer p {
  line-height: 100px;
}
