html	{
	font: 62.5%/1.7 'Trebuchet MS', Verdana, Arial, sans-serif;
}

body	{
	background: #010101;
	color: #fff;
	font-size: 1.6em;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}

a	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1	{
	font-size: 120%;
}

img	{
	border-style: none;
}		
		
p	{
	margin: 0;
	overflow: auto; 
	padding: 0;
}

#stars	{
	background: url(images/stars.jpg);
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
}

#moon	{
	background: url(images/moon.png) no-repeat;
	height: 191px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 192px;
}

#header	{
	height: 250px;
	width: 100%;
}

#logo	{
	background: url(images/logo.png) center no-repeat;
	height: 169px;
	padding: 20px 0 0 0;
	width: 507px;
}

#wrapper	{
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#slider {
	position: relative;
}

.scroll {
	clear: left;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
}

.scrollContainer div.panel {
	height: 280px;
	padding: 20px 20px 100px 20px;
	width: 900px;
}

ul.navigation {
    list-style: none;
	margin: -100px 0 0 0;
	padding: 0 0 9px 10px;
	width: 950px;
	text-transform: uppercase;
}

ul.navigation li {
	float: left;
	font-size: 130%;
	letter-spacing: 8px;
    margin: 0 40px 0 0;
}

ul.navigation li:hover {
	background: url(images/nav-back.png) center  no-repeat;
}

ul.navigation li div.nav{
	font-size: 50%;
	letter-spacing: 5px;
	margin: -10px 0 0 11px;
	text-transform: lowercase;
}

ul.navigation a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

ul.navigation a:hover {
}

ul.navigation a.selected {
}

/*Eliminate FF dotted border*/
ul.navigation a:focus {
    outline: none;
}

li span, p span	{
	color: #a2d7e6; /*baby blue*/
	font-size: 160%;
	font-style: italic;
}

.home	{
	margin: 0;
}

.home li	{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 30px 50px 0 0;
	width: 347px;
}

.portfolio	{
	list-style-type: none;
}

.portfolio li	{
	height: 200px;
	padding: 40px 20px;
}

.portfolio li a	{
	color: #6cb1c5; /*baby blue*/
	text-decoration: none;
}

.portfolio li a:hover	{
	border-bottom: 1px dashed #6cb1c5; /*baby blue*/
}

#footer	{
	background: url(images/footer.png) bottom center no-repeat;
	height: 100px;
	text-align: center;
	width: 100%;
}

/*___________step carousel___________*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px;
	height: 350px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 900px;
}

.stepcarousel .belt p	{
	float: left;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	height: 300px;
	margin: 0 0 0 -20px;
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}

.stepcarousel .panel img	{
	padding: 0 80px 0 0;
}

.stepcarousel .panel p	{
	text-align: left;
}

.stepcarousel .panel a:hover	{
	border-bottom: 1px dashed #fff;
}

.scroller-button	{
	padding: 0 0 0 150px;
	text-align: center;
	width: 900px;
}

.scroller-button a	{
	color: #fff;
	font-size: 80%;
	letter-spacing: 3px;
	margin: 0 20px 0 0;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.scroller-button a:hover	{
	color: #6cb1c5; /*baby blue*/
}

.ouch	{
	padding: 0 40px 0 0;
}

.phone-home	{
	padding: 30px 0 0 0;
}

#contact	{
	padding: 60px 0 0 20px;
}