body {
	overflow:hidden;
	background-color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color: #e1e1e1;
	font-weight: normal;
} 

h1 {
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:27px;
}

img {
	border:0px;
}

p.center {
	text-align: center;
}

.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

#topmenu {
	position:absolute;
	top:0px;
	width:939px;
	text-align:right;
	margin: 2px 5px 0px 0px;
}

#topmenu a {
	text-decoration: none;
	font-size:12px;
	color: #dadada;
}

#loadingoverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.85;
	z-index:2000;
}

#loadingoverlay img {
	position:absolute;
	width:100px;
	height:100px;
	margin-left:-50px;
	margin-top:-50px;
	left:50%;
	top:50%;
}
#loadingoverlay p {
	position:absolute;
	width:300px;
	height:30px;
	margin-left:-150px;
	margin-top:60px;
	left:50%;
	top:50%;
}

#viewport {
	background-image: url(images/bg.jpg);
	width:944px;
	height:650px;
	position:absolute;
	margin-left:-472px;
	margin-top:-325px;
	left:50%;
	top:50%;
}

#mainmenu {
	position: relative;
	left: 0px;
	top: 0px;
}

#mainmenu ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	position:absolute;
	display:block;
	width:604px;
	top:36px;
	left:340px;
}

#mainmenu li {
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
}

#mainmenu li a {
	display:block;
	float:left;
	height: 45px;
	text-decoration: none;
	font-size: 20px;
	color: #dadada;
	background-image: url(images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*margin: 0px 60px 0px 0px;*/
	margin: 0px 30px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#mainmenu li a.active,
#mainmenu li a:hover {
	color: #fefefe;
	height:50px;
	padding: 0px;
}

#logo {
	position: absolute;
	top:15px;
	left:105px;
}

#logoimg {
	display:block;
	width:148px;
	height:60px;
	background-image:url(images/dwmlogo.png);
}

#mainmenu img {
	border:0px;
}

#window {
	/*background-image:url(images/window.png);*/
	background-color:#5d5d5d;
	width:895px;
	height:550px;
	position:absolute;
	left:24px;
	top:86px;
	z-index:1;
}

div.window {
	position:absolute;
	z-index:100;
}

#window-top {
	width:895px;
	height:20px;
	top:86px;
	left:24px;
	background-image:url(images/window_top.gif);
}

#window-left {
	width:5px;
	height: 510px;
	top:106px;
	left:24px;
	background-image:url(images/window_left.gif);
}

#window-right {
	width:5px;
	height: 510px;
	top:106px;
	left:914px;
	background-image:url(images/window_right.gif);
}

#window-bottom {
	width:895px;
	height:20px;
	top:616px;
	left:24px;
	background-image:url(images/window_bottom.gif);
}

#pages {
	width:895px;
	height:550px;
	position:absolute;
	left:24px;
	top:86px;
	z-index:10;
	overflow: hidden;
}

div.page {
	width:895px;
	height:550px;
	position:relative;
	top:0px;
	left:0px;
	font-size:15px;
}

div.left {
	background-color: #000;
	opacity: 0.75;
	width:280px;
	height:505px;
	position:absolute;
	top:0px;
	left:0px;
	padding:40px 10px 5px 30px;
	font-size: 14px;
}

div.left p {
	margin: 15px 0px;
}

div.left img {
	border:none;
}

ul.menu {
	list-style-type: none;
	padding:0px;
	margin:15px 0px;
}

ul.menu li {
	background-image:url(images/mnuhr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 5px 0px;
}

ul.menu a {
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display:block;
	height:20px;
	padding: 0px 0px 3px 12px;
	text-decoration:none;
	color: #e8e8e8;
	font-size: 15px;
	border:0px !important;
}

div.box {
	background-color: #000;
	opacity: 0.75;
	width:400px;
	position:absolute;
	top:80px;
	left:410px;
	padding:10px;
}

div.bottomaligned {
	height:150px;
	top: 376px;
	left:330px;
	width:529px;
}

div.left a,
div.box a {
	text-decoration: none;
	color: #d9e1d6;
	border-bottom:1px dotted #d9e1d6;
}

div.box h1 {
	font-size:18px !important;
	padding:0px !important;
	margin:0px 0px 5px 0px!important;
}

div.box h2 {
	font-size:15px !important;
	padding:0px !important;
	margin:5px 0px 5px 0px!important;
}

div.box h1 + h2 {
	margin:0px 0px 5px 0px!important;
}

div.box ul {
	padding:0px 0px 0px 15px;
	margin:0px;
	list-style-type: square;
}

div.box td {
	vertical-align:top;
}

div.scrollable {
	height:350px;
	overflow:hidden;
}

.slider {
	margin-top:10px;
	background-image: url(images/scroll_vert.gif);
}

.handle {
	background-image: url(images/handler_vert.gif);
	background-repeat: no-repeat;
	height:5px;
	cursor:move;
}

#home {
	background-image:url(images/page_1.jpg);
}

#about {
	background-image:url(images/page_2.jpg);
}

#products {
	background-image:url(images/page_3.jpg);
}

#technic {
	background-image:url(images/page_4.jpg);
}

#postservice {
	background-image:url(images/page_5.jpg);
}

#contact {
	background-image:url(images/page_6.jpg);
}

