#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 248px;
	height: 89px;
	z-index: 75;
}

#nav {
	background-image: url(/images/header_pic.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 53px;
	padding-left: 260px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: 0px;
}

#nav table {
	margin: 0px;
	padding: 0px;
}

#nav table td {
	text-align: center;
}

#header {
	background-color: #DDD7C5;
	background-image: url(/images/bg_header.gif);
	border-bottom: 1px solid #000;
	padding: 0px;
	margin: 0px;
}

#header table {
	margin: 0px;
	padding: 0px;
}

#header table td {
	text-align: center;
}

#brownbar1 {
	background-color: #7E7651;
	background-image: url(/images/bg_brownbar1.jpg);
	height: 10px;
}

#picturebar {
	background-color: #E8E8E0;
	background-image: url(/images/bg_light.gif);
	border-bottom: 1px solid #000;
}

#brownbar2 {
	background-color: #7E7651;
	background-image: url(/images/bg_brownbar2.jpg);
	height: 10px;
}

#catalogmenu {
	position: absolute;
	top: 53px;
	left: 400px;
	z-index: 50;
	visibility: hidden;
}

#servicesmenu {
	position: absolute;
	top: 53px;
	left: 500px;
	z-index: 50;
	visibility: hidden;
}

#guidesmenu {
	position: absolute;
	top: 53px;
	left: 600px;
	z-index: 50;
	visibility: hidden;
}

#contentwrap {
	position: absolute;
	top: 80px;
	left: 250px;
	right: 50px;
	padding: 0px;
	z-index: 25;
}

#maincontent {
	background-color: #FFF;
	margin: 0px;
	padding: 40px;
	padding-bottom: 20px;
	border-right: 2px solid #B0A88B;
	border-bottom: 2px solid #B0A88B;
	border-left: 1px solid #C0B89B;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
}

#viewcart {
	position: absolute;
	top: 5px;
	left: 820px;
	z-index: 75;
}