@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
h2, h3 { font-family:Calibri !important;} 
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.head {
}
.bottom {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none !important;
}
a.navigation { float:none !important; position:relative; top:8px; }
.nav { text-align:center;}
.sec2, .sec1 { float:none; margin:auto; width:90%;  }
.lower {
	float:none;
	margin:auto;
	width:100% !important;
	
}
.lower ul, .sec2 ul, .sec1 ul { width:100%; float:none; margin:auto;}
.centre { text-align:left; padding-left:17px;}
input:not([type=submit]):not([type=file]), textarea { width:80%; }
.head>a img.logo { min-width:250px; float:none; margin:auto;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
.head>h2, .head>h3 { text-align:center;  }
.lower ul { margin-left:-10px;}
footer {  clear:both; min-height:80px;}
footer>h4, .copy { float:none; text-align:center; max-width:300px; margin-left:auto; margin-right:auto;  }

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.head {
}
.bottom {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.nav { text-align:right;}
a.navigation { margin:10px 20px 0px 0px; }
.sec2, .sec1, .lower { width:80% !important; }
.head>a img.logo{ float:right; }
 .head>h2, .head>h3 { text-align:left; } 
#form { float:none; margin:auto;}
.head a { color:#003be2 !important;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.lower ul, .sec2 ul, .sec1 ul { width:70%;}
.lower ul { margin-left:0px;}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

.head {
}
.bottom {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none !important;
}

.sec1, .sec2 { 
float:left;
}
.sec2, .sec1, .lower { width:50% !important; }
.sec1 > p { padding:8px 0px 0px 8px !important; }
.lower {
	float:left;
}
.centre { text-align:left; padding:0px;}
#form { 
width:600px;
float:left;
}
/*.head>a img.logo { float:left;}*/
.head h2 { margin-top:10px; }
.dev { margin:20px 0px 0px 60px;}
.hide_mobile {
display:block !important;
}

footer>h4 { float:left; }
.copy { float:right; }

}
@media only screen and (min-width: 1285px) {
	.siemens {
	float:left;
	position:relative;
	bottom:320px;
	left:350px;
}
.rockwell {
	float:left;
	position:relative;
	bottom:145px;
	left:70px;
}
}

#div1, .bottom { box-shadow: 00px 2px 10px  #414141; border-radius:5px; margin-bottom:8px; border:1px solid rgba(0,15,183,0.74); margin-top:5px;}