﻿HTML, BODY
{
    height: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

H1
{
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    color: #5F6578;
}
p
{
    text-align: justify;
}

HR.class
{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
}

H3.phone
{
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    width: 192px;
    float: right;
    margin-top: 75px;
}
/*Custom container*/
.container
{
    max-width: 1000px;
}

.wrap
{
    /*Sticky Footer part*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -88px;
}

.form
{
    height: 100%;
}

.container > HR
{
    margin: 60px 0;
}
/*Customize the navbar links to be fill the entire space of the .navbar*/
.navbar .navbar-inner
{
    padding: 0;
}

.navbar .nav
{
    margin: 0;
    display: table;
    width: 100%;
}

    .navbar .nav LI
    {
        display: table-cell;
        width: 1%;
        float: none;
    }

        .navbar .nav LI A
        {
            font-weight: bold;
            text-align: center;
            border-left: 1px solid rgba(255, 255, 255, 0.75);
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar .nav LI:first-child A
        {
            border-left: 0;
            border-radius: 3px 0 0 3px;
        }

        .navbar .nav LI:last-child A
        {
            border-right: 0;
            border-radius: 0 3px 3px 0;
        }

.header
{
   /* background-image: url('../Images/scales.jpg');
    background-repeat: no-repeat;
    height: 180px;*/
}

.header-imag7
{
    padding-top: 50px;
}

.phone-image
{
    /*padding-left: 109px;
padding-top: 41px;*/
    padding-top: 65px;
    padding-left: 40px;
}

.strapline
{
    /*width: 100%;*/
    font-size: 1.75em;
    padding-bottom: 10px;
    line-height: 1.2;
}

.main-body
{
    font-size: 1.1em;
    border-left: 1px solid #DBDCDD;
    border-right: 1px solid #DBDCDD;
    padding-left: 10px;
    padding-right: 10px;   
    padding-bottom: 10px;
    margin-top: -50px;
    padding-top: 54px;
}
.services
{
    padding-bottom: 15px;
    text-align:justify;
}
.next-page
{
    color: #9EA0A2;
    float: right;
    padding-right:10px;
}

.push
{
    height: 88px;
    clear: both;
}

.footer
{
    background-image: url('../Images/bottom_gradient-footer.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    clear: both;
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-text
{
    padding-top: 5px;
    padding-left: 5px;
}
.techlistul
{
 list-style-type: none;padding: 0;margin: 0;
}
.techlistli
{
    background-image: url('../Images/switch.png');background-repeat: no-repeat;background-position: 0 0.2em;padding-left: 1.6em;line-height:20px;
}
