@import url("whitespace.css");

p {
	margin: 0;
}
img {
	border-width: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}

body {
	background: #4b4b4b;
	padding: 10px 0;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#container {
	background: url(/images/bg.jpg) 0 0 no-repeat;
	width: 994px;
	height: 690px;
	position: relative;
	border: 3px solid #d0000d;
	margin: 0 auto;
}
#header {
	display: block;
	margin: 0 0 0 90px;
	width: 245px;
	height: 265px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 245px;
	text-decoration: none;
}
#content {
	position: absolute;
	top: 278px;
	left: 97px;
	padding: 15px 35px;
	width: 686px;
	height: 275px;
	overflow: auto;
	color: #333;
}
#locations {
	margin: 0;
	position: absolute;
	list-style: none;
	top: 155px;
	left: 370px;
	width: 480px;
	height: 110px;
}
#locations li {
	margin: 0;
	height: 110px;
	width: 110px;
	text-indent: -1234em;
	position: absolute;
	top: 0;
}
#locations li a {
	display: block;
	height: 110px;
	text-decoration: none;
}
#honalulu {
	left: 0;
}
#kahului {
	left: 126px;
}
#lahiana {
	left: 246px;
}
#kailuakona {
	left: 366px;
}
#catalog {
	margin: 0;
	position: absolute;
	top: 615px;
	left: 270px;
	width: 400px;
	height: 60px;
	text-indent: -1234em;
}
#catalog a,
#catalog2 a,
#blog a {
	display: block;
	height: 60px;
	text-decoration: none;
}
#catalog2 {
	margin: 0;
	position: absolute;
	top: 80px;
	left: 340px;
	width: 360px;
	height: 60px;
	text-indent: -1234em;
}
#blog {
	margin: 0;
	position: absolute;
	top: 80px;
	left: 700px;
	width: 160px;
	height: 60px;
	text-indent: -1234em;
}

