#frame {
	width: 940px;
	text-align: left;
}

#top_desc {
	text-align: right;
	font-size: 11px;
	color: #886a32;
	padding: 3px 0px 3px 0px;
}

#head {
	width: 100%;
	height: 138px;
	border: 1px solid #886a32;
	border-bottom: 1px solid #d5a962;
	background: url(../images/head.jpg) no-repeat;
}

#body_frame {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #886a32;
	border-right: 1px solid #886a32;
}

#body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#menu {
	width: 180px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/menu_bottom.jpg) #84693a no-repeat bottom left;
}

#menu_contents {
}

#menu_bottom {
	width: 180px;
	height: 113px;
}

#navmenu {
	padding: 8px 8px 14px 8px;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	list-style: none;
}

#navmenu li {
	padding: 3px 6px 5px 6px;
	margin: 4px 0px 4px 0px;
	line-height: 14px;
}
#navmenu a {
	color: #d5a962;
	font-weight: normal;
	text-decoration: none;
	padding:0px;
}

#navmenu a:hover {
	text-decoration: underline;
}

#content {
	padding: 8px 12px 8px 12px;
	background: #ffffff url(../images/content_bg.jpg) no-repeat bottom left;
}

#foot {
	width: 100%;
	height: 48px;
	border: 1px solid #886a32;
	border-top-style: none;
	background: url(../images/foot.jpg) no-repeat;
}

#copyright {
	text-align: right;
	font-size: 11px;
	color: #886a32;
	padding: 3px 0px 3px 0px;
}

body,td,th, p {
	font-family: Verdana, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

tr, td, th {
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
  	vertical-align: top;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #fedd96;
}
a:link {
	color: #84693a;
	text-decoration: none;
}
a:visited {
	color: #84693a;
	text-decoration: none;
}
a:hover {
	color: #5a7d9f;
	text-decoration: none;
}
a:active {
	color: #84693a;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #AF2F2F;
	margin-top: 3px;
}

p {
	color: #333;
}

p.breadcrumbs {
	margin: 0px;
	padding: 0px;
}

.breadcrumbs .norm {
	background-image: url(../images/crumb.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px 0px 0px 10px;
	margin: 0px 5px 0px 0px;
	font-size: 12px;
}

.breadcrumbs a {
	background-image: url(../images/crumb.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 1px 5px 0px 0px;
	font-size: 12px;
}

.product_container {
	padding: 4px;
	margin: 4px;
	/*border: 1px solid #333;*/
}

.product_img {
	text-align:center;
}
.product_img.left {
	text-align:left;
}

.product_name, .product_caption {
	text-align:center;
}

table.option_display td {
	padding: 2px 3px 1px 0px;
}

table.option_display td.option_label {
	color: #AF2F2F;
	font-weight: bold;
}

.cartDisplay {
	border-collapse: collapse;
	width: 100%;
}

.cartDisplay th, .cartDisplay td {
	vertical-align: top;
}
.cartDisplay th {
	border: 1px solid #778DA5;
	background-color: #D5A962;
	font-weight: normal;
	color: #333333;
	padding: 2px 2px 2px 4px;
}

.cartDisplay td {
	border: 1px solid #778DA5;
	padding: 2px 2px 2px 4px;
}

.cartDisplay td.display_options {
	font-size: smaller;
}

.cartDisplay td.currency, .cartDisplay td.numeric, .cartDisplay td.right {
	text-align: right;
	padding: 4px 2px 2px 2px;
}

.cartDisplay td.noBorder {
	border: none;
}

.cartDisplay select {
	border: thin solid #778DA5;
	margin-right: 2px;
}

.cartDisplay input.quantity {
	width: 20px;
	text-align: right;
	border: 1px solid #778DA5;
}

.cartDisplay td.total {
	background-color: #92A4B7;
	color: #333333;
}
