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

.testimonials p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#336600;
font-style:italic;
}

a.launch_bt, a.launch_bt:visited {
	font-weight:bold; 
	padding:3px;
	color:#006;
}

a.launch_bt:hover {
	background-color:#006;
	text-decoration:none;
	color:#FFF;
}

#replatePriceTable {
	border: 2px #00C ridge;
}

#replatePriceTable table {
	width:100%;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}

#replatePriceTable table th {
	background-color:#59608E;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#replatePriceTable table td.odd {
	background-color:#E8E8E8;
	text-align: center;
}
#replatePriceTable table td.even {
	background-color:#9CACFA;
	text-align: center;
}

#rehandlePriceTable {
	border: 2px #00C ridge;
}

#rehandlePriceTable table { 
	width:100%;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}

#rehandlePriceTable th {
	background-color:#59608E;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#rehandlePriceTable table td.odd {
	background-color:#E8E8E8;
	text-align: center;
}
#rehandlePriceTable table td.even {
	background-color:#9CACFA;
	text-align: center;
}

#currencySelect {
	right:2px;
	top:200px;
}

#priceCalculatorLaunch {
	right:20px;
	top:400px;
}


#tenReasons {
	z-index:2;
	position:absolute;
	top:80px;
	left:200px;
	visibility:hidden;
}