/*------------------------------------*/
/* Home Specific						*/

	/* ------------------------------- */
	/* Sub Navigation					*/
	
	#subNavigation {
		background: #A39D83 url("/a/img/home/cuisine.jpg") no-repeat 0 100%;
		min-height: 200px;
		height/**/: auto !important;
		height: 389px;
		heigh\t: 200px;
		padd\ing-bottom: 179px;
	}

		#subNavigation h2 {
			background: transparent url("/a/img/home/cuisineTitle.gif") no-repeat 100% 100%;
			height: 42px;
			hei\ght: 33px;
			width: 136px;
			w\idth: 130px;
		}
		
		#subNavigation p a {
			background: transparent url("/a/img/home/cuisineLink.gif") no-repeat 0 0;
			display: block;
			width: 138px;
			height: 13px;
		}

			#subNavigation p a:hover {
				background: transparent url("/a/img/home/cuisineLink.gif") no-repeat 0 -13px;
			}

	/* ------------------------------- */
	/* Content Area						*/
	
	#content {
		margin: 0 5px 0 5px;
		width: 375px;
		float: left;
		border: 0;
	}	
	
		#content #savour {
			background: #7C2623 url("/a/img/home/savour.jpg") no-repeat 0 100%;
			min-height: 187px;
			height/**/: auto !important;
			height: 187px;
			border: 5px solid white;
		}
		
			#content #savour h3 {
				background: url("/a/img/home/savourTitle.gif") no-repeat 100% 100%;
				width: 214px;
				height: 33px;
				padding: 5px 4px;
			}
			
			#content #savour p {
				padding: 9px 9px 0;
				width: 180px;
				color: #ffffff;
			}

				#content #savour p a {
					background: transparent url("/a/img/home/savourLink.gif") no-repeat 0 0;
					display: block;
					width: 163px;
					height: 12px;
				}
		
					#content #savour p a:hover {
						background: transparent url("/a/img/home/savourLink.gif") no-repeat 0 -12px;
					}
					
		#content #recommends {
			background: #7EA3D1 url("/a/img/home/recommends.jpg") no-repeat 100% 100%;
			min-height: 187px;
			height/**/: auto !important;
			height: 187px;
			border: 5px solid white;
			border-top: none;
		}
	
			#content #recommends h3 {
				background: url("/a/img/home/recommendsTitle.gif") no-repeat 100% 100%;
				width: 268px;
				height: 17px;
				padding: 5px 5px;
			}
			
			#content #recommends p {
				padding: 9px 9px 0;
				width: 330px;
				color: #ffffff;
			}

				#content #recommends p a {
					background: transparent url("/a/img/home/recommendsLink.gif") no-repeat 0 0;
					display: block;
					width: 101px;
					height: 11px;
				}
		
					#content #recommends p a:hover {
						background: transparent url("/a/img/home/recommendsLink.gif") no-repeat 0 -11px;
					}


					/* ------------------------------- */
					/* Feature Blocks					*/

					#feature {
						background: #293771 url("/a/img/home/calendar_2009.jpg") no-repeat -2px 0px;
						float: left;
						height: 400px;
					}

						#feature a.clickCalendar {
							display: block;
							width: 185px;
							height: 402px;
						}
						
						#feature a.clickCalendar:hover {
							cursor: pointer;
						}
						
						#feature h2 {
							text-indent: -9999px;
							padding: 0;
						}

						#feature p{font-size:0.9em;} /* Size fix for PC FF & IE, text increases size of box otherwise */

						#feature p {
							padding: 0;
							text-indent: -9999px;
						}

						#feature p a {
							background: transparent url("/a/img/home/moreLink.gif") no-repeat 0 0;
							display: block;
							width: 40px;
							height: 13px;
						}

						#feature p a:hover {
							background: transparent url("/a/img/home/moreLink.gif") no-repeat 0 -12px;
						}
