#content {
	width: 750px;
	margin: 50px auto;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}

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

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

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			float:left;
			padding-top:60px;
			width: 679px;
			height: 355px;
			overflow: hidden;
			position: relative;
			background-image:url(../images/HomePage/Content/ZtGroup/GroupBackGround.jpg);
			background-repeat:no-repeat;
		}

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

		ul#tabs {
	left: 17px;
	z-index: 2;
	width: 270px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 3px;
			border: none;
			float: left;
			margin:0px;
			margin-right:5px;
		}

		ul#tabs li a {
			color: #D6D6D6;
			text-decoration: none;	
			display: block;
			padding: 10px;
			padding-top:20px;
			padding-bottom:6px;
			height: 48px;
			outline: none;
		}

		ul#tabs li a:hover {
			color:#FFF;
		}

		ul#tabs li a.current {
			background:  url('../images/HomePage/Content/ZtGroup/Arrow.png');
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
	right: 6px;
	width: 453px;
	height: 305px;
	position: relative;
		}

		ul#output li {
	position: absolute;
	width: 393px;
	height: 307px;
	left: 41px;
	top: 1px;
		}

		ul#output li a {
	position: absolute;
	bottom: 16px;
	right: 9px;
	padding: 4px 8px;
	border:2px solid #FFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	color: #FFF;
	background: #f68933;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
