/* Butcher Ranch Plums and Honey CSS to link to -- by Carol Mattsson */

body {
   background: antiqueWhite; /* beige cornsilk antiqueWhite mistyRose #D7E7A6 moss #DED5F1 lavender */
   font-family: verdana, helvetica, sans-serif;
}

/* links and navbars */

/*a { color: #495c0a; text-decoration: none; }*/		/* content links */
/*a:hover { text-decoration: underline; }*/			/* hover on any link */

div.navbar a        { color: #495c0a; padding: 0 120px; text-decoration: none;}		/* navbar links, except current item */
div.navbar a:hover  { color: #495c0a; padding: 0 120px; text-decoration: underline;}
div.navbar .current { color:   black; padding: 0 120px;}		/* navbar current item */

/* Main navigation bar */

div.navbar {
	color: black;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background: white;
	padding: 3px 20px 4px;		/* In addition to text padding above */
	width: 664px;
	margin: 8px auto 5px;
}

/* Product table */
.products {
	margin: 0px auto; 
	text-align: center;
	width: 704px;
}

.prodimg {
	width: 220px;
	margin: 10px;
}

.plumborder {
	background: #50323c url(plumsBorder50.jpg) repeat-x;
	height: 50px;
	max-width: 702px;
	border: 1px black solid;
	text-align: center;
	margin: 10px auto;
}

.footer {
	font-style: italic;
	font-size: 80%;
	text-align: center;
	margin: 10px auto;
}

/* Ranch styles */

.parabox   { max-width: 704px; margin: 0px auto; }
.purplebox { max-width: 704px; margin: 0px auto; padding: 7px; border: 1px purple solid; text-align: center;}
.bordered { border: 2px solid black; }
.credit { text-align: right; vertical-align: top; font-size: 80%; font-style: italic; }

h1 { font-size: 150%; text-align: center; }
h2 { font-size: 130%; text-align: center; }
h3 { font-size: 110%; text-align: left; }
