html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {
	font-size: 100%;
	padding: .2em;/*border: 2px solid #CCC; */
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =============================================================== */
/* SET DEFAULT SITE PROPERTIES */
/* FORCE SCROLLBAR */
html {
	overflow: scroll;
}
/* link styles */
A:link {
	color: #126132
;
}
A:visited {
	color: #126132
;
}
A:hover {
	color: #BEB02D;
}
A:active {
	color: #126132
;
}
body {
	background: #EEE;
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	padding: 20px;
}
textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
P {
	padding-bottom: 1em;
}
h1, h2, h3, h4 {
	margin-bottom: .5em;
	text-transform:capitalize;
}
h1 {
	color: #68A200;
	font-size: 1.6em;
}
h2 {
	color: #BEB02D;
	font-size: 1.4em;
}
h3 {
	color: #68A200;
	font-size: 1.2em;
}
h4 {
	color: #8E004B;
	font-size: 1.2em;
}
/* SET DEFAULT SITE PROPERTIES */
/* =============================================================== */

/* =============================================================== */
/* LAYOUT STYLES */
#pageWrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color:#FFF;
}
#sidebar {
	float: right;
	width:24%;
}
#contentWrap {
	background-color:#FFF;
	margin:20px;
	background-image:url(/images/page-bg.png);
	background-repeat:repeat;


}
#contentWrap p{
margin:20px;
}


#header {
	background-color: #bfb031;
	height:150px;
	/*background-image:url(/images/oregon-hops-farm.jpg);*/
	background-image:url(/images/oregon-hops-header.png);
	background-repeat:no-repeat;
	background-position:175px 5px;
}
#pageContentHome {
	padding: 0 0 0 20px;
	float:left;
}
#pageContent {
	padding: 0 10px 10px 20px;
	float:left;
}
/* LAYOUT STYLES */
/* =============================================================== */

/* =============================================================== */
/* LAYOUT BLOCK CONTENT STYLES */

/* SIDEBAR */
#sidebar ul {
	color: #126132
;
	font-size: 1.09em;
	font-weight: bold;
	list-style-type: none;
}
#sidebar ul a {
	text-decoration: none;
	color: #126132
;
}
#sidebar ul a:hover {
	text-decoration: underline;
}
/* HEADER */
.siteName {
	color: #aca77a;
	letter-spacing: .1em;
	padding: 1em 0 0 0;
	text-align: center;
	font-size: 1.182em;
	text-transform: uppercase;
}
#headerNav {
	left: 5px;
	top: 65px;
	position: absolute;
}
#header ul {
	color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#header ul li {
	float: left;
	margin-right: .25em;
}
#header ul a {
	text-decoration: none;
	color: #fff;
}
#header ul a:hover {
background-color:#126031;
color: #FFF; }
li.current {
	background-color: #126031;
}
li.current a {
	color:#FFF;
}
#nav ul, #navtop ul {
	list-style:none;
}
#navtop {
	float:right;
margin-top:5px;
}
#nav {
position:absolute;
top: 147px;
width:800px;
float:right;
text-align:right;
margin-left:175px;
}
#navul li ul { 
z-index:100;
}
#nav a, #navtop a {
	display: block;
	padding-left:10px;
}

#navtop li a, #nav li a, #quick_find #button {
	font-family: 'Copperplate', 'Copperplate Gothic Light', verdana, helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	background:none;
padding-top:5px;
}

html body div#pageWrap div#header div#nav ul#navul li ul li a {
color:#FFF;	
	}
html body div#pageWrap div#header div#nav ul#navul li ul li a:active, html body div#pageWrap div#header div#nav ul#navul li ul li a:hover {
color:#beb02d;
}


#navtop li a{
	font-family: 'Copperplate', 'Copperplate Gothic Light', verdana, helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	
	font-weight:bold;
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	background-image:url(/images/hops-nav-bg.png);
	padding-top:5px;
}

#nav li.current a {
	color:#FFF;
}

#quick_find {
	}
#quick_find #button, #quick_find #input {
	border:0px;
	margin:0px;
	padding:0px;
	
	}

#nav li, #navtop li { /* all list items */
	float: left;
	text-align:left;
	list-style:none;
}
#navtop li {
	border-right:1px solid #126031;
}
#nav li ul, #navtop li ul { /* second-level lists */
	position: absolute;
	background: #126132
;
	width: 12em;
	padding:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a:hover, #navtop li ul li a:hover { /* second-level lists */
	color:#FFF;
}
#nav li:hover ul, #nav li.sfhover ul, #navtop li:hover ul, #navtop li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#header #headerSubLinks {
	bottom: 4px;
	clear: both;
	color: #fff;
	float: right;
	font-size: .909em;
	text-align: center;
	width: 283px;
}
#headerSubLinks a {
	color: #fff;
	text-decoration: none;
}
#headerSubLinks a:hover {
	text-decoration: underline;
}
#logo {
	
	float:left;
margin:5px 5px 0px 5px;

background-color:#fff;
	padding:5px 5px 7px 5px;
}


/* CONTENT */
.breadcrumbs {
	color: #beb02d;
	font-size: .909em;
	margin-left: -10px;
	padding-bottom: 25px;
}
.breadcrumbs a {
	color: #beb02d;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
/* FOOTER */
#footer {
	background: #3a2313;
	padding:50px;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #c29e7cl;
	font-size: 16px;
}

#footer a {
	text-decoration: none;
	color: #c29e7c;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .spaceRight {
	padding-right: 50px;
	color: #c29e7cl;
}
/* LAYOUT BLOCK CONTENT STYLES */
/* =============================================================== */

/* =============================================================== */
/* OTHER STYLES */

.floatLeft {
	float: left;
	margin: 0 .5em 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 .5em;
}
.noborder {
	border: 0;
}
/* OTHER STYLES */
/* =============================================================== */
.cats_imgs {
	border:1px solid #beb02d;
	margin:10px;
}
body {
	line-height: 1.2;
	background-image:url(/images/bg.png);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-color:#beb02d;
}


#ContentSidebarWrapper {
	background-color:#126132;
	
	}
#homeRside {
float:right;
padding-left:32px;
margin: 0px 50px 100px 10px;


border-left:2px solid #bfb031;
min-height:500px;
width:215px;
}
#homeRside h2 {
	text-align:center;
	font-family: 'Copperplate', 'Copperplate Gothic Light', verdana, helvetica, sans-serif;
	font-size:150%;
	}
#contentWrap #homeRside table{
	width:15px;
	margin:10px;
}


#homeRside h2{
margin-bottom:-20px;
}
#homeRside td{
	padding-bottom: 25px;}
table#productinfo, table#shoppingcart {
margin-left:20px;	
	}
table#login {margin:20px; } 

#contentWrap table, #contentWrap table { width: 500px; margin-left:20px;margin-right:20px;}
	
	
	 table#shoppingcart td{
		 
		 padding:15px;}
		 
		 .productListing-heading {
			font-weight:bold; 
			 }
			 #slideshow_oregon-hops{
		width: 500px;
		height: 350px;
		margin-left:85px;
				 
				 }
			 html body div#pageWrap div#ContentSidebarWrapper div#contentWrap div#slideshow_oregon-hops div { 
			 text-align:center;
			 
			 }
			 html body div#pageWrap div#ContentSidebarWrapper div#contentWrap div#slideshow_oregon-hops div img.slide { 
			 height: 350px;
			 border:2px solid #beb02d;
			 margin:auto;
			 }
			 
			 p#home { padding: 10px; position: relative; top:10px;} 
			 
			 
			 
			 #weeklyspecials #contentWrap #homeRside table { margin:0px; } 
