/* graphical style */

/* elements */

			body			{			
							margin: 0;
						
							color: #932322;
							background: #b39758 url(images/bg.jpg);
							text-align: justify;
							font-size: 75%;
							font-family: "Tahoma", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
							}
			
			a				{
							color: #710100;
							text-decoration: none;
							font-weight: bold;
							}
							a:hover			{
											color: #932322;
											text-decoration: underline;
											}
							
			h1, h2, h3, h4, h5, h6	{
							margin: 0 0 1em 0;
							}
							
			h2				{							
							font-size: 150%;
							text-decoration: none;
							}
			
			h3				{
							margin-top: 2em;
							}
			
			img				{
							border: none;
							}
							
			p				{
							margin-bottom: 1em;
							}
							
			address			{
							margin-bottom: 1em;
							clear: both;		
									
							text-align: center;
							font-style: normal;
							}
							
							
							
							
/* named elements */

			#container		{
							width: 751px; /* 745px + 6px to account for the 1px border of each thumbnail */
							margin: 50px auto;
							
							background: #f8eec7;
							border: 10px solid white;
							}							
							#header			{
											}
											#logo 			{
															width: 256px;
															height: 300px;
															float: left;
															
															text-indent: -9999px;
															background: #4c0e0d url(images/logo.jpg) 50% 50% no-repeat;;
															}
															#logo a			{
																			height: 300px;
																			width: 256px;
																			display: block;
																			}
															
											#banner			{
															height: 250px;
															width: 495px;
															float: left;
											
															background: #710100 url(images/bannerBG.jpg) top right no-repeat;
															color: #fc0; /* f8eec7 */
															}
															
											#links			{
															width: 495px;
															height: 50px;
															float: left;
															
															background: url(images/mainmenu.jpg) no-repeat;
															}
															#links ul		{
																			margin: 0;
																			padding: 0;
																			}
																			#links ul li	{
																							height: 50px;
																							width: 123px;
																							margin: 0;
																							display: block;
																							float: left;
																							overflow: hidden;
																							
																							list-style: none;
																							}
																							#links ul li a		{
																											height: 50px;
																											width: 123.75px;
																											display: block;
																											padding: 0;
																											
																											text-indent: -9999px;
																											background: url(images/mainmenu.jpg) no-repeat;
																											}
																							
																							#link1 a:link, #link1 a:visited {background-position: 0 0;}
																							#link2 a:link, #link2 a:visited {background-position: -123px 0;}
																							#link3 a:link, #link3 a:visited {background-position: -246px 0;}
																							#link4 a:link, #link4 a:visited {background-position: -369px 0;}
																							#link1 a:hover {background-position: 0 -50px;}
																							#link2 a:hover {background-position: -123px -50px;}
																							#link3 a:hover {background-position: -246px -50px;}
																							#link4 a:hover {background-position: -369px -50px;}
											
							#content		{
											padding: 10px;
											clear: both;
											}
											#content .thumbnail	{
															width: 235px;
															height: 176px;
															margin: 1em 0;
															float: left;
															
															border: 1px solid black;
															}
											
							#footer			{
											margin-top: 3em;
											padding: 10px;
											clear: both;
							
											text-align: center;
											}
											
											
											
/* Lightbox Styling */

				#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
				#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }			
											#barry {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	border: 1px solid #710100;
	background-color: #F8EEC7;
}
#container #content #tea {
	padding: 6px;
	border: 1px solid #ECD69D;
	background-image: url(images/site/teaBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#container #content #menus {
	background-image: url(images/site/menusBG.jpg);
	height: 201px;
	width: 729px;
}
