@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #654420;*/
	color: #5B4B32;
	font-size:13px;
	background: #DFD7C0;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	/*color:#fff;*/
	/*color: #654420;*/
	color: #5B4B32;
}
h1.short {
	padding-top:25px !important;
}
h2 {
	font-size: 18px;
	color: #C03E1A;
	padding: 10px 0 0;
	font-weight:normal;
}
h3 {
	font-size: 18px;
	color: #C03E1A;
	padding: 10px 0 0;
	font-weight:normal;
}
h3.location {
	margin-top:10px;
}

p {
	padding: 5px 0;
	line-height: 22px;
	
}
a img {
	border:0;
}
address {
	font-style: normal;
	padding: 5px 0;
	line-height: 22px;
}

/*-----------------------FORM LAYOUT-------------------*/
span.fs {
	display: block;
	clear:both;
}
.fs label {
	width: 130px;
	text-align:right;
	float:left;
	margin: 5px 0;
}
.fs input {
	float: left;
	margin: 5px;
	width: 220px;
}
.fs select {
	float: left;
	margin: 5px;
	width: 220px;
}
.lpPoweredBy {
	display:none;
}
.lpEmtStarRating{
	display: none;
}


/*-----------------------STRUCTURE---------------------*/
#wrapper {
	width: 694px;
	margin: 90px auto 0px;
}
#prep-recipes a, #login a, #checkout a, #purchase a {
	color: #C03E1A;
	text-transform: uppercase; 
	font-size: 10px;
	text-decoration: none;
	/*border:1px solid red;*/
	/*display: block;*/
}
#prep-recipes {
	top:0px;
	margin-bottom: 5px; 
	width:200px;
	position:relative;
}
#purchase, #login {
	width:200px;
	float:right;
	clear:right;
	position:relative;
}
#purchase {
	top:-48px;
}

#login {
	/*position:relative;*/
	margin-bottom: 5px; 
	top:-20px;
}
#checkout {
	margin: 15px 10px 0px 0px;
	/*position:relative;*/
	clear:both;
	width:200px;
	float:right;
}
#login, #checkout, #purchase {
	text-align:right;
}

#header {
	position: relative;
	border: 1px solid #EEE9DA;
	width:100%;
	height: 43px;
	margin: 3px 0 3px; 
}
#logo {
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -116px;
}
#liveperson {
	top: -80px;
	position:relative;
	width:200px;
	float:left;
}
#liveperson table {
	float:left;
}
#left-block {
	width: 202px;
	/*height:356px;*/ /*uncomment these lines if you want a scrolling right section*/
	float:left;
	margin: 5px 6px 6px 0;
	border: 1px solid #EEE9DA;
	position:relative;
	clear:both;
}
#right-block {
	width: 483px;
	/*height: 356px;*/ /*uncomment these lines if you want a scrolling right section*/
	float:right;
	margin: 5px 0 0 0;

}
#text {
	min-height: 321px; /*uncomment these lines if you want a scrolling right section*/
	border: 1px solid #EEE9DA;
	margin-top: 5px;
	padding: 0 14px 0 50px;
}
#text h1 {
	padding-top: 65px;
	font-size: 22px;
}
#text h2 {
	font-size: 14px;
}
#nav {
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	border: 1px solid #EEE9DA;
	line-height: 28px;
	padding: 0 9px;
	margin: 0 3px;
	/*color: #794400;*/
	color: #5B4B32;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
}
#nav li#first a {
	margin-left: 0px;
}
#nav li#last a {
	margin-right: 0px;
	margin-left: 4px;
}
#nav li#last {
	float:right;
}
#round-logo1 {
	position: absolute;
	top: 82px;
	left: 163px;
}
#round-logo2 {
	position: absolute;
	top: 82px;
	left: 163px;
}
#footer {
	padding: 27px 0 10px;
	font-size:10px;
	text-align: center;
	
}
#footer a {
	text-transform: uppercase;
	text-decoration: none;
	/*color: #794400;*/
	color: #5B4B32;
	
}
#copyright {
	color: #C03E1A;
}
/*-------------HOME PAGE ONLY--------------------------*/
#home-left-block {
	clear:both;
	width: 202px;
	height:272px;
	float:left;
	margin: 5px 6px 6px 0;
	border: 1px solid #EEE9DA;
	position:relative;
}
#home-right-block {
	width: 483px;
	height: 272px;
	float:right;
	margin: 5px 0 0 0;
}
#home-text {
	height: 238px;
	border: 1px solid #EEE9DA;
	margin-top: 5px;
	padding: 0 30px 0 50px;
}
#home-text h1 {
	padding-top: 60px;
}



