
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}

#imageMenu {
	position: relative;
	/*width: 750px;*/
	height: 52px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	}

#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:214px;
	height: 52px;
}

#imageMenu ul li.landscapes a {
	background: url(images/ecom.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/custom.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/website.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

#container {
	width: 860px;
	margin: auto;
	padding-top: 50px;
	padding-left:10px;	
}
/*
#example {
	background-image: url(images/icon_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:600px;
}*/
/*************************************************************/

