@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.gif);
	padding: 0;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 60;
	margin-left: 0;
	background-position: center top;
	background-color: #332615;
	background-repeat: no-repeat;
}
#container-search  {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#search {
	width: 230px;
	height: 50px;
	float: right;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 750px;
} 
#mainContent-store {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	 /* width: 750px; */
} 
#mainContent-wholesale {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 

#mainContent-home  {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#mainContent-checkout {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

div#mainContent p, div#mainContent-wholesale p, td {
	color: #666;
	line-height: 140%;
	font-size: 12px;
}
#mainContent ul  {
	margin-bottom: 2px;
}
#mainContent li  {
	color: #666;
	line-height: 140%;
	font-size: 12px;
}
#topnav {
	background-image: url(../images/bg-topnav.jpg);
	width: 990px;
	height: 24px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Trajan Pro", "Century Schoolbook", "Adobe Garamond Pro";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#topnav ul li  {
	padding-right: 3px;
	padding-left: 0px;
}
div#topnav li{
	display: inline;
}
#topnav a {
	color: #362512;
	text-decoration: none;
}

#topnav a, #topnav a:hover {
	padding-right: 15px;
	padding-left: 10px;
}
#topnav a:hover {
	color: #987948;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 344px;
}
#subscribe {
	padding-left: 10px;
	padding-top: 20px;
	font-family: "Trajan Pro", "Century Schoolbook", "Adobe Garamond Pro";
	height: 86px;
	margin-top: 2px;
	background-image: url(http://www.murchies.com/images/bg-subscribe.jpg);
}
h4, #subscribe h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-bottom: 3px;
}
#subscribe h4 {
	font-size: 14px;
}
#sidebox-mid {
  margin-top: 10px;
  width:320px;
  height:108px;
}

#sidebox-mid a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#sidebox-mid a:hover {
	text-decoration:none;
}

#sidebox-low {
	margin-top: 10px;
}
#subscribe p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
}
#slideshow {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 15;
	padding-left: 0px;
	width: 650px;
	height: 344px;
} 
#lower-container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#lower-left {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 175px;
}
#lower-right {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	height: 175px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#lower-middle {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 175px;
	width: 320px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#home-panel {
	background-color: #DBCEBD;
	margin-bottom: 15px;
}
#sidebar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 5px;
}

#footer a:hover {
	color: #B79C63;
	text-decoration: underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFF;
	line-height: 125%;
}
#footer-right {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
#footer-left {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header-photo {
	height: 75px;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#header-category {
	background-color: #D4CEBF;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 45px;
	margin-bottom: 20px;
}
#header-category h1 {
	margin-top: 4px;
	margin-left: 10px;
	vertical-align: middle;
	padding-top: 12px;
}
#sidenav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;
}
#sidenav a:link, #sidenav a:visited {
	color: #333;
}
#sidenav a:active {
}
div#sidenav p {
	color: #666;
	line-height: 125%;
	font-size: 12px;
}
#sidenav ul li {
	list-style-image: url(../images/bullet.gif);
	font-size: 12px;
	background-color: #E9E8E5;
	margin: 5px;
	padding: 0px;
}

h1 {
	font-family: "Trajan Pro", "Century Schoolbook", "Adobe Garamond Pro";
	font-size: 24px;
	color: #583C1C;
}
h2 {
	font-family: "Trajan Pro", "Century Schoolbook", "Adobe Garamond Pro";
	font-size: 21px;
	color: #960;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #362512;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	color: #630;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 7px;
}
#sidenav h3 {
	color: #666;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-left: 20px;
}

#bottom-bar {
	background-color: #D4CEBF;
	margin-right: 10px;
	margin-left: 10px;
	height: 60px;
	margin-bottom: 0px;
}
#store-photo {
	border: 1px solid #CCC;
	padding: 3px;
	margin-left: 12px;
}
#photo {
	border: 1px solid #CCC;
	padding: 3px;
}
#store-container {
	padding: 10px;
	margin-top: 25px;
	border: 1px dotted #960;
	background-color: #FFF;
	text-align: left;
}
#store-hours {
	background-color: #EEE;
	border: 1px dotted #960;
}
#store-hours th {
	color: #FFF;
	background-color: #960;
	font-weight: normal;
	text-align: left;
}
blockquote {
	color: #666;
}
#product-table th{
	color: #CB8700;
	background-color: #504332;
	font-size: 12px;
	font-weight: normal;
}
.prodlistLight {
	background-color: #F6F5F1;
}
.prodlistDark {
	background-color: #EEECE6;
}
p {
	line-height: 135%;
}
#gift-box {
	height: 177px;
	width: 322px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#specials-box a:link, #specials-box a:visited {
	text-decoration: none;
}
#specials-name {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino, serif";
	color: #24160F;
	font-size: 19px;
	font-weight: bold;
	width: 155px;
	line-height: 100%;
	float: right;
	margin-top: 30px;
	height: 60px;
	text-decoration:none;
	margin-right: 7px;
}

#specials-name a, #specials-name a:link, #specials-name a:visited {
	text-decoration:none
	color: #24160F;
}
#specials-name a:hover {
	text-decoration:underline;
	color: #5D3E00;
}

#specials-desc {
	font-size: 12px;
	color: #FFF;
	width: 280px;
	margin-top: 35px;
	float: right;
	margin-right: 20px;
	text-decoration: none;
}
#specials-desc a:link,#specials-desc a:visited {
	text-decoration: none;
}
#checkout1 {
	margin-top: 25px;
}
#flat-rate-box {
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.flat-rate-box-top {
	background-image: url(../images/bg-flat-rate-shipping-top.jpg);
	height: 18px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
}
.flat-rate-box-bottom {
	background-image: url(../images/bg-flat-rate-shipping-bottom.jpg);
	width: 200px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#flat-rate-box h2.line1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
#flat-rate-box p {
	font-size: 12px;
	margin-top: 0px;
}
#flat-rate-box p.right-of-box {
	margin-left: 66px;
	font-size: 11px;
	line-height: 100%;
}

