/*~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright (c)  - Contron Limited 2011 - All rights reserved ~~~~~~~~~~~~~~~~~~~~
Identity:     Contron
Description:  Cascading Style Sheet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Revision History ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rev     Author                          Date                       Reason
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.0      Steve Hilliard              01-Sep-2007        Initial Design Template Table
1.1      David Atfield               03-Sep-2007        Rounded boxes and added navigation
2.0      Steve Hilliard              16-Mar-2011        New design from brochure for 2011
3.0      Steve Hilliard/David King   15-Aug-2011        Added Design Content from JustBrandIt
3.1      David King                  18-Aug-2011        Adjusted #divFooterDesign .design
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* Standard Elements */

body {
    background-image: url(images/wallpaper.gif);
}

img {
    border-style: none;
}

a {
    color: #000000;
    text-decoration: none;
    border: none;
}


/* Page Elements */

#divPage {
    position: relative;
    /* Height varies specified in HTML */
    width: 1024px;
    background-color: #ffffff;
    /* Auto margins CSS for center */
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 120%;
}

.imgShadow {
    position: absolute;
    height: 100%;
    width: 17px;
}

#imgHeader {
    height: 146px;
    width: 1000px;
}

.imgHead {
    position: absolute;
    top: -30px;
    left: -45px;
}

.linkStandard{
    color: #ffffff;
}

.divLink {
    height: 120px;
    width: 280px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#divFooterLink {
    position: absolute;
    top: 122px;
    left: 395px;
    height: 18px;
    width: 200px;
    padding: 5px;
    text-align: center;
    background: #1d439b;
}

#divFooterDesign {
    position: absolute;
    top: 150px;
    left: 0px;
}

#divFooterValidation {
    position: absolute;
    top: 158px;
    left: 905px;
}


/* Navigation Bar */

#divNav {
    position: absolute;
    top: 146px;
    left: 0px;  /* For WM7 browser */
}

#NavLeft {
    position: absolute;
    left: 0px;
}

#AboutUs {
    position: absolute;
    left: 174px;
}

#OurServ {
    position: absolute;
    left: 304px;
}

#Quality {
    position: absolute;
    left: 434px;
}

#Contact{
    position: absolute;
    left: 564px;
}

#Linksss {
    position: absolute;
    left: 694px;
}

#NavRight {
    position: absolute;
    left: 823px;
}


/* Lists */

.listInline {
    list-style-image: url(images/blue_bullet.gif);
}

.listStandards {
    list-style-image: url(images/white_bullet.gif);
    color: #ffffff;
}


/* Text */

.contron {
    font-size: 15px;
    font-weight: bold;
    color: #122B73;
}

.quote {
    font-size: 15px;
    color: #122b73;
    text-align: center;
}

.emailContact {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.emailFooter {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.design {
    font-family: 'Times New Roman';
    font-size: 18px;
    background: #ffffff;
    color: #999999;
 }
