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

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	line-height:1.166;	
	margin:0;
	padding:0;
	font-size:72%;
	background-color:#fff;
}

body#indexpage {
	background: url(../images/bk-index.jpg) 50% 0 no-repeat;
}
body#aboutpage {
	background: url(../images/bk-about.jpg) 50% 0 no-repeat;
}
body#productpage {
	background: url(../images/bk-product.jpg) 50% 0 no-repeat;
}
body#technicalpage {
	background: url(../images/bk-tech.jpg) 50% 0 no-repeat;
}
body#staffpage {
	background: url(../images/bk-staff.jpg) 50% 0 no-repeat;
}
body#newspage {
	background: url(../images/bk-news.jpg) 50% 0 no-repeat;
}
body#networkpage {
	background: url(../images/bk-network.jpg) 50% 0 no-repeat;
}
body#contactpage {
	background: url(../images/bk-contact.jpg) 50% 0 no-repeat;
}

p strong {font-weight:normal;}

img {
border:0;
float:none;

}


a:link, a:visited, a:hover {
	text-decoration: none; 
	color:#79c149;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	}
	

	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
 .FLTleft { 
  float:left;
  
   }
   
   .FLTright { 
  float:right;
  
   }
	
h1 {
	color:#0c72b9;
	font-size:1.5em;
	font-weight:600;
	padding:2px 0px;
	}
	
	
h2 {
	color:#79c149;
	font-size:1.2em;
	font-weight:500;
	padding:2px 0px;
	}
	
h3 {
	color:#0c72b9;
	font-size:1.2em;
	font-weight:500;
	text-transform:uppercase;
	padding:2px 0px;
	}
h4 {
	font-size: 1.1em;
	font-weight:500;
}



ul {
    list-style:none; 
margin:10px 0; 
padding:0;
	}

	


/* MAIN LAYOUT */

#wrapper {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	position:relative;
	}
	
#wrapper2 {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	position:relative;
	background: url(../images/wrap.jpg) 0 0 no-repeat;
	}
	
#header {
	width:850px;
	height:150px;
	padding: 0;
	float:left;
	display:inline;

	}
	
#header img {
	position:absolute;
	top: 0px;
	right: 145px;
	z-index:5;
}

#navBG {
	position:absolute;
	left: -21px;
	top: 91px;
	height: 72px;
	width: 750px;
	background: transparent url(../images/nav.png) 0 0 no-repeat;
	padding-top:20px;
	float:left;
	display:inline;
}
#navContainer {
	position:absolute;
	left: -21px;
	top: 91px;
	height: 72px;
	width: 750px;
	/*background: transparent url(../images/nav.png) 0 0 no-repeat;*/
	padding-top:20px;
	float:left;
	display:inline;
}
	
#contentWrap {
	width: 690px;
	float:left;
	height:auto;
	display:block;
	background: transparent;/* url(../images/content-bk.png) 0 0 repeat-y;*/
	border-left: 1px solid #ccc;
	float:left;
	display:inline;
}
	
	
  #footer {
	width:960px;
	height:46px;
	line-height:50px;
	padding: 0;
	float:left;
	background: transparent url(../images/footer.gif) 0 0 no-repeat;
	text-align:center;
	color:#333;
	font-size:0.96em;
	border-top: 1px solid #DDD;
 }
 
 
#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	font-weight:bold;
	padding: 0 30px 0 2px;
	border-right: 0px solid #333;
	text-transform:uppercase;
}

 
#footer a:hover{
	text-decoration:underline;	
}

#footer a:last-child {
	border-right:none;
}
	
/* NAVIGATION */
	
/*#nav {
	width:850px;
	height:60px;
	padding: 0;
	float:left;
	display:inline;
	background: url(../images/nav.gif) 0 0 repeat-x;
	color:#000;
	}*/
	
#navContainer ul {
padding-left: 0;
margin-left: 20px;
color: #FFF;
float: left;
width: 600px;
position: relative;
z-index:10;
}

#navContainer ul li { display: inline; padding:0; margin:0; }

#navContainer ul li a {
padding: 10px 6px 10px 5px;
margin:0;
color: #333;
line-height: 2em;
text-decoration: none;
border-right: 1px solid #ccc;
display:inline;
text-transform:uppercase;
font-size:0.96em;
position:relative;
}

#navContainer ul li:last-child a {
	border-right:none;
}

#navContainer ul li a:hover, #indexpage .nav-home, #aboutpage .nav-about, #productpage .nav-products, #technicalpage .nav-technical, #staffpage .nav-staff, #newspage .nav-news, #networkpage .nav.network, #contactpage .nav-contact {
color: #000;
background-color:#DDD;

}
 

/* CONTENT */

.leftCol {
	width:315px;
	float:left;
	display:inline;
	margin-right:5px;
	padding: 30px 0 20px 10px;
	min-height: 450px;
	height:auto;
}
.centreCol {
	width:330px;
	float:left;
	display:inline;
	background: transparent url(../images/centre-bk.png) 0 0 no-repeat;
	padding: 20px 0 20px 10px;
	min-height:570px;
	max-height: 660px;
	height: auto;
}


