/* CSS Document */

body {
	background-image:url(../images/page_back.png);
	background-repeat:repeat-x;
	background-color:#B9844B;
	margin:0px;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width: 970px;
	background-image:url(../images/page_wrapper.png);
	background-repeat:repeat-y;
}

#wrapper {
	width:950px;
	margin:auto;
}

#header {
	width:950px;
	height:135px;
}

/* Logo Section */

#logo {
	width:451px;
	height:103px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-right:10px;
	padding-top: 10px;
	float:left;
}

#logo_link {
   width:100px;
   height:103px;
   display:block;
}

#logo_link span {
   display:none;
}

/* Logo Section */

/* Newsletter Signup Section */

#newsletter {
	width:294px;
	height:48px;
	background-image:url(../images/newsletter_signup.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:20px;
}

.newsletter_form {
	margin-left:12px;
	margin-top:16px;
}

.newsletter_input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#2D2215;
	border:none;
	height:14px;
	width:206px;
}

.newsletter_button {
	margin-left:5px;
}


/* Newsletter Signup Section */

/* Main Navigation */

#navigation {
	width:950px;
	height:47px;
	margin-left:2px;
	margin-bottom:10px;
	clear:both;
}

#home_button {
	width:88px;
	height:47px;
	float:left;
}

#home_button span {
	display:none;
}

#home_button a {
	width:88px;
	height:47px;
	background-image:url(../navigation/home_button.gif);
	background-repeat:no-repeat;
	display:block
}

#home_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#sample_button {
	width:198px;
	height:47px;
	float:left;
}

#sample_button span {
	display:none;
}

#sample_button a {
	width:198px;
	height:47px;
	background-image:url(../navigation/sample_button.gif);
	background-repeat:no-repeat;
	display:block
}

#sample_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#explore_button {
	width:212px;
	height:47px;
	float:left;
}

#explore_button span {
	display:none;
}

#explore_button a {
	width:212px;
	height:47px;
	background-image:url(../navigation/explore_button.gif);
	background-repeat:no-repeat;
	display:block
}

#explore_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#gift_button {
	width:125px;
	height:47px;
	float:left;
}

#gift_button span {
	display:none;
}

#gift_button a {
	width:125px;
	height:47px;
	background-image:url(../navigation/gift_button.gif);
	background-repeat:no-repeat;
	display:block
}

#gift_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#about_button {
	width:108px;
	height:47px;
	float:left;
}

#about_button span {
	display:none;
}

#about_button a {
	width:108px;
	height:47px;
	background-image:url(../navigation/about_button.gif);
	background-repeat:no-repeat;
	display:block
}

#about_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#advertise_button {
	width:99px;
	height:47px;
	float:left;
}

#advertise_button span {
	display:none;
}

#advertise_button a {
	width:99px;
	height:47px;
	background-image:url(../navigation/advertise_button.gif);
	background-repeat:no-repeat;
	display:block
}

#advertise_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

#contact_button {
	width:115px;
	height:47px;
	float:left;
}

#contact_button span {
	display:none;
}

#contact_button a {
	width:115px;
	height:47px;
	background-image:url(../navigation/contact_button.gif);
	background-repeat:no-repeat;
	display:block
}

#contact_button a:hover {
	background-position: 0px -47px;
	background-repeat:no-repeat;
}

/* Main Navigation */

/* Main Graphic Section */

#main_graphic {
	width:950px;
	height:357px;
	background-image:url(../images/main_graphic.jpg);
	background-repeat:no-repeat;
	margin-top:-1px;
}

#front_image {
	width:540px; 
	height:286px; 
	float:right; 
	background:#ffffff; 
	margin-top:27px; 
	margin-right:29px;
}

#category_links {
	width:350px;
	height:210px;
	padding-top:45px;
	margin-left:25px;
}

#category_links ul {
	margin-left:-30px;
}

#category_links li {
	list-style-type:none;
}

#category_links a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:28px;
	color:#FFFFFF;
	text-decoration:none;
}

#category_links a:visited {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#category_links a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;	
}

.categories_left {
	width:155px;
	height:210px;
	float:left;
	margin-left:-15px;
}

.categories_right {
	width:160px;
	height:210px;
	float:right;
	margin-right:43px;
}

#search_section {
	width:312px;
	clear:left;
	padding-top:23px;
	margin-left:13px;
}

.search_form {
	margin-left:12px;
	margin-top:15px;
}

.search_input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#517631;
	border:none;
	height:16px;
	width:230px;
}

.search_button {
	margin-left:5px;
}

/* Main Graphic Section */

#content_wrapper {
	width:950px;
	clear:both;
}

/* Main Content Homepage */

#main_content_home {
	width:615px;
	margin-left:15px;
	float:left;
}

#business_divider {
	width:580px;
	clear:left;
	margin-top:10px;
}

.product_sections {
	width:165px;
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}

.product_outline {
	width:160px;
	height:100px;
	margin-bottom:-5px;
}

.product_outline_link {
	width:160px;
	height:100px;
	display:block;
}

.product_outline_link span {
	display:none;
}

.product_crop {
	width:160px;
	height:100px;
	overflow:hidden;
}

.product_sections h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#33551C;
	line-height:14px;
	font-weight:normal;
}

.product_sections h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#33551C;
	line-height:14px;
	font-weight:normal;
}

.tag_links {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#raffle_section {
	width:615px;
	clear:both;
}

.raffle_container {
	width:295px;
	float:left;
	margin-right:5px;
}

