/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  color: #000000;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 134%;
}
h3 {
	font-size: 125%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: 1em/1.4  Georgia, "Times New Roman", Times, serif;
	line-height: 133%;
	letter-spacing: 1px;
}
.price {
 font-size: 122%;
 font-weight: bold;
}
blockquote {
	margin-top: 0;
	padding-top: 0;
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
big {
  font-size:1.2em;
  line-height: normal;
}
img {
	border: none;
	padding: 0px;
}
.smallstuff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/* Links and Images */
a:link, a:visited {
	color: #060;
	text-decoration: none;
}
a:hover { 
	color: #FF0000; 
	text-decoration: none;
}
a:active { 
	color: #FF0000;
	text-decoration: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
/*divs*/
#header {
	padding: 11px;
	margin: 0 auto;
	width: 666px;
}
#indent1 {
	text-indent: 10px; 
}
/*menu*/
#menu {
	width: 685px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 3px;
	margin-left: 3px;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #000;
}
#menu a:active {
	color: #666666;
}
#wrapper {
	width: 685px;
	margin: 0 auto;
	padding-bottom: 33px;
}
#content {
	float: left;
	width: 435px;
	padding: 0;
	margin-top: 20px;
}
#sidebar {
	float: right;
	width: 225px;
	padding-top: 0px;
	margin-top: 20px;
}
#sidebar img {
	border-bottom: none;
}
#fullwidth {
	width: 100%;
	padding-top: 0px;
	margin-top: 40px;
}
#footer {
	clear: both;
	width: 685px;
	margin: 0 auto;
	padding-top: 33px;
}
#footer a {
	color: #666;
}
#blah {
	width: 333px;
	float: right;
	padding: 9px;
	color:#FFF;
	background-color:#333;
	margin: 9px;
}
/*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(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; }
/*lightbox ends*/