.centreCol2 {
	width:330px;
	float:left;
	display:inline;
	padding: 30px 0 20px 10px;
}

.wideCol {
	width:665px;
	float:left;
	display:inline;
	margin-right:5px;
	padding: 30px 0 20px 10px;
	min-height: 450px;
	height:auto;
}

.flashDiv {
	padding: 10px;
	float:left;
	display:inline;
}

.flashDiv object {
	margin: 0 auto;
	border: 0px solid #ccc;
	
}

ul.range {
	float:left;
	width:150px;
	margin-right:5px;
}

ul.range li {
	background: #fff url(../images/product-list.gif) 0 0 no-repeat;
	height: 30px;
	background-color: #FFF; 
	color:#222;
	padding:2px 5px;
	font-size:1em;
	border:1px solid #CCC;
	margin-bottom:5px;
}

tr.d2 td {
	background-color: #d5afd2; 
	color: #54075b; 
	padding:5px;
	font-size:1em;
	border:1px solid #b0adcf;
}


.latestNews {
	
	width:305px;
	float:left;
	display:inline;
	margin-right:0px;
	padding: 0px;
	
	
}



ul.news {
	float:left;
	width:300px;
	margin-right:5px;
}

ul.news li {
	background: #fff url(../images/product-list.gif) 0 0 repeat-x;
	height: auto;
	background-color: #FFF; 
	color:#222;
	padding:12px 5px;
	font-size:1.1em;
	border:1px solid #CCC;
	margin-bottom:5px;
}


ul.news li a{
	color:#333;
}


ul.news li a:hover{
	color:#0c72b9;
}



.ecs-staff {
	margin: 10px 0;
	border-bottom:1px dashed #999;
	padding-bottom:10px;
}

.ecs-staff-pic {
	margin: 10px 0;
	border:2px solid #79c149;
	padding:3px;
}

.ecs-staff strong {
	font-size:1.1em;
}

ul.networkList {
	float:left;
	width:120px;
	margin-right:5px;
}

ul.networkList li {
	height: auto;
	color:#222;
	padding:2px 0;
	text-indent: 5px;
}

.ecsImg {
	border:1px solid #888;
	margin:5px 0;
}

.logoRight {
	float:right;
	padding-right:25px;
}

.imageLeft {
	float:left;
	margin-right:5px;
	margin-top:0px;
}

.product-data {
	margin: 10px 0 30px;
	
}

.news-link {
	margin:5px 5px;
	padding:5px;
	border:1px solid #888;
	width:190px;
	height:160px;
	float:left;
	display:inline;
	
}

.news-link h2 a {
	background-color:#0c72b9;
	padding:8px 5px;
	display:inline;
	float:left;
	color:#FFF;
	border:1px solid #888;
	width:150px;
	
	
}



.news-download {
	margin-top:20px;
	padding:20px;
	border-top:1px solid #888;
}

.news-download img.readerIcon, .product-data img.readerIcon {
	margin-left:10px;
	vertical-align:bottom;
}
.news-download img.readerLink {
	margin-top: 30px;
}

ul.news-content li{
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
}

#contact-form label {
	float: left;
	width:120px;
	text-align:right;
	margin: 3px 0 5px 0;
}

input.text,textarea {
	float: right;
	width: 190px;
	margin: 0 5px 5px 0;
	background: #fdfdfd;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	border: #999 1px solid;
	color: #000;
	font-weight:600;
}

textarea {
	width: 190px;
	height: 90px;
	margin: 5px 5px 5px 0;
	overflow:auto;
}

.buttons {
	margin-top:20px;
	margin-left: 140px;
}

input.button {
	background: #fafafa;
	padding: 2px 5px;
	border: #999 1px solid;
	color: #000;
	font-weight:600;
}




/* CONTACT FORM  */

		#formcontent{
		    width:auto;
			height:auto;
		    text-align:left;
		    margin:0px;
			display:inline;
			float:left;
			padding:5px;
			color:#000;
	
					}
		#name, #email, #company{
		    width:270px;
		    padding: 2px;
		    font-size:1em;
			color:#0066FF;	
		}
		#security_code {
			width: 150px;
			padding:2px;
			font-size:1em;
			color:#0066FF;
		}
		
		#submit{
			clear:left;
			margin-top:10px;
			float:left;
		}
		label{
		    font-size:1em;
			padding:0;
		}
		
			
		.green{
		    width:200px;
		    background-color:#8fd400;
		    border-bottom:solid 1px #666;
		    padding:5px;
		    margin-bottom: 1px;
		    font-weight:bold;
		    text-align:left;
			color:#000;
			font-size:1.2em;
		}
		.red{
		    color:#FFF;
			background-color:#FF0066;
		    font-weight:bold;
			padding:5px;
		}
		
		.button {
     border:1px solid #FFF;
    background-color:#0066a4;
    padding: 2px;
	color:#FFFFFF;
	width:auto;
	display:inline;
	float:left;
}

input {

color:#0066a4;
  margin:2px;
  padding:2px;
  display:inline;
	float:left;
}





