#illContainer {
	width: 688px;
	height: 681px;
	position: relative;
	background: #fff url(/images/illustration/cont_bg.jpg) no-repeat;
}


#illContainer div#tabTitles {
	position: absolute;
	top: 3px;
	height: 54px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

div#tabTitles #ttitle1 {
	position: absolute;
	width: 156px;
	left: 38px;
}
div#tabTitles #ttitle2 {
	position: absolute;
	width: 197px;
	left: 223px;
}
div#tabTitles #ttitle3 {
	position: absolute;
	width: 197px;
	left: 450px;
}

#img1 {
	position: absolute;
	width: 168px;
	height: 372px;
	top: 34px;
	left: 29px;
}
#img2 {
	position: absolute;
	width: 214px;
	height: 372px;
	top: 34px;
	left: 212px;
}
#img3 {
	position: absolute;
	width: 214px;
	height: 372px;
	top: 34px;
	left: 441px;
}


/* Tab 1 definitions */
	#tab1_1 {
		position: absolute;
		top: 22px;
		left: 18px;
		width: 190px;
		height: 383px;
		display: block;
		background-image: url(/images/illustration/tab1_1.png);
	}

	#tab1_2 {
		position: absolute;
		top: 405px;
		left: 18px;
		height: 114px;
		width: 283px;
		display:block;
		background-image: url(/images/illustration/tab1_2.png);
	}

	#tab1_2 div.croptype {
		float: left;
		display: inline;
		width: 125px;
		margin-left: 12px;
		margin-top: 15px;
		text-align: center;
		font-style: italic;
		font-weight: bold;
		font-size: 1.1em;
	}
	#tab1_2 a {
		display: block;
		width: 125px;
		height: 71px;
		margin-top: 5px;
	}
	#tab1_2 a.potato {
		background: transparent url(/images/illustration/crop_buttons_sprite.png) no-repeat 0 0;
	}
	#tab1_2 a.potato:hover {
		background: transparent url(/images/illustration/crop_buttons_sprite.png) no-repeat 0 -71px;
	}
	#tab1_2 a.wheat {
		background: transparent url(/images/illustration/crop_buttons_sprite.png) no-repeat -125px 0;
	}
	#tab1_2 a.wheat:hover {
		background: transparent url(/images/illustration/crop_buttons_sprite.png) no-repeat -125px -71px;
	}


/* Tab 2 definitions */

	#tab2_1 {
		position: absolute;
		top: 22px;
		left: 201px;
		height: 383px;
		width: 237px;
		display: none;
		background-image: url(/images/illustration/tab2_1.jpg);
	}

	#tab2_2 {
		position: absolute;
		top: 405px;
		left: 201px;
		height: 166px;
		width: 372px;
		padding-left: 11px;
		padding-top: 15px;
		display: none;
		background-image: url(/images/illustration/tab2_2.png);
	}

	#tab2_2 a#maplink {
		display: block;
		width: 361px;
		height: 132px;
		margin-top: 5px;
		background: transparent url(/images/illustration/gmaps_image.png) no-repeat;
	}


/* Tab 3 definitions */

	#tab3_1 {
		position: absolute;
		top: 22px;
		left: 429px;
		width: 237px;
		height: 383px;
		display: none;
		background-image: url(/images/illustration/tab3_1.jpg);
	}

	#tab3_2 {
		position: absolute;
		top: 405px;
		left: 344px;
		height: 144px;
		width: 322px;
		display: none;
		background-image: url(/images/illustration/tab3_2.png);
	}

	#tab3_2 div.holder {
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 5px;
	}

	#tab3_2 a#tab_preview {
		display: block;
		margin-top: 5px;
		margin-left: 12px;
		width: 277px;
		height: 64px;
		background: transparent url(/images/illustration/sneak_preview_sprite.png) no-repeat 0 0;
	}
	#tab3_2 a#tab_preview:hover {
		background: transparent url(/images/illustration/sneak_preview_sprite.png) no-repeat 0 -64px;
	}