html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: url(img/splash_bg.jpg) repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0 50px;
}
#nav li {
	padding: 0;
	margin: 0 50px 0 0;
	float: left;
}
#nav li a {
	display: block;
	height: 80px;
}
#nav li span {
	display: none;
}

#owlbee a { background: url('img/splash_logo.jpg') no-repeat; width: 239px; }
#about a { background: url('img/splash_about.jpg') no-repeat; width: 113px; }
	#about a:hover { background: url('img/splash_about_hover.jpg') no-repeat; width: 113px; }
#login a { background: url('img/splash_login.jpg') no-repeat; width: 113px; }
	#login a:hover { background: url('img/splash_login_hover.jpg') no-repeat; width: 113px; }
#faq a { background: url('img/splash_faq.gif') no-repeat; width: 63px; }
        #faq a:hover { background: url('img/splash_faq_hover.gif') no-repeat; width: 63px; }


#vid {
	margin-top: 27px;
	clear: left;
	float: left;
	width: 596px;
	height: 366px;
	background: url('img/splash_vid_bg.png') no-repeat;
}
#vid iframe {
	overflow: hidden;
	scroll: none;
	top: 45px;
	left: 48px;
	border: none;
	padding: 0;
	position: relative;
	display: inline;
}

#intro {
	margin-top: 55px;
	padding: 0 50px 0 0;
	clear: right;
	float: right;
	width: 250px;
}
#intro p span {
	display: none;
}
#intro p {
	background: url('img/splash_headline_main.png') no-repeat;
	width: 241px;
	height: 66px;
	padding: 0 0 0;
	margin: 15px 0 0;
}
#intro ul li {
	color: #666;
	line-height: 1.4em;
	padding: 0 0 10px 0;
}
#intro ul span {
	color: #333;
	background: #ffc;
}
#signup .notice { 
	display: none;
	font-size: .75em;
	margin: 0;
	padding: 0;
	top: -14px;
	left: -12px;
	position: relative;
}
#signup {
	margin: 50px 50px 0 0;
	background: url('img/splash_join_bg.jpg') no-repeat;
	width: 500px;
	height: 160px;
	float: right;
}
* html #signup {
	margin: 50px 25px 0 0;
}
#signup form {
	padding: 95px 21px 21px 35px;
}
#signup input {
	float: left;
	border: none;
	width: 287px;
	margin: 0 25px 0 0;
	font: inherit;
	font-weight: bold;
	font-size: 1.2em;
}
#signup button span { display: none; }
#signup button {
	position: relative;
	top: -10px;
	cursor: pointer;
	background: url('img/splash_joinup.jpg') no-repeat;
	width: 119px;
	height: 49px;
	border: none;
}
#signup h2 {
	margin: 0;
}
#signup button:hover {
	background: url('img/splash_joinup_hover.jpg') no-repeat;
}
#news p span {
	display: none;
}
#news p {
	background: url('img/splash_headline_news.png') no-repeat;
	width: 241px;
	height: 45px;
	margin: 15px 0 0;
	padding: 0;
}
#news {
	margin: 0 0 0 50px;
	padding-top: 25px;
	width: 250px;
}
#news h2 {
	border-top: 1px solid #E0E0E0;
	padding: 10px 0 0;
	font: inherit;
	font-size: .9em;
}
a {
	color: #29abe2;
	text-decoration: none;
}
a:hover {
	color: #000;
}
#news .actions, #news .metadata, #news hr {
	display: none;
}


#footer { 
	clear: both;
	padding: 40px 50px;
	font-size: .8em;
	color: #999;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #333;
}

.clear_all {
	clear: both;
}
