﻿		h3 {
			margin: 0;	
			padding: 0 0 0 0;
			font-size: 13px;
			font-weight:bold;
			float:left;

		}
		
		div#feature_list {
			width: 750px;
			height: 348px;
			position: relative;
			background-image:url('../img/bg5.jpg');
			background-position:-100px 0;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 11px;
			font-family: "Trebuchet MS";
			line-height:16px;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
		}

		ul#tabs li a {
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 38px;
			outline: none;
		}
		ul#tabs li a span{
			display:block;
			height:15px;
			text-align:left;
			width:230px;
			margin-left:42px;
			color:#333333;
		}
		
		ul#tabs li a:hover {

		}

		ul#tabs li a.current {
			background:  url('../img/feature-tab-current4.png');
			color: #0B73B0;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
		ul#tabs li a h3{
			color:#FFF;
		}
		ul#tabs li a.current h3
		{
			color:#0B73B0;	
		}
		ul#output {
			right: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			top: 310px;
			left: 590px;
			width:80px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #115278;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			behavior: url(PIE.html);
		}
		
		ul#output li a:hover {
			background:#2D787B;
		}
h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}


a { 
	outline-color: #888;	
}