/* HOMEPAGE LAYOUT */

#home-flash {
	width: 998px;
	height: 402px;
}
#home-wrap {
	background: #000 url(../images/bg_home-boxes.gif) 0 0 no-repeat;
	min-height: 294px;
  	height:auto !important; /* fix for IE6 */
  	height: 294px;
	position: relative;	
}

/* ---------------------------- left-side content ---------------------------- */
#alpha {
	padding: 0 25px;
	color: #eed557;
	width: 404px;
	height: 187px;
	position: absolute;
	top: 14px;
	left: 15px;
	overflow: hidden;
}
#alpha h1 {
	margin: 0 0 10px 0;
	color: #FFF;
	font-size: 13px;
	line-height: 38px;
	text-transform: uppercase;
}

/* ---------------------------- right-side content ---------------------------- */
#beta {
	padding: 0 0 0 10px;
	width: 444px;
	height: 187px;
	position: absolute;
	top: 14px;
	right: 18px;
}

#beta h1 {
	margin: 0 0 13px 15px;
	color: #FFF;
	font-size: 13px;
	line-height: 38px;
	text-transform: uppercase;
}
#beta img {
	margin: 0 4px;
	border: 1px solid #585858;
}

/* ---------------------------- "more" links ---------------------------- */
#alpha .more,
#beta .more {
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;	
	position: absolute;
	bottom: 10px;
	right: 35px;	
}
#alpha .more a,
#beta .more a {
	color: #FFF;
	text-decoration: none;
}
#alpha .more a:hover,
#beta .more a:hover {
	color: #eed557;
}

/* ---------------------------- tripod image ---------------------------- */

#tripod {
	width: 182px;
	height: 154px;
	position: absolute;
	left: 470px;
	bottom: -80px;
}


/* ========================================================================= */