/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
    color: #303030;
    padding: 10px 0;
}
/*#bodyIndex	{background: #ffffff url('../images/bg-body.png') repeat-x;}*/
#bodyIndex {
    background: #e6e6e6
}
/*#e6e6e6*/
a {
    color: #303030;
}

    a:hover {
        text-decoration: none !important;
        color: #303030;
    }

    a img {
        border: 0;
    }

img {
    border: 0px #ecf8ff solid !important;
}


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
    line-height: 20px;
}

h6 {
    font-size: 1em;
}

p {
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #303030;
}

/* -- Icons list -- */
.ico {
    padding-left: 15px;
}

.ico-facebook {
    background: url('../images/ico/facebook.gif') 2px 0 no-repeat;
    padding: 2px 0 1px 25px;
}

    .ico-facebook:hover {
        background-position: 2px -18px;
    }

.ico-tweeter {
    background: url('../images/ico/tweeter.gif') 2px 0 no-repeat;
    padding: 2px 0 1px 25px;
}

    .ico-tweeter:hover {
        background-position: 2px -18px;
    }

.ico-blog {
    background: url('../images/ico/blog.gif') 2px 0 no-repeat;
    padding: 2px 0 1px 25px;
}

    .ico-blog:hover {
        background-position: 2px -18px;
    }



/* -- User friendly features -- */
.hidden {
    display: none;
}

/* -- Basics layout -- */
#view {
    width: 960px;
    margin: 0 auto;
}

#head {
    font-size: 1.2em;
    background: url('../../Content/images/Menu-bg.png') repeat-y;
}

#content {
    font-size: 1.2em;
}

#foot {
    font-size: 1.2em;
    clear: both;
}


/* -- Logo constructs -- */
#main {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    #main h1 {
        font-family: sans-serif;
        font-size: 2.2em;
    }

        #main h1 a {
            text-decoration: none;
            color: #fff !important;
        }

    #main h2 {
        font-weight: normal;
        font-size: 1em;
        padding-left: 2px;
        margin-top: -3px;
    }

        #main h2,
        #main h2 a {
            color: #8bcced;
            text-decoration: none;
        }

#head a:hover {
    text-decoration: none !important;
}

#banner {
    padding-top: 2px;
}


#pfms {
    position: absolute;
    right: 0px;
    float: right;
    top: 16px;
    width: 363px;
    height: 39px;
    display: inline;
    border: none !important;
}

#mail {
    position: absolute;
    right: 0px;
    float: right; /*top: 30px;*/
    margin-right: 4px;
    height: 29px;
    display: inline;
    border: none !important;
}

#logout {
    position: absolute;
    right: 0px;
    float: right;
    top: 75px;
    margin-right: 4px;
    height: 29px;
    display: inline;
    border: none !important;
}
/* -- Main classes -- */

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.clear {
    clear: both !important;
}

.img {
    padding: 3px;
    border: 0px #dff1f9 solid;
    float: left;
}

/* -- Layout constructs -- */
#banner {
    position: relative;
    width: 100%;
    height: 278px;
    overflow: hidden;
}

#mainMenu {
    height: 54px;
    width: 100%;
    align: center;
    padding: 0 1px;
    margin-left: 0px;
    background: url('../../images/bg-menu.png') no-repeat;
    background-size: 108.5em 54px;
}

#content {
    width: 98%;
    height: 100%;
    position: relative;
    align: center;
    padding-left: 15px;
    margin-bottom: 0px;
    background-color: White;
}
/*#foot       { height: 78px; color:#CCCCCC; background: #544d47 url('../images/bg-foot.png') repeat-x; }*/
#menuBanner {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    background: url('../../images/menubg-banner1.png') no-repeat;
    background-size: 111em;
}

#trackpath {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #656464;
    padding: 10px 0;
    padding-left: 38px;
    float: left;
}

#footer {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    clear: both;
    background-color: White;
}

/* CONTENT WIDTH 946 MAIN MENU MENU BANNER WIDTH 960*/

/* -- Main Menu -- TRA removed*/
/*#mainMenu ul                { position: relative; height: 54px;  }
#mainMenu li                { position: relative; float: left; }
#mainMenu li a              { display: block; width: 120px; height: 54px; line-height:55px;  float: left; font-size: 12px; font-weight:bold; color: #4a6d9c; text-decoration: none; text-align: center; background: url('../../images/bg-menu_item.png') 0 0 no-repeat; }
#mainMenu li.active a,
#mainMenu li a:hover        { background-color: #787775; color:#FFFFFF; background-position: 0 -43px; }*/

/* -- Main Menu for landing page -- */
#mainMenuLanding ul {
    position: relative;
    height: 54px;
}

#mainMenuLanding li {
    position: relative;
    float: left;
}

    #mainMenuLanding li a {
        display: block;
        width: 140px;
        height: 54px;
        line-height: 55px;
        float: left;
        font-size: 12px;
        font-weight: bold;
        color: #303030;
        text-decoration: none;
        text-align: center;
        background: url('../../images/bg-menu_item.png') 0 0 no-repeat;
    }

        #mainMenuLanding li.active a,
        #mainMenuLanding li a:hover {
            background-color: #787775;
            height: 54px;
            color: #FFFFFF;
            background-position: 0 -43px;
        }


.aboutusBgImg {
    background: url('../images/aboutus.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

.productBgImg {
    background: url('../images/product.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

.servicesBgImg {
    background: url('../images/servicesicon.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

.contactusBgImg {
    background: url('../images/contactusicon.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

.technologyBgImg {
    background: url('../images/technology.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

.communicationsByImg {
    background: url('../images/communicationsicon.png') no-repeat;
    border: none !important;
    padding: 10px 0px 0px 36px;
    height: 55px;
}

/* -- Left (content) block for Index page -- */
#content > #contentBlock {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

#contentBlock {
    position: relative;
    float: left;
    padding: 10px 0;
    width: 202px;
    height: 154px;
    background: url('../../Content/images/content-box-bg.png') no-repeat;
}


.more {
    float: right;
    margin-top: 15px;
}

a.read_more {
    display: block;
    color: #303030;
    float: right;
    margin: 10px 16px 28px 0;
    text-decoration: none;
    font-size: 11px;
}

a:hover.read_more {
    text-decoration: underline;
    color: #ec1c24;
}

a.red_link {
    display: block;
    color: #ee1c27;
    margin: 15px 0 0 0;
    text-decoration: none;
    font-size: 12px;
}

a:hover.red_link {
    text-decoration: underline;
    color: #303030;
}


/* -- Lists -- */
#contentBlock p,
#menuBlock .boxText table {
    margin-bottom: 2em;
}


/* -- Footer part -- */
#foot p {
    padding: 18px 18px 0;
}

#foot * {
    color: #303030;
}

#foot a:hover {
    color: #fff;
}
