@charset "utf-8";

img, #feature_list li a { 
	behavior: url(../javascript/iepngfix.htc) 
}


/* End hide from IE Mac */
/* ---------- Typography ---------- */


.featuretitle {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}


p {
	margin: 5px 0px;
}


/* ---------- Featured ---------- */

#photo {
	float:left;
	height:256px;
	overflow:hidden;
}

#verbiage {
	float:right;
	width:272px;
	background:black;
	height:225px;
	padding:15px 20px;
}
#verbiage h2 {
	font-size:33px;
	font-weight:bold;
	color:#999999;
	line-height:31px;
	margin-bottom:5px;
	letter-spacing:-.01em;
}
#verbiage h3 {
	font-size:15px;
	font-weight:bold;
	color:#F5F5F5;
}
#verbiage p {
	font-size:12px;
	color:#f5f5f5;
	line-height:14px;
	letter-spacing:-.01em;
}

#feature_wrapper {
	width: 960px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#feature_list {
	width: 960px;
	height: 276px;
	overflow: hidden;
	position: relative;
}

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

#tabs {
	left: 0;
	z-index: 2;
	width: 218px;
	margin-right:2px;
}

#tabs li {
	font-size: 12px;
	font-family: Arial;
	height: 70px;
}

#tabs li a {
	color: white;
	text-decoration: none;	
	display: block;
	height: 51px;
	outline: none;
	background-image:url(../images/tabs-bg.png);
	padding:10px;
}

#tabs li a:hover {
	color: #CCC;
}

#tabs li a.current {
	background-image:url(../images/tabs-bg-current.png);
	color: #1B1B1B;
}

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

#output {
	right: 0;
	width: 741px;
	height: 276px;
	position: relative;
	background-color:white;
}

#output li {
	position: absolute;
	width: 720px;
	height: 274px;
	padding:10px;
}
