/* the following hold the images for the banners */

/* this is the box that holds the image for estimate requests */
#topestimate {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #272D35;
	background-image:    url("../images/banners/er_banner_right.jpg");
	background-repeat: no-repeat;
	background-position: right;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	}


/* this is the box that holds the image for products and services */
#topproducts {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #57372C;
	background-image:    url("../images/banners/ps_right_banner.jpg");
	background-repeat: no-repeat;
	background-position: right;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
/* this is the image for the front page */
	#topfront {
	padding: 0px;
	margin:0px 10px 0px 10px;
	border: 0px solid #ccc;
		background-color: #000000;
		background-image:   url("../images/banners/front_banner_right.jpg");
	background-repeat: no-repeat;
	background-position: right;

	height: 81px;
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	}
	
	/* this is the image for the company profile page */
	#topcompanyprofile {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #272B34;
	background-image:   url("../images/banners/cp_banner_right.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 81px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
		/* this is the image for the technical information page */
	#toptechnicalinformation {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #7C7666;
	background-image:   url("../images/banners/ti_banner_middle.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 81px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
			/* this is the image for the maps and direction page */
	#topmaps {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #1A0808;
	background-image:   url("../images/banners/md_banner_right.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 81px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}