body, html {
	height : 100%;
	margin : 0px;
}

body, td {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 12px;
	line-height:1.5em;
}

a {
	color : #6E77AE;
	outline:none;
}

img {
	border : none;
}

#siteWrapper {
	background : url(/images/layout/bg.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin : 0 18px -30px 18px;
}

 #footerWhite, #headerWhite, .push {
     height: 30px;
 }
 
 #footerWhite, #headerWhite {
 	background : #fff;
 }

#footerText {
	text-align: center;
	font-size: 11px;
	color: #7E7E74;
}

#siteContainer {
	text-align : left;
	width : 960px;
}

#siteHeader {
	height : 105px;
	position : relative;
}

#logo {
	position : absolute;
	top : 25px;
	left : 0px;
}

#siteNav {
	position : absolute;
	top : 57px;
	right : 0px;
	height : 25px;
	width : 725px;
	background : url(/images/layout/nav_bg.png) no-repeat center right;
}

#siteNav a {
	float : left;
}

#auxNav {
	color : #AECA7D;
	position : absolute;
	top : 0px;
	right : 0px;
	text-align : right;
	font-weight : bold;
}

#auxNav a {
	color : #7E7E74;
	font-size : 10px;
	text-decoration : none;
}

#auxNav a:hover {
	color : #AECA7D;
}


#auxNav b {
	font-size : 16px;
}

#auxNav ul {
	margin : 0px;
	padding : 0px;
	margin-top : 10px;
}

#auxNav li {
	float : left;
	margin-left : 10px;
	padding-left : 12px;
	list-style : none;
	background : url(/images/layout/nav/sep.gif) no-repeat left center;
}


.c_tl {
	background : url(/images/layout/corner_tl.png) no-repeat top left;
}

.c_tr {
	background : url(/images/layout/corner_tr.png) no-repeat top right;
}

.c_bl {
	background : url(/images/layout/corner_bl.png) no-repeat bottom left;
}

.c_br {
	background : url(/images/layout/corner_br.png) no-repeat bottom right;
}

.horzBorder {
	background : #fff; height : 10px;
}

.vertBorder {
	background : #fff; width : 10px;
}

.serif {
	font-family : georgia, times new roman, times, serif;
}

.spaced li {
	margin-bottom : 5px;
}

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


/* ******* SUBNAV ******** */

.subCatNav {
	text-align : center;
	padding : 10px 0px;
}

.subCatNav a {
	color : #fff;
	text-decoration : none;
	font-family : georgia, times new roman, times, serif;
	font-size : 16px;
	line-height : 200%;
}

.subCatNav a:hover {
	text-decoration:underline;
}

.category-gourmet-to-go .subCatNav {
	background : #FABB69 url(/images/layout/subnav_bg.png) no-repeat top center;
}

.category-bakery .subCatNav {
	background : #6D77AE url(/images/layout/subnav_bg.png) no-repeat top center;
}

.about .subCatNav {
	background : #B1C481 url(/images/layout/subnav_bg.png) no-repeat top center;
}

.news .subCatNav {
	background : #B1C481 url(/images/layout/subnav_bg.png) no-repeat top center;
}

.catering .subCatNav {
	background : #B1C481 url(/images/layout/subnav_bg.png) no-repeat top center;
}

.recipes .subCatNav {
	background : #B1C481 url(/images/layout/subnav_bg.png) no-repeat top center;
}


.rightCol {
	float : right;
	width : 710px;
	margin-bottom : 25px;
}

.leftCol {
	float : left;
	width : 242px;
}

.clear {
	clear : both;
}

.spaced li {
	margin-bottom : 5px;	
}

.newsContent {
	color : #fff;
	background : #6E77AE;
	padding : 25px;
	padding-top : 10px;
}

.newsContent a {
	color:#CCCCCC;
}

.recipeContent {
	color : #498491;
	background : #96C5D1;
	padding : 25px;
	padding-top : 10px;
}

.recipeContent h1 {
	font-size : 16px;
	margin-bottom : 0px;
}

