/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 980px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:245px;
	height: 200px;
}

.imageMenu ul li.landscapes a {
	background: red url(../img/01-music-production.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: green url(../img/02-projects.jpg) repeat scroll 0%;
}

.imageMenu ul li.nature a {
	background: blue url(../img/03-booking-agency.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban a {
	background: orange url(../img/04-casting.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*************************************************************/


