/* CSS Document */

/****************  navigtion  *************/
#navHolder{
	position:absolute;
	height:62px;
	width:468px;
	top:-51px;
	left:15px;
	
}

#companyBut{	
	height:62px;
	width:156px;
	background:url(../images/buttons/but_comp.jpg) no-repeat left;
	float:left;
	text-indent:-8000px;
}

#portfolioBut{
	height:62px;
	width:145px;
	background:url(../images/buttons/but_port.jpg) no-repeat left;
	float:left;
	text-indent:-8000px;
}

#contactBut{
	height:62px;
	width:167px;
	background:url(../images/buttons/but_cont.jpg) no-repeat left;
	float:left;
	text-indent:-8000px;
}

body#company #companyBut{	
	height:62px;
	width:156px;
	background:url(../images/buttons/but_comp3.jpg) no-repeat;
	float:left;
	text-indent:-8000px;	
}

body#portfolio #portfolioBut{
	height:62px;
	width:145px;
	background:url(../images/buttons/but_port3.jpg) no-repeat;
	float:left;
	text-indent:-8000px;
}

body#contact #contactBut{
	height:62px;
	width:167px;
	background:url(../images/buttons/but_cont3.jpg) no-repeat;
	float:left;
	text-indent:-8000px;
}

#companyBut:hover{
	background:url(../images/buttons/but_comp.jpg) no-repeat right;

}

#portfolioBut:hover{
	background:url(../images/buttons/but_port.jpg) no-repeat right;
}

#contactBut:hover{
	background:url(../images/buttons/but_cont.jpg) no-repeat right;
}