/* CSS Document */

#navigation #home, #why, #contact {background: #fff;}


/* accordian styles */


.section {background: url(../IMAGES/table_shad.jpg) no-repeat;
	padding: 20px 0 20px 0;
	
	}
	
.step {display: block;
	cursor: pointer;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #511F7E;
	text-decoration:none;
	outline: none;
	}
	
	
.step span {font: 16px  Helvetica, Arial, sans-serif;
	color: #511F7E;
	font-weight: normal;	
	}

/* table styles */
	
.tab {
	width: 568px;
	}
	
.tab th {background: #D8D0E6;
	font: 13px  Helvetica, Arial, sans-serif;
	color: #511F7E;
	font-weight: bold;	
	padding: 5px;
	text-align:left;
	}
	
.tab td {background: #F0ECF5;
	font: 13px  Helvetica, Arial, sans-serif;
	color: #511F7E;
	line-height: 140%;
	padding: 5px;
	text-align:left;
	}	
	
/* price box styles */	
	
#price_box {float: left;
	background: url(../IMAGES/prices_bg.png) no-repeat;
	width: 281px;
	height: 488px;
	position: absolute;
	z-index: 996;
	margin: -55px 0 0 609px;	
	}
	
.price_copy {float: left;
	padding: 110px 15px;
	width: auto;
	height: auto;
	font: 20px  Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 140%;
	}
	
.price_copy span {color: #F0ECF5;
	font-weight: bold;}	
		