/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: #000;
}

#container1 {
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #000;
	background-image: url(/stylesheets/design_images/206/background-main.jpg);
	width: 952px;
	margin: 0 auto;
	position: relative;
}

#container2 {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/206/background-top.jpg);
	position: relative;
	width: 952px;
}

#header {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/206/background-header.jpg);
	position: relative;
	height: 56px;
	width: 952px;
}

#content {
	width: 450px;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 20px;
	display: inline;
	min-height: 400px;
	background: #fff;
	border: 1px solid black;
	margin-left: 12px;
	position: relative;
}

* html #content {
	height: 400px;
	width: 490px;
	w\idth: 450px;
}

#leftbar {
	width: 153px;
	clear: both;
	float: left;
	margin-top: 98px;
	margin-left: 40px;
	display: inline;
}

#leftbar .zone {
	clear: left;
	margin-bottom: 20px;
	float: left;
}

#sidebar {
	width: 220px;
	float: left;
	margin-left: 12px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}
.sidebar .zone div {
	background: #FFEFD4;
	border: 1px solid black;
	padding: 10px;
}
.sidebar .zone input {
	margin: 4px 0;
}

#footer {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/206/background-footer.jpg);
	background-color: #000;
	clear: both;
	padding-top: 27px;
	padding-bottom: 11px;
	text-align: center;
}
#anidea {
	width: 952px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #4c2b00;
}
#anidea * {
	color: #4c2b00;
	background: none;
}
#anidea a:hover {
	text-decoration: underline;
}
/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 450px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 1px;
}

table.calendar td.outside {
	color: #aaa;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 3px;
	margin: 0 0 1px 0;
	color: white;
	text-decoration: none;
	line-height: 1;
	font-size: 10px;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #034a20;
}

table.calendar .c2 a {
	background-color: #b56700;
}

table.calendar .c3 a {
	background-color: #03254a;
}

table.calendar .c4 a {
	background-color: #822200;
}

table.calendar .c5 a {
	background-color: #4a031c;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	border-top: 1px solid #d1b88f;
	clear: both;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	background: #04662c;
	color: white;
	border: 1px solid black;
	padding: 10px;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.contactform .message {
	background: none;
}

.contactform label {
	display: block;
	color: #4c2b00;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: white;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 450px;
	clear: both;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 150px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 150px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	margin: 4px 0 0 30px;
	font-size: 90%
}

div.blog_archive {
	margin-left: 20px;
	clear: both;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group products */

#product_menu {
	float: left;
	display: inline;
	margin: 0 !important;
}
#product_menu li {
	float: left;
	width: 151px;
	border: 1px solid white;
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
}
#product_menu a:hover {
	text-decoration: none;
}
#product_menu li.current ul {
	width: 120px;
	overflow: hidden;
	margin-left: 0 !important;
}
#product_menu li.current {
	width: 135px;
}
#product_menu li.current ul * {
	border: none;
	width: 120px;
	margin-left: 10px;
	color: #a78e65;
}
#product_menu li.current a:hover,
#product_menu li.current li.current {
	background: none;
	color: white;
}
#product_menu li.current * {
	padding: 0 !important;
	margin: 0;
	text-decoration: none;
}
#product_menu li * {
	display: block;
	color: white;
}
#product_menu li a span,
#product_menu li.current {
	padding: 5px 8px !important;
	background: #B56700;
}
#product_menu li a:hover span,
#product_menu li.current {
	background: #4c2b00;
}

/* @end */

/* @group main */

#main_menu {
	float: left;
	margin-left: 205px;
	display: inline;
	border: 1px solid white;
	width: 722px;
	margin-bottom: 12px;
	background-color: #034a20;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_menu .menu {
	margin-left: 10px !important;
	height: ;
}
#main_menu .menu li {
	border-color: #5e836d;
}
#main_menu .menu li:first-child {
	padding-left: 10px !important;
}
#main_menu a {
	color: white;
}

#main_menu li.current span span {
	color: white;
	text-decoration: underline;
}
/* @end */

/* @group content top */

.menu {
	float: left;
	margin-left: -10px !important;
	display: inline;
}
.menu li {
	list-style-type: none !important;
	padding: 0 10px !important;
	margin: 0 0 2px 0 !important;
	float: left;
	background: none;
	border-right: 1px solid #AB8EA0;
}
.menu a {
	text-decoration: none;
	color: #034a20;
}
.menu a:hover {
	text-decoration: underline;
	background: none;
	color: #034a20;
}

.menu li.current span span {
	color: #000;
	text-decoration: underline;
}

.menu li span {
	padding: 0;
	background: none;
	color: inherit;
}

