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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body, html {
	height: 100%;
}
body {
	background-color: #000;
	margin: 0;
}
a img {
	border: none;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
p, .p {
	display: block;
	margin: 12px 0 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-size: inherit;
	text-transform: uppercase;
	margin: 12px 0 0;
	padding: 0;
}
#wrap {
	width:960px;
	margin: 0 auto;
	padding: 0 10px;
}
h1, .s {
	width: 960px;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
h1 {
	padding-top: 0;
}
.h {
	padding-top: 120px;
}
#link {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}
#link:hover {
	text-decoration: none;
}
#lhover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	display: none;
	width: 980px;
	height: 300px;
	background: transparent url(../images/lbgrnd.gif) no-repeat top left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pc {
	margin-top: 12px;
}
.lhtitle, .lhimage, .lhnewport {
	position: absolute;
	z-index: 10;
}
.ltitle, .lhtitle {
	position: absolute;
	left:492px;
	top:12px;
}
.lnewport, .lhnewport {
	position: absolute;
	left: 492px;
	bottom: 15px;
}
#ltext {
	display: block;
	position: relative;
	z-index: 10;
	margin-top: 90px;
	margin-left: 480px;
	padding: 0 12px;
}
.cl {
	width: 468px;
	padding-right: 12px;
	border-right: 1px solid #FFF;
	vertical-align: top;
}
.cr {
	padding-left: 12px;
	vertical-align: top;
}
.btn {
	display: block;
	position: absolute;
	z-index: 10;
	bottom: .7em;
	right: 12px;
	padding: 7px 0;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	width: 100px;
	height: 20px;
	overflow: hidden;
}
#c {
	width: 960px;
	font-size: 12px;
	text-align: center;
	padding: 12px 0;
	line-height: 2em;
}
.pointer {
	cursor: pointer;
	height: 80px;
}