body, html {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a { 
  text-decoration: underline;
  color: #444;
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
}

#feature {
	/*
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
	text-align: center;
	width: 1024px;
	*/
	/* Content is 252px high.... we want div to be 610px high */
	height: 252px;
	padding: 179px 0;
}

#feature p {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	color: #000;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
}

#feature p#teaser_line_1, #feature p#teaser_line_2, #feature p#teaser_line_3 {
	width: 800px;
	height: 48px;
}

#feature p#teaser_line_1 { background: transparent url(../img/teaser_line_1.png) no-repeat scroll top left; }
#feature p#teaser_line_2 { background: transparent url(../img/teaser_line_2.png) no-repeat scroll top left; }
#feature p#teaser_line_3 { background: transparent url(../img/teaser_line_3.png) no-repeat scroll top left; }

#feature p#snow_logo {
	width: 758px;
	height: 52px;
	margin-top: 56px;
	background: transparent url(../img/snow_logo.png) no-repeat scroll top left;
}

#feature p span {
	display: none;
}

#video {
	margin-top: 86px;
	margin-bottom: 86px;
}

#video #video_holder {
	width: 853px;
	margin: 0 auto;
}

#footer {
	margin: 160px 0 20px 0;
	padding-left: 44px;
	font-size: 11px;
	line-height: 16px;
	height: 40px;
}

#footer img, #footer p {
	display: block;
	float: left;
}

#footer img {
	position: relative;
	top: -10px;
	margin-right: 15px;
}

strong {
	font-weight: bold;
}

div.rule {
	width: 100%;
	height: 1px;
	background-color: #CCC;
}
