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

#floatinglater {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-attachment: fixed;
	float: left;
	height: 405px;
	width: 300px;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	right: 0px;
}
.logo_header {
	background-image: url(logo_homespun.jpg);
	background-repeat: no-repeat;
}
a {
	cursor:pointer;
}
div#pop_up {
	position: absolute;
	top:60px;
	left:300px;
	width:450px;
	z-index:9;
	font-family:Arial, Helvetica, sans-serif;
}
div#pop_up p {
	font-size:16px;
}
a#closeP {
	text-decoration:none;
	position:absolute;
	color:#000;
	margin-left:-10px;
	margin-top:-10px;
	width:10px;
	z-index:10;
	display:block;
}
td.corner {
	background-image:url(../images/corners.png);
}
td.tb {
	background-image:url(../images/topbot.png);
}
td.lr {
	background-image:url(../images/leftright.png);
}
td.l {
	width:28px;
}
td.r {
	width:36px;
}
td.t {
	height:29px;
}
td.b {
	height:41px;
}
td.cc {
	background-color:#fff;
}
td#tL {
	background-position:top left;
}
td#tM {
	background-position:top center;
}
td#tR {
	background-position:top right;
}
td#cL {
	background-position:left center;
}
td#cR {
	background-position:right center;
}
td#bL {
	background-position:bottom left;
}
td#bM {
	background-position:bottom center;
}
td#bR {
	background-position:bottom right;
}
.disclaimer {
	font-size: 10px;
	color: #B1A456;
	text-decoration: none;
}
