/* standard elements */
html {min-height: 100%;}

/*

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}


p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

*/


/* ///////////////////  Fish Eye CSS ///////////////////// */


.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}

a.navItem
{
	text-align: center;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	width: 160px;
	position: absolute;
	display: block;
	bottom: 0;
}

a:focus {outline:none;}

.navItem img
{
	border: none;
	margin: 0px auto 0 auto;
	width: 100%;

}

.navItem span
{
	display: none;
	positon: absolute;
	color: #888;
}
.navContainer
{
	height: 50px;
	width: 870px;
	left: -96px;
	position: absolute;
}
#fisheyeId
{
	position: absolute;
	width: 92%;
	left: 45px;	/* centering of fisheye navbar */
}




