/* General Styles */

* {
	margin: 0;
	padding: 0;
}

a{
	outline:none;
}

a img,
img {
	border: 0;
	}
	
a,
a:link, 
a:visited {
	color:#b93c15;
	text-decoration: none;
}
	
a:hover {
	color:#7c280e;	
}

body {
	background: url('../img/bg.gif') repeat-x #e4d9c3;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0px;
	color:#7b7b7b;
}

h1 {
	color:#2e84ca;
	font-size:14px;
	font-weight:bold;	
}

h2 {
	color:#7f725a;
	font-size:16px;
	font-weight:bold;
	margin:20px 0px 15px 18px;
	line-height:0px;
}

h3 {
	color:#902f10;
	font-size:12px;
	font-weight:bold;
	margin:14px 0px 0px 18px;
}	

.dataTable{
	border:1px solid #a29171; 
	border-collapse:collapse; 
	background-color: #fbdfb0;
	
}

.dataTable td{
	border:1px solid #a29171;
	padding:3px;
}
	
/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

	
/* Homepage styles */
#homepage_content{
	background-color:#ddc49b;
}

.pics {  
    height:  248px;  
    width:   742px;  
    padding: 0;  
    margin: 0 0 0 13px;  
} 
 
.pics img {  
    padding: 0px;  
    border:  none;  
    background:none;  
    width:  742px; 
    height: 248px; 
    top:  0; 
    left: 0 
} 


#banner{
	width:724px;
	height:248px;
	margin-left:13px;
	text-align:center;
	background:url('../img/temp_flash.jpg') no-repeat;
}

#banner p{
	background-color:white;
}

#banner ul{
	list-style:none;
}


#homepage_text{
	width:735px;
	margin-left:20px;
	padding-bottom:20px;
}

#featured_products{
	float:left;
	width:458px;
}

div.news_scroll {
	position: relative;
	padding: 0;
	overflow: hidden;
	height: 120px;
	width: 247px;
	border: 0px solid #eee;
}

div.news_scroll  ul {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	top: 0;
}

div.news_scroll  li {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
	list-style: none;
	border: 1px solid transparent;
	_border: none;
	_zoom: 100%;
}

div.news_scroll a,
div.news_scroll a:link,
div.news_scroll a:visited
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

div.news_scroll a:hover {
	text-decoration: underline;
	color:#f9f9f8;
}


#latest_news{
	float:right;
	background-color:#cbb68e;
	width:247px;
	color:#474033;
}

#latest_news h2{
	color:#a63612;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
	margin-left:8px;
	margin-right:7px;	
}

#latest_news p{
	margin-left:8px;
	margin-right:7px;
	margin-bottom:6px;
}

#latest_news img{
	margin-left:8px;
	margin-right:7px;
}

#latest_news a,
#latest_news a:link,
#latest_news a:visited{
	margin-left:8px;
	margin-right:7px;
	color:#b93c15;
	text-decoration:underline;	
}

#latest_news a:hover{
	color:#7c280e;
}

#latest_news a.other_news,
#latest_news a.other_news:link,
#latest_news a.other_news:visited{
	color:#474033;	
	text-decoration:underline	
}

#latest_news a.other_news:hover{
	color:#161410;
}

#upcoming_events{
	float:right;
	background-color:#cbb68e;
	width:247px;
	color:#474033;
}

#upcoming_events h2{
	color:#a63612;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
	margin-left:8px;
	margin-right:7px;	
}

#upcoming_events p{
	margin-left:8px;
	margin-right:7px;
	margin-bottom:6px;
}

#upcoming_events a,
#upcoming_events a:link,
#upcoming_events a:visited{
	margin-left:8px;
	margin-right:7px;
	color:#b93c15;
	text-decoration:underline;	
}

#upcoming_events a:hover{
	color:#7c280e;
}

#upcoming_events a.other_news,
#upcoming_events a.other_news:link,
#upcoming_events a.other_news:visited{
	color:#474033;	
	text-decoration:underline	
}

#upcoming_events a.other_news:hover{
	color:#161410;
}


#homepage_text h1{
	background-repeat: no-repeat;
	text-indent: -3000px;
	overflow: hidden;
	margin-top:15px;
}

#homepage_text h1.featured{
	background-image:url('../img/t_featured.gif');
	margin-bottom:15px;
}

#homepage_text h1.latest_news{
	background-image:url('../img/t_news.gif');
	margin-left:8px;
}

#homepage_text h1.upcoming{
	background-image:url('../img/t_upcoming.gif');
	margin-left:8px;
}


/* Page styles */

#page_wrpr{
	width:768px;
	margin:0 auto;
}

#logo_bar{
	background-color:#e9dbbf;
	height:92px;
}

#logo{
	float:left;
	padding-left:29px;
	width:285px; /* orig 314px */
	height:90px;
}

#permalinks{
	width:447px;
	text-align:right;
	height:90px;
	float:right;
	padding-right:7px;
}

#permalinks ul{
	list-style:none;
	float:right;
}

#permalinks li{
	float:left;
	background:url('../img/div_permalinks.gif') no-repeat;
	padding:0 6px 0 6px;
}	


#permalinks a, 
#permalinks a:link,
#permalinks a:visited {
	color:#a2937b;
	text-decoration:none;
}

#permalinks a:hover {
	color:#7d6e58;
}

#permalinks li.highlight a, 
#permalinks li.highlight a:link,
#permalinks li.highlight a:visited {
	color:#902f10;
	text-decoration:none;
	font-weight:bold;
}

#permalinks li.highlight a:hover {
	color:#7d6e58;
}


#menu{
	background-color:#902f10;
	width:742px;
	height:44px;
	margin:0 auto;
}

#menu ul{
	list-style:none;
	padding-top:6px;
	padding-left:20px;
}

#menu li{
	float:left;
}

#menu a{
	height:32px;
	text-indent:-3000px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
}

#menu a:hover{
	background-position:0px -32px;
	
}	

#menu a.welcome{
	width:77px;
	height:32px;
	background-image:url('../img/b_welcome.gif');
}

#menu a.news{
	width:120px;
	background-image:url('../img/b_news.gif');
}

#menu a.gifts{
	width:54px;
	background-image:url('../img/b_gifts.gif');
}

#menu a.gourmet{
	width:83px;
	background-image:url('../img/b_gourmet.gif');
}

#menu a.cooking{
	width:76px;
	background-image:url('../img/b_cooking.gif');
}

#menu a.home{
	width:138px;
	background-image:url('../img/b_home.gif');
}

#menu a.wellness{
	width:79px;
	background-image:url('../img/b_wellness.gif');
}

#menu a.visit{
	width:74px;
	background-image:url('../img/b_visit.gif');
}


#internal_text{
	float:left;
	width:458px;
}

#internal_text p{
	margin-left:18px;
	color:#474033;
	font-size:12px;
}

#internal_text table{
	margin-left:18px;
	font-size:12px;
	color:#474033;
}

#sub_items{
	float:right;
	background-color:#cbb68e;
	width:247px;
	color:#474033;
	text-align:center;
	padding-top:10px;
}

/* Footer styles */

#footer{
	margin:0 auto;
	text-align:center;
	width:768px;
	background-color:#a29171;
	height:30px;
	padding-top:4px;
	color:#d1c8b8;	
}

#footer a,
#footer a:link,
#footer a:visited{
	color:#d1c8b8;
	text-decoration:underline;
}

#footer a:hover{
	color:#ece9e3;
}





