html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*
	overflow: hidden;
	*/
	line-height: 1.8;
	color: #595857;
	font-size: 90%;
	font-family: sans-serif;
}
img {
	border: 0;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
h2 {
	clear: both;
	margin: 0;
}
.one-page {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 1000px;
}
.monitor {
	height: 960px;
	width: 1280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -560px; /* 960 / 2 + 80 */
	margin-left: -640px;
	background: url(../img/monitor.jpg) no-repeat 10px 120px !important;
}
.container {
	overflow: hidden;
	height:430px;
	width:690px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px; /* 430 / 2 + 80 */
	margin-left: -345px;
	padding: 5px;
	color: #FFffbb;
}
.container a {
	color: #ffff99;
}
.container h1, .container h3, .container dl {
	margin: 0;
}
ul.service-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.service-list li {
	padding: 0;
	width: 170px;
	float: left;
	margin: 0 10px 10px 0;
}
ul.service-list li div.list-container {
	width: 100%;
	height: 150px;
}
ul.service-list div.service-name {
	width: 100%;
	float: left;
}
ul.service-list li .short-desc {
	padding-left: 1em;
	font-size: 80%;
}
ul.service-list li img {
	clear: left;
}
.first-character {
	color: red;
	font-size: 140%;
}
#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}
#menu .zoomout {
	width: 128px;
	height: 128px;
	background: transparent url(../img/red_search.png) !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='img/red_search.png');
	cursor: pointer;
}
#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
	margin: 0 10px;
	padding: 0;
}
#menu td {
	border: 1px solid #ccc;
	padding: 5px;
}
#menu td.current a {
	color: lime;
}
#sitemap  a {
	color: white;
}
#sitemap {
	position: absolute;
	top: -10px;
	left: -10px;
	border-collapse: collapse;
	font-size: 0%;
	background-color: black;
}
.sumbnail {
	float: left;
	margin: 0 20px 10px 0;
}
.service-link {
	text-align: right;
}

.container #whats-new {
	margin-left: 50px;
	overflow: auto;
}
#footer {
	width : 100%;
}
#yui-history-iframe {
	display: none;
}
.one-page .top-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	z-index: 3;
}
.one-page .right-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 100%;
	z-index: 3;
}
.one-page .bottom-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 128px;
	z-index: 3;
}
.one-page .left-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 100%;
	z-index: 3;
}
.one-page .top-nav div {
	left: 50%;
	margin-left: -64px;
	position: absolute;
	width: 128px;
	height: 128px;
	display: none;
	background: transparent url(../img/blue_up.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../img/blue_up.png');
}
.one-page .right-nav div {
	top: 50%;
	margin-top: -64px;
	position: absolute;
	width: 128px;
	height: 128px;
	display: none;
	background: transparent url(../img/blue_right.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../img/blue_right.png');
}
.one-page .bottom-nav div {
	left: 50%;
	margin-left: -64px;
	position: absolute;
	width: 128px;
	height: 128px;
	display: none;
	background: transparent url(../img/blue_down.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../img/blue_down.png');
}
.one-page .left-nav div {
	top: 50%;
	margin-top: -64px;
	position: absolute;
	width: 128px;
	height: 128px;
	display: none;
	background: transparent url(../img/blue_left.png) no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../img/blue_left.png');
}
.one-page .hover div {
	cursor: pointer;
	display: block;
}
