@charset "utf-8";
/* CSS Document */
body 
{
	background-color: #FFFFFF;
	background-image: url(images/inner_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

div#inner
{
	height: 425px;	
	width: 650px;
	overflow: hidden;
}

div#content
{
	width: 650px;
	position: relative;
	float: left;
}

div#contentFull
{
	width: 650px;
	height: 395px;
}

div#homeleft
{
	width: 400px;
	height: 100%;
	float: left;
}

	div#homeleft0
	{
		width: 50px;
		height: 147px;
		float: left;
	}
	
	div#homeleft1
	{
		margin: auto 0;
		width: 350px;
		float: left;
		height: 147px;
	}
	
		div#homeleft1 > #text
		{
			padding-top: 12px;
		}
		
	div#homeleft2
	{
		clear: left;
		height: 188px;
		text-align: center;
	}

		div#homeleft2 > #layer
		{
			padding-top: 25px;
			overflow: hidden;
			visibility: hidden;
		}

	div#homeleft3
	{
		height: 60px;
		text-align: center
	}
		
div#homeright
{
	width: 250px;
	height: 100%;
	float: left;
}

div#contactform
{
	width: 100%;
}
	
	div#formleft
	{
		width: 25%;
		float: left;
		clear: left;
	}

	div#formright
	{
		width: 50%;
		float: left;
	}
	
	div#formmessage
	{
		clear: left;
		top: 10px;
		position: relative;
		width: 100%;
	}

div#copyright
{
	height: 20px;
	text-align: center;	
	font-size: 10px;
	color: #665900;
	font-weight: bold;	
}

.innertext
{
	list-style-image: url(images/moonbug_logo.gif);
	list-style-position: outside;
}

.featurelist
{
	font-size: 12px;
	font-weight: bold;
}

.did
{
	font-size: 10px;
	font-weight: bold;
	color: #665900;
	position: relative;
	visibility: hidden;		
}

.did_spacer
{
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	position: relative;
	visibility: hidden;		
}

.nda
{
	color: #666666;
	font-size: 10px;
}

.copyright
{
	font-size: 10px;
	color: #665900;
	font-weight: bold;
}

.USA
{
	font-size: 11px;
}

.USA b
{
	font-size: 12px;
	font-weight: bold;
	color: #826609;
}