@import url(menu.css);
 /* note: The width, padding, and margin of #contentContainer and #leftnav must equal the width 
		that of #pagelayout or content may fall below the left nav */

body
{
    background-image: url("/images/bg_pattern.png");
}
	 
body
{			
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color:#292008;
	font-size: 13px;
}

.header_content
{
    color: #54301a;	
	font-size: 25px;	
	text-transform: uppercase;
	font-family:Georgia, Times New Roman, Serif;
}

h1,h2,h3,h4,h5
{
	padding:0px;
	margin:0px;
	padding-bottom:1px;
	padding-top:1px;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Serif;
}

p
{
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
}

form
{
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	border:0;
}


table
{
    border:0;
    padding:0;
    margin:0;
}

h1
{
	color:#54301a;
	text-transform: uppercase;
	padding-left:0px;
	padding-bottom:3px;
	margin-bottom:8px;
	margin-left:-1px;
	
	/*border: solid 1px #AD7931;		
	color: #FFF;
	background-color: #7c3a00;		
	font-size: 25px;	
	text-transform: uppercase;
	padding-left:8px;
	padding-bottom:3px;
	margin-bottom:8px;
	margin-left:-1px;
*/
}

h2
{
	color: #54301a;			
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #6C472B;	
	margin-bottom:15px;
}

h3
{
    font-size:14px;
    font-weight:bold;
}

h4 {
	font-size:12px;
    font-weight:bold;
}


img {
	border: none;
}

a {
	cursor: pointer;
	color: #29230A;	
	text-decoration: underline;
}
a:hover {
	color: #AA7B31;
	text-decoration:none;
}

hr {
	color: rgb(160, 114, 83);
	border-width:1px;
}

.classic_font
{
    font-family:Arial, "Times New Roman", Serif;
    
}

.classic_font2
{
    /*font-family:Georgia, "Times New Roman", Serif;*/
    font-family:Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    color:#ffffff;
}

.classic_font2 a {
	cursor: pointer;
	color: #ffffff;	
	text-decoration: underline;
}

.classic_font_sub2 a {
	cursor: pointer;
	color: #54301a;	
	text-decoration: underline;
}

.classic_font_sub2 a:hover {
	color: #AA7B31;
	text-decoration:none;
}

.nav_BackGround
{
    background-color:#54301a;
}

.special_notice_text
{
    font-size:14px;
    font-weight:bold;
}

.subtext
{
    color:#8C5229;
    font-size:11px;
}

.lighttext
{
    color:#333300;
}
.lighttext a
{
    color:#333300;
    text-decoration:underline;
}

.divider
{
    font-size:0px;
    line-height:0px;
    border-top:dotted 1px #8C5229;
    margin-top:8px;
    margin-bottom:8px;
    margin-left:17px;
    margin-right:17px;
}


.logincenterOr {
	margin: auto;		
	text-align: center;
	vertical-align: middle;	/* Only works for table cells */
	padding-top:12px;
	padding-bottom:17px;
}
.logincenterSignIn {
	margin: auto;		
	text-align: center;
	vertical-align: middle;	/* Only works for table cells */
}

.bottom {
	vertical-align: bottom;	
}
.center 
{
	margin: auto;		
	text-align: center;
	vertical-align: middle;	/* Only works for table cells */
}
.right{
	text-align: right
}
.left {
	text-align: left
}

.clear 
{
	clear: both;
	line-height:0px;
	font-size:0px;
}

.iblock, 
/*span , */
label{/* Reclaim span tag as inline-blocks. WARNING: By default they still act like 
	text and float to whatever text-align is set to, and even break to a newline when 
	restricted by width, or overlow if nowrap is set on them. */
	display: -moz-inline-stack;
	display: inline-block;
	/*zoom: 1;
	*display: inline;*/
	
	vertical-align: middle;
}
.fblock
{
	text-align:left;
	vertical-align: top;
	float:left;
	font-weight:bold;
	font-size:11px;
}

.fblock a
{
	font-size:11px;
	color: #54301a;	
	text-decoration:none;
}

.fblock a:hover
{
	font-size:11px;
	color: #AA7B31;
	text-decoration:none;
}

.blockimg {
	display: block;
	
	margin: 0;
	
	border: none;
	
	padding: 0
}

.note {
	font-size: 10px;
	font-weight:bold;		
	margin-bottom:10px;	
}

.text_smaller
{
    font-size:12px;
}

.error {
	color: rgb(255, 0, 0);
	
	font-weight: bold;
	font-size: 12px;
}
.label {
	text-align: right !important;
	padding-right:7px;	
}
.label td{
	text-align: right;
	padding-right:7px;
	/*vertical-align:top;*/
}
.label strong {
	color: rgb(255, 0, 0)
}

#outer_container {
    background-color:#fff; 
    /*width:956px;*/
    width:940px; 
    margin:0 auto;
}

#pageLayout {
	width: 940px;
	height: auto;		
	background-color: rgb(255, 255, 255);
	margin:0 auto;
}

#header {
	width: 100%;
	height: auto
}
#header img {
	border: none; vertical-align: middle /* vertically aligns image with text. */
}
#header td {
	line-height: 20px;
}
#header form {
	margin: 0px;
	padding: 5px 0px
}
#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

#topnav {
	/*margin: 20px 0;
	text-transform: lowercase;*/
	border: solid 1px #AD7931;		
	color: #ffffff;
	background-color: #54301a;
	margin: 3px 0;
	text-transform: uppercase;
	font-weight: normal;
}

