
#header2{
	background: url(../images/hdr-bkg.gif) repeat-x scroll;
	height:181px;
	position:absolute;
	z-index :0;
	top: 46px;
	left:0px;
	width:100%;

}

#navigation{
	height:60px; z-index:101; width:100%;
}

#index, #index div, 
#services , #services div, 
#solutions, #solutions div, 
#contact,  #contact div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#index, #services, #solutions, #contact{
	background-image: url(../images/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:171px;
	behavior:url(iepngfix.htc);
}

#index{
	background-position: 0px -25px;
	margin-left:6px;
}

#services{
	background-position: -98px -25px;
	margin-left:105px;
}

#solutions{
	background-position: -196px -25px;
	margin-left:204px;
}

#contact{
	background-position: -294px -25px;
	margin-left:303px;
}

#index div, #services div, #solutions div, #contact div {
	background-image: url(../images/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	behavior:url(iepngfix.htc);
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}

.content{
	margin-top:160px;
}

#content-title{
	background: url(../images/content-title.png) no-repeat scroll;
	height:323px;
	position:absolute;
	width:100%;
}