/* NAVIGATION STYLES */	
.navbar
	{
	position:relative;
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
	width:346px;
	height:1080px;
	background-color:white;
	}
	
div.navbar ul
	{
	width:100%;
	text-indent:none;
	margin:0px;
	padding:0px;
	}
	
div.navbar ul li
	{
	position:absolute;
	padding:0px;
	list-style-type:none;

	background-color:none;
	color:white;
	overflow:hidden;
	}
	
div.navbar ul li a
	{
	display:block;
	width:100%;
	height:100%;
	}
	
div.navbar ul li.newsoff a
	{
	display:none;
	}

	
li.logo
	{
	background-image:url("../images/misc/logo2.png");
	width:346px;
	height:100px;
	top:0px;
	left:0px;
	}
	
li.logo h1
	{
	display:none;
	}
	
li h2
	{
	display:none;
	}
	
/*//////  NEWS BUTTON STYLES  ///////*/

li.news
	{
	left:0px;
	top:111px;	
	height:206px;
	width:56px;
	background-image:url("../images/buttons/news1.png");	
	}

li.news:hover
	{
	background-image:url("../images/buttons/news3.png");
	}

li.newsoff
	{
	left:0px;
	top:111px;	
	height:206px;
	width:56px;
	background-image:url("../images/buttons/news3.png");	
	}
	
li.newsoff a
	{
	display:none;
	}


/*//////  HISTORY BUTTON STYLES  ///////*/

li.history
	{
	left:61px;
	top:111px;
	height:56px;
	width:224px;
	background-image:url("../images/buttons/purpose1.png");	
	}

li.history:hover
	{
	background-image:url("../images/buttons/purpose3.png");
	}

li.historyoff
	{
	left:61px;
	top:111px;
	height:56px;
	width:224px;
	background-image:url("../images/buttons/purpose3.png");	
	}
	
li.historyoff a
	{
	display:none;
	}	
/*//////  DRYGOODS BUTTON STYLES  ///////*/

li.drygoods
	{
	left:61px;
	top:172px;
	height:56px;
	width:224px;
	background-image:url("../images/buttons/drygoods1.png");	
	}

li.drygoods:hover
	{
	background-image:url("../images/buttons/drygoods3.png");
	}

li.drygoodsoff
	{
	left:61px;
	top:172px;
	height:56px;
	width:224px;
	background-image:url("../images/buttons/drygoods3.png");	
	}

li.drygoodsoff a
	{
	display:none;
	}
/*//////  GALLERY BUTTON STYLES  ///////*/

li.gallery
	{
	left:61px;
	top:233px;
	height:84px;
	width:224px;
	background-image:url("../images/buttons/gallery1.png");	
	}

li.gallery:hover
	{
	background-image:url("../images/buttons/gallery3.png");
	}

li.galleryoff
	{
	left:61px;
	top:233px;
	height:84px;
	width:224px;
	background-image:url("../images/buttons/gallery3.png");	
	}	
	
li.galleryoff a
	{
	display:none;
	}
	
/*//////  MENU BUTTON STYLES  ///////*/	
	
li.menu
	{
	left:290px;
	top:111px;
	height:206px;
	width:56px;
	background-image:url("../images/buttons/menu1.png");	
	}

li.menu:hover
	{
	background-image:url("../images/buttons/menu3.png");
	}

li.menuoff
	{
	left:290px;
	top:111px;
	height:206px;
	width:56px;
	background-image:url("../images/buttons/menu3.png");	
	}

li.menuoff a
	{
	display:none;
	}	
	
/*//////  HANDMADE ICE CREAM BUTTON STYLES  ///////*/
	
li.handmade
	{
	left:0px;
	top:322px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/handmade1.png");	
	}

li.handmade:hover
	{
	background-image:url("../images/buttons/handmade3.png");
	}

li.handmadeoff
	{
	left:0px;
	top:322px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/handmade3.png");	
	}

li.handmadeoff a
	{
	display:none;
	}
	
/*//////  CANDY BUTTON STYLES  ///////*/

li.candy
	{
	left:0px;
	top:383px;
	height:40px;
	width:346px;
	background-image:url("../images/buttons/candy1.png");	
	}

li.candy:hover
	{
	background-image:url("../images/buttons/candy3.png");
	}

li.candyoff
	{
	left:0px;
	top:383px;
	height:40px;
	width:346px;
	background-image:url("../images/buttons/candy3.png");	
	}	

li.candyoff a
	{
	display:none;
	}
	
	
/*//////  BLOG BUTTON STYLES  ///////*/

