div#feature_list {
	width: 879px;	
	height: 535px;
	overflow: hidden;
	position: relative;
	border:1px dashed #CCC;
	background: url(../images/brochureBg.jpg) no-repeat;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	margin:5px 5px 5px 5px;

}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 250px;
	color:#000;
	margin: 0;
	padding: 0;
	font-size: 11px;

}

ul#tabs li {
	font-family:Verdana, Geneva, sans-serif;
	margin: 2px 2px;
	vertical-align:middle;
	text-align: center;

}


ul#tabs li a {
	width:130px;
	display:block;
	padding:0px 5px;
	border:#666666 solid 1px;
	margin: 2px 2px 2px 2px;
	height: 40px;
	color:#000;
 	text-decoration: none;
	outline: none;
	overflow: hidden !important;
	background-color: #FFFFFF; 
}

ul#tabs li a:hover {
	background-color: #3366FF; /* why not #fff? It's an ugly hack for a quirk in IE */
	color: #FFFFFF;
}




ul#output {
	right: 0;
	width: 650px;	
	height: 535px;
	position: relative;
}

ul#output img {
	border:none;
}

ul#output li {
	position: absolute;
	width: 650px;	
	height: 535px;
	border-bottom: 2px solid #999;
	color: #000;
	padding: 20px;
	text-align:center;
	margin:0px 0px 0px -130px;
}
.downloadHeading{
	padding:3px;
	font-size:16px;
	margin:5px 5px 10px 5px;
	font-weight:bold;
	color:#666666
}
.click-here{
	padding:2px;
	color: #333;
	margin: 3px 0px;
}
