/*	04.- Promo
--------------------------------------------------------------------------------------*/
.promo {
	width: 670px;
	height: 282px;
	margin: 0px auto 0px auto;
	margin-top:0px;
	margin-bottom:5px;
	padding-top: 0px;
	border: 1px solid #000000;
}
.promo div.featured {
	width: 670px;
	float: left;
	position: relative;
	padding-left: 0px;
}
.promo div.featured div.a_feature {
	width: 575px;
	height: 250px;
	display: none;
	position: absolute;
}
.promo div.featured div.a_feature:first-child {
	display: block;
}
.promo div.featured div.a_feature div.gc {
	width: 532px;
	background: transparent url(images/bgr_featured_gc.png) left top;
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #151515;
	position: absolute;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.promo div.featured div.a_feature div.img  a img{
	text-decoration: none;
	border: 0px;
}
.promo div.featured div.a_feature div.gc h2 {
	border: 0px;
	padding: 0px;
	
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.promo div.featured div.a_feature div.gc h2 a {
	color: #E3961D;
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.promo div.featured div.a_feature div.gc h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.promo div.featured div.a_feature div.gc p {
	font-family: Verdana, Geneva, sans-serif;
	color: #BBBBBB;
	font-size: 10pt;
	border: 0px;
	padding: 0px;
	margin: 2px;
	margin-bottom: 10px;
}
.promo div.featured div.a_feature div.trans {
	width: 575px;
	height: 1px;
	background:  transparent url(images/bgr_featured_top_line.png) left top repeat-x;
	position: absolute;
	top: 0px;
}

/* Featured Content Navigation */
.promo div.featured div.featured_nav {
	width: 96px;
	height: 250px;
	background: transparent url(images/bgr_featured_gc.png) left top;
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.promo div.featured div.featured_nav ul {
	list-style : none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;

}
.promo div.featured div.featured_nav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	height: 58px;
	display: block;
	clear: both;
	padding: 5px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 0px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
.promo div.featured div.featured_nav ul li a img {
	width: 73px;
	height: 56px;
	float: left;
	border: 1px solid #000000;
	margin: 0px 5px 0px 4px;
}
.promo div.featured div.featured_nav ul li a:hover {
	color: #E3961D;
	text-decoration: none;
	background-color: #333333;
}
.promo div.featured div.featured_nav ul li.active a {
	color: #333333;
	background: #CCCCCC url(images/bgr_featured_nav_active.gif) left top repeat-x;
	border-top-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
}
.promo div.featured div.featured_nav ul li.active a img {
	border-color: #333333;
}

.promo div.featured div.featured_nav ul li:first-child a {
	border-top-width: 0px;
}
.promo div.featured div.featured_nav ul li:last-child a {
	border-top-width: 0px;
}