li.blog
	{
	left:0px;
	top:383px;
	height:40px;
	width:346px;
	background-image:url("../images/buttons/candy1.png");	
	}

li.blog:hover
	{
	background-image:url("../images/buttons/candy3.png");
	}

li.blogoff
	{
	left:0px;
	top:383px;
	height:40px;
	width:346px;
	background-image:url("../images/buttons/candy3.png");	
	}	

li.blogoff a
	{
	display:none;
	}	
/*//////  FUDGE BUTTON STYLES  ///////*/
	
li.fudge
	{
	left:0px;
	top:428px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/fudge1.png");	
	}

li.fudge:hover
	{
	background-image:url("../images/buttons/fudge3.png");
	}

li.fudgeoff
	{
	left:0px;
	top:428px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/fudge3.png");	
	}

li.fudgeoff a
	{
	display:none;
	}
	
/*//////  TREATISE BUTTON STYLES  ///////*/
	
li.treatise
	{
	left:0px;
	top:490px;	
	height:206px;
	width:108px;
	background-image:url("../images/buttons/treatise1.png");
	}

li.treatise:hover
	{
	background-image:url("../images/buttons/treatise3.png");
	}

li.treatiseoff
	{
	left:0px;
	top:490px;	
	height:206px;
	width:108px;
	background-image:url("../images/buttons/treatise3.png");
	}

li.treatiseoff a
	{
	display:none;
	}
	

/*///// MAILING LIST STYLES ///////*/

li.mailing
	{
	background-image:url("../images/buttons/insidescoop.png");
	left:118px;
	top:490px;	
	height:206px;
	width:226px;
	}
	
li.mailing form
	{
	position:relative;
	text-align:left;
	margin:82px 0px 0px 10px;
	}
	
li.mailing form input
	{
	border:3px double black;
	margin:3px;
	width:187px;
	}
	
li.mailing button
	{
	border:1px solid black;
	margin:3px 3px 3px 10px;
	font-family: georgia, "times new roman", serif;
	font-style:italic;
	color:black;
	}

li.mailing form button:hover
	{
	border:1px solid red;
	color:red;
	}
	
li.yesmail
	{
	background-image:url("../images/buttons/insidescoopyes.png");
	left:118px;
	top:490px;	
	height:206px;
	width:226px; 
	}
	
li.nomail
	{
	background-image:url("../images/buttons/insidescoopno.png"); 
	left:118px;
	top:490px;	
	height:206px;
	width:226px;
	}
	
li.notmail
	{
	background-image:url("../images/buttons/insidescoopnot.png");
	left:118px;
	top:506px;	
	height:206px;
	width:226px;
	}


/*//////  PRESS BUTTON STYLES  ///////*/
	
li.press
	{
	left:0px;
	top:705px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/press1.png");	
	}

li.press:hover
	{
	background-image:url("../images/buttons/press3.png");
	}

li.pressoff
	{
	left:0px;
	top:705px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/press3.png");	
	}

li.pressoff a
	{
	display:none;
	}



/*//////  LINKS BUTTON STYLES  ///////*/

li.links
	{
	left:0px;
	top:766px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/links1.png");	
	}

li.links:hover
	{
	background-image:url("../images/buttons/links3.png");
	}

li.linksoff
	{
	left:0px;
	top:766px;
	height:56px;
	width:346px;
	background-image:url("../images/buttons/links3.png");	
	}	

li.linksoff a
	{
	display:none;
	}
	
/*//////  CONTACT BUTTON STYLES  ///////*/
	
li.contact
	{
	left:0px;
	top:827px;
	height:46px;
	width:346px;
	background-image:url("../images/buttons/contact1.png");	
	}

li.contact:hover
	{
	background-image:url("../images/buttons/contact3.png");
	}

li.contactoff
	{
	left:0px;
	top:827px;
	height:46px;
	width:346px;
	background-image:url("../images/buttons/contact3.png");	
	}

li.contactoff a
	{
	display:none;
	}


/*///// HOURS. STYLES ///////*/
	
li.hours
	{
	left:0px;
	top:878px;
	height:160px;
	width:226px;
	background-image:url("../images/buttons/hours.png");	
	}
	
	
/*/// QUOTE STYLES ////////*/

li.quotebox
	{
	left:231px;
	top:878px;
	height:160px;
	width:115px;
	border:none;
	background-color:white;
	}
	
/*////// NAVBAR FOOTER STYLES ///////*/

.navfooter
	{
	background-image:url("../images/patterns/filler_top.png");
	position:absolute;
	left:0px;
	bottom:-1px;
	height:38px;
	width:346px;
	}