@charset "UTF-8";


/* column lines */

#line1 {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 312px;
	top: 742px;
	background-color: #e1e1e1;
}
#line2 {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 637px;
	top: 742px;
	background-color: #e1e1e1;
}

/* thumbnails */

#thumbsgroup {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 340px;
	position: absolute;
	background-image: url(../images/thumb-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 900;
	left: -20px;
	top: 33px;
}
#thumbs1 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 20px;
	top: 22px;
}
#thumbs2 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 175px;
	top: 22px;
}
#thumbs3 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 175px;
	top: 124px;
}
#thumbs4{
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 253px;
	top: 124px;
}

img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	position: relative;
	left: -8px;
	top: -8px;
}




/* where to put price blurbs */

#pricelocation1 {
	position: absolute;
	top: 290px;
	left: 0;
	}




/* footer stuff */

#copy {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 300px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 282px;
}
#hline {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 300px;
	position: relative;
	z-index: 500;
	top: -18px;
	background-color: #e1e1e1;
}



#footer {
	position: absolute;
	height: 200px;
	width: 1000px;
	left: -25px;
	top: 1002px;
}


