/******************************************/
/* Main Theme For Zennovation Corporation */
/******************************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000 url('images/background.gif') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

img
{
	border: 0;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#navigation
{
	background: url('images/menubg.jpg');
	height: 25px;
}

#navigation a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover
{
	text-decoration: underline;
	color: #ddd;
}

#navigation ul
{
	list-style: none;
	padding-left: 10px;
	padding-top: 3px;
}

#navigation li
{
	display: inline;
	margin-right: 10px;

	padding-left: 4px;
	padding-right: 4px;

	border: 1px solid #666;
}

#content
{
	text-align: center;
}

.logo
{
	position: relative;
	top: 148px;
}

.contentPanel
{
	position: absolute;
	left: 20px;
	top: 45px;
	right: 20px;
	bottom: 20px;

	background: transparent url(images/black-50.png);
	border: 1px solid #aaa;
	z-index: 998;
	padding: 10px;

	text-align: justify;
}

.contentPanel span
{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#beta
{
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
}

#betaDialog
{
	text-align: right;
	position: absolute;
	left: -363px;
	top: 50px;
	width: 400px;
	height: 320px;
	z-index: 0;
}

#betaDialog div
{
	overflow: hidden;
	text-align: justify;
	background-color: #000;
	opacity: 0.6;
	width: 380px;
	height: 175px;
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
}
