/* basic elements */
body { 
	font: 9pt/16pt verdana; 
	color: #333; 
	background: url(images/bg_fade.jpg) repeat-x top left;
	margin: 0px; 
	}
p { 
	font: 10pt/16pt verdana; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: 12pt verdana; 
	font-weight: bolder;
	letter-spacing: 1px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	color: #FF8500;
	}
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #FF8500;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #FF8500;
	}
a:hover, a:active { 
	font-weight: normal;
	text-decoration: underline; 
	color: #FFC27F;
	}

ul {
	text-align: left;
	list-style: square;
	color: #999;
	}
	
/* specific divs */
#container { 
	background: url(images/bg_full.jpg) no-repeat top left;
	position: absolute;
	left: 50%;
	width: 700px;
	height: 800px;
	margin-left: -350px; 
	}
#Header { 
	/* background: url(images/realenergy_nobull.png) no-repeat top center;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 515px;
	height: 70px;
	}
#Navigation {
	background: none;
	position: absolute;
	width: 500px;
	height: 20px;
	/*padding: 0px 5px 5px 0px;*/
	top: 110px;
	left: 0px;
	z-index: 5;
	}
#mainContent {
	/* background: url(images/bg_text.png) no-repeat top left; */
	position: absolute;
	width: 700px;
	height: 380px;
	padding: 60px 20px 0px 15px;
	top: 70px;
	left: 0px;
	z-index: 2;
	}
#bottle {
	background: url(images/otg_can.gif) no-repeat top center;
	position: absolute;
	width: 175px;
	height: 287px;
	top: 110px;
	left: 525px;
	}
#game {
	/*background: url(images/main_game.gif) no-repeat top center;*/
	position: absolute;
	width: 180px;
	height: 90px;
	top: 405px;
	left: 525px;
	z-index: 2;
	}	
#footer {
	background: #fff;
	width: 440px;
	text-align: center;
	}
/* image replacement */
#Header h1 span {
	display: none;
	}
#mainContent h1 span {
	display: none;
	}
#mainContent h1.title {
	background: url(images/title_home.gif) no-repeat top left;
	width: 481px;
	height: 29px;
	}
/* classes */
.navLinks {
	font: 9pt verdana;
	text-align: right;
	color: #FF8500;
	}
.footerText {
	font: 8pt/11pt verdana;
	text-align: center;
	color: #999;
	}
.highlight {
	font-weight: bold;
	color: #7CB21B;
	}
.formText {
	font: 8pt/16pt Verdana;
	color: #333333;
	}
.textBox {
	font: 8pt/16pt Verdana;
	color: #000000;
	background-color:#FCF4F5;
	}
.button {
	font: 8pt/16pt Verdana;
	font-weight: bold;
	color: #fff;
	background-color: #FF8500;
	}
.center {
	text-align: center;
	}
.msgError {
	font: 8pt/14pt verdana;
	/*text-align: left; */
	color: #FF0000;
	/*font-weight: bold; */
	/* border-bottom: 1px dotted #7CB21B; */
	}
.compHilite {
	background-color: #EBC256;
	text-align: center;
	font: 8pt/16pt Verdana;
	}
.compHilite2 {
	background-color: #eee;
	text-align: center;
	font: 8pt/16pt Verdana;
	}
.compOTG {
	background-color: #F2D693;
	font: 8pt/16pt Verdana;
	font-weight: bold;
	text-align: center;
	}
.compOTG2 {
	background-color: #eee;
	font: 8pt/16pt Verdana;
	font-weight: bold;
	text-align: center;
	}
.compCat {
	background-color: #000;
	font: 8pt/16pt Verdana;
	font-weight: bold;
	color: #fff;
	}
