/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 0 !important;
	height: 0 !important;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

object, embed {
	display: block;
}

.sIFR-hasFlash .box h1 .title {
	padding: 8px 24px 8px 0pt;
	*font-size: 1.5em;
	line-height: 1.4em;	
}


.sIFR-hasFlash .title span {
	visibility: hidden;
}
.sIFR-hasFlash #banner .home h2 {
	margin-bottom: 15px;
}
.sIFR-hasFlash #banner .home h2 span {
	visibility: hidden;
	line-height: 1.2em;
	display: inline;
}
.sIFR-hasFlash #banner .inner h2 {
	visibility: hidden;
	margin: 25px 30px;
	line-height: 1.3em;
}

.sIFR-hasFlash .small_box .title span {
	visibility: hidden;
	padding: 0 0 4px 0 !important;
	*font-size: 0.6em;
}
.sIFR-hasFlash .small_box .title object,
.sIFR-hasFlash .small_box .title embed {
	margin: 0 0 3px 0;
}

.sIFR-hasFlash .resultsTable caption {
	visibility: hidden;
	font-size: 1.8em;
}
.sIFR-hasFlash .resultsTable object,
.sIFR-hasFlash .resultsTable embed {
	margin: 0 0 3px 0;	
}

.sIFR-hasFlash #contact .text {
	visibility: hidden;
	letter-spacing: -1px;
	line-height: 1.5em;
	margin: 3px 10px 0 0;
	*margin: 5px 10px 0 0;
}
.sIFR-hasFlash #contact .number {
	visibility: hidden;
	letter-spacing: -1px;
	line-height: 2.2em;
}

.sIFR-hasFlash .calcHeader {
	*padding: 0 0 2px 0;
}
.sIFR-hasFlash .calcHeader span {
	visibility: hidden;
	line-height: 1.5em;
	display: block;
}

.sIFR-hasFlash .calcFormProduct h3 {
	visibility: hidden;
	letter-spacing: 1px;
}
