/*-------------------------------------------------
SCALABLE FLASH IMAGE REPLACEMENT
-------------------------------------------------*/

/* Hide text before it's replaced */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

/* Show text after it's replaced */
.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	visibility: hidden;
}
div#Footer a, div#Footer a:visited {
	color: #999;
}
div#Footer a:hover, div#Footer a:active {
	color: #666;
}
.imgBorder {
	margin: 4px;
	padding: 1px;
	border: 1px solid #C0C0CF;
	display: block;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
a.TextLink:link, a.TextLink:visited {
	color: #B1B210;
	text-decoration: underline;
}
a.TextLink:hover, a.TextLink:active {
	color: #B1B210;
	text-decoration: none;
}

form#contact_form {
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	_height: 1%;
}
form#contact_form label {
	text-align: right;
	float: left;
	display: block;
	width: 150px;
	line-height: 150%;
	color: #1010BA;
	margin-right: 5px;
}
form#contact_form input {
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: "Times New Roman", Times, serif;
}
form#contact_form textarea {
	float: left;
	margin-top: 1px;
}
form#contact_form input#submit {
	margin-left: 350px;
	background-color: #1010BA;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.5em;
}
.saleParagraph {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	clear: both;
}

p {
	position: relative;
	}