﻿html
{
    width: 100%;  
    height: 100%;  
    padding: 0;
    font-family: arial;    
    
}

body, form
{
    width: 100%; 
    text-align: center; 
    margin: 0 auto; 
    background: url(../Images/home_objects/background.jpg) repeat-y center center;   
    
}

img
{
    border: 0px;
}

#eservice-link
{
   position: relative;
}

#page-wrap
{    
    width: 90%;
    margin: 0 auto;
    /*background-color: #379600;*/
    display: block;
    padding-bottom: 40px;
}   

#menu-bg
{
    /*background-color: #FFFFFF;*/
    border-radius: 15px;
    width: 95%;
    top: 20px;
    bottom: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#header-container
{
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}

#header-container #head1
{
    margin-top: 20px;
    padding: 0;
}

#header-container #head-line
{
    position: relative;
    margin: 0 auto;
    height: 4px;
}

#head3-lang
{
    position: relative;
    float: right;
    right:10%;
    top:15%;
}

#menu-container
{
    width: 945px;
    margin: 0 auto;
}

#footer-container
{
    width: 100%;
    /*width: 1158px;*/
    height: 100%;
    position: relative;    
}

#footer-container #footer
{
    font-size: 12px;
    float: right;
    width: 100%;
    right: 10%;
}

#footer-decor001
{
    position: relative;
}

#footer-decor002
{
    position: relative;
    background-image: url('../Images/home_objects/foot_decor002_24.jpg');
    width: 100%;
    height: 57px;
    text-align: left;
    vertical-align: middle;
    font-weight: lighter;
    color: #FFFFFF;
}

#footer-decor002 #footer-copyright
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
    float: left;
    left: 10%;
    top: 40%;
}

#footer-decor002 #footer-up
{
    position: relative;
    float:left;
    left: 35%;
    top: 25%;
}

#footer-container #footer-logo
{
    position: relative;
    float: left;
    left: 8%;
    top:-70%;
}

#footer-container #footer-address
{
    position: relative;
    float: left;
    left: 8%;
    top: -45%;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-align: left;
}

#footer-container #footer-facebook
{
    position: relative;
    float:left;
    top: -40%;
    left: 30%;
}

#footer-container #footer-twitter
{
    position: relative;
    float:left;
    top: -40%;
    left: 30.3%;
}

#footer-container #footer-youtube
{
    position: relative;
    float:left;
    top: -40%;
    left: 30.6%;
}
        

.content-container
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 650px;
    text-align: justify;
    line-height: 25px;
}

.content-left
{
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.content-right
{
    width: 50%;
    float: right;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


