@charset "UTF-8";
/* CSS for DreamInc Intro Page © 2009 Ulladulla Web+Design | www.ulladullawebdesign.com */

body 					{ font-family: Tahoma, Geneva, sans-serif; padding: 0px; margin: 0px; background: #aacc38 url('../images/intro/body_bkgnd.jpg') repeat-x center top; text-align: center; font-size: 12px; }

#container 				{ margin: 0px auto 0px auto; width: 704px; height: 850px; position: relative; background: url('../images/intro/content_bkgnd.jpg') no-repeat center top; }
#introText				{ width: 430px; text-align: center; margin: 194px auto 0px auto; }
#videoPlayer			{ position: absolute; width: 800px; height: 740; overflow: hidden; z-index: 1111; top: 94px; left: 50%; margin-left: -400px; }

#navigation				{ width: 100%; background: url('../images/intro/nav_bkgnd.jpg') no-repeat left top; height: 60px; }
#navigation ul			{ margin: 0px; padding: 0px; list-style: none; padding: 10px 0px 5px 20px; }
#navigation ul li		{ float: left; margin: 10px 0px 10px 0px; height: 14px; }
#navigation ul li a		{ float: left; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; color: #FFF; }
#navigation ul li a:hover	{ color: #999; text-decoration: underline; }
#sendtofriendLink		{ width: 126px; }
#subscribeLink			{ width: 88px; }
#aboutLink				{ width: 150px; }
#workshopsLink			{ width: 180px; }
#buyLink				{ width: 106px; }

a						{ text-decoration: none; color: #177da3; }
a:hover					{ color:#28afe0; }
p						{ margin: 0px 0px 10px 0px; color: #474747; line-height: 17px; }
h1						{ font-size: 21px; font-weight: bold; color: #28afe0; margin: 0px 0px 3px 0px; padding: 0px; }
h2						{ font-size: 21px; font-weight: bold; color: #28afe0; margin: 0px 0px 3px 0px; padding: 0px; }
introText img			{ border: none; float: left; }
#firstVisit				{ margin-right: 10px; }
#continue				{ padding-top: 8px; }
a img					{ border: none; }
.clear					{ clear: both; }