/* graphical style */

/* elements */

			body			{			
							margin: 0;
						
							color: #666;
							background: white;
							text-align: justify;
							font-size: 80%;
							font-family: "Tahoma", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
							}
			
			a				{
							color: red;
							text-decoration: none;
							font-weight: bold;
							}
							a:hover			{
											text-decoration: underline;
											}
							
			h1, h2, h3, h4, h5	{
							margin: 0;
							}
							
			h1				{
							}
							
			h2				{
							}
							
			h3				{
							margin-bottom: 1em;
							
							text-transform: uppercase;
							font-size: 180%;
							}
							
			h4				{
							margin-top: 2em;
							margin-bottom: 0.5em;
							
							font-size: 130%;
							}
			
			img				{
							border: none;
							}
							
			p				{
							margin: 0 0 1em 0;
							}
							
			address			{
							margin-bottom: 1em;
							
							text-align: left;
							font-style: normal;
							}
							
			td				{
							vertical-align: top;
							}
							
			.red			{
							color: red;
							}
							
							
							
/* named elements */

			#container		{
							width: 900px;
							margin: auto;
							}
							
			#header			{
							width: 900px;
							height: 325px;
							
							text-indent: -9999px;
							background: url(images/logo1.jpg) 0 80% no-repeat;
							}
							
			#content		{
							margin: 2em 0;
							}
							#linkspanel		{
											width: 900px;
											height: 50px;

											background: url(images/linksBG.gif) no-repeat;
											}
											#linkspanel ul	{
														margin: 0;
														padding: 0;
														}
														
											#linkspanel li	{
														height: 50px;
														width: 120px;
														padding: 0;
														float: left;
														overflow: hidden;
														
														list-style: none;
														}
														
											#linkspanel a	{
														display: block;
														height: 50px;
														text-indent: -9999px;
											
														background: url(images/linksBG.gif) no-repeat;
														}														
														#link1 a {background-position: 0 0;}
														#link2 a {background-position: -120px 0;}
														#link3 a {background-position: -240px 0;}
														#link4 a {background-position: -360px 0;}
														#link5 a {background-position: -480px 0;}
														#link6 a {background-position: -600px 0;}
														#link7 a {background-position: -720px 0;}
														#link1 a:hover {background-position: 0 -50px;}
														#link2 a:hover {background-position: -120px -50px;}
														#link3 a:hover {background-position: -240px -50px;}
														#link4 a:hover {background-position: -360px -50px;}
														#link5 a:hover {background-position: -480px -50px;}
														#link6 a:hover {background-position: -600px -50px;}
														#link7 a:hover {background-position: -720px -50px;}
											
							#headlinepanel	{
											width: 900px;
											height: 300px;
											
											background: red;
											border-top: 1px solid white;
											border-bottom: 1px solid white;
											}
											#headlineimage	{
															width: 400px;
															height: 300px;
															float: left;
															}
															
											#headlinetext	{
															width: 500px;
															height: 300px;
															float: right;
															}
							
							#infopanel		{
	width: 900px;
	float: left;
	background: #1e3f90;
	border-bottom: 20px solid red;
											}
											#textpanel		{
	width: 580px;
	height: 680px;
	float: right;
	overflow: auto;
	color: white;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 0;
															}
															
											#thumbnailpanel	{
															width: 220px;
															height: 100%;
															padding: 20px 20px;
															float: left;
															
															color: black;
															}																			
															.thumbnail		{
																			width: 100px;
																			height: 100px;
																			margin: 15px auto;
																			 
																			border: 1px solid black;
																			}
																			.thumbnail a	{
																			 				width: 100px;
																							height: 100px;
																							display: block;
																							
																							text-indent: -9999px;
																							}
																							
			#packingbanner	{
							width: 900px;
							height: 100px;
							float: left;
							
							background: url(images/packaging_banner.gif);
							}
							#packingbanner a	{
											width: 900px;
											height: 100px;
											display: block;
											
											text-indent: -9999px;
											}
															
			#footer			{
							width: 900px;		
							float: left;
										
							font-size: 90%;
							}
							.footeritem		{
											min-width: 200px;
											padding-right: 1em;
											float: left;
											
											font-weight: bold;
											}
											.footeritem a	{
															font-weight: normal;
															}
											
											
							#copyright		{
											margin-top: 1em;
											float: right;
											
											text-align: right;
											}
											

/* 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; }			

			
