/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 624px;
	height: 200px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0px;
	
	}

#imageMenu ul li {
	float: left;
	
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:124px;
	height: 200px;
	margin-left: 0px;
	padding-left: 0px;
	
}

#imageMenu ul li.landscapes a {
	background: url(images/tequilas.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/scotch.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/wines-from-australia.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/wines-from-mexico.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/wines-from-argentinia.jpg) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.wallaby a {
	background: url(images/wallaby-creek-wines.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.paulett a {
	background: url(images/paulett-wines.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.creed a {
	background: url(images/creed-wines.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.blank-zero a {
	background: #000000 url(images/blank.jpg) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.blank a {
	background: url(images/blank.jpg) repeat scroll 0%;
	width: 310px;
}
.clear {
	clear: both;
}

/*************************************************************/
.black-holder {
	background-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
