body {
  padding: 0px;
  margin: 0px;
  font: normal 12px arial;
  cursor: default;
  background: #618412;
  background-image: url(../images/bg_body.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  border: 0px;
}
/*links*/
a:link,
a:visited {
  font: normal 11px arial;
  text-decoration: underline;
  color: #618412;
}
a.blue:link,
a.blue:visited {
  font: normal 11px arial;
  text-decoration: underline;
  color: #71B861;*/
  /*color: #618412;*/
}

a.blue2:visited {
  font: normal 11px arial;
  text-decoration: underline;
  color:#6DCDFF;
}

a.blue:hover,
a:hover {
  text-decoration: none;
}

a.link
{
  /*color:#9AD480;*/
  color:#B2DA8A;
}

#toplink {
color:#6DCDFF;
}
/*end links*/

h1 {
  font: bold 18px arial;
  margin-top: 0px;
  color:black;
  /*font-size: 17px; 
  color: #82a835;
  font-weight: regular;*/
}

h1.title {
  /*font: bold 18px arial;
  margin-top: 0px;
  color:black;*/
  font-size: 17px; 
  /*color: #618412;*/
  color: #000000;
  font-weight: regular;
  padding:0px 0px 0px 0px;
}

ul {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#header {
  width: 1000px;
  height: 512px;
  position: relative;
  top: 0px;
  left: 0px;
}
.usermenu {
  position: absolute;
  top: 10px;
  left: 330px;
  color: #6dcdff;
}

/*text*/
#text {
  height: 200px;
  width: 100%;
  background: #618412;
  background-image: url(../images/bg_text.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  border: 0px;
}
div.col {
  position:relative;
  width: 400px;
  float: left;
  text-align:left;
}
div.colright {
  position:relative;
  margin-top:0px;
  left: -135px;
  width: 150px;
  float:right;
  top:-50px;
  text-align: left;
}
div.up {
  width: 1000px;
  overflow: hidden;
}
div.left_up {
  width: 14px;
  height: 17px;
  float: left;
  background-image: url(../images/left_up.gif);
  background-repeat: no-repeat;
  border: 0px;
}
div.whiteline {
  width: 972px;
  height: 17px;
  float: left;
  background: #ffffff;
}
div.right_up {
  width: 14px;
  height: 17px;
  float: right;
  background-image: url(../images/right_up.gif);
  background-repeat: no-repeat;
  border: 0px;
}
div.site {
  width: 1000px;
  overflow: hidden;
  padding: 20px 0px;
  background: #ffffff;
}

/*leftcol*/
div.leftcol {
  width: 300px;
  overflow: hidden;
  float: left;
  margin: 0px 20px;
}

/*menu*/
ul.menu {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
ul.menu li.active {
  padding: 0px 0px 5px 15px;
  margin-bottom: 10px;
  color: #4e7000;
  /*list-style-image: url(../images/arrow.jpg);
  list-style-position: inside;*/
  border-bottom: 1px dotted #000000;
}
ul.menu li.noactive {
  padding: 0px 0px 5px 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #000000;
}
li.noactive2 {
  padding: 2px 0px 5px 45px;
  font-size:12px;
  list-style: inside;
  font-weight:100;
  /*border-bottom: 1px dotted #000000;*/
}
ul.menu a:link,
ul.menu a:visited {
  font: bold 13px arial;
  text-decoration: none;
  color: #000000;
}
ul.menu a:hover {
  text-decoration: underline;
}
/*end menu*/

div.contacts {
  font: bold 16px arial;
}
div.contacts div {
  margin-left: 25px;
}
/*end leftcol*/

/*maincol*/
div.maincol {
  width: 630px;
  overflow: hidden;
  float: left;
  text-align: left;
}
ul.galery li {
  margin: 0px 28px 15px 0px;
  float: left;
}
div.informer {
  overflow: hidden;
}
div.info {
  overflow: hidden;
  margin-bottom: 5px;
  clear: both;
}
div.infotxt {
  width: 100%;
  margin-right: 30px;
  float: left;
  padding-bottom:10px;
}
div.infotxt p {
  margin: 0px;
}
div.nomer {
  width: 160px;
  float: left;
}
/*end maincol*/

ul.pages li {
  float: left;
  margin: 0px 0px 5px 0px;
}
ul.pages li.active {
  float: left;
  padding: 0px 5px;
  margin: 0px 5px 5px 0px;
  color: #618412;
}
ul.pages li a:link,
ul.pages li a:visited {
  padding: 0px 5px;
  margin: 0px 5px 5px 0px;
  text-decoration: none;
  color: #ffffff;
  background: #618412;
}
ul.pages li a:hover {
  color: #618412;
  background: #acf20f;
}
/*end text*/

/*footer*/
#footer {
  width: 1000px;
  height: 60px;
  overflow: hidden;
  clear: both;
  border-top: 2px solid #4e7000;
}
div.left_down {
  width: 15px;
  height: 28px;
  float: left;
  background-image: url(../images/left_down.gif);
  background-repeat: no-repeat;
  border: 0px;
}
div.footerline {
  width: 970px;
  height: 28px;
  float: left;
  background: #679e0f;
}
div.right_down {
  width: 15px;
  height: 28px;
  float: right;
  background-image: url(../images/right_down.gif);
  background-repeat: no-repeat;
  border: 0px;
}

label.error {
  font: normal 11px arial;
  clear: both;
  color: red;
}

div.str {
font-size:16px;
color:#618412;
} 

div.title
{
  color:#000000;
  font-size: 17px; 
  font-weight: 600; 
  padding:0px 0px 10px 0px;
  font-family:Arial, Helvetica, sans-serif;
}

#copy {
  float: right;
  color: #486800; 
  margin-top: 5px;
}

.required
{
   /*border: 1px solid #666666;*/
}

.meu_link
{
  font-size:9px;
  font-weight:100;
}


/*form.comment label.error {
  color: #FD4A4A;
  margin-left:120px;
}*/
/*end footer*/
