﻿@charset "UTF-8";
/* 
==============================================================================
Style specific to a master page layout. This should style things like column
widths.

It is all about the formation of a wireframe with in an overall site frame work
==============================================================================
 */

#b_warranty
{
	display: block;
	float: left;
	width: 185px;
	height: 184px;
	background-image:url("../images/b_warranty.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_warranty:hover {
	background-position: 0px -185px;
}

#b_warranty a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_warranty span {
	display: none
}

#b_install
{
	display: block;
	float: left;
	width: 185px;
	height: 184px;
	background-image:url("../images/b_install.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_install:hover {
	background-position: 0px -185px;
}

#b_install a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_install span {
	display: none
}

#b_overlay
{
	display: block;
	float: left;
	width: 185px;
	height: 184px;
	background-image:url("../images/b_overlay.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_overlay:hover {
	background-position: 0px -185px;
}

#b_overlay a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_overlay span {
	display: none
}

#b_service
{
	display: block;
	float: left;
	width: 185px;
	height: 183px;
	background-image:url("../images/b_service.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_service:hover {
	background-position: 0px -185px;
}

#b_service a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_service span {
	display: none
}

#b_resource
{
	display: block;
	float: left;
	width: 185px;
	height: 183px;
	background-image:url("../images/b_resourcectr.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_resource:hover {
	background-position: 0px -185px;
} 

#b_resource a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_resource span {
	display: none
}

#b_brochure
{
	display: block;
	float: left;
	width: 185px;
	height: 183px;
	background-image:url("../images/b_brochure.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#b_brochure:hover {
	background-position: 0px -185px;
}

#b_brochure a {
	display: block;
	width: 185px;
	height: 184px;
}
#b_brochure span {
	display: none
}
