body {
	margin: 0;
	background-color: #EEE;
	font-family: "Helvetica", sans-serif;
	zoom: 0.9;
}

input, textarea {
	zoom: 1.111;
}

textarea {
	width: 554px !important;
}

#topgradient {
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
	position: fixed;
}

#main {
	width: 1000px;
	margin: 0px auto 0 auto;
	min-height: 300px;
	height: auto;
	background: white;
	-webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}

#header {
	
}

#top {
	height: 60px;
	width: 1000px;
	margin: 10px auto 5px auto;
	position: relative;
}

#banner {
	border-bottom: 1px solid rgb(160, 160, 160);
	display: none;
}

#content {
	padding: 40px;
	position: relative;
}

#menu {
	position: absolute;
	top: 15px;
	right: 0;
	width: 361px;
	height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	background-image: -webkit-linear-gradient(rgb(120, 120, 120), rgb(80, 80, 80));
	color: white;
	font-family: "Helvetica", sans-serif;
	border: 1px solid rgb(80, 80, 80);
}

#menu a {
	color: #dfdfdf;
	text-decoration: none;
	float: left;
	width: 119px;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 30px;
	text-align: center;
	font-size: 80%;
	text-shadow: #000000 0px 1px 0px;
	font-family: "HelveticaNeue", "Helvetica", sans-serif;
	font-weight: bold;
}

#menu a.selected {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
}

#menu a:not(.selected):hover {
	background: rgba(0, 0, 0, 0.2);
}

#menu a:first-of-type {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#menu a:last-of-type {
	border-right: none;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	width: 120px;
}

#footer {
	font-family: "Helvetica", sans-serif;
	color: gray;
	font-size: 80%;
	text-align: center;
	margin: 10px auto 10px auto;
	text-shadow: #ffffff 0px 1px 0px;
}

.object {
	height: 260px;
}

.left, .center, .right {
	padding: 30px;
	display: block;
	float: left;
	height: 200px;
}

.left {
	padding-left: 0;
	width: 200px;
}

.center {
	width: 462px;
}

.page .object {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 320px;
}

.page .object h2 {
	font-size: 280%;
}

.page .center {
	width: 500px;
	padding-right: 0;
	padding-bottom: 0;
}

.right {
	padding-right: 0;
	width: 138px;
}

a {
	color: rgb(0, 80, 150);
}

h1, h2, h3, h4 {
	font-family: "Helvetica", sans-serif;
}

h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 200%;
}

h2 .version {
	color: gray;
	font-size: 75%;
	margin-left: 10px;
}

h2 a {
	text-decoration: none;
	color: black;
}

h2 a:hover {
	color: #666;
}

img.icon {
	width: 200px;
}

.caption {
	color: #666;
	line-height: 1.4;
}

h2 + .caption {
	margin-top: -10px;
}

img.thumb {
	padding: 5px;
	background: white;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	float: left;
	width: 100px;
	margin: 5px 0 5px 0;
}

img.thumb:first-of-type {
	margin-top: 30px;
}

.buttonbar {
	padding: 10px 0 10px 0;
	margin-top: 20px;
	border-top: 1px solid rgb(200, 200, 200);
}

.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	background-image: -webkit-linear-gradient(white, rgb(230, 230, 230));
	border: 1px solid rgb(200, 200, 200);
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	color: #666;
	font-size: 80%;
	font-family: "Lucida Grande", sans-serif;
	text-shadow: #ffffff 0px 1px 0px;
}

.button:hover {
	background-image: -webkit-linear-gradient(rgb(235,235,235), rgb(210, 210, 210));
}

.tright {
	float: right;
}

.tleft {
	float: left;
}

.button + .button:not(.tright) {
	margin-left: 10px;
}

.button + .button.tright {
	margin-right: 10px;
}

.page #largeimage {
	width: 1000px;
	margin-left: -40px;
}

.page #largeimage_bottom {
	width: 1000px;
	margin-left: -40px;
}

.page .thumbimage img {
	float: left;
	width: 218px;
	margin-left: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.page .thumbimage:first-of-type img {
	margin-left: 0;
}

li {
	margin-bottom: 10px;
	list-style-type: square;
}

pre {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 8px;
}
