@CHARSET "UTF-8";

body {
	margin: 0 auto 0; font-family: Arial, sans-serif; font-size: .8em; background-image: url('/assets/images/parchment.gif');
}

div#body {
	clear: both; width: 820px; margin: 0 auto 0; padding: 0; background: #FFFFFF; min-height: 460px; overflow: auto;
}	

a { 
	color: #B26024;
}

a.visited {
	color: #B26024;
}

/*********************
 * Main Page Header 
 ********************/
div#header {
	width: 820px; border: 1px #555555; clear: both; margin: 0 auto 0; background: #FFFFFF; height: 100px;
}

div#header #logo-box {
	float: left;
}

div#header #cartmenu-box {
	float: right; width: 150px; background: #FFFFFF; vertical-align: middle;
}

div#header #cartmenu-box div {
	margin-top: 1px;	
}

div#header #cartmenu-box a {
	color: #aa9a85; text-decoration: none; 	
}

div#header #cartmenu-box a:hover {
	text-decoration: underline;	
}

div#menubar {
	width: 820px; background-color: #000000; height: 35px; clear: both; text-align: center; margin: 0 auto 0;
}

div#menubar-inner {
	width: 710px; margin: 0 auto 0;	
}

div#menubar .menubar-item {
	float: left; padding: 10px 20px 7px 20px;	margin: 0 auto;
}

table#calendar {
	text-align: center;
}

/*********************
 * Sidebar
 ********************/
 
div#sidebar { 
	width: 205px; float: left;
}
 
div#sidebar-top {
	width: 205px; margin: 0; padding: 0; background-image:url(/assets/images/sidebar-background.gif); background-repeat: repeat-y; text-align: center; padding-bottom: 10px;
}

div#sidebar-bottom {
	width: 205px; float: left; margin: 0; padding: 0; background-image:url(/assets/images/sidebar-background-light.gif); background-repeat: repeat-y; text-align: center; padding-top: 15px; min-height: 140px;
}

div#sidebar img { 
	padding: 0; margin: 0;
}

div#sidebar-top .list {
	margin-bottom: 25px; text-align: left; padding-left: 20px;
}

div#sidebar-top .list span {
	list-style: none;
	line-height: 2.0em;
}

div#sidebar-top a {
	font-size: 1.4em;
	color: #d1ac7f;
	text-decoration: none;
}

div#sidebar-top a:hover {
	color: #597e08;
}

div#sidebar-top span {
	font-size: .9em; color: #744321; 
}

div#sidebar-bottom input.newsletter {
	font-size: .9em;
	font-family: Arial, sans-serif;
}

div#sidebar-bottom input.newsletter:focus {
	border: 2px solid #597e08;	
}

div#sidebar-bottom input.newsletter-submit {
	 background-color: #6e8112; padding: 1px; color: white; font-family: Arial, sans-serif; font-weight: bold; margin-top: 3px; margin-bottom: 20px;
}
	
div#mini-cart .label {
	border-bottom: 1px solid black; width: 140px; margin-left: 20px; text-align: left; font-size: 1.1em;
}

div#mini-cart .item {
	font-size: 1.1em; margin-bottom: 5px;
}
	
/*********************
 * Index Page
 ********************/
 div#index {
 	clear: both; float: left;
 }
 
 div#index-promo-row {
    clear: both; margin-top: 3px; margin: 3px auto; width: 600px;
 }
 
 div.promo-row {
 	float: left; margin-left: 3px;
 }
	
/*********************
 * Content: Why Buy
 ********************/
 
 div#why_buy_image { 
 	margin-left: 15px;
 }
 
 div#why_buy_content h1 {
 	color: #b26024; font-size: 18px;
 }
 
 div#why_buy_content h2 {
 	font-size: 14px; font-style: italic;
 }
 
  div#why_buy_content h3 {
 	color: #b26024; font-size: 14px;
 }
 
 div#why_buy_content {
 	
 }
 
 /********************
  * Content: Generic
  *******************/
  
 div.content { 
 	margin-left: 20px; height: 100%;
 }
  
 div.content h1 {
  	color: #b26024; font-size: 18px;
 }
 
 div.content h2 {
 	font-size: 14px; font-style: italic;
 }
 
 div.content p.heading { 
 	font-weight: bold; text-align: center;
 }
 
 div.content a {
	color: #744321;
	text-decoration: none;
	font-weight: bold;
}

div.content a:hover {
	color: #597e08;
}



div.checkout-address {
	padding-left: 35px; padding-top: 25px; padding-bottom: 100px;
}
	
/*********************
 * General Styles
 ********************/
 
 div#content {
	margin: 0 auto; padding: 0; float: left; width: 614px; height: 100%; background: #FFF;
 }
 
div.row {
	clear: both; text-align: left;
}

div.row .left-col {
	float: left;
}

div.row .right-col {
	float: left; text-align: left;
}

div#footer-copy {
	text-align: center; padding: 5px; bottom: 0px; clear: both;
}

div#footer-copy a {
	color: #744321;
	text-decoration: none;
}

div#footer-copy a:hover {
	color: #597e08;
}

di#footer-copy span {
	float: left; line-height: 20px;
}

div#footer-copy img { 
	vertical-align: middle; padding-left: 20px; 
}

.w25 { width: 25px; }
