@charset "UTF-8";



/* column lines */

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



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




#copy {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 300px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 250px;
}
#offset {
	left: 0px;
	top: 34px;
	position: relative;
}
#madelogo {
	margin: 0px;
	padding: 0px;
	width: 39px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 924px;
	background-image: url(../images/Made_In_USA2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}

#fb{
	width: 100px;
	position: absolute;
	z-index: 500;
	left: 53px;
	top: 924px;
	height: 25px;
}



#pblogo {
	margin: 0px;
	padding: 0px;
	width: 75px;
	position: absolute;
	z-index: 500;
	left: 75px;
	top: 900px;
	background-image: url(../images/pb-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}


#etsy{
	width: 39px;
	position: absolute;
	z-index: 500;
	left: 53px;
	top: 953px;
	height: 20px;
	background-image: url(../images/etsy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 3px;
	
		opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}


#etsy:hover{
		opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}