body {
	text-align: left; /* to center page, set to "center" algned for ie */
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	background: #fff;
}
p{
	font-size: 90%;

}

h1{
margin:0;
padding:0;
font-size:100%;
height:61px;
width:289px;
float:left;

}
h2{
	margin: 0;
	font-size: 80%;
	
}
.h2hometitle{
	background: #0C457A;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 21px;
	color:#fff;
	font-weight: bold;

}
img{
 border: none;
}

/*________________________________________________________*/


/* layout styles */
#container {
	text-align: left;
	/*margin: 0 auto;*/ /*use this line to center in browser win */
	margin: 0;
	width: 100%;
	border:none;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	width: 728px;
   /*overflow: auto;*/ /*this prevents the nested float "ultilityList" breaking this container float*/
  
}
#header:after { content: ""; display: block; height: 0; clear: both; }/*prevents nested floats breaking layouy- more robust than "overflow" method */


#topNav{
display:none;
}
/*#topNav:after { content: ""; display: block; height: 0; clear: both;}*/
#mainImage{

	border-bottom: 1px solid #fff;
	padding: 0px;
	height:177px;
}
#mainImage:after { content: ""; display: block; height: 0; clear: both; }
/* home page side bar - used by Homepage Only */
#sidebarHome {
  width:75%;
	margin-left: 0px;
	float: left;
   background:#fff;
	overflow:hidden;
	
}
#sidebarHome ul{
   margin:0px;
	padding:0px;
	list-style:none;
	width: 100%;
	float: left;
}

#sidebarHome h2{
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 0px;
	color:#000;
	font-weight: bold;
}
/* end home page side bar */


/*3 column side bar - used by 3 column pages*/
#sidebar {

	width: 150px;
	margin-left: 5px;
	float: left;
   background:#fff;
}
#sidebar ul{
   margin:0px;
	padding:0px;
	list-style:none;
}
/* end 3 column side bar */

#content {
   float:left;
	width:430px;
	background:#fff;

}
#right{

float:right;
margin-right: 5px;
width:151px;
background:#fff;

}

#footer {
display:none;
  
}
/* end layout styles */
/*________________________________________________________*/


/*________________________________________________________*/


/*homepage main content styles */
#Systems{
		clear:both;

}
/*
.specsure{
	width:200px;
	float:left;
}*/
#Systems img{
	
   float:right;
	margin-right: 10%;
	/*display: inline;*/
	margin-top:0px;
}

#Support{

	   width:286px;
}
#Support img{
	float:right;
   margin-right:20px;
	/*display: inline;*/
	margin-top:0px;
}

#sidebarHome a {
	color:#0099cc;
	font-size:100%;
	margin-top:0px;
	text-decoration:none;
}
#sidebarHome a:hover {
	color:#003399;

}
#sidebarHome p{
	font-size: 78%;
	margin-top:10px;
	margin-bottom:20px;
}

/*homepage product list */
.ProdList{
	margin-left:0px;
	padding:0px;

}

.ProdList li{
  list-style: none;
  float: left;
  margin-bottom:2px;
  margin-top:2px;
  height:70px;

}

.prodThumb {
 margin-left:15px;
 margin-right:15px;
 width:75px;
 text-align:center;
 font-size:78%;

}

.prodThumb img{
	display: block;
}

.prodBorder {
 	border-right:1px solid #000;
}

#prodcontainer{
	margin-top:155px;
}
/*end homepage product list */

/*hopepage right hand side */
#right{
	background:#F6F6F6;
	
}
#right p{
	font-size:78%;
	margin-top:0px;
	margin-bottom:1px;
	color:#000;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
   margin-right:5px;
   border-bottom: 1px solid #fff;
}/*
#right p:first-child{
	background-image: url(../images/right_boxglove.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right:40px;
}*/
#right a{
	display:block;
	color:#0099cc;
	font-weight: bold;
	text-decoration: none;
   
}
#right p img{
	float:right;
   margin-right:-5px;
	/*display: inline;*/
	margin-top:-10px;
}


#right .latestNews {
	display:none;
	}
	
.rightArrow {
	margin-right:5px;
	width:6px;
	height:7px;
}
/*end home page right hand side */

/*________________________________________________________*/

/* misc classes */
/* used to hide legend and form labels */

.offleft {
position: absolute;
left: -9000px;
width: 0;
overflow: hidden;
}

.hidden {
display: none;

}
.stageleft{
	margin-left:-999px;
}

.blockLink {
	font-weight: bold;
	display:block;
}
.bold {
	font-weight: bold;
}
.clear {
 clear: both;

}

.prodThumb {
	width:auto;
	margin:6px;
	}
	
#sidebarHome #flashBanner a img {
width:100% !important;
height:auto !important;
}