/*-------------------CONTACT US PAGE----------------------*/
#contact-form {
	padding: 10px 0 0;
	text-transform: uppercase;
	font-size:10px;
}
#contact-form label {
	float: left;
	text-align:right;
	margin: 7px 5px 0 0;
}
.c-text-input {
	border: 1px solid #EEE9DA;
	background:none;
	margin: 5px;
	float:left;
}
.c-textarea-input {
	border: 1px solid #EEE9DA;
	background:none;
	margin: 5px;
	float:left;
}
.c-name label {
	width: 70px;
}
.c-name input {
	width: 90px;
}
.c-email input {
	width: 70px;
}
.c-input label {
	width: 70px;
}
.c-input input, .c-input textarea {
	width: 215px;
}

.c-submit input {
	/*background: #654420;*/
	background: #5B4B32;
	border: 1px solid #EEE9DA;
	color: #EEE9DA;
	padding: 1px 5px;
	font-size:10px;
	margin: 2px 6px 5px 248px;
	/*border: 1px solid #EEE9DA;
	background: #fff6dd;
	color: #794400;*/
}
.c-submit-login input {
	padding: 1px 5px;
	font-size:10px;
	float:right;
	margin-top:4px;
	/*background: #fff6dd;
	color: #794400;
	border: 1px solid #EEE9DA;*/
}
.c-submit-login a {
	float:right;
	margin:4px 10px 0px 0px;
	color:#794400;
}
.c-submit-login {
	clear:both;
	display:block;
	width:355px;
	/*float:right;*/
}

/*------------------PRODUCT PAGE STYLES--------------------*/
#cat-list {
	padding: 10px 5px 3px 10px;
	overflow:auto;
	/*height:344px;*/ /*uncomment these lines if you want a scrolling right section*/
}
#cat-list ul {
	padding-right: 20px;
	list-style:none;
	/*padding-left: 10px;*/
	line-height:30px;
}
#cat-list ul li a {
	/*color: #794400;*/
	color: #5B4B32;
	text-decoration: none;
}
#cat-list ul li a:hover {
	text-decoration: underline;
}
#product-image {
	border: 1px solid #EEE9DA;
	margin: 5px 0 0 0;
}
#p-text {
	/*height: 195px;*/ /*uncomment these lines if you want a scrolling right section*/
	border: 1px solid #EEE9DA;
	margin-top: 5px;
	padding: 0 30px 0 50px;
	overflow:auto;
}
#p-text h1 {
	margin-top: 10px;
}
.prices {
	font-style: italic;
}
.prices a {
	float: right;
	padding: 2px 18px 2px 5px;
	font-style: normal;
	background: #fff url(/images/cart-arrow.jpg) center right no-repeat;
	/*color: #794400;*/
	color: #5B4B32;
	border: 1px solid #ede7d7;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px; 
}
.prices div {
	clear: both;
	padding: 5px 0;
}
/*------------------GENERAL STYLES---------------------*/
.clear {clear:both}
.scroll {/*overflow: auto;*/}
.small-h1 {
	font-size: 22px;

}
.ariel {font-family:Arial, Helvetica, sans-serif;}
.small-h2 {
	font-size: 14px;
}
a.orange {
	color: #C03E1A;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
a.orange:hover {
	text-decoration: underline;
}
a.orangeInline {
	color: #C03E1A;
	text-decoration: none;
}
a.orangeInline:hover {
	text-decoration: underline;
}

a.black-right {
	color: black;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	text-align:right;
}
a.black-right:hover {
	text-decoration: none;
}
a.black-center {
	color: black;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	text-align:center;
}
a.black-center:hover {
	text-decoration: none;
}
.holiday {
	padding-left: 40px;
	background:url(/images/holly.jpg) no-repeat left center;
}
a.red {
	color: #C03E1A;
}