@import url('reset.css');

body{
  background:#fff;
  height: 100%;
  font-family: trebuchet MS, arial, sans-serif;
}

.body {
  width: 990px;
  margin: 0 auto;
  min-height: 100%;
  margin-bottom: -72px;
  clear: both;
}

.footer-copy{
  height:72px;
}

.logo {
  position: absolute;
  width: 196px;
  height: 57px;
  background: url('../i/logo.jpg') no-repeat 0% 0%;
  margin-left: 49px;
  top: 51px;
}

.logo a,
.logo a:link,
.logo a:visited {
  width: 196px;
  height: 57px;
  display: block;  
}

.head {
  height: 165px;
}

table#nav {
  width: 654px;
  float: right;
  background: url('../i/nav.jpg') repeat-x 0% 0%;
}

table#nav tr td {
  width: 218px;
}

table#nav tr.first td {
  padding-top: 38px;
}

table#nav tr td a,
table#nav tr td a:link,
table#nav tr td a:visited {
  color: #303030;
  font-size: 0.7em;
  text-decoration: none;
  padding-left: 30px;
  width: 172px;
  height: 20px;
  display: block;
  padding-top: 6px;
  background: url('../i/nava.jpg') no-repeat 20px 10px;
  text-transform: uppercase;
}

table#nav tr td a:hover {
  background: url('../i/navhover.jpg') no-repeat 0% 0%;
}

table#nav tr td ul {
  display: none;
}

div.main {
  margin-top: 35px;
  min-height: 200px;
  font-size: 0.9em;
  padding-bottom: 40px;
}

.news {
  width: 480px;
  float: right;
}

.news table {
  width: 480px;
  margin-top: 17px;
  font-size: 0.85em;
}

.news table tr td {
  width: 210px;
  padding-right: 30px;
  padding-bottom: 20px;
  vertical-align: top;
  line-height:1.2em;
}

.news table tr td span.date {
  display: block;
  color: #009a36;
  margin-bottom: 4px;
  line-height:normal;
}

a.detail,
a.detail:link,
a.detail:visited {
  color: #009a36;
  margin-top: 4px;
  display: block;  
  width: auto;
  line-height:normal;
}

.content {
  margin-right: 490px;
  padding-right: 80px;
  padding-left: 15px;
}

.content h1 {
  font-size: 1.6em;
}

div.content h2 {
  font-size: 1.4em;
}

.content h3 {
  font-size: 1.2em;
}

.content p {
  margin: 20px 0 0 0;
}

.content strong {
  font-weight: bold;
}

.content em {
  font-style: italic;
}

.content ul,
.content ol {
  margin: 10px 0 10px 20px;
}

.content ul li {
   list-style-type: disc;
}

.content ol li {
  list-style-type: decimal;
}

.content blockquote {
  text-indent: 20px;
}

a.margin,
a.margin:link,
a.margin:visited {
  margin-top: 22px;
  font-size: 0.8em;
}

.border {
  background: #00a409;
  height: 2px;
  border: 1px solid #dff4e0;
}

#footer{
    font-size: 12px;
    height:75px;
    width: 990px;
    margin: 0 auto;
}

.footerleft{
    float:left;
    width:470px;
    padding-left:;
}

.footerright{
    float:right;
    padding:;
    width:460px;
}

.copyright{
  float:left;
  padding:23px 0 0;
}

.copyright span{
  font-size: 18px;
}

.tel{
    text-align:right; 
    float:right;
    padding:5px 0 0;
}
.tel span{
    font-size: 36px;
}

.adress{
    float:left;
    padding:17px 0 0;
}

.adress span{
    font-size: 24px; 
}

.ologo{
    text-align:left; 
    float:right;
    width:200px;
    padding:10px 0 0;
}

.ologo img{
  float:left;
  margin:0 5px 0 0; 
}

.ologo a{
  color:#009A36;
}

.ologo span a{
   color:#000;
   text-decoration:none;
   cursor:text;
   
}
