body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: #cccccc;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

div#background {
	background: url('../images/background.png') repeat-y;
	width: 960px;
	margin: 0 auto;
}

div#content {
	display: inline-block;
	width: 770px;
	margin: 0 95px;
}

div.menu {
	position: relative;
	margin-left: -95px;
	width: 960px;
	height: 52px;
}

div.menu .background {
	position: absolute;
	width: 960px;
}

div.menu .items {
	position: absolute;
	text-align: center;
	width: 960px;
}

div.menu a {
	display: inline-block;
	height: 12px;
	text-indent: -99999px;
	margin: 20px 6px 0 6px;
}

div.menu a:hover {
	background-position: 0 0;
}

div.menu .home {
	width: 43px;
	background: url('../images/menu_home.png') bottom;
	background-size: 43px 24px;
}

div.menu .documentation {
	width: 128px;
	background: url('../images/menu_documentation.png') bottom;
	background-size: 128px 24px;
}

div.menu .examples {
	width: 74px;
	background: url('../images/menu_examples.png') bottom;
	background-size: 74px 24px;
}

div.menu .tutorials {
	width: 80px;
	background: url('../images/menu_tutorials.png') bottom;
	background-size: 80px 24px;
}

div.menu .support {
	width: 67px;
	background: url('../images/menu_support.png') bottom;
	background-size: 67px 24px;
}

div.menu .history {
	width: 63px;
	background: url('../images/menu_history.png') bottom;
	background-size: 63px 24px;
}

div.menu .active {
	background-position: 0 0;
}

div.subtitle {
	margin: 0;
	padding-top: 15px;
	color: #eeeeee;
    text-align: center;
    font-style: normal;
	font-size: 15px;
}

#logo {
	margin: 3em;
	text-align: center;
}

h1 {
	color: rgb(105, 187, 242);
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 2em;
}

h2 {
	color: white;
	font-size: 18pt;
	font-weight: normal;
	clear: both;
	margin-top: 2em;
}

h3 {
	color: white;
	font-size: 13pt;
	font-weight: normal;
	margin-top: 2em;
}

a:link, a:visited, a:active, a:hover {
	color: rgb(105, 187, 242);
	text-decoration: none;
}

.subtitle {
	text-align: center;
	font-style: italic;
	font-size: 16pt;
	color: #ffffff;
	clear: both;
}

span.inlined {
  float: right;
  padding-left: 1em;
}

img.inlined {
  float: right;
  padding-left: 1em;
}

img.inlinedialog {
	float: right;
}

img.centered {
  text-align: center;
  width: 100%;
}

ol li {
	margin-bottom: 0.5em;
}

ol li img {
	margin-top: 0.5em;
}