/* Tutorial button with jQuery */
.otherbutton {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/contact.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.otherbutton span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/contact.png) no-repeat;
	background-position: bottom;
}





.manufacturing {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/manufacturing.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.manufacturing span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/manufacturing.png) no-repeat;
	background-position: bottom;
}








.onsite {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/onsite.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.onsite span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/onsite.png) no-repeat;
	background-position: bottom;
}








.project {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/proman.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.project span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/proman.png) no-repeat;
	background-position: bottom;
}









.ssurveys {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/sitesurveys.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.ssurveys span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/sitesurveys.png) no-repeat;
	background-position: bottom;
}






.maintenance {
	clear: both;
	position:relative;
	display:block;
	height: 131px;
	width: 216px;
	background:url(images/maint.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.maintenance span.hover {
	position: absolute;
	display: block;
	height: 131px;
	width: 216px;
	background: url(images/maint.png) no-repeat;
	background-position: bottom;
}





#shopnow{
	width:auto;
	height:auto;
	position:absolute;
	left: 20px;
	z-index:99999;
	bottom: 20px;
}

.shoponline a {
display: block;
background: #00347d; /*background of tabs (default state)*/
background-image:url(images/nav-x-red.jpg);
background-repeat:repeat-x;
color: #ffffff;
padding: 8px 10px;
text-decoration: none;
}
.shoponline a:hover {
display: block;
background: #00347d; /*background of tabs (default state)*/
background-image:url(images/nav-x-red-hover.jpg);
background-repeat:repeat-x;
color: #ffffff;
padding: 8px 10px;
text-decoration: none;
}

