@import "main.css";

#copy {
	width: 300px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	float: right;
	padding-top: 20px;
}

#tagline {
	width: 251px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image: url(/img/home/tagline.gif);
	background-repeat: no-repeat;
}

#tagline span {
	display: none;
}

#copy p {
	margin: 12px 0;
	padding: 0;
}

#hero {
	width: 600px;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#hero li {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

.reflected {
	border-bottom: 2px solid #000;
}