@charset "UTF-8";
/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13.5px; background-image:url(../images/bgnd.jpg); margin-top:0px}
img {border:0px}
p {line-height:1.4em; color:#000}
li {margin-left:-15px !important; padding-left:-15px; line-height:1.5em;}
h1 {font-size:1.6em; color:#AD1E2E; margin-top:5px; letter-spacing:0.1em; font-weight:normal}
h2 {font-size:1.3em; color:#FFF; margin-top:2px}
h3 {font-size:1.3em; color:#000; margin-top:2px}
ul {text-align:left; color:#000}

#all {width:985px; margin-left:auto; margin-right:auto}
#main { background-image:url(../images/main.jpg); background-repeat:repeat-y; padding:6px 30px 0 28px; margin-top:-4px; _margin-right:-5px; margin-left:0px}

.main_text {padding:5px 50px 0 30px; text-align:justify}
.main_text2 {padding:5px 50px 0 35px; text-align:justify}
.main_text_table {padding:3px 0 0 30px; text-align:justify}
.para_start {font: 1.6em bold; letter-spacing:.2em}
.hl1 {font: 1.5em bold; letter-spacing:.1em; line-height:1.5em; text-decoration:underline}
.p_top {margin-top:0px}
.p_sale {width:250px; text-align:justify}

.linkfooter:link {color:#D6D7D1; text-decoration:none;}
.linkfooter:visited {color:#D6D7D1; text-decoration:none;}
.linkfooter:active {color:#D6D7D1; text-decoration:none;}
.linkfooter:hover {color:#AD1E2E; text-decoration:underline;}
.footer {position:relative; top:-80px; font-size:0.95em; line-height:1.4em; text-align:center; color:#fff}

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

.link2:link {color:#fff; text-decoration:none;}
.link2:visited {color:#fff; text-decoration:none;}
.link2:active {color:#fff; text-decoration:none;}
.link2:hover {color:#AD1E2E; text-decoration:underline;}

.box_left { background-image:url(../images/box_left.jpg); background-repeat:no-repeat; width:320px; height:275px; padding:3px 10px 5px 10px; margin-left:10px; margin-top:5px; color:#fff}
.box_price {font-weight:bold; border:#990000 1px solid; padding:4px 5px 4px 5px; width:145px; text-align:center}

.box_border {border:#FFF 1px solid; padding:5px; margin-right:15px}
.box_inner {border:#FFF 1px solid; padding:10px}
.box_nav {background-color:#5C5249; padding:10px; width:190px; color:#fff; height:100%}

.pad_right {padding-right:25px}
.pad_left {padding-left:10px}

.img_rt {float:right; margin:5px 5px 0 10px}
.img_rt2 {float:right; margin:5px 0 0 10px}
.img_lt {float:left; margin:-5px 10px 5px 0}
.img_lt2 {float:left; margin:5px 10px 35px 0}

.txt_lg {font-size:1.5em; letter-spacing:0.15em; text-transform:capitalize; color:#fff; font-weight:bold; text-align:center; margin-top:10px; margin-top /*\**/: 15px; _margin-top:35px; *margin-top:35px;}


/*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;
	}
