@charset "utf-8";

/* main elements */
body 			{margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;}
a				{color: #a51313;text-decoration:none;}
a:hover			{color: #a51313;text-decoration:none;}
a:visited		{color: #a51313;text-decoration:none;}
a:active		{color: #a51313;text-decoration:none;}
#printHeader { display:none; background:url(images/printBackground.gif) no-repeat; height: 120px; }
/* layout */
#captionTop		{position: relative; top: 70px; left: 125px; height: 40px; width: 540px; background-color: #e2dfc4; text-align: center;}
.globalNav		{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; padding-left: 10px; text-decoration: none; text-transform: uppercase;}
.globalFoot		{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; vertical-align: middle;}
.globalFoot a	{color:#333333;}
.mainContainer	{border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; border-top: 0px; border-bottom: 0px;}
.menuItemHolder	{position: relative; height: 20px; overflow: visible;}				
.menuSubHolder1	{position: relative; height: 18px; overflow: visible; left: 20px; width: 300px; }
.menuSubHolder2	{position: relative; height: 18px; overflow: visible; left: 40px; width: 280px;}
.menuSubHolder3	{position: relative; height: 18px; overflow: visible; left: 60px; width: 260px;}
.menuSubHolder4	{position: relative; height: 18px; overflow: visible; left: 80px; width: 240px;}

.menuArrow		{position: absolute; top: 3px; left: -13px;}

/* text styles */			
.txtTimesNormal	{font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: normal;}
.txtTimesNormal2{font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none;}
.txtTimesNormal2 a {text-decoration: none; color: #000000;}
.txtTimesHeader {font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: bold;}
.txtHelvMenu	{overflow: hidden; height: 20px; maring-bottom:-2px;margin-top:-2px;}
.txtHelvMenu2	{overflow: hidden; height: 20px; margin-bottom:-2px;}
.txtHeaderBlack	{overflow: hidden; height: 24px; margin:-2px;}
.txtErrorMessage {color:#FF0000;}

/* sIFR fixes */
.sIFR-active .txtHelvMenu 		{ visibility:hidden; }
.sIFR-active .txtHelvMenuActive	{ visibility:hidden; }
.sIFR-active .txtHelvMenu2 		{ visibility:hidden; }
.sIFR-active .txtHelvSubMenu1	{ visibility:hidden; }
.sIFR-active .txtHelvSubMenu2	{ visibility:hidden; }
.sIFR-active .txtHelvSubMenu3	{ visibility:hidden; }
.sIFR-active .txtHelvSubMenu4	{ visibility:hidden; }
.sIFR-active .txtHeaderBlack 	{ visibility:hidden; }
.sIFR-active .txtHelvNavMenu 	{ visibility:hidden; }
.sIFR-active .txtBlackBold 		{ visibility:hidden; }
.sIFR-active .txtBlackBoldSub 	{ visibility:hidden; }
.sIFR-active .txtHelvLA			{ visibility:hidden; }
.sIFR-active .txtBlack			{ visibility:hidden; }
.sIFR-active .txtHelvHeading2	{ visibility:hidden; }

/* IMAGE GALLERY */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; padding-top:30px; }
#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; }

/* IMAGE FLOAT */

#page { background: url("images/kubrickbg-ltr.jpg") repeat-y top; border: none; }
.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
}
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }

/* SHOPPING CART */
.cart_header { background-color: #e2dfc4; padding: 2px 2px 2px 2px; }
.cart_cell { background-color: #ffffff; padding: 2px 2px 2px 2px; }