/* VBS 2009 - Boomerang Express */

@import "global.css";

/* --- HOMEPAGE TEMPLATE STYLES --- */

#home_wrap {
	margin: 0 auto;
	width: 900px;
	height:724px;
	position:relative;
	background:url(../images/home/home_bg.jpg) no-repeat;
}

#home_nav {
	position:absolute;
	top:240px;
	left:69px;
	width:154px;	
}

#home_intro {
	position:absolute;
	top:232px;
	left:293px;
	width:515px;
}

#home_new {
	background:url(../images/home/whats_new-trans.png) no-repeat;
	position:absolute;
	top:342px;
	left:293px;
	width:260px;
	height:110px;
	padding-top:37px;
	font-size:14px;
	overflow:hidden; /*Hides news when taller than 110px*/
}

#home_new li{
	list-style:none;
	line-height:140%;
	margin-bottom:7px;
}

#home_new li a{
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #A4C1B7;
}

#home_new li a:hover{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #13687C;
}

#home_samplers {
	position:absolute;
	top:510px;
	left:234px;
	width:340px;
}

#home_footer {
	margin:0px auto;
	width:900px;
	background:#094C5C;
	height:auto;
}