.photoBorder {
	border : 8px solid #fff;
	background : #fff;
}

.photoRight {
	float : right;
	margin-left : 20px;
}

.photoLeft {
	float : left;
	margin-right : 20px;
}


h2 {
	font-size : 16px;
	margin : 0px;
	margin-bottom : 5px;
}

/* ******* STORE ******** */

.recentViewed {
	background : #96c6d1;
}

.cartSidebar {
	background : #b1c481;
}

.myAccount, .checkoutSidebar {
	background: #7e7e74;
}

.myAccount a {
	color:#b1c481;
}

.recentViewed, .cartSidebar, .myAccount, .subCatNav {
	padding : 10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	color:#FFFFFF;
}


.line {
	height:1px;
	border-top:1px solid #CCCCCC;
	margin:8px 0px 8px 0px;
}

#search {
	font-size:10px;
	width:150px;
	color:#999999;
}


#lsloading { 
	float: right;  
	position:absolute;
	right: 155px;
	top:2px;
}

.mini-search {
	position:relative;
}


.border {
	padding-bottom:10px;
	color:#9f7c54;
}

.search-autocomplete {
	border:1px solid #DAD9CB;
	width:150px;
	color:#7a7367;
	
}

.search-autocomplete li.odd {
	background-color:#f6f6f6;
}

.search-autocomplete li.even {
	background-color:#f9f5f0;
}

.search-autocomplete li.selected { 
	background-color:#b1c481; 
}

.search-autocomplete li table {
	width: 150px;
}

.search-autocomplete li td {
	padding:5px;
	vertical-align:middle;
}

.search-autocomplete .amount td, .search-autocomplete .amount {
	font-size:10px;
	
}

.search-autocomplete li td img {
	float:right;
	border:1px solid #DAD9CB;
	
}

.listInfo {
	font-size:10px;
}

.listInfo .product-name a {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#66441e;
}

.listInfo .product-name a:hover {
	text-decoration:underline;
}

.products-grid a.product-image {
	display : block;
	float : left;
	margin-right : 8px
}

.products-grid td {
	padding: 10px 15px;
	padding-left : 0px;
}

.products-grid td.last {
	padding-left : 15px;
	padding-right : 0px;
}

.sales-order-view h3 {
	margin-top : 10px;
}

.product-view h3 {
	color:#66441E;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	margin-top : 0px;
}

.product-name h2 {
	color:#66441E;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
}


.price-box {
	margin : 5px 0px;
}

.products-grid .listInfo {
	line-height : 1.4em;
}

.add-to-cart label, .add-to-cart input, .add-to-cart a {
	float : left;
}

#discount-coupon-form input {
	margin-top : 5px;
}


.add-to-cart a {
 	display : block;
	margin-top : -6px;
 }
  
.additional .data-table th, .additional .data-table td, .additional th.label, .additional .data-table .label  {
	border : none;
	border-bottom : 1px solid #7E7E74;
	background : #fff;
	color : #7E7E74;
	font-size : 10px;
}

#product-attribute-specs-table {
	border-top : 5px solid #7E7E74;
}

.additional {
	border : 1px solid #7E7E74;
	padding : 10px;
}

.additional h3 {
	color : #7E7E74;
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 14px;
	text-transform : uppercase;
	margin-bottom : 5px;
}

.more-views {
	padding-top:10px;
}

.line {
	border : none;
	margin : 0px;
}


.discount, .shipping {
	margin-top : 10px;
}

.mini-products-list .product-details {
	text-align : left;
}

.mini-products-list .product-image {
	border : none;
	padding : 0px;
}

#shopping-cart-table a.product-image {
	display : block;
}

.checkoutSidebar dd {
	margin-bottom : 10px;
}

.customer-account-index h4, .customer-account-index h5, .customer-address-index h4 {
	margin-top : 10px;
}

#gallery img {
	margin-right:5px;
	margin-bottom:5px;
	border:2px solid white;
}


