body {	
	text-align: center;
	margin: 0;
	font: normal 74% Arial, Verdana, Helvetica, Sans-serif;
}

body.index {	
	background: #ffffff;
}


#pageWrapper {
	width: 505px;
	height: 600px;
	margin: 20px auto;
	padding: 20px 20px 10px 12px;
	background: url("/images/compare/bg.gif") no-repeat;
	
}

#contentWrapper {
	text-align: left;
	/*clear: both */
	width: 100%;
}

#window {
	width: 510px;
	height: 160px;
	background: transparent;
	border: 0;
	text-align: left;
	padding-top: 20px;
	_padding-top: 10px;
	background-color: transparent;
	background: url("/images/compare/bg_window.gif") no-repeat;
}

#tips {
	padding: 0 20px;
	text-align: left;
}

.columnOne {
	width: 240px;
	text-align: left;
	float: left;
	padding: 0 10px 0 15px;
}

.columnTwo {
	width: 230px;
	text-align: left;
	float: left;
	padding: 0 0 0 0px
}

.columnTwoLine {
	width: 230px;
	text-align: left;
	float: left;
	padding: 0 0 0 0px;
	border-left: 1px solid #ccc;
}


.circle {
	width: 50px;
	height: 60px;
	text-align: left;
	float: left;
}

.circleText {
	width: 170px;
	height: 45px;
	padding: 10px 0 0 5px;
	text-align: left;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 0em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #036;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

a.h2:link, a.h2:visited {
	font-size: 1em;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

a.h2:hover, a.h2:active {
	text-decoration: underline;
}

.compare a{
	display: block;
	height: 101px;
	width: 204px;
	background-image: url("/images/compare/btn_comparenow.gif");
	background-repeat: no-repeat;
}
.compare a:hover{ 
	background:url("/images/compare/btn_comparenow.gif") no-repeat 0 -101px;
}

.compare span {
	display:none;
}

