﻿html {
    font-family:Tahoma,Geneva,sans-serif;
    font-size:62.5%;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;}

body {
    color:#000000;
    font-size:1.2em;
    background-image: url(../images/header-bg.jpg);
    background-repeat: repeat-x;
    background-color: #F4F4F4}
    
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial,Tahoma,Geneva,sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 7px 0 0 0;}
    
h1 {
    font-size: 1.6em;
    color: #108611;
    font-weight: bold;}
    
h2 {
    font-size: 1.4em;
    color: #800080;
    margin: 0;}
    
h3,
h4,
h5,
h6 {
    color: #108611;}
    
h2 span.reg-ost {
    text-transform: uppercase;
    font-size: 0.6em;
    color: #838383;} 
    
a {
    text-decoration: underline;
    color: #800080;}
    
a:hover {
    text-decoration: none;}
        
img {
    border: none;}
    
p {
    padding: 5px 0 0 0;
    margin: 0;}
    
p.highlight {
    font-weight: bold;
    color: #108611;}

#container {
    margin:0pt auto;
    padding: 0;
    width:920px;
    /* border: 1px solid #a2a2a2; */}
    
    #header {
        width: 100%;
        float: left;
        height: 115px;}
        
        #logo {
            float: left;
            padding: 30px 0 0 15px;
            margin: 0;}
            
    .content-top {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        background-image: url(../images/bg_box_top_long.gif);
        background-repeat: no-repeat;
        height: 10px;}
            
    #content {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        /*border: 1px solid red;*/
        background-image: url(../images/bg_box_main.gif);
        background-repeat: repeat-y;}
        
        #menu {
            float: left;
            padding: 0 0 0 35px;
            margin: 0 55px 0 0;
            width: 145px;
            /* border: 1px solid red; */}
            
            #menu ul {
                list-style-type: none;
                margin: 0 0 10px 0;
                padding: 0;}
                
                #menu ul li a {
                    color: #838383;
                    margin: 0;
                    padding: 1px 0 0 3px;
                    font-size: 0.9em;
                    text-decoration: none;
                    border-bottom: 1px dotted #838383;
                    display: block;
                    height: 24px;}
                    
                    #menu ul li a.two-lines {
                        height: 46px;}
                    
                #menu ul li a:hover {
                    background-color: #E1E1E1;
                    color: #000000;}
            
         #main {
             float: left;
             padding: 0;
             margin: 0 0 10px 0;
             width: 645px;
             /* border: 1px solid red; */}  
             
             .col-fifty {
                 float: left;
                 width: 49%;
                 text-align: center;
                 padding: 0;
                 margin: 0;}  
                 
             .col-full {
                 float: left;
                 width: 98%;
                 text-align: center;
                 padding: 0;
                 clear: both;
                 margin: 10px 0 0 0;}    
                 
                 .col-fifty strong,
                 .col-full strong {
                     color: #800080}
                     
                     .col {
                         float: left;
                         width: 49%;
                         padding: 0;
                         margin: 0;} 
                         
               #address {
                  float: left;
                  width: 300px;
                  margin: 10px 0 0 0;}
                  
                  #smallmap {
                      float: right;
                      width: 300px;
                      height: 220px;
                      margin: 10px 0 0 20px;
                      border: 1px solid #108611;}
                      
                  #gmap {
                      width: 645px;
                      float: left;
                      clear: both;
                      height: 400px;
                      margin: 20px 0 0 0;
                      border: 1px solid #108611;}
        
    .content-bottom {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        background-image: url(../images/bg_box_bottom.gif);
        background-repeat: no-repeat;
        height: 12px;}
        
     #footer {
         float: left;
         width: 100%;
         margin: 8px 0 0 0;
         padding: 0;
         background-image: url(../images/bg_footer.gif);
         background-repeat: no-repeat;
         height: 38px;}

        #footer p {
            margin: 0;
            padding: 2px 0 0 30px;
            color: #108611;
            font-size: 0.8em;

}