.raffle_container_text {
	width:285px;
	padding-left:5px;
}



/* Main Content Homepage */

/* Buy Local Sidebar */

#buy_local_sidebar {
	width:310px;
	height:860px;
	background-image:url(../images/why_buy_sidebar.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
}

#buy_local_sidebar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#517631;
	font-weight:normal;
}

#buy_local_sidebar p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:24px;
	color:#493925;
	margin-top:-5px;
}

#buy_local_sidebar a {
	color:#517631;
	text-decoration:none;
}

#buy_local_sidebar a:visited {
	color:#517631;
	text-decoration:none;
}

#buy_local_sidebar a:hover {
	color:#6DAD3E;
	text-decoration:none;
}

.buy_local_section {
	width:260px;
	margin-top:55px;
	margin-left:30px;
}

#rss_icon {
	width:25px;
	height:25px;
	float:right;
	margin-right:6px;
	margin-top:26px;
}

#rss_link {
	width:25px;
	height:25px;
	display:block;
}

#rss_link span {
	display:none;
}

#events_section {
	clear:right;
	width:260px;
	padding-top:5px;
	margin-left:30px;
}

#events_section h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#493925;
	line-height:16px;
	padding-bottom:5px;
}

#events_section p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#493925;
	line-height:14px;
}

#buy_local_indent {
	margin-left:20px;
}

/* Buy Local Sidebar */

/* Sub-Section Sidebar */

#sub_sidebar {
	width:200px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

.sub_sidebar_headings {
	width:198px;
	height:33px;
}

.sub_sidebar_border {
	width:191px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	margin-bottom:10px;
	background-color:#FFFBD5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDAAC;
	border-bottom-color: #DFDAAC;
	border-left-color: #DFDAAC;
}

.sub_sidebar_border ul {
	margin-left:-13px;
	margin-top:5px;
	margin-bottom:4px;
	padding-left:10px;
}

.sub_sidebar_border li {
	width:188px;
	height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#517631;
	list-style:none;
	display:block;
	padding-bottom:10px;
}

.sub_sidebar_border a {
	width:187px;
	height:15px;
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}

.sub_sidebar_border a:visited {
	width:187px;
	height:15px;
	text-decoration:none;
}

.sub_sidebar_border a:hover {
	width:187px;
	height:15px;
	color:#493925;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#DFDAAC;
	text-decoration:none;
}

.sub_sidebar_search {
	width:183px;
	height:27px;
	padding-top:5px;
	margin-top:5px;
	background-image:url(../images/search_box.gif);
	background-repeat:no-repeat;
}

.sidebar_search_input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#4A3926;
	border:none;
	margin-left:5px;
	height:14px;
	width:145px;
}

.sidebar_search_button {
	margin-left:5px;
}

/* Sub-Section Sidebar */

/* Sub-Section Main Content */

#sub_section_main {
	width:736px;
	float:right;
	margin-right:5px;
	margin-top:5px;
}

#sub_section_text {
	width:600px;
	margin-left:15px;
}

/* Sub-Section Main Content */

/* Footer Section */

#footer {
	height:96px;
	background-image:url(../images/footer_back.png);
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:0px;
}

#footer_back {
	width:970px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-16px;
}

#footer_text {
	width:900px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FAEAB8;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
}

#footer_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FAEAB8;
	line-height:20px;
}

#footer_text a {
	color:#FAEAB8;
	text-decoration:none;
}

#footer_text a:visited {
	color:#FAEAB8;
	text-decoration:none;
}

#footer_text a:hover {
	color:#E06845;
	text-decoration:none;
}


/* Footer Section */


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
	padding-bottom:10px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#493925;
	font-weight:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#493925;
	font-weight:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#493925;
	font-weight:normal;
}

h4 {}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#493925;
	font-weight:normal;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#493925;
	font-weight:normal;
	list-style-type: disc;
	padding-bottom:4px;
}

a:link {
	color:#A0371D;
	text-decoration:none;
}

a:visited {
	color:#A0371D;
	text-decoration:none;
}

a:hover {
	color:#D83811;
	text-decoration:none;
}

.green {
	color:#517631;
}

.red {
	color:#A0371D;
}

.brown {
	color:#493925;
}

.heading_red {
	border-bottom-width:medium;
	border-bottom-color:#A0371D;
	border-bottom-style:solid;
}

.heading_green {
	border-bottom-width:medium;
	border-bottom-color:#517631;
	border-bottom-style:solid;
}

.red_link a {
	color:#A0371D;
	text-decoration:none;
}

.red_link a:visited {
	color:#A0371D;
	text-decoration:none;
}

.red_link a:hover {
	color:#D83811;
	text-decoration:none;
}

.green_link a {
	color:#517631;
	text-decoration:none;
}

.green_link a:visited {
	color:#517631;
	text-decoration:none;
}

.green_link a:hover {
	color:#6DAD3E;
	text-decoration:none;
}

.tag_links a {
	color:#517631;
	text-decoration:underline;
}

.tag_links a:visited {
	color:#493925;
	text-decoration:underline;
}

.tag_links a:hover {
	color:#6DAD3E;
	text-decoration:underline;
}

.event_text_large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#493925;
	font-weight:normal;
}

.event_text_small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#493925;
	font-weight:normal;
}

.advertising_form_style {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4A3926;
	font-weight:normal;
	border: 1px solid #493925;
	padding: 2px;
}

.image-link {
    border: none !important;
}
	

/* Calendar */

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #9DB7A7;
 width:90px;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
