#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-homebarista.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

.bl_login {
	display:none;
}

.category-title a, .category-title a:hover {
	font-size: 12pt;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	color: #333224;
}

.bl_cart {
	display:none;
}

.buy-button {
	display:inline;
	top: 5px;
	padding-left: 10px;
	position:relative;
}
.buy-button img {
}

a {text-decoration:none;}

.category-image {
	float:left;
	padding-right: 6px;
	text-align:center;
	width: 95px;
	padding-top: 10px;
}
.category-title {
	padding-top: 25px;
}

#content {
	width: 275px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	left: 562px;
	top: 195px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 824px;
		top: 197px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 820px;
		top: 572px;
		background: url(../images/layout/downarrow.png);
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-homebarista.png) no-repeat;
	position: absolute;
	left: 187px;
	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: 231px;
			height: 327px;
			bottom: 0;
			left: 0;
			background-image: url(../images/layout/navimage-homebarista-about.png);
		}

		#navimage-coffee {
			width: 217px;
			height: 156px;
			left: 0;
			top: 60px;
			background-image: url(../images/layout/navimage-homebarista-coffee.png);	
		}

		#navimage-homebarista {
			width: 291px;
			height: 124px;
			right: 0;
			bottom: 0;
			background-image: url(../images/layout/navimage-homebarista-homebarista.png);
		}

		#navimage-cafes {
			width: 257px;
			height: 313px;
			left: 30px;
			top: 0;
			background-image: url(../images/layout/navimage-homebarista-cafes.png);
		}

		#navimage-news {
			width: 111px;
			height: 270px;
			left: 360px;
			bottom: 0;
			background-image: url(../images/layout/navimage-homebarista-news.png);
		}

		#navimage-contact {
			width: 187px;
			height: 325px;
			left: 135px;
			top: 0px;
			background-image: url(../images/layout/navimage-homebarista-contact.png);
		}

/* End Custom Nav Images */
