
body {padding:0;}
#scroll {
        background-color:#fff;
	position:relative;
	height:206px;
	overflow:hidden;
	border:1px solid #888888;
	width:713px;
        font-size:12px;
	
}

#tools {
	width:9999em;
	position:absolute;
	height:209px;
        margin-top:0px;

}




.tool {
	float:left;
	width:718px;
	height:216px;
	background-repeat:no-repeat;
	background-position:0 -40px;
}

.details {
background-image: url(images/srch_bkgrd.png);
	color:#666;
	float:left;
	font-size:20px;
	width:718px;
   height:150px;
   background-repeat:repeat-x ;     
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;  
}

.demos {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	float:right;
	min-height:365px;
	padding:0 25px;
	width:272px;
}

.demos h2 {
	color:#065598;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.demos a {
	color:#666;
	font-size:12px;
	text-decoration:none;
        
}
.details h2 {
	color:#065598;
	font-size:22px;
	display:block;
	padding:10px 0;
}
.details a img {
	 margin-left:15px;

border-style:none;
}

.details a {
	color:#666;
	/*font-size:12px;*/
	text-decoration:none;
   /*margin-left:20px;    */ 
}
.details ul {
	margin: 0 auto;
	text-align: center;
}
.details li {
	color:#666;
	/*font-size:12px;*/
	text-decoration:none;
   float:left;
   display:inline;
   margin: 10px 25px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif */
}
.details p {
	text-align: center;
	margin: 0;
}
.details p a {
	display: block;
	text-align: center;
}
.details table {
	margin-top: 15px;
	border: 0;
}
.details table tr td img {
	margin: 5px 0 0 0;
	padding: 0 25px;
}

.demos li {
	color:#666;
	/*font-size:12px;*/
	text-decoration:none;
   float:left;
   display:inline;
   margin-left:30px;
}
.demos p {
	margin:0 0 4px;
	padding:2px 0 1px 22px;
}

#thumbs {
	background: url(images/nav_4states.jpg) no-repeat;
	height:57px;
	position:absolute;
	top:150px;
	width:990px;
	
}

.t a {
	background:transparent url(images/nav_4states.jpg) no-repeat scroll -21px -90px;
	display:block;
	width:102px;
	float:left;
	height:64px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {

}

/* CSS sprite for the navigation */


#t1			{ background-position:0px -59px; }
#t1:hover 	{ background-position:-0px -117px; }
#t1:active	{ background-position:-0px -175px; }
#t1.active	{ background-position:-0px 0 !important;}

#t2			{ background-position:-102px -59px; }
#t2:hover 	{ background-position:-102px -117px; }
#t2:active	{ background-position:-102px -175px; }
#t2.active	{ background-position:-102px 0 !important; }

#t3			{ background-position:-205px -59px; }
#t3:hover 	{ background-position:-205px -117px; }
#t3:active	{ background-position:-205px -175px; }
#t3.active	{ background-position:-205px 0 !important; }

#t4			{ background-position:-308px -59px; }
#t4:hover 	{ background-position:-308px -117px; }
#t4:active	{ background-position:-308px -175px; }
#t4.active	{ background-position:-308px 0 !important; }

#t5			{ background-position:-411px -59px; }
#t5:hover 	{ background-position:-411px -117px; }
#t5:active	{ background-position:-411px -175px; }
#t5.active	{ background-position:-411px 0 !important; }

#t6			{ background-position:-513px -59px; }
#t6:hover 	{ background-position:-513px -117px; }
#t6:active	{ background-position:-513px -175px; }
#t6.active	{ background-position:-513px 0 !important; }


#t7			{ background-position:-615px -59px; }
#t7:hover 	{ background-position:-615px -117px; }
#t7:active	{ background-position:-615px -175px; }
#t7.active	{ background-position:-615px 0 !important; }


#t8			{ background-position:-718px -59px; }
#t8:hover 	{ background-position:-718px -117px; }
#t8:active	{ background-position:-718px -175px; }
#t8.active	{ background-position:-718px 0 !important; }

/*top row, main wrapper*/

#mainWrapper {
	width: 715px;
}
#PD_topLinks ul {
	width: 25%;
	padding: 0 0 10px 0;
	margin: 0;
}
#PD_topLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}
#PD_topLinks li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2AA45;
	text-decoration: underline;
}
#PD_topLinks li.grayedOut {
	color: #B1B1B1;
	font-size: 12px;
}

#PD_topLinks li a:hover {
	text-decoration: none;
}
#PD_topLinks li a.black {
	color: black;
	text-decoration: none;
}
#PD_textSearch {
	float: right;
	padding: 4px;
	margin: 0;
	background-color: #484848;
	border: 1px solid #898989;
	border-bottom: 0;
	width: 30%;
	text-align: right;
}
#PD_textSearch label {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

#PD_textSearch input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

