#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-contact.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

a	{color: #fff; text-decoration: underline; }
a:hover {color: #fff; text-decoration: underline; }

#content {
	width:460px;
	height:252px;
	overflow: hidden;
	position: absolute;
	left:505px;
	top:77px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

	#uparrow {
		left: 959px;
		top: 78px;
		background: url(../images/layout/uparrow-white.png);
	}
	
	#downarrow {
		left: 965px;
		top: 307px;
		background: url(../images/layout/downarrow-white.png);
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-contact.png) no-repeat;
	position: absolute;
	left: 137px;
	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: 98px;
			height: 129px;
			left: 30px;
			bottom: 125px;
			background-image: url(../images/layout/navimage-contact-about.png);
		}

		#navimage-coffee {
			width: 220px;
			height: 244px;
			left: 0;
			bottom: 50px;
			background-image: url(../images/layout/navimage-contact-coffee.png);	
		}

		#navimage-homebarista {
			width: 200px;
			height: 288px;
			left: 287px;
			top: 15px;
			background-image: url(../images/layout/navimage-contact-homebarista.png);
		}

		#navimage-cafes {
			width: 209px;
			height: 182px;
			right: 0;
			bottom: 0;
			background-image: url(../images/layout/navimage-contact-cafes.png);
		}

		#navimage-news {
			width: 141px;
			height: 112px;
			left: 70px;
			top: 40px;
			background-image: url(../images/layout/navimage-contact-news.png);
		}

		#navimage-contact {
			width: 234px;
			height: 358px;
			left: 0;
			top: 200px;
			background-image: url(../images/layout/navimage-contact-contact.png);
		}

/* End Custom Nav Images */

input, select, textarea {
	border: 0;
	font-size: 9pt;
}

.titleTopCenter {
	display:none;
}
