@charset "UTF-8";
body  {
	font: 82% "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	background: url(images/spices.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #603917;
}

a:link {
	color: #C59A6D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C59A6D;
}
a:hover {
	text-decoration: underline;
	color: #603817;
}
a:active {
	text-decoration: none;
}

h2, h3 {
	font-family: sans-serif;
	font-weight:700;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size: 24px;
	border-bottom: 1px solid #eee3d4;
	padding-bottom: 12px;
	line-height:24px;
}
#phone { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 19px;
} 
#button { 
	width: 100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #fff;
	padding: 7px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	background:#603917;
	border: 2px solid #c59a6d;
} 
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url(images/header.png);
	height: 150px;
	color: #fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 19px;
	text-align: right;
	margin-bottom: 5px;
} 
.thrColFixHdr #menu { 
	height: 36x;
	color: #fff;
	margin: 0px auto;
	width: auto;
	text-align:center;
	background: #c59a6d;
	margin-bottom: 5px;
	border: 5px solid #fff;
	z-index: 100;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight:700;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	color: #603917;
	background:#FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	color: #603917;
	background:#FFF;

}
.thrColFixHdr #mainContent { 
	margin: 5px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: #fff;
	border: 5px solid #c59a6d;
	text-align:center;
	z-index: 20;
	line-height: 19px;

} 
.thrColFixHdr #wrap { 
	padding: 48px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
thrColFixHdr #flash { 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	width:auto;
	background-color:#006;
	height:300px;
}
.thrColFixHdr #subcontent { 
	background: url(images/spice_bowls.png) no-repeat;
	margin: 0px;
	height: 110px;
	width: auto;
	padding: 19px;
	} 
.thrColFixHdr #footer { 
	background: url(images/footerfade.jpg) top center no-repeat #fff;
	margin: 5px auto;
	height: 36px;
	width: auto;
	border: 5px solid #fff;
	} 
.thrColFixHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	text-align:center;

}
.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;
}
.jqueryslidemenu{
font: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
font-size:small;
font-weight:400;
color: #603917;
text-align:left;
height: 31px;
z-index: 1;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: #603917;
padding: 8px 14px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #603917;
}

.jqueryslidemenu ul li a:hover{
background: #c59a6d; /*tab link background during hover state*/
color: #ffffff;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
color: #603917;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
color: #603917;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-weight:400;
color: #000;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff;
background-color: #eee3d4;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #f57b20;
color: #009f94;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* Seasonal Promotions */

#cinnamonsticks a {
	width: 169px;
	height: 161px;
	background: url(images/cinnamonsticks_btn.png) no-repeat;
	overflow: hidden;
	text-indent: -999999px;
	float: left;
}

#picklingspice a {
	width: 169px;
	height: 161px;
	background: url(images/picklingspice_btn.png) no-repeat;
	overflow: hidden;
	text-indent: -999999px;
	float: right;
}

#cinnamonsticks a:hover, #picklingspice a:hover {
	background-position: 0 -161px;
}

#promo_btns {
	width: 400px;
	margin: 30px auto;
}

.display_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}

.product {
	border-bottom: 1px solid #eee3d4;
	width: 300px;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product img {
	margin-left: 30px;
	margin-bottom: 10px;
}

#product_holder {
	width: 700px;
	margin: 0 auto;
}