body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background-image:url(/images/bgnd2.png)}
img {border:0px}
h1 {font-size:1.1em; margin-top:0px; margin-bottom:-15px}
p {line-height:1.4em; text-align:left}

#all {width:950px; margin-left:auto; margin-right:auto}

a:link {color:#000066}
a:visited {color:#000066}
a:active {color:#000066}
a:hover {color:#990000}

.link1:link {color:#FFFFFF; text-decoration:none;}
.link1:visited {color:#FFFFFF; text-decoration:none;}
.link1:active {color:#FFFFFF; text-decoration:none;}
.link1:hover {color:#990000; text-decoration:underline;}

.link2 {font-family: "Times New Roman", Times, serif; font-size:1.4em; font-weight:600; padding-left:10px; line-height:1.5em}
.link2:link {color:#FFFFFF; text-decoration:none;}
.link2:visited {color:#FFFFFF; text-decoration:none;}
.link2:active {color:#FFFFFF; text-decoration:none;}
.link2:hover {color:#990000; text-decoration:underline; font-weight:500}

.link3:link {color:#FFFFFF; text-decoration:none;}
.link3:visited {color:#FFFFFF; text-decoration:none;}
.link3:active {color:#FFFFFF; text-decoration:none;}
.link3:hover {color:#000066; text-decoration:underline;}

.img_rt {float:right; padding:5px}
.img_lt {float:left; padding:5px}
.box1 {border:10px ridge #FFFFFF; width:500px; height:375px}

.text_footer {font-size:0.85em; line-height:1.4em; color:#FFFFFF}

.papyrus_header {font-family: Papyrus; font-size:1.7em}
.papyrus_text {font-family: Papyrus; font-size:1.4em}

.corsiva_header {font-family:"Monotype Corsiva"; font-size:1.9em; letter-spacing:0.2em}
.corsiva_text {font-family: "Monotype Corsiva"; font-size:1.6em;  letter-spacing:0.05em}

.box_left {background-color:#D6D6D6; width:280px; height:auto; padding:3px}
.box_left_in {background-color:#AFAFAF; color:#000066; width:249px; line-height:1.4em; height:225px; margin:0 5px 5px 5px; padding:10px}
.box_left_in1 {background-color:#AFAFAF; color:#000066; width:249px; line-height:1.4em; height:205px; margin:0 5px 5px 5px; padding:10px}
.header_left {background-image:url(../images/bar.jpg); background-repeat:no-repeat; font-size:1.2em; font-weight:bold; padding:3px 0 0 70px; height:30px; margin-top:2px}

.header_links{ margin-left:30px; background-image:url(../images/bar.jpg); background-repeat:no-repeat; font-size:1.2em; font-weight:bold; padding:3px 0 0 70px; height:30px; margin-top:2px}

.box_right{background-color:#D6D6D6; width:553px; height:auto; padding:3px}
.box_right_in {background-color:#AFAFAF; color:#000066; line-height:1.4em; width:418; height:auto; margin:0 5px 5px 5px; padding:10px}
.header_right {background-image:url(../images/bar2.jpg); background-repeat:no-repeat; font-size:1.2em; font-weight:bold; padding:3px 0 0 70px; height:30px; margin-top:2px}

.box_right_large{background-color:#D6D6D6; width:723px; height:auto; padding:3px}
.box_right_in_large {background-color:#AFAFAF; color:#000066; line-height:1.4em; height:auto; margin:0 5px 5px 5px; padding:10px}
.header_right_large {background-image:url(../images/bar4.jpg); background-repeat:no-repeat; font-size:1.2em; font-weight:bold; padding:3px 0 0 70px; height:30px; margin-top:2px}

.box_all {background-color:#D6D6D6; padding:10px; color:#333333}
.box_all_in {background-color:#AFAFAF; padding:10px}
.box_header {background-image:url(../images/bar3.jpg); background-repeat:no-repeat; font-size:1.2em; font-weight:bold; padding:3px 0 0 70px; height:30px; margin-top:2px}
.box_text_detail {color:#000066; line-height:1.4em}
.box_text_detail_price {font-size:1.2em; color:#990000; font-weight:bold}

.box_red {background-color:#BE0000}


/*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(../html/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(../html/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../html/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;
	}