* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.clr {
	clear: both;
	overflow: hidden;
}
.button {
	border: 1px solid yellow;
	color: #000000;
	padding: 2px;
	cursor: pointer;
	background-color: #FFFF80;
}
#home-page-text {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 110%;
	overflow: hidden;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DDDDDD;
	overflow: hidden;
}
#content {
	height: 480px;
	width: 960px;
	overflow: hidden;
}
#navigation {
	float: left;
	width: 150px;
	height: 520px;
	background-color: #EEEEEE;
	border-right: 1px solid #7DB1EC;
	overflow: hidden;
}
#mainpane {
	float: right;
	width: 809px;
	height: 480px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#header {
	clear: both;
	height: 100px;
	color: #000000;
	background: url('/images/header1.gif');
	text-align: center;
	overflow: hidden;
}
#footer {
	height: 35px;
	background-color: #FFFF3E;
	overflow: hidden;
}
#copyright {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	width: 250px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}
#login-panel {
	display: none;
	float: left;
	padding: 7px;
	width: 400px;
	overflow: hidden;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#navitem li {
	padding-top: 6px;
	padding-right: 6px;
	text-align: right;
	list-style-type: none;
}
#navitem li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navitem li a:hover {
	color: #FFBF00;
	font-weight: bold;
}
#hours, #contact {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	color: #000000;
	overflow: hidden;
}
.text-block {
	clear: both;
	padding: 5px;
	overflow: hidden;
}
.featured {
	float: left;
	margin-left: 5px;
	height: 170px;
	width: 150px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.featured-title {
	clear: both;
	color: #000000;
	font-size: 12px;
	height: 33px;
	font-weight: bold;
	overflow: hidden;
}
.featured-price {
	clear: both;
	text-align: right;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
.section-header {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFF3E;
	text-align: center;
	overflow: hidden;
}
.admin-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	overflow: hidden;
}
.listing {
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.listing-thumbnail {
	width: 200px;
	height: 120px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
}
.listing-thumbnail-frontpage {
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.listing-title {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: black;
	color: #FFFF3E;
	overflow: hidden;
}
.listing-description {
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
}
.listing-price {
	float: right;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	overflow: hidden;
}
.active-page {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	overflow: hidden;
}
.labels {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}
.error-msg {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

/* MODALS */

#detailspanel {
	position: fixed;
	display: none;
	top: 10%;
	left: 50%;
	padding: 12px;
	margin-left: -400px;
	width: 800px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
  overflow: hidden;  
}
.jqmOverlay {
	background-color: #000000;
}
#popup-thumbnail-large {
	width: 480px;
	height: 322px;
	border: 1px solid #000000;
	overflow: hidden;
}
.popup-thumbnail-small {
	cursor: pointer;
	width: 150px;
	height: 104px;
	border: 1px solid #000000;
	overflow: hidden;
}
.popup-data-label {
	clear: both;
	float: left;
	width: 100px;
	padding: 1px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	background-color: #000000;
	color: #FFFF3E;
	overflow: hidden;
}
.popup-data-label-float {
	float: left;
	width: 100px;
	padding: 1px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	background-color: #000000;
	color: #FFFF3E;
	overflow: hidden;
}
.popup-data-value {
	float: right;
	width: 190px;
	padding: 1px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
}
.popup-data-entry {
	float: left;
	width: 190px;
	margin-left: 4px;
	height: 12px;
	padding: 1px;
	margin-bottom: 2px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}
.popup-data-entry-select {
	float: left;
	width: auto;
	margin-left: 4px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}
.popup-data-entry-textarea {
	float: left;
	width: 340px;
	margin-left: 4px;
	height: 100px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}
/* Fixed posistioning emulation for IE6
	Star selector used to hide definition from browsers other than IE6
	For valid CSS, use a conditional include instead */
* html .detailspanel {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}