/* CSS Document */


body { 
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #333333;
    font-size: 12px;
    font-family: Tahoma;
    text-align: left;
    
}


.topline {
  position: relative;
  left: 12.5%;
  width: 79%;
  height: 5px;
  background: #000;
  overflow: hidden;
}

.topline2 {
  position: absolute;
  left: 16%;
  width: 12.5%;
  height: 5px;
  background: #336699;
  overflow: hidden;
}



.main
{
     
    background-color: #ffffff;
    border: Solid 0px #666;
    vertical-align: middle;
    text-align: left;

}

div.pencil
{



background-attachment: scroll;
background-clip: border-box;
background-color: #ffffff;
background-image: url('/i/pencil2.png');
background-origin: padding-box;
background-position: 100% 0%;
background-repeat: no-repeat;
background-size: auto;
display: block;
font-family: Arial;
font-size: 13px;
height: 83px;
left: 0px;
line-height: 20px;

position: relative;
text-overflow: clip;
width: 87.5%;

}

div.company-name {
    font-family: Arial; 
    color: #007ac2; 
    font-size: 36px; 
    vertical-align: middle; 
    margin-left: 12px;
    
}

div.company-name2 {
    font-family: arial; 
    font-weight: bold; 
    font-size: 10px; 
    vertical-align: middle; 
    white-space: nowrap;
    text-align: right;
    display: block;
    margin-left: 12px;
    width: 100%;
    color: #666;
}


.company-tel {
    font-family: Georgia; 
    color: #800000; 
    font-size: 28px; 
    vertical-align: middle; 
    text-align: right;
    
}

h3 {font-family: Arial; color: #666; font-size: 26px;}

.a-sub {
    color: #333333; 
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.a-sub1 {
    color: #999999; 
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.a-sub:hover {
    
    color: #00adef; 

}

    
    .a-sub-active {
    
    padding: 3px;
    color: #fff; 
    background-color: #007ac2;
    font-size: 24px;
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: dashed;
    text-decoration: none;
    white-space: nowrap;
    }
    
    

div.addr { 
    text-align: right; 
    font-size: 16px;
    margin-right: 15px;
} 
span.addr { 
    background-color: #007ac2; 
    color: #fff;
    padding: 3px;
    
} 

.first-article
{
    
    font-size: 16px;
    background-color: #ffffff;
    color: #666;
    font-family: Tahoma;
    margin-top: 20px;
    margin-left: 12.5%;
    width: 75%;
    padding: 12px;

        border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;

}

.nota-bene
{
    text-align: right;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
    margin-top: 8px;
    
}

#second-article 
{
    font-size: 14px;
}
#second-article table
{
    font-size: 14px;
}

#second-article table.t-head
{
    font-size: 14px;
    font-weight: bold;
}

#bottom table
{
  font-size: 12px;
}


.second-article
{
    
    background-color: #ffffff;
    color: #333;
    font-family: Tahoma;
    margin: 4px;
    margin-top: 20px;
    margin-left: 20%;
    padding: 12px;
}

#content
{
  margin-left: 15px;
}


div #menu 
{
  margin-top: 30px;
  margin-left: 12.5%;
  padding: 0;
  width: 75%;
  
}

#menu ul
{
line-height: 38px;
margin: 0;
padding: 0;
}

#menu li {
    display: inline; 
    margin-right: 26px;
    margin-bottom: 20px;
}




.first-line { 
    background-color: #fff; 
    background: #fff url(i/bg-top.png) repeat-x left top;
    color: #666; 
    padding: 10px; 
    font-size: 36px;
    text-align: center;
    border-bottom: Solid 0px #ddd;
    }
    
table.top-info
{
  margin-left: 12.5%;
  width: 75%;
  vertical-align: bottom;
}

