
@media (min-width: 830px) {

    .our_header
    {
        width: 830px; 
        height: 270px; 
        background-image: url(Images/banner.jpg); 
        text-align: left; 
        background-repeat: no-repeat;
        margin-left: auto; 
        margin-right:auto;
    }
    
    .our_header > div
    {
        padding-top: 60px; 
        text-align: center; 
        width:550px;
    }

    .our_body
    {
        width: 830px; 
        background-image: url(Images/back.jpg); 
        background-repeat: repeat-y; 
        margin-left: auto;
        margin-right:auto;
    }

    .our_footer
    {
        width: 830px; 
        height: 52px; 
        background-image: url(Images/footer.jpg); 
        background-repeat :no-repeat ; 
        margin-left: auto; 
        margin-right:auto;
    }

    body
    {
        font-size: 11px;
        background: #D0CECA !important;
        color: Black;
        line-height: 18px;
        font-family: tahoma,verdana;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 25px;
        margin: 0px;
        padding-top: 25px;
    }
}

@media (max-width: 829px) {
    
    .our_header
    {
        width: 100%; 
        height: 150px; 
        text-align: left; 
        margin-left: auto; 
        margin-right:auto;
    }

    .our_body
    {
        width: 100%; 
        margin-left: auto;
        margin-right:auto;
    }
    
    .our_body > div
    {
        width: 95%;
    }
    
    .our_header > div
    {
        padding-top: 60px; 
        text-align: center; 
        width: 100%;
    }

    .our_footer
    {
        width: 100%; 
        height: 52px; 
        margin-left: auto; 
        margin-right:auto;
    }

    body
    {
        font-size: 11px;
        background: #FFFFFF !important;
        color: Black;
        line-height: 18px;
        font-family: tahoma,verdana;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 25px;
        margin: 0px;
        padding-top: 25px;
    }
}



A.menuNav, A.menuNav:visited
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: #004A8C;
    text-decoration :none;
    padding-right : 10px;
    padding-left : 10px;
}

A.menuNav:hover
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: #004A8C;
    text-decoration: underline;
}

.menuBut
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: #ffffff;
}

.profile
{
    font-family: Verdana, Tahoma;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    padding-left: 35px;
    padding-right: 35px;
}

.part
{
    font-size: 13px;
    font-weight : bold;
    text-align: left;
}

.companies
{
    font-size: 11px;
    padding-left: 10px;
    text-align:left;
    color: gray;
}

.con_textbox
{
    background : white url(Images/txtbox_bg.jpg) repeat-x;
    width: 100%;
    border: 1px solid #004A8C ;
    font: 13px verdana,tahoma;
}

#filepc{

    width : 25px;

    opacity: 0.0;

    -moz-opacity: 0.0;

    filter: alpha(opacity=00);

    height: 26px;
    line-height: 26px;

}

h1
{
    font-family: Verdana, Tahoma !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #004A8C;
    background-image: url('Images/bar.jpg');
    background-repeat: no-repeat;
    height: 43px;
    margin-left: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
}

h3
{
    color: #004A8C;
}

.hotline {

    height: 55px;
    font-family: 'Days One',Arial,sans-serif;
    font-size: 18px;
    text-align: left;
    padding-left: 35px;
    width: 90%;
    color: #004A8C;
    margin-left: 10px;
    padding-top: 8px;
    text-align: right;
}

.fieldbox {
    float: left;
    width: 350px;
    height: 30px;
    margin-right: 10px;
    white-space: nowrap;
}

.fieldbox label {
    width: 150px;
    display: inline-block;
    font-weight: bold;
}

.fieldbox input {
    padding: 0;
    font-size: 12px;
    width: 143px;
    display: inline-block;
}

.fieldbox select {
    width: 145px;
    font-size: 12px;
}