@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #271700;
  	text-align:center;
	padding:0;
	margin:0;
}

#harr
{
	position: relative;
	width:216px;
	height:144px;
	top:-880px;
	left:170px;
	display:block;
	visibility:visible;
}

#topbar
{
	position:relative;
	width: 1000px;
	height: 40px;
	top:0px;
}

#topbarimg
{	
	opacity:0.6;
	filter:alpha(opacity=60);
}

a.bar:link
{
	color:#878866;
}
a.bar:visited
{
	color:#878866;
}
a.bar:hover
{
	background-image: url(images/top_bar.png);
	background-repeat:no-repeat;
	top: 0px;
	position:absolute;
	z-index:100;
}
a.bar:active
{
	color:#878866;
}

#content
{
	background:url(images/image_main_index2.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}

#contentgroceries
{
	background:url(images/image_main_groceries.png);
	background-repeat:no-repeat;
    text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}

#contentkitchen
{
	background:url(images/image_main_kitchencenter.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contenthar
{
	background:url(images/image_main_harrington.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}

#contentgift
{
	background:url(images/image_main_giftshoppe.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contentbulk
{
	background:url(images/image_main_bulkfood.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contentbake
{
	background:url(images/image_main_bakeshoppe.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contentoutdoor
{
	background:url(images/image_main_outdoorfurniture.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contentstove
{
	background:url(images/image_main_stoveshoppe.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}

#contentabout
{
	background:url(images/image_main_about.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}
#contentcontact
{
	background:url(images/image_main_contact.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}

#contentlocation
{
	background:url(images/image_main_location2.png);
	background-repeat:no-repeat;
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	margin-top:0px;
}





#logo
{
	position:relative;
	top: -627px;
	left: 601px;
	width: 400px; 
	height: 231px;
	z-index:0;
}

#bar
{
	background:url(images/bar2.png);
	position:relative;
	width: 30px;
	height: 660px;
	top: 30px;
	left: 980px;
}


#menu
{
	background: url(images/menu_bar3.png);
	background-repeat:no-repeat;
	height: 390px;
	width: 390px;
	position:relative;
	left: -620px;
	top: 35px;
	z-index: -20;
}

#body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dadbc2;
	position:relative;
	width: 600px;
	left: -250px;
	top: -190px;
	text-align:right;
}

a#groceries
{
	margin-left: 21px;
	top: 0px;
	text-decoration:none;
	position: absolute;
	z-index: 0;

}
a#groceries:hover
{ 
	background-image: url(images/menu_hover_groceries.png);
	background-repeat:no-repeat;
	top: 0px;
	position:absolute;
	z-index:100;
}
a#bulkfoods
{
	margin-left: 21px;
	top: 30px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
	
}
a#bulkfoods:hover
{ 
	background-image: url(images/menu_hover_bulkfoods.png);
	background-repeat:no-repeat;
	top: 30px;
	position:absolute;
	z-index:100;}

a#gift
{
	margin-left: 21px;
	top: 60px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}
a#gift:hover
{ 
	background-image: url(images/menu_hover_gift.png);
	background-repeat:no-repeat;
	top: 60px;
	position:absolute;
	z-index:100;}

a#bake
{
	margin-left: 21px;
	top: 90px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}
a#bake:hover
{ 
	background-image: url(images/menu_hover_bake.png);
	background-repeat:no-repeat;
	top: 90px;
	position:absolute;
	z-index:100;}

a#kitchen
{
	margin-left: 21px;
	top: 120px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}
a#kitchen:hover
{ 
	background-image: url(images/menu_hover_kitchen.png);
	background-repeat:no-repeat;
	top: 120px;
	position:absolute;
	z-index:100;
}


a#outdoor
{
	margin-left: 21px;
	top: 150px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}
a#outdoor:hover
{ 
	background-image: url(images/menu_hover_outdoor.png);
	background-repeat:no-repeat;
	top: 150px;
	position:absolute;
	z-index:100;
}

a#stove
{
	margin-left: 21px;
	top: 180px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}

a#stove:hover
{ 
	background-image: url(images/menu_hover_stove.png);
	background-repeat:no-repeat;
	top: 180px;
	position:absolute;
	z-index:100;
}

a#about
{
	margin-left: 21px;
	top: 250px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}

a#about:hover
{ 
	background-image: url(images/menu_hover_about.png);
	background-repeat:no-repeat;
	top: 250px;
	position:absolute;
	z-index:100;
}

a#contact
{
	margin-left: 21px;
	top: 280px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}

a#contact:hover
{ 
	background-image: url(images/menu_hover_contact.png);
	background-repeat:no-repeat;
	top: 280px;
	position:absolute;
	z-index:100;
}

a#directions
{
	margin-left: 21px;
	top: 310px;
	text-decoration:none;
	position: absolute;
	z-index: 0;
}

a#directions:hover
{ 
	background-image: url(images/menu_hover_directions.png);
	background-repeat:no-repeat;
	top: 310px;
	position:absolute;
	z-index:100;
}

i
{
	visibility:hidden;
}

#footer
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#878866;
	margin-top: -100px;
}

#footer_index
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#878866;
	margin-top: -0px;
}

#footer_loc
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#878866;
	margin-top: 90px;
}

a.links:link
{
	color:#878866;
}
a.links:visited
{
	color:#878866;
}
a.links:hover
{
	color:#dadbc2;
}
a.links:active
{
	color:#878866;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* NEXT/PREV buttons hover
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
*/

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#gallery
{
	position:relative;
	top:-140px;
	width: 950px;
	text-align:right;
}

#gallerybbq
{
	position:relative;
	top:-100px;
	width: 950px;
	text-align:right;
}

#gallerythumb
{	
	opacity:0.5;
	filter:alpha(opacity=50);
}

img.galleryth
{	
	opacity:0.5;
	filter:alpha(opacity=50);
}
