* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
img {
  border: 0px;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 980px;
  margin: 0 auto;
}
a {
  color: #FF5400;
  text-decoration: underline;
}
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

h4 a, h5 a {
  text-decoration: none !important;
}

#header {
  background-image: url(/img/header_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 350px;
  width: 980px;
}
#menu {
  list-style-type: none;
  margin: 168px 0 0 165px;
  height: 182px;
  background-image: url(/img/menu_bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  display: block !important;
  float: left;
  display: inline;
}
#menu li {
  display: block; float: left;
  width: 131px;
  height: 127px;
}
#menu li a {
  display: block; float: left;
  width: 127px;
  height: 127px;
  background-image: url(/img/menu.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
}
#menu li.current a {
  margin-top: 41px;
  height: 86px;
  background-image: url(/img/menu_s.jpg);
}
#menu li a img {
  margin-top: 36px;
}
#menu li.current a img {
  margin-top: 15px;
}

#content{
  width: 651px;
  margin: 0 0 0 165px;
  padding: 0 0 35px 0;
  display: inline;
  overflow: hidden;
  float: left;
  font-size: 17px;
  color: #000000
}
#content p {
  padding: 0;
  margin: 0 0 1em 0;
}
#content ul {
  list-style-type: square;
  padding: 0;
  margin: 0 0 1em 2em;
}
#content ul li {
  margin: 0 0 0.3em 0;
}
#content .block h4 {
  color: #FF5400;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px 0
}
#content .block p{
font-size:14px;
line-height:20px;
}
.more{
display:block;
color:#FF5400;
font-size:14px;
text-decoration:underline;
margin:10px 0 0 0
}
.more:visited{text-decoration:underline}
.more:hover{text-decoration:none}

div.blocks {
  overflow: hidden;
  width: 100%;
}
div.blocks div.block {
  padding: 30px 0 0 0;
  width: 490px;
  float: left;
}
div.blocks div.left {
  width: 130px;
  margin: 0 30px 0 0;
}

.news { padding: 25px 0 0 0; margin: 37px 0 0 0; border-top: 1px solid #D9D9D9; }
.news div.hr { clear: both; border-top: 1px dashed #ccc; }
.news h1.title, .news div.title { margin: 0; }
.news .item{
  width:295px;
  float:left;
  font-size:14px;
  padding:0 0 25px 0
}
.news .left{
  padding:0px 30px 25px 0;
  margin: 0 30px 0 0;
  border-right: 1px dashed #d9d9d9;
}
.news .row-1 { margin-top: 14px; }
.news .row-2 { padding-top: 20px; }
.news .item div.img{
  float:left;
  border: 1px dotted #c7c7c7;
  padding: 5px;
  margin: 3px 20px 10px 0;
}
.news .item h5 {
  color:#FF5400;
  font-size:16px;
  font-weight:bold;
  padding:0 0 18px 0;
}

h1.title, div.title {
  width: 600px;
  height: 55px;
  padding: 7px 0 0 2px;
  margin: 40px 0 7px 0;
  position: relative;
  font-size: 26px;
  line-height: 55px;
}
h1.title.first {
  margin-top: 0;
}
h1.title span, div.title span {
  width: 600px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 2px 7px;
}

#footer {
  background-color: #F4F4F4;
  border-top: 1px solid #E8E8E8;
  height: 62px;
  width: 980px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
#footer p {
  padding:16px 0 0 35px;
  height: 31px;
  line-height: 31px;
  float: left;
}
#footer p.counter {
  width: 90px;
  float: left;
  padding:16px 0 0 40px;
}
.right{
margin:0 25px 0 0
}

div.error {
  margin: 1em 0 1em 0;
  color: #cc0000;
  font-weight: bold;
}
div.success {
  margin: 1em 0 1em 0;
  color: #009900;
  font-weight: bold;
}

#get ol {
  padding: 0;
  margin: 0 0 1.8em 1em;
  list-style-type: none;
  font-size: 14px;
}
#get ol li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
#get ol li.exp img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 2px 1px 0;
}
#get ol li.exp b {
  cursor: pointer;
}
#get a.details {
  color: #666;
}
#get span a {
  margin: 0 0 0 5px;
}
#get p.normal {
  font-weight: normal;
  display: none;
  line-height: 130%;
  padding: 5px 0 0 15px;
}

input.text { padding: 2px; width: 46%; font-size: 90%; }
input.submit { padding: 1px 5px 1px 5px; font-size: 90%; margin-top: 15px; }
select.text { padding: 2px; width: 47%; font-size: 90%; }
textarea.text { padding: 2px; width: 98%; font-size: 90%; height: 200px; }

table.ask {
  border-collapse: collapse;
  width: 100%;
}
table.ask td {
  vertical-align: top;
  padding-bottom: 12px;
}
table.ask td.label {
  padding-right: 10px;
  padding-top: 2px;
  width: 30%;
}

.mccs-container h2 { font-size: 1em; font-weight: normal; margin: 0 0 1em 0; }

ol.mccs-c { font-size: 14px; display: block; list-style-type: none; padding: 0 0 0 1em; margin: 0 0 1.6em 0; }
ol.mccs-c li { display: block; padding: 0 0 8px 0; margin: 0; }
ol.mccs-c li strong a { text-decoration: none; color: #000 !important; }
ol.mccs-c li strong span { display: block; float: left; margin: 3px 4px 0 0; padding: 0; width: 9px; height: 9px; font-size: 1px; background-image: url(/img/pm.gif); background-repeat: no-repeat; background-position: 0 0; }
ol.mccs-c li.mccs-c-opened strong span { display: block; background-position: 0 -9px; }
ol.mccs-c li span { display: inline; }
ol.mccs-c li span a { margin: 0 0 0 7px; white-space: nowrap; }
ol.mccs-c li.mccs-c-opened span { display: none; }
ol.mccs-c li a.mccs-c-maps { padding: 0 20px 0 0; background-image: url('/img/mp1.png'); background-position: 100% 50%; background-repeat: no-repeat; color: #444; text-decoration: none; }
ol.mccs-c li ul { display: none; list-style-type: none; padding: 0 0 0 13px !important; margin: 5px 0 !important; }
ol.mccs-c li ul li { display: block; padding: 0; margin: 0; }
ol.mccs-c li.mccs-c-opened ul { display: block; }
ol.mccs-c li ul li.mccs-c-address { margin: 0 0 3px 0; }
ol.mccs-c li ul li.mccs-c-tel { margin: 0 0 3px 0; }
ol.mccs-c li span .mccs-c-link { color: #666 !important; }

