h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

h3 {
			margin: 0;
			padding: 8px 8px 0px 8px;
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
			font-family: Arial;
			font-weight: bold;
		}

div#feature_list {
			height:272px;
			margin:10px;
			overflow:hidden;
			position:relative;
			width:960px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			height: 300px;
			background-image: url('images/ul_div_bg.jpg');
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}

		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 10px;
			height: 34px;
            width: 278px;

		}

		ul#tabs li a:hover {
			background-repeat:no-repeat;
			background-position:center;
		}

		ul#tabs li a.current {
			background-image: url('images/ul_a.png');
			background-repeat:no-repeat;
			background-position:center;
		}

		ul#tabs li a.current:hover {
                        color: #00BAE9;
			text-decoration: none;
			cursor:pointer;
		}

		ul#output {
			right: 0;
			width: 662px;
			height: 268px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 662px;
			height: 300px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 3px;
		}

		ul#output li a:hover {
			background: #3D4D67;
		}