/* generated by csscreator.com */ 
html, body{ 
 color:#000000;
 background: #FFFFFF; 
 margin:0; 
 padding:0; 
} 
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #0000FF}
a:active {color: #FF0000}
a img {border: none;}
 
.buttonscontainer {
 width: 100%;
}

.buttons a {
 color: #FFFFFF;
 background: #5A8284;
 padding: 2px;
 padding-left: 30px;
 display: inline;
 font: 13px Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

.buttons a:hover {
 background: #5A8284;
 color: #0000FF;
 text-decoration: none;
}

.buttons a:active {
 background: #5A8284;
 color: #FF0000;
 text-decoration: none;
}
 
#pagewidth{ }
 
#header {
	position: relative;
	width: 100%;
	background: #127C70;
} 

#links{
 background: #5A8284;
 position:relative; 
 width:100%;
} 

#about{
 background: #73756B;
 position:relative; 
 width:100%;
} 

#hardware{
 background: #D8C16D;
 position:relative; 
 width:100%;
} 

#software{
 background: #84905A;
 position:relative; 
 width:100%;
} 

#consulting{
 background: #BAB575;
 position:relative; 
 width:100%;
} 

#training{
 background: #42566E;
 position:relative; 
 width:100%;
} 

#support{
 background: #A8AE8C;
 position:relative; 
 width:100%;
} 

#contactus{
 background: #42556B;
 position:relative; 
 width:100%;
}  

#formmailtitle{
 background: #70776F;
 position:relative; 
 width:100%;
 height:64px;
} 

#leftcol{
 width:25%; 
 float:left; 
 position:relative;
}
 
#twocols{
 width:70%; 
 float:right; 
 position:relative; 
}
 
#maincol{ 
 float:left; 
 display:inline; 
 position: relative; 
 width:90%;
}

#rightcol{
 width:10%; 
 float:right; 
 position:relative; 
} 
 
#footer{
 height:150px; 
 clear:both;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

}
