*
	{
	margin: 0;  /* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	}

html, body
	{
	background: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 99%;
	border: none;
	}
#wrapper
	{
	min-height: 100%;
	height: auto !important;	/* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	height: 100%;
	margin: 0 auto -3em;		/* footer specific code , thanks http://ryanfait.com/sticky-footer/ */
	}
#head
	{
	position: relative;
	margin-bottom: 4em;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 591px;
	height: 120px;
	background:url(../header.gif) no-repeat;
	}
#divider
	{
	border: none;
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 21em;
	height: 1px;
	background: #ffffff;
	line-height: 1px;
	}
#content
	{
	margin: auto;
	padding: 0;
	margin-top: 0;
	width: 33em;
	}
#footer, .push
	{
	font-size: 0.7em;
	font-style: normal;
	height: 3em;
	text-align: center;
	}
.box
	{
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	text-align: center;
	border: none;
	margin: auto;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.iphonebox
	{
	width: 215px;
	height: 215px;
	float: none;
	clear: none;
	margin: auto;
	border: none;
	padding: 0;
	}
.iphonefloat
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 65px;
	height: 65px;
	float: left;
	display: inline;
	}
.macbox
	{
	width: 300px;
	height: 150px;
	float: none;
	clear: none;
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0;
	}
.macfloat
	{
	border: none;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 150px;
	float: left;
	display: inline;
	}
.center
	{
	text-align: center;
	}
.floatright
	{
	border: none;
	padding: 0;
	width: auto;
	height: auto;
	float: right;
	display: inline;
	clear: none;
	margin: 1em;
	background-color: #000000;
	}
.right
	{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2em;
	}
.italic
	{
	font-style: italic;
	margin-top: 2em;
	}
:link,:visited
	{
	text-decoration: none;
	}
h1
	{
	font-size: 2.5em;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 0.2em;
	margin-top: 1em;
	}
h2
	{
	font-size: 1.5em;
	font-weight: lighter;
	color: #999999;
	margin-bottom: 0.2em;
	margin-left: 1em;
	margin-top: 1em;
	}
h3
	{
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.2em;
	margin-left: 1.3em;
	}
h4
	{
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	color: #999999;
	margin-bottom: 0.2em;
	margin-left: 2.5em;
	}
p
	{
	margin-bottom: 2em;
	margin-left: 2.5em;
	}
h4,h5,h6,pre,code
	{
	font-size: 1em;
	}
ol,li,h5,h6,pre,form,body,html,blockquote,fieldset,input
	{
	margin: 0; padding: 0;
	}
a img,:link img,:visited img
	{
	border: none;
	}
a.current
	{
	color: #ffffff;
	}
address
	{
	font-style: normal;
	}


/* navigation bars */
ul.menunav
	{
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 34em;
	height: 1.5em;
	}
ul.menunav li
	{
	padding: 0;
	margin-right: 0.5em;
	float: left;	
	list-style-type: none;
	}
ul.menunav li a
	{
	border: 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	}
.menunav a:visited
	{
	color: #ffffff;
	}
.menunav a.current:hover
	{
	color: #999999; 
	}
.menunav a:hover
	{
	color: #999999; 
	}
.menunav a.current
	{
	color: #999999;
	}



ul.menu
	{
	list-style: none;
	padding-left: 0;
	margin-left: 0em;
	}
ul
	{
	padding-left: 1em;
	margin-bottom: 1em;
	margin-left: 2.5em;
	}
ul.negativemargin
	{
	padding-left: 1em;
	margin-bottom: 1em;
	margin-top: -1em;
	margin-left: 2.5em;
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #999999;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #999999;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #ffffff;
	text-decoration: overline underline;
	}
a:active
	{
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	}
/* LightBox */
#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: #000;
	}
#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;
	}
/* end Light Box */
a.linkopacity img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacity:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
	margin: 0.1em;
	padding: 2px;
	background: #000000;
	}
a.linkopacityindex img
	{
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	border: none;
	}
a.linkopacityindex:hover img
	{
	filter: alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6;
	border: none;
}
