body {
background: url("../images/Layout/schematic-background.png") white center top;
}

#header {
height: 205px;
position: relative;
}
#header-wrap {
background: url(../images/Layout/drop-shadow.png) center bottom repeat-x;
}

#logo {
width: 364px; height: 116px;
position: absolute; z-index: 5;
top: 47px; left: 39px;
background: url(../images/Logo.png);
}
#logo a { display: block; width: 364px; height: 116px; text-decoration: none; }
#logo span { visibility: hidden; }

/* AJA (2016-03-09) begin : add kepware logo */
#kepware {
position: absolute;
    left: 420px;
    top: 47px;
}
#kepware img { width: 108px; height: 116px; }
/* AJA (2016-03-09) end : add kepware logo */

/* AJA (2018-11-23) begin : add premierintegratorignition logo */
#premierintegratorignition {
position: absolute;
    left: 530px;
    top: 47px;
}
#premierintegratorignition img { width: 110px; height: 110px; }
/* AJA (2018-11-23) end : add premierintegratorignition logo */

#KB {
font-size: 16px;
font-weight: bold;
position: absolute;
top: 83%;
left: 1%;
}

#KB:hover, #KB:active {
color: #003e7e;
text-decoration: none;
}

/* AJA (2014-11-12) begin : RM#31 add intranet link */
#INTRA {
font-size: 16px;
font-weight: bold;
position: absolute;
top: 83%;
left: 5%;
}

#INTRA:hover, #INTRA:active {
color: #003e7e;
text-decoration: none;
}
/* AJA (2014-11-12) end : RM#31 add intranet link */

#meeting {
position: absolute;
    right: 20px;
    top: 10px;
}

/* AJA (2014-01-13) begin : RM#711 add style for ignition */
#ignition {
position: absolute;
    right: 185px;
    top: 10px;
}
/* AJA (2014-01-13) end : RM#711 add style for ignition */

/* AJA (2014-03-28) begin : RM#774 add style for trydemo */
#trydemo {
position: absolute;
    right: 350px;
    top: 10px;
}
/* AJA (2014-03-28) end : RM#774 add style for trydemo */

#content-wrap {
    background: none repeat scroll 0 0 #003E7E;
    border-bottom: 8px solid #F58220;
    color: white;
}

.right-image-column, .right-image-column img {
}
.right-image-column img {
    border: 1px solid #F58220;
    margin: 5px;
     -moz-box-shadow: 0px 0px 5px #454545; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #454545; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 5px #454545; /* Opera 10.5, IE9, Chrome 10+ */
}

#footer-wrap {
background: url(../images/Layout/drop-shadow-flipped.png) repeat-x center top;
}

#footer-text {
text-align: right;
padding: 20px 0;
font-size: 12px;
}