#raw1 {
	position: absolute;
	top: 185px;
	left: 180px;
	width: 635px;
	height: 160px;
	background-color: white;
	border: 1px solid #333; 
	
}

#navImages {}

#navImages ul {
	padding: 2px 0 1px 5px;
	margin: 0;
	width: 630px;
	height: 55px;
}

#navImages li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 25px 0 3px;
}

#navImages img {
	text-align: center;
}

#navPricing {
	padding: 0 0 10px 0;
	margin: 0 0 0 5px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 630px;
}

#navPricing a {
	padding: 2px 12px;
	background-color: #00BFFF;
	border-right: solid 1px #eee;
	border-top: 2px solid #00BFFF;
	border-bottom: 4px solid #666; 
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	text-decoration: none;
}

#navPricing a:hover {
	border-top: 2px solid Red;
	border-bottom: 4px solid Red;
	background-color: Red;
	color: #eee;
	
}

#navPricing .tabs .active {
	color: #333;
	background-color: white;
}

#navPricing .navRight {
	border-right: none;
}

#descendant {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 637px;
	padding: 0;
	margin: 0;
}

#HelloLookerp {
/*	background-color: #BDFCC9; */
	padding: 10px;
	width: 615px;
	float: left;
	border-bottom: 2px solid #666;
	
}

#HelloLookerp p {
	font-size: 2.0em;
	letter-spacing: -0.01em;
	line-height: 1.4em;
	color: #666;
	text-align: justify;
}

#HelloLookerp p span {
	background-color: #00BFFF;
	border-right: solid 1px #eee;
	border-top: 2px solid #ddd;
	border-bottom: 4px solid #666; 
	color: #333; 
}

#HelloLookerp p span.GaryWhite {
	background-color: white;
	color: black;
	border: none;
}


#HelloLookerh {
	width: 630px;
}

#HelloLookerh p {
	font-size: 3em;
	text-align: left;
	color: #2E8B57;
	padding: 4px;
	letter-spacing: 0.02em;
}

#HelloLookerh ul {
	margin: 0 0 20px 0;
	padding: 15px;
}

#HelloLookerh li {
	list-style: none;
	float: left;
	font-weight: bold;
}

#HelloLookerh a {
	padding: 5px 15px;
	font-weight: 300;
	letter-spacing: -0.01em;
	font-size: 1em;
}

#HelloLookerh a:hover {
	background-color: Red;
	color: white;
	text-decoration: none;
}





#descendant .generation_details h2 {
	font-size: 12px;
	padding: 3px;
	text-align: center;
	background-color: #FFFFE3;
	color: #4F0012;
	letter-spacing: 0.1em;
}

#descendant .generation_details ul {
	padding: 0;
	margin: 0;

}

#descendant .generation_details li {
	list-style: none;
	padding: 0;
	margin: 0;
}


#descendant .generation_details {
	 display : none; 
}

/* Pricing table styles */

table.data {
	width: 627px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #666;
	margin: 0;
	clear: both;
}
	
table.data ul {
	list-style-type: none;
}	

table.data li {
	/*
margin-bottom: 6px;
*/
}		

table.data a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

table.data a:hover {
	color: Red;
	background-color: #ccc;
}
	
table.data tr.odd {
	background-color: #fff;
}
			
table.data tr.even {
	background-color: #eee;
}
	
table.data thead th {
	color: #fff;
	font-weight: bolder;
	text-align: center;
	background-color: #6E8B3D;
	border-left: 1px solid #666;
	padding: 2px 5px 2px 5px;
}
			
table.data td {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	text-align: left;			
}
			
table.data tfoot td {
	text-align: center;
	background-color: #DEDDD7;
}
			
table.data .col1 { 
	border-left: none; 
}
			
table.data tbody .col4 { 
	padding-left: 15px ; 
}
			
table.data span {
	color: red;
}	

.hidden {
	display: none;
	background-color: white;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.unhidden {
	display: block;
}