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

body{
	background:url(../images/bg.jpg) repeat-x #131313;	
	padding:0;
	margin:0;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11pt;
	line-height:16pt;
	text-shadow: #000 2px 1px 3px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}
	
h1, h2, h3, h4, h5{
	font-family: "Times", "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight:normal;
	letter-spacing:1px;
	margin:2px 0 5px 0;
	padding:0;
	}

p{
	margin:0 0 10px 0;
	padding:0;
	}
	
a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover{
	color:red;
	}
	
p.continue{
	float:right;
	font-size:10px;
	text-align:right;
	margin:0 5px 0 0;
	line-height:14px;
	}
	
p.continue a{
	margin:1px 2px 0 0;
	}
	
#wrapper{
	height:573px;
	width:100%;
	background: url(../images/bg.ghosted.1.jpg) no-repeat top center;
	}
	
#header{
	width:900px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	}

#buttons{
	width:900px;
	margin:10px auto 0 auto;
	padding:10px 0 0 0;
	text-align:center;
	}
	
#buttons img{
	margin-right:2px;
	}
	
#buttons img:hover{
	cursor:pointer;
	}
	
#buttons img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

#buttons img:hover{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}
	
#hl_content, #log_content, #nrg_content, #bld_content, div.text, img.image{
	display:none;
	}

#hl_content, #log_content,  #nrg_content,  #bld_content{
	background:url(../images/bg.rounded.gif) no-repeat;
	padding:10px;
	width:880px;
	height:320px;
	position:relative;
	top:0;
	}
	
.image{
	margin-top:-35px;
	float:left;
	width:343px;
	height:229px;
	}

.text{
	margin-top:-20px;
	width:520px;
	float:right;
	}

#content_wrap{
	width:900px;
	height:300px;
	margin:0 auto;
	padding-top:0;
	/*background:url(../images/bg.rounded.gif) no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;*/
	overflow:visible;
	}

#choose_lf{
	height:20px;
	border-bottom:1px solid white;
	border-left:1px solid white;
	width:207px;
	float:left;
	}

#choose img{
	float:left;
	margin:10px 5px;
}
	
#choose_rt{
	height:20px;
	border-bottom:1px solid white;
	border-right:1px solid white;
	width:207px;
	float:left;
	}

#choose{
	width:800px;
	margin:1px auto;
	text-align:center;
	clear:both;
	position:relative;
	top:180px;
	}
	
#footer{
	width:900px;
	height:40px;
	margin:15px auto;
	font-size:8pt;
	}
	
a.foot_comp{
	background:url(../images/ico.mini.mark.gif) left no-repeat;
	padding:0 0 0 12px;
	margin-left:5px;
	}

#footer a{
	font-weight:normal;
	}
	
#col_one{
	width:360px;
	float:left;
	text-align:left;
	}
#col_two{
	width:540px;
	float:right;
	text-align:right;
	}
	
img, a img{border:none;}

img, div, a, object {outline:none #000;