#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-coffee.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

.bl_login {
	display:none;
}

.bl_categorydescription {
	display:none;
}

.bl_cart {
	display:none;
}

.buy-button {
	display:inline;
	padding-left: 0px;
	position:relative;
	top: 5px;
}
.buy-button img {
}

a {text-decoration:none;}

#content {
	width: 478px;
	height: 375px;
	overflow: hidden;
	position: absolute;
	left:87px;
	top:228px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 590px;
		top: 235px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 590px;
		top: 564px;
		background: url(../images/layout/downarrow.png);
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-coffee.png) no-repeat;
	position: absolute;
	left: 690px;
	top: 2px;
	z-index: 100;
	display:block;
}

	#nav ul {
		position:relative;
		display:block;
		padding:0;
		margin:0;
	}
	#nav ul li {
		display:block;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		position:absolute;
	}
	#nav ul li a {
		display:block;
		text-decoration:none;
		text-indent:-9999px;
		background-image: url(../images/layout/nav-text.png);
	}
	#nav ul li a:hover {
		background-image: url(../images/layout/nav-active.png);
	}

	.navimage {
		position:absolute;
		display:none;
		background-repeat: no-repeat;
	}

/* Custom Nav Images */

		#navimage-about {
			width: 115px;
			height: 127px;
			top: 248px;
			right: 280px;
			background-image: url(../images/layout/navimage-coffee-about.png);
		}

		#navimage-coffee {
			width: 148px;
			height: 342px;
			top: 40px;
			right: 240px;
			background-image: url(../images/layout/navimage-coffee-coffee.png);	
		}

		#navimage-homebarista {
			width: 290px;
			height: 192px;
			bottom: 40px;
			right: 40px;
			background-image: url(../images/layout/navimage-coffee-homebarista.png);
		}

		#navimage-cafes {
			width: 190px;
			height: 333px;
			bottom: 0;
			right: 120px;
			background-image: url(../images/layout/navimage-coffee-cafes.png);
		}

		#navimage-news {
			width: 195px;
			height: 265px;
			left: 480px;
			top: 0;
			background-image: url(../images/layout/navimage-coffee-news.png);
		}

		#navimage-contact {
			width: 242px;
			height: 295px;
			right: 15px;
			top: 0px;
			background-image: url(../images/layout/navimage-coffee-contact.png);
		}

/* End Custom Nav Images */
