body {
   margin:0; 
   padding:0; 
   background: #FFFFFF; 
   font-family: Arial;
   font-size: 12px;
}
form {
   padding: 0;
   margin: 0;
}

h1 { font: bold 13px Arial; color: #FFFFFF; text-align: right; margin: 0px; padding: 0px 6px 0px 0px}
h1 span { font: bold 12px Arial; color:#EFF3DB; text-align: right }

h2 { margin-top: 0; font: bold 18px Arial; color: #ca3a00; font-weight: normal; margin-bottom: 12px; padding: 0}
h3 { font: bold 16px Arial; color: #ca3a00 }

h4 { font: bold 15px Arial; color: #000000 }

.text {font-family:Arial;font-size:12px;color:#000000;}
.small {font-family:Arial;font-size:11px;color:#000000;}
.big {font-family:Arial;font-size:17px;color:#000000;font-weight:bold;}
.copy {font-family:Arial;font-size:11px;color:#777777;}

.title {font-family:Arial;font-size:12px;color:#309233;font-weight:bold;}

a { color: 1c67c4}

A.menu  {text-decoration:none;font-family:Arial;font-size:11px;color:#005105;}
A.menu:Visited  {text-decoration: none; color:#005105;}
A.menu:Active  {text-decoration: none;}
A.menu:Hover  {text-decoration: underline; color:#005105;}

A.menu1  {text-decoration:none;font-family:Arial;font-size:12px;color:#005105;}
A.menu1:Visited  {text-decoration: none; color:#005105;}
A.menu1:Active  {text-decoration: none;}
A.menu1:Hover  {text-decoration: underline; color:#005105;}

.tth  { font-family:Verdana; font-size:10px; color:#894949; background-color:#DEE9DC; }
.ttr1 { font-family:Verdana; font-size:10px; color:black; background-color:#DEE9DC;}

table {font-family: Arial; font-size: 12px}

.tafheader {background-color: #e2e2e2}
.topic2 td {padding: 2px; vertical-align: middle}

#content {
   width:1000px;
   overflow: hidden;
}
   #content .lcol {
      float: left;
      width: 240px;
      text-align: left;
   }
   #content .lcol .bgr {
      background: url(/image/bgr3.gif) 0 0 repeat-y;
   }
   #content .rcol {
      float: left;
      width: 760px;
      text-align: center;
      font-size: 12px;
   }
   #content .rcol .work {
      width: 740px;
      padding-left: 20px;
   }
      #content .rcol .bgr {
         background: #E2E2E2;
         border-bottom: 1px solid #B1C7B1;
         margin-bottom: 15px;
      }
   
p {
   margin: 0 0 12px 0;
   line-height: 1.3em;
   padding: 0;
}
.date {
   color: #ca3a00;
}
.news_main {
   width: 100%;
   border-collapse: collapse;
}
   .news_main td {
      padding: 5px 5px 9px 5px;
      vertical-align: top;
   }
.cname {
   font-size: 14px;
   color: #ca3a00;
   margin-bottom: 3px;
}
.inp {
   border: 1px solid #acacac;
   padding: 1px 1px 1px 4px;
   width: 150px;
   margin-bottom: 7px;
}
#top_contacts {
   float: right;
   padding-top: 10px;
   width: 180px;
}
   #top_contacts .phone {
      font-size: 24px;
      text-align: right;
   }
   #top_contacts .phone_comment {
      text-align: right;
      padding-right: 10px;
   }
   #top_contacts .buttons {
      margin-bottom: 10px;
      overflow: hidden;
      width: 100%;
   }
   #top_contacts a.home {
      display: block;
      margin-left: 15px;
      width: 10px;
      height: 13px;
      background: url(/image/layout/icons.gif) 0 -13px no-repeat;
   }
   #top_contacts a.mail {
      display: block;
      width: 13px;
      height: 13px;
      margin-left: 15px;
      background: url(/image/layout/icons.gif) -11px -13px no-repeat;
   }
   #top_contacts a.sitemap {
      display: block;
      width: 13px;
      height: 13px;
      background: url(/image/layout/icons.gif) -25px -13px no-repeat;
   }
      #top_contacts .buttons a.home.current, #top_contacts .buttons a.home:hover {
         background-position: 0 0;
      }
      #top_contacts .buttons a.mail.current, #top_contacts .buttons a.mail:hover {
         background-position: -11px 0;
      }
      #top_contacts .buttons a.mail.current, #top_contacts .buttons a.sitemap:hover {
         background-position: -25px 0;
      }
h2 i {
   color: black;
}
h2 a {
   color: #ca3a00;
}
input.text, textarea.text {
   border: 1px solid #acacac;
}
#announce_content {
   margin-bottom: 20px;
   margin-right: 20px;
   text-align: left;
   overflow: hidden;
   padding-left: 20px;
}
   #announce_content .white_bg {
      padding: 10px 20px;
      background:#FFFFFF;
      border: 1px solid #FEA62B;
   }
   
label.error {
   display: block;
   margin: 4px 0;
   color: #cf0615;
}
input.error {
   border: 1px dotted red !important;
   background: #FFFFD5 !important;
}
textarea.error {
   border: 1px dotted red !important;
   background: #FFFFD5 !important;
}


