@charset "utf-8";
/* CSS Document */

* {
	padding: 0; 
	margin: 0;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #294e9c;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #294e9c;
}
em {
	font-weight: bold;
	font-style: italic;
}
p {
	margin: 10px 0 10px 0;
}
p.first {
	margin: 0 0 10px 0;
}
#content li, #contentBg1 li {
	margin: 5px 30px 5px 30px;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #a4a4a4;
	text-align: center;
}
a:link, a:visited {
	color: #294e9c;
	font-weight: bold;
	text-decoration: none;
	
}
a:hover, a:visited:hover {
	color: #5471b0;
	text-decoration: underline;
}
ul.square {
	list-style-type: square;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-image: url(/images/bg_container.png);
	background-repeat: repeat-y;
}
#header {
	width: 800px;
	margin: 0 0 0 200px;
}
#left {
	width: 200px;
	float: left;
}

#nav {
	width: 180px;
	font-size: 12px;
}
#nav a {
	height: 25px;
	width: 160px; /*180px*/
	padding: 0 0 0 20px;
	text-align: left;
	display: block;
	line-height: 25px;
	color: #fff;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/bg_nav.png);
}
#nav a:hover, #nav a:visited:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/bg_nav_on.png);
}
#nav ul {
	list-style: none;
}
#nav li {

}
#nav li.on a {
	color: #fff;
	background-image: url(/images/bg_nav_on.png) !important;
	display: block;
	text-decoration: none;
	padding: 0 0 0 20px;
	width: 160px;
	height: 25px;
}
#navTop {
	height: 25px;
	background-image: url(/images/nav_top.png);
}	
#navBottom{
	height: 25px;
	background-image: url(/images/nav_bottom.png);
}
#contentBg1 {
	width: 800px;
	height: 800px;
	background-image: url(/images/content_bg1.png);
}
#contentBg2 {
	width: 800px;
	height: 1200px;
	background-image: url(/images/content_bg2.png);
}
#contentHomePage {
	margin: auto;
	padding: 50px;
	width: 600px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#contentContact {
	margin: auto;
	padding: 50px;
	width: 600px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#content {
	margin: auto;
	padding: 50px;
	width: 700px;
	text-align: left;
}
#right {
	width: 800px;
	float: right;
}

#footer {
	width: 1000px;
}
#copyright {
	margin: 0 25px 0 0;
	height: 100px;
	line-height: 40px;
	font-size: 11px;
	color: #fff;
	text-align: right;
}
#downloadLeft {
	width: 325px;
	float: left;
}
#downloadLeft li {
	padding: 5px 0;
}
#downloadRight {
	width: 325px;
	float: right;
}
#downloadRight li {
	padding: 5px 0;
}
#requestForm {
	width: 600px;
}
#cust1 {
	width: 200px;
	float: left;
}
#cust2 {
	width: 200px;
	float: left;
	margin: 0 45px 0 45px;
}
#cust3 {
	width: 200px;
	float: left;
}

/****** IMAGES ******/
.logo {
	margin: 20px 0 0 0;
	border: 0;
}
.imgC {
	margin: 0 auto;
	border: 0;
	text-align: center;
}
.wiredDNC {
	padding: 0 0 40px 0;
	float: right;
}
.machineMonitoring {
	float: right;
}
.enetdncLt {
	float: right;
}
.enetdncPro {
	float: right;
}
.ButtonEnetPlayer a {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #294e9c;
	text-decoration: none;
	text-align: center;
	display: block;
}
.ButtonEnetPlayer a:hover, .ButtonEnetPlayer a:visited:hover {
	color: #fff;
	background-color: #5471b0;
	text-decoration: none;
}
.ButtonDownloadUpdates a {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #294e9c;
	text-decoration: none;
	text-align: center;
	display: block;
}
.ButtonDownloadUpdates a:hover, .ButtonDownloadUpdates a:visited:hover {
	color: #fff;
	background-color: #5471b0;
	text-decoration: none;
}
.ButtonQuickSupport a {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #294e9c;
	text-decoration: none;
	text-align: center;
	display: block;
}
.ButtonQuickSupport a:hover, .ButtonQuickSupport a:visited:hover {
	color: #fff;
	background-color: #5471b0;
	text-decoration: none;
}
.logo {
	margin: 20px 0 0 0;
	border: 0;
}
.imgC {
	margin: 0 auto;
	border: 0;
	text-align: center;
	display: block;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat_right { 
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear { /* Alleviate margin collapse */
	padding: 0;
	margin: 0;
	line-height: 0px;
}
