* {margin:0; padding:0;}


/* MAIN PAGE CONTAINER
------------------------------------------------------------------------- */
#container {
  width: 760px;
  margin: 0 auto;
  background: #ffffff;
}

/* SEARCH BOX
------------------------------------------------------------------------- */
#searchbox {
  width: 100%;
  background: #ff0000;
  color: #000000;
  text-align: right;
}

/* HEADER
------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  padding: 0px;
/*  background: #00ff00; */
  color: #ffffff;
  background-image: url(/assets/images/blu_grad.png);
  text-align: center;
}
#header h2 {
  font-size: 36px;
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  padding-top: 6px;
  margin-left: 10px;
  color: #ff9933;
}

/* HORIZONTAL LINK UNIT
------------------------------------------------------------------------- */
#horizontallinkunit {
  width: 100%;
  height: 20px;
  padding-top: 3px;
  background: #000000;
  color: #000000;
  text-align: center;
}

/* PAGE TITLE
------------------------------------------------------------------------- */
#pagetitle {
  width: 100%;
  background: #ffffff;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}
#pagetitle h1 {
  font-size: 18px;
  font-family: arial,sans-serif;
  font-weight: bold;
  margin-left: 10px;
  color: #000000;
}





/* MAIN BODY - contains text and menus; stuff between header and footer
------------------------------------------------------------------------- */
#main-body {
  width: 100%;
  background: #ffffff;
  color: #000000;
  margin-top: 10px;
}

#content {
  float: left;
  width: 520px;
  padding: 10px;
  margin-left: 10px;
  background: #ffffff url(/assets/images/bkg_ylo_wht.png) repeat-y center;
  border-top: #C1B653 solid 1px;
  border-bottom: #C1B653 solid 1px;
  text-align: justify;
}
#content ol li {
  margin: 0 0 12px 30px;
}
#content p {
  line-height: 18px;
  margin-bottom: 12px;
}
#content img {
  margin: 0 0 10px 10px;
}

#large-rectangle {
  display: block;
  float: left;
  margin: 0 14px 8px 0;
/* EDIT THE WIDTH AND HEIGHT TO MATCH THE AD DIMENSIONS EXACTLY */
  width: 300px;
  height: 250px;
/*  background: #bb3300; */
/*  border: #0000ff solid 1px; */
}

#wide-rectangle {
  width: 100%;
  height: 60px;
/*  background: #ff00ff; */
  text-align: center;
  margin-top: 45px;
}




/* MENU
------------------------------------------------------------------------- */

#menu {
  float: left;
  margin: 0 10px 0 20px;
  width: 180px;
  background: #ffffff url(/assets/images/bkg_gry_wht.png) repeat-y center;
  border-top: #808080 solid 1px;
  border-bottom: #808080 solid 1px;
}

#menu ul li {
  margin: 0 0 0 6px;
  line-height: 16px;
}

#menu ul li ul li {
  margin: 2px 0 3px 0;
  line-height: 16px;
}

#menu ul li ul li ul li {
  margin: 2px 0 2px 5px;
  line-height: 16px;
}

#menu .active {
  color: #ff0000;
}

#linkunit {
  width: 100%;
  height: 90px;
/*  background: #ff4400; */
}

#navmenu{
  width: 100%;
/*  background: #004400; */
  margin-top: 5px;
}

#ebay{
  width: 100%;
/*  background: #0022cc; */
  text-align: center;
  margin-top: 5px;
}




/* FOOTER
------------------------------------------------------------------------- */
#footer {
  width: 100%;
/*  background: #ff3355; */
  color: #000000;
  margin-top: 30px;
  text-align: center;
}










/* HTML ELEMENTS
------------------------------------------------------------------------- */
body {
  color : #f1f1f1;
  font-family: arial,sans-serif;
  font-size: 12px;
  background: #ffffff url(/assets/images/bkg_blk_shad.png) repeat-y center; 
}

h1, h2, h3, h4, h5 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

a, a:active, a:visited, a:link {
  color: #0000ff;
  text-decoration: underline;
  font-family: arial,sans-serif;
}
a:hover {
  color: #ee8040;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

li {
  margin-bottom: 7px;
}


/* SPECIAL CLASSES
------------------------------------------------------------------------- */
.clear { 
  clear: both;
  line-height: 0px;
}

.warning {
  font-weight: bold;
  color: #ff0000;
}

.last {
  margin-bottom: -10px;
}

li .last {
  margin-bottom: 0px;
}









/* LIGHTBOX
------------------------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

