/* Home page nav adjustment */

#topNav {
	width:786px;
	}

* html #topNav {
	width:786px;
	}

/*homepage main content styles */

#SystemArea{
		float:left;
		width:392px;
		border-right: 1px solid #fff;
}
/*
.specsure{
	width:200px;
	float:left;
}*/
#SystemArea img{
	float:right;
   margin-right:20px;
	/*display: inline;*/
	margin-top:0px;
}

#SupportArea{
		float:left;
	   width:393px;
}
#SupportArea img{
	float:right;
   margin-right:20px;
	/*display: inline;*/
	margin-top:0px;
}

/* home page side bar - used by Homepage Only */
#sidebarHome {
	width: 786px;
	margin-left: 0px;
	float: left;
   	background:#fff;
	border-right: 1px solid #fff;
	
}
#sidebarHome ul{
   	margin:0px;
	padding:0px;
	list-style:none;
}

#sidebarHome h2{
	background: #0C457A;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 21px;
	color:#fff;
	font-weight: bold;
}


#sidebarHome a {
	color:#1444a5;
	font-size:100%;
	margin-top:5px;
	text-decoration:none;
}
#sidebarHome a:hover {
	color:#006;

}
#sidebarHome p{
	font-size: 78%;
	margin:10px 5px;
}
/* end home page side bar */

/*homepage product list */
.ProdList{
	margin-left:0px;
	padding:0px;
}

.ProdList li {
	list-style: none;
	float: left;
	display:inline;
	margin-bottom:12px;
	margin-top:12px;
}

.prodThumb {
	margin-left:18px;
	margin-right:18px;
	width:120px;
	text-align:center;
	font-size:78%;
}

.prodThumb img{
	display: block;
	margin:0 auto;
}

.prodBorder {
 	border-right:1px solid #000;
}

#prodcontainer{
	margin-top:155px;
}

/*end homepage product list */

/*homepage right hand side */

#right{
	float:right;
	margin:-23px 0 0 0;
	width:152px;
	background:#DEDEDE;
}

* html #right {
	margin:-20px 0 0 0;
	width:151px;
}

#right h4 {
	font-weight:bold;
	color:#fff;
	margin:1px 0 0 0;
	padding:3px 0 4px 6px;
	background:#999;
}

* html #right h4 {
	padding:2px 0 2px 6px;
}

#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 a{
	display:block;
	color:#1444a5;
	font-weight: bold;
	text-decoration: none;
}

#right a:hover{
	color: #006;
}

#right p img{
	float:right;
   margin-right:-5px;
	/*display: inline;*/
	margin-top:-10px;
}
.rightArrow {
	margin-right:5px;
	width:6px;
	height:7px;
}
/*end home page right hand side */

/*________________________________________________________*/

/* Scroller Styles */

#right .latestNews {
	height:194px;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:-10px;
	}
	
* html #right .latestNews {
	height:201px;
	}

#right .latestNews h5 {
	margin:3px;
	font-size:75%;
	font-weight:normal;
	margin-bottom:5px;
	}

#right .latestNews h5 a {
	font-weight:normal;
	}

#right .latestNews p {
	margin:3px;
	font-size:70%;
	padding:0;
	border:0;
	}

#right .latestNews p img {
	margin:3px;
	}

#divscroller0 {
	width:146px !important;
	}

#divscroller0 div,
#divscroller0 span {
	width:146px !important;
	}
	
#divscroller0 .scrollerbody a {
	color:#000000;
	}