body {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #ccc;
	background-color: #000;
}

body, html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

img { border: 0; }

form { margin: 0; }

h1 {
	font-size: 12px;
	margin: 10px 0;
}

h2 {
	font-size: 11px;
	margin: 10px 0;
}

h3 {
	font-size: 10px;
	margin: 10px 0;
	color: #fff;
	background-color: inherit;
}

p { margin: 10px 0; }

.date {
	text-align: right;
	color: #888;
	background-color: inherit;
}


/* footer */

.footer {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #888;
	color: #ccc;
	background-color: #000;
}

.footer .copy {
	text-align: right;
	padding: 0 20px;
}

.footer .lang {
	float: left;
	padding: 2px;
}

.footer .lang a {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	margin: 1px;
}

.footer .lang a.sel { border: 1px solid #aaa; }

.footer .lang a:hover { border: 1px solid #fff; }


/* menu */

#menu {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0 0 10px;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	height: 35px;
	color: #fff;
	background-color: #222;
	border-bottom: 1px solid #888;
	min-width: 600px;
}

#menu li { float: left; position: relative; margin: 1px 0 -1px; }

#menu a {
	display: block;
	width: 70px;
	text-align: center;
	padding: 20px 0 2px;
	text-decoration: none;
	color: #aaa;
	background-color: inherit;
	border-bottom: 1px solid #888;
}

#menu a:hover,
#menu a.sel {
	color: #fff;
	background-color: inherit;
	border-bottom: 1px solid #fff;
}

#menu li ul.submenu {
	display: none;
	position: absolute;
	left: 0;
	border: 0;
	padding: 0;
	min-width: 156px;
	color: #fff;
	background-color: inherit;
}

#menu li:hover ul.submenu { display: block; width: 150px; }

#menu ul.submenu li { float: none; margin: 0; height: 19px; }

#menu ul.submenu a {
	text-align: left;
	width: 150px;
	padding: 3px;
	color: #aaa;
	background-color: #222;
}

#menu ul.submenu a:hover {
	color: #fff;
	background-color: #333;
}


/* desk */

#loader { display: none; }

#desk { position: relative; }

#desk .item {
	position: absolute;
	width: 600px;
	height: 500px;
	border: 1px solid #888;
	color: inherit;
	background-color: #000;
	overflow: hidden;
}

#desk .item a {
	color: #49d;
	background-color: inherit;
	text-decoration: underline;
}

#desk .item a:hover {
	color: #4af;
	background-color: inherit;
	text-decoration: none;
}


/* scrollbox */

.container {
	float: left;
	height: 500px;
	position: relative;
	text-align: justify;
/*	overflow: hidden;
	width: 595px; */
	overflow: auto;
	width: 600px;
}

.content {
	padding: 20px 5px;
	position : relative;
	overflow: hidden;
}

.scrollArea {
/*	display: block; */
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 500px;
	overflow: hidden;
	visibility: hidden;
	border-left: 1px solid #888;
}

.scroller {
	position: relative;
	top: 0;
	color: #fff;
	background-color: #555;
	width: 5px;
}

.scroller:hover {
	color: #fff;
	background-color: #eee;
}


/* portfolio blocks */

.block {
	position: relative;
	border: 1px solid #888;
	color: #fff;
	background-color: #222;
	margin: 10px auto;
	padding: 7px;
	height: 175px;
	width: 470px;
}

.block h3 {
	font-size: 12px;
	margin: 0;
	color: #ccc;
	background-color: inherit;
}

.block img {
	position: absolute;
	top: 28px;
	border: 1px solid #808080;
	padding: 1px;
	background-color: #000;
	width: 200px;
	height: 150px;
}

.block .info {
	position: absolute;
	top: 28px;
	left: 220px;
	overflow: hidden;
	text-align: left;
}

.block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.block .items {
	position: absolute;
	bottom: 7px;
	left: 220px;
	font-size: 10px;
	text-align: right;
}

.block .items li {
	position: relative;
	padding: 2px 0;
	border-top: 1px solid #666;
	width: 255px;
}

.block .items li span {
	float: left;
	color: #aaa;
	background-color: inherit;
	font-weight: bold;
	text-align: left;
}

.block .clr { clear: both; }

.shade {
	display: none;
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 100%;
}

