/* CSS Document */

body {
	background-image: url(../images/stuff-a-bagel-background.jpg);
	background-color:#330100;
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th 		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				color: #000; 
				line-height: 12pt;} 
				
.copy 			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 12pt;}
				
.small-text		{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 9pt;}
				
.small-text2	{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 10pt;}

.nav-text		{font-family: 'Rokkitt', georgia, times new roman, times, serif; 
				font-size: 14px; 
				font-style: normal; 
				font-weight: bold; 
				color: #fff; 
				line-height: 14pt;}
				
.nav-text2		{font-family: Tahoma, Arial, Verdana, sans-serif; 
				font-size: 14px; 
				font-style: normal; 
				font-weight: bold; 
				color: #fff; 
				line-height: 14pt;
				letter-spacing: 2px;}
				
.footer-text	{font-family: 'Rokkitt', georgia, times new roman, times, serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: bold; 
				color: #fff; 
				line-height: 12pt;}

.title-text1	{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 24px; 
				font-style: normal; 
				font-weight: normal; 
				color: #05152C;
				line-height: 24pt;
				letter-spacing: 2px;}
				
.title-text2	{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 24px; 
				font-style: normal; 
				font-weight: bold; 
				color: #660000;
				line-height: 24pt;
				letter-spacing: -1px;}

.title-text3	{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 24px; 
				font-style: normal; 
				font-weight: bold; 
				color: #660000;
				line-height: 24pt;
				letter-spacing: -1px;}
				
.firstletter	{float: left; width:.7em; 
				font-size:36px; 
				font-family: Georgia, Times New Roman, Times, serif; 
				color: #000000; 
				line-height: 20pt;
				}
				
.forms-lg		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 16px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 16pt;}
				
.forms-sm		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 12pt;}
				
.login			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 26px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 26pt;}


a:link 						{text-decoration: none; color: #330100;}			/* unvisited link */
a:visited 					{text-decoration: none; color: #330100;}			/* visited link */		
a:hover 					{text-decoration: underline; color: #05152C;}		/* mouse over link */
a:active 					{text-decoration: none; color: #2c7d75;}			/* selected link */	

a.nav-header:link 			{text-decoration: none; color: #ffffff;}			/* unvisited link */
a.nav-header:visited 		{text-decoration: none; color: #ffffff;}			/* visited link */	
a.nav-header:hover 			{text-decoration: underline; color: #2c7d75;}		/* mouse over link */
a.nav-header:active 		{text-decoration: none; color: #ffffff;}			/* selected link */	

a.nav-footer:link 			{text-decoration: none; color: #ffffff;}			/* unvisited link */
a.nav-footer:visited 		{text-decoration: none; color: #ffffff;}			/* visited link */	
a.nav-footer:hover 			{text-decoration: underline; color: #ffffff;}		/* mouse over link */
a.nav-footer:active 		{text-decoration: none; color: #ffffff;}			/* selected link */	


#slideshow {
    position:relative;
    height:332px;
	width:638px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#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;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 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; }

#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; }