#content_top .menu {
	margin-bottom: 1em;
	width: 470px;
	color: #b56700;
}
#content_top .menu li {
	border-color: #d1b88f;
}
/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: black;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover {
	position: absolute;
	width: 160px;
	height: 160px;
	left: 14px;
	background: none;
	top: 12px;
	text-indent: -9999px;
}

#header #tagline {
	text-indent: -10000px;
	position: absolute;
}

#footer * {
	font-size: 11px;
	color: #a78e65;
}

#header a {
	color: white;
}
#header a:hover {
	background: none;
	text-decoration: underline;
}

/* @group content */

#content h1 {
	margin: 0 0 .5em 0;
	color: #034a20;
	font: italic bold 180%/1 Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #034a20;
	font: normal 160%/1 Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #034a20;
	font: bold 135%/1 Georgia, "Times New Roman", Times, serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #034a20;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #034a20;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #034a20;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p,
#content ul,
#content ol {
	margin: 0 0 1em 0;
}

#content * ul {
	margin-bottom: 0;
}

#content p img {
	display: block;
	margin: 20px auto;
}

#content img {
	border: 1px solid #d1b88f;
	padding: 4px;
}
div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 1.2em;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2px;
	color: #4c2b00;
}
#leftbar .zone h2 {
	color: white;
	border: none;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

a,
a:link {
	color: #034a20;
}

a:hover,
a:link:hover,
a:visited:hover  {
	color: white;
	background-color: #034a20;
	text-decoration: none;
}

a:visited{
	color: #b56700;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

#content td.label {
	background: #d1b88f;
}
.key label {
	color: white;
}

/* @end */

/* @group cart */
#shopping_cart_links div {
	display: inline;
	padding-right: 24px;
	float: right;
	padding-top: 16px;
}
#shopping_cart_links #shopping_cart a {
	padding-right: 31px;
	display: block;
	padding-top: 16px;
	background: url(/stylesheets/design_images/206/button-cart.png) bottom right no-repeat;
}
#shopping_cart_links #shopping_cart {
	padding-top: 0;
}

#content #product_list .product {
	padding-bottom: 1.5em;
	border-top: 1px solid #d1b88f;
}
#product_search #product_search_term {
	border: 2px solid #d1b88f;
	height: 20px;
	width: 163px;
}
#product_search #submit {
	background: url(/stylesheets/design_images/206/button-search.png) top left no-repeat;
	border: none;
	cursor: pointer;
	height: 26px;
	width: 26px;
	text-indent: -9999px;
	color: transparent;
	text-transform: capitalize;
}
.pagination {
	margin-bottom: 1em;
}

.subcats {
	margin-bottom: 15px;
}

.category.description {
	padding: 10px 10px 3px 10px;
	background: #ffefd4;
	margin-bottom: 10px;
}

#content h1 small {
	text-decoration: none;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.flash,
.submission.error,
div.error {
	background: #871d05;
	padding: 10px;
	color: white;
	margin: 10px 0;
}
table.editor tr.error td.label {
	background-color: #871d05;
}
.account {
	background: #e9d2a9;
}
.product table td {
	background-color: #ffefd4;
}
.product table th {
	background-color: #b56700;
}
.product.full {
	padding-top: 0;
}
#content .product img {
	padding: 0;
	border: none;
}

.pagination .page.current,
.pagination a:hover {
	background: #034a20;
}
.pagination .page {
	background-color: #d1b88f;
}
.profile_buttons a,
.account .right a {
	background: #b56700;
	padding: 2px 5px;
	color: white;
	text-decoration: none;
}
.profile_buttons a:hover,
.account .right a:hover {
	background-color: #034a20;
}
#content .account h4 {
	color: black;
}
#content form img {
	padding: 0;
	border: 0;
}
.product form {
	clear: both;
	margin-left: 0;
}
.product form select {
	width: 250px;
}
.editor td {
	float: none !important;
	margin: 0 !important;
}
/* @end */

/* @group buttons */
#payment_confirmation_form input.submit {
	float: right;
}
input.submit,
#advanced_form input[type='submit'] {
	background: #04662c;
	color: white;
	padding: 4px 6px;
	border: 1px solid black;
	line-height: 1;
	cursor: pointer;
	font-weight: bold;
}

input.submit:hover,
#advanced_form input[type='submit']:hover {
	background-color: #009006;
}

input.secondary {
	background: #888;
	font-weight: normal;
}


/* @end */

/* @group advanced form */

#advanced_form table td.key {
	background: #b56700;
}
#advanced_form div.error,
#advanced_form table td.error {
		background-color: #871d05 !important;
}

a#email_signup {
	display: block;
	text-align: center;
	background: #034a20;
	text-decoration: none;
	color: white;
	font-size: 12pt;
	padding: 4px;
	border: 1px solid black;
}

a#email_signup:hover {
	background-color: #009006;
}

/* @end */