@charset "UTF-8";
#mainContent {
	text-align: left;
	background: #FFFFFF url(images/logoBGD.png);
	color: #000000;
}
#subContent {
	text-align: left;
	background: #FFFFFF;
	border: #35424B 1px solid;
	margin: 0px 0px 0px 10px;
	width: 828px;
}
#comparisonTable {
	text-align: left;
	margin: 40px 0px;
}
#compareHeader {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px 5px 0px 5px;
}
#compareHeader h1 {
	text-align: left;
	font-size: 14px;
	color: #FFFF00;
}
#compareList {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
	margin-right: 10px;
}
#basic {
	background: url(images/basicBG.png) center no-repeat;
}
#classic {
	background: url(images/classicBG.png) center no-repeat;
}
#palatial {
	background: url(images/palatialBG.png) center no-repeat;
}
#planDiv {
	background: #000000;
	height: 373px;
	width: 986px;
	top: 610px;
	left: 15%;
	position: absolute;
	margin: 0 auto;
	border: #000000 2px solid;
}
#planDivContent {
	margin: 0 0 10px 0;	
}
.clickMe {
	background-color: #000000;
	color: #99CCFF;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}
.popUp {
	
	color: #FFFFFF;
	z-index: 99;
	position: absolute;
	bottom: 0px;
}
.plan {
	cursor: pointer;
}
