/* elements */

a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000000;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 0px 0;
	padding: 0px;
}

/* main */

.main1 {
	border: 5px solid #555;
	border-color: #252525;
	text-align: left;
	width: 760px;
	min-height: 100%;
	_height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #000000;
}




/* header */

.hdr2 {
	background: #fff url(images/hr_logo_b.png) no-repeat;
	height: 147px;
	margin: 0px auto 0px auto;
}

/* menu */

.menu {
	background: #000000;
	border-top: 1px solid #1A1A1A;
	text-align: center;
	height: 10px;
}

.menu a {
	background: #000000;
	border-right: 0px solid #222;
	border-top: 0px solid #1A1A1A;
	color: #999;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	width: 95px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_menu.png);
	text-decoration: none;
}

.menu a span {

}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}

/* port forwarding header*/

.pfmenu {
	height: 20px;
	background: #fff;
	padding: 20 10 10 10;
	float: none;
	text-align:left;
}


/* columns */

#opener {
	background: #222 url(images/hr_opener_3.jpg) no-repeat;
	height: 275px;
	background-position: right;
}


/* port forwarding */
.pf {
	background: #fff;
	border-top: 1px solid #1A1A1A;
	clear: both;
	min-height: 100%;
	_height: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.pf h1 {
	color: #666;
	font: bold 1.2em sans-serif,Arial;
	font-size: 18px;
	background-color:#fff;
}

.pf h2 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 60px;

}
.pf p {
	font-size: 12px;
	margin: 10 10 0px;
	background-color:#fff;
}

.title {
	font-size: 16px;
	background-color:#fff;
	font-style: italic;
}

#pftable td {
	font-size: 12px;
	background-color:#fff;
}


/* footer */
.footer {
	clear:both;
	text-align: right;
	color: #666;
	height: 10px;
	padding-top: 30px;
	font-size: 9px;
	padding-right: 10px;
	padding-bottom: 10px
	
} 
