html {
	background: #000;
	height: 100%;
}
body {
	background: #000;
	height: 100%;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #737373;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #737373;
}

#lvover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10000;
	display: none;
}
#lvover2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	z-index: 10001;
	display: none;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
}
#background img {
	position: absolute;
}

#work-nav {
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: url(g/header-back.png) 0 0 repeat;
}
#work-nav-pic {
	position: relative;
	left: 30px;
	top: 11px;
	width: 67px;
	height: 8px;
	background: url(g/navigation.png) 0 0 no-repeat;
}
#work-nav-left {
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(g/nav-left.png) left center no-repeat;
}
#work-nav-right {
	position: fixed;
	z-index: 15;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(g/nav-right.png) right center no-repeat;
}
#work-nav, #work-nav-left, #work-nav-right {
	display: none;
	cursor: pointer;
}
#work-loading {
	position: fixed;
	z-index : 10;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	display: none;
}
#work-loading div {
	position: relative;
	left: -33px;
	top: -33px;
	padding: 25px;
	background: #000 url(g/ajax-loader-1.gif) 50% 50% no-repeat;
	width:16px;
	height: 16px;
	opacity: .9;
}

#body {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: url(g/header-back.png) 0 0 repeat;
}
#menu {
	width: 220px;
	padding: 25px 0 21px 30px;
	float: left;
}
#menu a {
	display: block;
	line-height: 31px;
	height: 31px;
	font-size: 23px;
}
#content {
	width: 550px;
	float: left;
	padding: 24px 0 0 0;
}
#content-menu {
	height: 112px;
	position: relative;
	top: -2px;
	padding-top: 6px;
	border-bottom: 1px solid #323232;
	margin-bottom: 18px;
}
#content-menu.small {
	height: 33px;
}
#content-menu a,
#content-menu span {
	font-size: 16px;
	line-height: 21px;
	color: #969696;
}
#content-menu a:hover {
	color: #fff;
}
#content-content {
	position: relative;
	padding-bottom: 5px;
}
#content-left {
	float: left;
	width: 385px;
}
#content-right {
	float: left;
	width: 120px;
	padding-left: 45px;
}
#content-right span {
	color: #fff;
}
#content-bottom {
	clear: both;
	border-top: 1px solid #323232;
	padding: 29px 0 3px;
}

h1 {
	line-height: 36px;
	font-size: 34px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0 0 40px;
}
h2 {
	position: relative;
	top: 3px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
p {
	padding: 0 0 12px;
	margin: 0;
}
p strong {
	font-weight: normal;
	color: #fff;
}
p a {
	color: #737373;
	text-decoration: none;
}
p a:hover {
	color: #fff;
	text-decoration: underline;
}

#content-content.fp {
	line-height: 14px;
}
.fp p {
	padding-top: 14px;
	padding-bottom: 0;
}

p.bottomline {
	border-top: 1px solid #323232;
	position: relative;
	top: -10px;
	padding: 22px 0 0;
	margin-bottom: -3px;
}

.news-item {
	border-bottom: 1px solid #323232;
	margin-bottom: 25px;
	width: 450px;
	position: relative;
}
.news-item p {
	padding-bottom: 7px;
	width: 340px;
}
.news-item .date {
	display: block;
	color: #fff;
	padding: 3px 0 9px;
}
.news-item .download {
	position: absolute;
	right: 0;
	bottom: 7px;
	text-align: right;
}
.news-item .download a {
	color: #737373;
}
.news-item .download a:hover {
	color: #fff;
}

#news-pages {
	padding: 2px 0 3px;
}
#news-pages a,
#news-pages span {
	font-size: 16px;
	line-height: 21px;
	color: #969696;
}
#news-pages a:hover {
	color: #fff;
}

#footer {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #000;
}
#footer div.right {
	padding-right: 30px;
	line-height: 65px;
	padding-top: 20px;
	color: #737373;
	font-size: 11px;
	text-align: right;
}
#footer span {
	padding: 0 10px;
}
#footer a {
	color: #737373;
}
#footer a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 30px;
	top: 30px;
	display: block;
	width: 210px;
	height: 26px;
	background: url(g/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}

form {
}
form input,
form textarea {
	width: 358px;
	border: 1px solid #8a8a8a;
	padding: 5px 5px;
	font-size: 11px;
	line-height: 14px;
	margin: 2px 0 12px;
	background: transparent;
	color: #737373;
}
form textarea {
	height: 132px;
	margin-bottom: 0;
}
form button {
	border: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	height: 21px;
	text-align: left;
	color: #737373;
	font-size: 11px;
	font-family: Arial, sans-serif;
	position: relative;
	top: 9px;
	margin-bottom: 9px;
	cursor: pointer;
}
form button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
form button.t2 {
	color: #fff;
	top: -5px;
	margin-bottom: 17px;
}
form button:hover {
	color: #fff;
}

#css-check {
	height: 1px;
	font-size: 0;
}

#showme {
	display: none;	
}