/* reset start */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* reset end */
body {
  font-size: 11px;
  font-family: "Trebuchet MS", Arial, Verdana;
  color: #000;
}

#Out {
  margin: 25px;
}
#In {
 margin: 25px;

}
#NoWrap {
    width: 100%;
}
#Welcome {
  width: 250px;
  margin-bottom: 84px;
}
h1#Logo {
  background: url(../img/logo.png) top left no-repeat;
  width: 451px;
  height: 179px;
  margin-bottom: 100px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #000;
  padding: 3px 10px;
  margin-bottom: 7px;
}

a, a:hover {
  color: #000;
}

a:visited {
  color: #959a01;

}
table {
  margin-bottom: 25px;
}

table td{
  border-top: 1px solid #E5EC00;
  border-bottom: 1px solid #E5EC00;
  height: 29px;
  padding-left: 10px;
}
a.title {
  font-weight: bold;

}
.over {
  background: #e5ec00;
}
.out {
  background: #FFF;
}
#News {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-item {
  width: 33%;
  float: left;
  line-height: 1.3em;
}
.news-item div {
  padding-left: 10px;
  padding-right: 10px;
}
.news1, .news2 {
  width: 32%;
}
.news3 {
  width: 34%;
}
.logo-small {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5EC00;
  margin-bottom: 23px;
}
.left-menu {
  width: 182px;
  margin-right: 25px;
}
.left-menu a {
  color: #000;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
.desc p {
  
  margin: 10px 0;
}
.desc {
  padding-bottom: 15px;
}
.direction {
  padding: 8px 0;
  border-bottom: 1px solid #E5ec00;
  border-top: 1px solid #E5ec00;
}
.prev {
  padding-left: 8px;
  background: url(../img/prev.gif) 0 5px no-repeat;
  padding-right: 10px;
  border-right: 1px solid #e5ec00;
  margin-right: 9px;
}
.next {
  padding-right: 8px;
  background: url(../img/next.gif) right 5px no-repeat;
}
.main-column {
  width: 100%;
  float: left;
  clear: right;
  text-align: center;
  position: relative;
}
.main-column img {
  margin-bottom: 40px;
  clear: both;
}
#contacts {
  color: #959a01;
  margin-top: 130px;
}

#contacts a{
  color: #959a01;
}
#contacts-inside
{
  color: #959a01;
  position: absolute;
  bottom: 30px;
  left: -207px;
  text-align: left;
}
#contacts-inside a{
  color: #959a01
}
#contacts span.small,
#contacts-inside span.small {
  font-size: 9px;
}
.star {
  padding-left: 10px;
  color: #959a01;
  margin-top: -12px;
}
.inner-table {
  border: none;
}
.inner-table td {
  margin: 0; padding: 0;
  border: none;
}