

/*promo-wrapper
++++++++++++++++++++++++++++*/
#promo-wrapper {
	overflow: hidden;
}


/*promo
++++++++++++++++++++++++++++*/
#promo {
	float: left;
	width: 342px;
	display: inline;
}

#promo p {
	margin-bottom: .75em;
	line-height: 1.2;
}

#webstock-back {
	width: 274px;
	height: 0;
	padding-top: 21px;
	background: url("/10/images/home/webstock-back.png") no-repeat;
	overflow: hidden;
	margin-bottom: .25em;
}



/*speakers
++++++++++++++++++++++++++++*/
#speakers {
	margin-left: 350px;
	width: 380px;
	width: 375px;
	height: 276px;
	background: url("/10/images/home/speakers-bg.png") 50% 50% no-repeat;
	position: relative;
}

#speakers1 {
	position: absolute;
	top: 12px;
	left: 45px;
	height: 125px;
	width: 153px;
	z-index: 20;
}

#speakers2 {
	position: absolute;
	top: 0px;
	left: 170px;
	height: 120px;
	width: 155px;
	z-index: 0;
}

#speakers3 {
	position: absolute;
	top: 120px;
	left: 223px;
	height: 124px;
	width: 158px;
	z-index: 0;
}

#speakers4 {
	position: absolute;
	top: 155px;
	left: 115px;
	height: 124px;
	width: 153px;
	z-index: 20;
}

#speakers5 {
	position: absolute;
	top: 135px;
	left: 0;
	height: 124px;
	width: 156px;
	z-index: 0;
}


/*news-wrapper
++++++++++++++++++++++++++++*/
#news-wrapper {
	overflow: hidden;
	margin-top: -13px;
}

/*news
++++++++++++++++++++++++++++*/
#news {
	float: left;
	width: 470px;
	margin-top: 25px;
}

#news h2 {
	width: 79px;
	height: 21px;
	margin-bottom: 15px;
}
#news h2 em {
	background: url("/10/images/home/news.gif") no-repeat;
}

#feed h3, #feed p {
	padding-left: 80px;
}

#feed h3 a {
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #8a6c43;
	text-decoration: none;
}
#feed h3 a:hover,
#feed h3 a:focus {
	text-decoration: underline;
	color: #000;
}

#feed p {
	border-bottom: 1px solid #beb174;
	position: relative;
	padding-bottom: 25px;
	font-size: .9em;
}

#feed p span {
	display: block;
	position: absolute;
	top: -2em;
	left: 0px;
	background: url("/10/images/home/feed-date-bg.png") no-repeat;
	padding: 15px 15px 15px 14px;
	color: #fff;
	line-height: 1.2;
	font-family: arial, sans-serif;
	color: #666;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

