
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
Image map concept by Stu Nicholls (http://www.cssplay.co.uk/)
*/

/* ---------------------
title: team buckley what we treat image map style sheet
author: wayne taylor
created: 24/12/08
modified: 24/12/08
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   image map style */

#imap {
	display: block;
	width: 702px;
	height: 499px;
	background-image: url(./body-map-image.jpg);
	position: relative;
	margin: 0 auto 2em auto;
}

#imap a#titlex {
	display: block;
	width: 702px;
	height: 0;
	padding-top: 340px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(./body-map-image.jpg) no-repeat 702px 702px;
	cursor: default;
}

* html #imap a#titlex {
	height: 499px;
	he\ight: 0;
}

#imap a#titlex:hover {
	background-position: 0 0;
}

/* -----------------------------------------------------------------------------
   end style sheet */
