@charset "utf-8";
/* CSS Document */

* { border:0; padding:0; margin:0; text-decoration:none; }

@font-face {
	font-family: BurstMyBubble;
	src: url('BurstMyBubble.ttf');
}

body{
	background:url(starfalls_bg.jpg) #333333 repeat-x;
	font: 9pt/15px arial, trebuchet ms;
	color: #fff;
}

#container{
	width: 785px;
	margin: 0 auto;
	position: relative;
}

#container #header h1 a{
	position: absolute;
	text-indent: -9999px;
	z-index: 2;
	cursor: pointer;
	width: 368px;
	display: block;
	height: 45px;
	top: 47px;
	left: 69px;
}

#header{
	background:url(starfalls.jpg) no-repeat top center;
	width: 785px; height: 400px;
}

#particles{
	position: absolute;
	top: -62px;
	left: -50px;
	z-index: 1;
}

#particles1{
	position: absolute;
	top: -62px;
	left: 120px;
	z-index: 1;
}

#content{
	width: 514px;
	margin-left: 167px;
	margin-top: -280px;
	float: left;
}

#nav_wrap{width:598px;}
.navigation {
	list-style:none;
	margin-top:-25px;
	margin-left:-93px;

	padding:0px;
	float:left;
	line-height:0px;
}
.navigation li{
	float:left;
}
.navigation li a{
	height: 76px;
	display:block;
	float:left;
	text-decoration:none;
}
.navigation #homee a{
	width: 109px;
	background: url(images/nav/home.jpg) no-repeat;
}
.navigation #tterms a{
	width: 105px;
	background: url(images/nav/terms.jpg) no-repeat;
}
.navigation #ffree a{
	width: 75px;
	background: url(images/nav/free.jpg) no-repeat;
}
.navigation #sshared a{
	width: 104px;
	background: url(images/nav/shared.jpg) no-repeat;
}
.navigation #aapply a{
	width: 90px;
	background: url(images/nav/reseller.jpg) no-repeat;
}
.navigation #ccontact a{
	width: 115px;
	background:url(images/nav/contact.jpg) no-repeat;
}
/*#nav_wrap .navigation a.current{background-position: center}*/
#nav_wrap .navigation a:hover{background-position: right; border:0;}
/* */

#pgup span, #nav_wrap .navigation a span, div.none {display:none}

h2{
	font: 30px BurstMyBubble;
	margin-bottom:-25px;
	border-bottom:1px dotted #66cccc;
}

a:link, a:visited {
	color: #ffff99;
	text-decoration: none;
}

a:active,a:hover {
	color: #66cccc;
	cursor: pointer;
	border-bottom:1px dotted #996699;
}

.scroll a:hover img{
	border:10px;
}

textarea, select, input{
	background: #666666;
	border: 1px solid #999999;
	color: #ffff99;
	font: 12px/15px Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 0 2px;
}

textarea:hover, input:hover, select:hover{
	background: #999999;
	border: 1px solid #fff;
	color: #fff;
}

a.nohover:hover { border-bottom-style:none; } 


/* tablee */
table.plans td{
	background:#999;
}

table.plans td.ub{
	background:#666;
	text-align:right;
}

table.plans td.empty{
	background:#333;
}

table.plans th{
	font-variant:small-caps;
	font-size:15px;
	background:#96F;
}

div.clearboth a.truncate_more_link{
	font: 35px BurstMyBubble;
	margin-bottom:-25px;
	border-bottom:1px dotted #66cccc;
	word-spacing: 2px;
}

a.moref, a.mores, a.morer{
	font: 30px BurstMyBubble;
	margin-bottom:-25px;
	border-bottom:1px dotted #66cccc;
}