#contentdiv {
	clear: both;
	
	width: 100%;
	
	/*border-top: 1px solid rgb(108, 71, 43);*/
}
#contentcontainer  {		
    /*float:left; */   	
	overflow: hidden;
	width:784px;
	margin-left: auto ;
    margin-right: auto ;
	/*width: 940px;*/
}

#contentcontainerinner
{
    /*margin-top:7px;*/
    margin-left:6px;
}




#leftnav {		
	float: left;					
	height: auto;		
	text-align: left;
	vertical-align: top;
	width: 156px;
	
}


#leftnav_container
{
    padding-top:5px;
    padding-left:8px;
    padding-right:3px;
    padding-bottom:5px;
}


#footer 
{
	clear: both;
	background-color:#ECE7DE;
	height:105px;
}

#footer div 
{
	margin: 2px auto;
	/*width: 49%;*/
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: 9px;
	vertical-align: bottom
}

.fdivider
{
    width:100%;
    height:3px;
    background-color:#29230A;   
}

.almond {
	color: rgb(160, 114, 83)
}
.chocolate {
	color: rgb(220, 219, 202);
}
.rowalt {
	background-color: rgb(239, 233, 228)
}

.viewcart {
	color: rgb(186, 86, 87);
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold
}

#kosher {
	width: 20px;
	height: 16px
}

#searchbutton {
	border: none;
	
	width: 17px;
	height: 16px;
	
	background: url("/images/buttons/searcharrow.png") no-repeat;
	vertical-align: middle
}

.categorysort
{
	 text-align:right; 
	 padding-right:0px;
}

/*
.categorythumb {
	overflow: hidden;
	
	width: 220px;
	height: auto;
	
	padding: 10px;
	
	text-align: center
}

.categorythumb img {
	display: block;
	
	width: 220px;
	height: 142px;
	
	border: 2px solid rgb(81, 38, 12)
}


.productthumb {
	overflow: hidden;	
	margin: 5px;	
	width: 220px;
	height: auto;	
	padding: 5px;	
	vertical-align: top;
	text-align: center
}

.productthumb a {
	display: block;	
	width: 220px;
	height: auto;	
	text-align: center;
	text-decoration:none;
}

.productthumb a:hover {
    text-decoration:underline;
}
    
.productthumb a img {
	margin: 2px auto;
	display: block;	
	border: none;
}

.productthumb .description {
	overflow: hidden;
	
	margin: 3px auto;
	
	width: auto;
	height: 50px
}

.productthumb .price {
	margin: 2px auto 5px
}
*/

.textbox1, 
select {				
	border: 1px solid #6C472B;
	padding-left:2px;
	font-size:13px;
	background-color:#ECE7DE;
	font-family:Georgia, Times New Roman, Serif;
}
.textbox1
{
    background: url("/images/bg_input.gif") repeat-x;
    width:235px;
}

.input_text_small
{
	width:20px;
}
.input_text_medium_small
{
	width:75px;
}
.input_text_medium
{
	width:85px;	
}
.input_text_medium_large
{
	width:95px;	
}
.input_text_large
{
	width:130px;	
}
.input_text_extra_large
{
	width:150px;	
}
.input_text_super_large
{
	width:190px;	
}
.input_select_medium
{
	width:165px;	
}
.input_select_large
{
	width:165px;	
}

.required
{
	color:#BF2F2F
}
.header1 {
	color: #6C472B;
	
	font-size: 13px;
	font-weight: bold
}

input.searchbox
{
    width:150px;
}
 
 
.floatleft 
{
	position: relative;
	float: left;
}

.error_message
{
    border:solid 1px #7F1F1F;
    padding:5px;
    text-align:center;    
    margin-left:15%;
    margin-right:15%;
    margin-bottom:14px;
    background-color:#6F0000;
    color:#FEFFAF;
    font-weight:bold;
    background-position:top;
    background-image:url('/images/error_bg.gif');
    background-repeat:repeat-x;
}

/* What is this? 
.siteButton 
{
	width: auto;
	height: 25px;
	
	border: 2px solid rgb(187, 151, 122);
	background-color: rgb(0, 0 ,0);
	color: rgb(255, 255, 255);
	
	padding: 1px 10px;
	
	font-weight: 900;
	
	text-transform: uppercase;
	text-decoration: none
	
}

*/

.contentborder 
{
	margin: 20px 0;
	padding:5px;
	border: 1px solid rgb(160, 114, 83);				
}


.shaded_background 
{
	background-color: rgb(239, 233, 228);	
}

.strike
{
    text-decoration:line-through;
}

.display_none
{
    display:none;
}

.display
{
    display:block;
}

#Content_Title
{
  margin-right:25px;
  float:left;  
}
#BreadCrum_Container
{
   height:40px;
   padding-top:5px; 
}
#footer_spacer
{
 height:45;  
}
.breadcrumb 
{
    text-decoration:none;
    text-transform: uppercase;
	color:#54301a;
	font-size:9px;   
}
.breadcrumb a
{
    text-decoration:none;
	text-transform: uppercase;
	color:#54301a;
	font-size:9px;   
}
.breadcrumb a:hover
{
    color: #AA7B31;
	text-decoration:none;
}
.FooterRblock
{
    width:229px;
}
