html {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
/*	background: #e5e5e5 url(images/body.jpg) center top no-repeat; */
	background: #e5e5e5;
	font: normal 80% "Segoe UI", Helvetica, Verdana, Arial, sans-serif;
}

html>body {
}

div#page {
	position: relative;
	width: 832px;
	margin: 0 auto 0 auto;
/*	padding: 0px; //// with right banner use: 0px 128px 0px 0px; */
	padding: 0 8px 0 8px;
	text-align: left;
	background: #e5e5e5 url(images/body.jpg) center top no-repeat;
}
div#pagetop {
	border: 0;
	padding: 0;
	margin: 0;
	height: 4px;
	overflow: hidden;
	display: none;
}

div#pageleft {
	position: absolute;
	left: 8px;
	top: 80px;
	width: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
        vertical-align: top;
}
div#pageleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
div#pageleft ul li {
	list-style: none;
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	text-indent: 0;
}
div#pageleft ul li.sel {
	background: url('images/logohover.gif') left top no-repeat;
}
div#pageleft ul li:hover {
	background: url('images/logohover.gif') left top no-repeat;
}

div#pagemain {
	background: #fff;
	margin: 0 0 0 100px;
	padding: 0;
	position: relative; /* to allow some other floats inside the main part */
	top: 4px;
}

div#maintop {
	padding: 0;
	height: 50px;
	border-bottom: 1px solid #ccc;
	background: url('dynavox1.gif') 1em 4px no-repeat;
	position: relative;
	z-index: 99;
}

div#topLanguages {
	height: 34px;
	padding-right: 1em;
	text-align: right;
	font-weight: bold;
	color: #aaa;
}
div#topLanguages a {
	color: #aaa;
	text-decoration: none;
}
div#topLanguages a:hover {
	background: #eee;
	color: #000;
}











.menu {
	height: 16px;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	list-style-type: none;
	position: absolute;
	padding: 0px 0px 2px 0px;
	left: 0px;
	top: 15px;
	width: 120px;	/* needed as the "li" are still floating left but should break down */
	display: none;
	background: url(menusub.png) left bottom no-repeat;
}
.menu ul li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
.menu ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 16px;
	width: 120px;
	text-align: center;
	background: url(menu.gif) left top no-repeat;
}
.menu ul a:hover, .menu ul a:focus, .menu ul li.sel a {
	background: url(menu1.gif) left top no-repeat;
	box-shadow:rgba(255,16,32,0.2) 0 0 16px;
	-webkit-box-shadow:rgba(255,16,32,0.2) 0 0 16px;
}
.menu li:hover, .menu li:focus {
	z-index: 199;
}
.menu li:hover ul, .menu li:focus ul {
	display: block;
}
.menu ul ul li {
        height: 15px;
}
.menu ul ul a {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 110px;
	height: 15px;
	background: transparent;
	overflow: hidden;	/* helps IE6 to accept height */
}
.menu ul ul a:hover, .menu ul ul a:focus {
	background: url(menusub1.gif) left top no-repeat;
}



















div#related {
	margin: 0 1em 0 1em;
	position: absolute;
	right: 0px;
	top: 8px;
	width: auto;
	height: 24px;
	text-align: left;
}
div#related span {
}
div#related a {
	padding: 0 1em 0 1em;
	color: #1A3B64;
}
div#related a:hover {
	/* background: #bdf; */
	/* color: #000; */
}



div#content {
	padding: 0px;
	width: 732px; /* auto; */
	text-align: left;
	position: relative;
	min-height: 600px;
	border-bottom: 1px solid white; /* prevents gap between footer */
}


* html div#content { /* fixes for IE floats */
  height: 1%; 
  zoom: 1;
} 



div#content h1 {
	color: #e12;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	font-weight: bold;
	font-size: 162%;
	letter-spacing: 0.1em;	
	line-height: 120%;
	background: transparent;
/*	text-shadow:rgba(255,32,64,0.33) 0 0 8px; */
	text-shadow:rgba(0,0,0,0.33) 1px 1px 4px;
}
div#content h2 {
	color: #444;
	padding: 0 0 0.2em 0;
	margin: 0.2em 0 0 0;
	font-weight: normal;
	font-size: 144%;
	letter-spacing: 0.1em;
	line-height: 120%;
	background: transparent;
}
div#content h3 {
	padding: 0 0 0.2em 0;
	margin: 0.2em 0 0 0;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 110%;
}
div#content p {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 150%;
}
div#content a {
	color: #1A3B64;
}
div#content a:hover {
	color: #4990C6;
	/* background: #f8f8f8; */
	text-shadow:rgba(73,144,198,0.5) 0 0 16px;
}
a div {
	text-decoration: none;
}
a.nodeco {
	text-decoration: none;
}
a.block {
	display: block;
	text-decoration: none;
}
div#content h3 a {
	text-decoration: none;
}
div#content .table {
	border-top: 1px solid #1A3B64;
	border-bottom: 1px solid #1A3B64;
	border-collapse: collapse;
	empty-cells: show;
}
div#content .table td {
	border-top: 1px solid #4990C6;
	border-bottom: 1px solid #4990C6;
	vertical-align: top;
	padding: 0.25em;
}
div#text {
	padding: 0;
	margin: 0 1em 0 1em;
}


div#footer {
	margin: 0;
	padding: 0;
	height: 24px;
	color: #000;
	text-align: left;
	vertical-align: top;
	clear: both;
	border-top: 1px solid #ccc;
}
div#footerl {
	float: left;
	width: 8px;
	height: 24px;
}
div#footerr {
	float: right;
	width: 8px;
	height: 24px;
}






.link {
	cursor: pointer;	
}
.link:hover {
	background: #f8f8f8;
}



.logos {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.logos td {
	text-align: center;
	font-size: 75%;
        vertical-align: top;
	width: 100px;
}














div#bannerright {
	position: absolute;
	left: 840px;
	top: 60px;
	width: 128px;
	height: 730px;
	border: 1px solid #aaa;
}



/* NAD stuff */
.unit { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0px 0px 32px 0px; }
.colors { float: right; width: 100px; height: 16px; text-align: right; }
.features { margin-top: 0px; margin-bottom: 0px; }
ul.features { list-style-type: square; padding-left: 0px; margin-left: 16px; color: #e12; }
.techdata table { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.techdata tr { border-bottom: 1px solid #ddd; }
.techdata td { font-size: 85%; }



