body {
	margin: 8px 0;
	/* background-color: rgb(254, 199, 000); */
	background-color: rgb(254, 250, 221);
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#header {
	margin: 0 auto;
	width: 760px;
	height: 120px;
	background-color: rgb(229, 229, 229);
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
}

#footer {
	position: relative;
	z-index: 1;
	right: auto;
	left: 0;
	margin: -12px auto 0 auto;
	padding: 20px 0 8px 0;
	width: 760px;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.9em;
	background-color: rgb(229, 229, 229);
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

#footer a {
	padding: 1px 8px 2px 8px;
	color: rgb(232, 141, 13);
	text-decoration: none;
}

#footer a:hover {
	color: rgb(200, 122, 12);
	background-color: rgb(200, 200, 200);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 1px solid rgb(140, 140, 140);
	border-bottom: 1px solid rgb(240, 240, 240);
}


#copyright {
	float: left;
	padding-left: 8px;
}

#hosted {
	float: right;
	padding-right: 8px;
}

#impressum {
	text-align: center;
}

#mainmenu {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 36px;
}

.menu {
	float:left;
	margin: 0;
	padding: 0;
	width: 758px;
	height: 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	text-shadow: 0 -1px black;
	background-image: url(graphics/bluebar-36.png);
	border-left: 1px solid rgb(0, 9, 154);
	border-right: 1px solid rgb(0, 9, 154);
}

.menu a.selectable {
	display: block;
	float:left;
	background-image: url(graphics/bluebar-36.png);
	margin: 0;
	padding: 0 0.7em 0 0.7em;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-right: 1px solid rgb(0, 9, 154);
}

.menu a.selectable:hover {
	background-image: url(graphics/gray-20-overlay.png);
}

.menu span.selected {
	display: block;
	float:left;
	background-image: url(graphics/bluebar-selected2-36.png);
	margin: 0;
	padding: 0 0.7em 0 0.7em;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px #FEE383;
	color: black;
	border-right: 1px solid rgb(0, 9, 154);
}

.menu span.disabled {
	display: block;
	float:left;
	background-image: url(graphics/graybar2-36.png);
	margin: 0;
	padding: 0 0.7em 0 0.7em;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(180, 180, 180);
	border-right: 1px solid rgb(0, 9, 154);
}

.menu div.lmenu {
	float: right;
	vertical-align: bottom;
}

.lmenu a {
	display: block;
	float: right;
	line-height: 36px;
	padding-top: 4px;
	padding: 0 0.7em 0 0.7em;
}

.lmenu a:hover {
	display: block;
	float: right;
	line-height: 36px;
	padding: 0 0.7em 0px 0.7em;
	background-image: url(graphics/gray-20-overlay.png);
}

.lmenu img {
	vertical-align: -4px;
	border: none;
}

#content-box {
	position: relative;
	z-index: 2;
	margin: 0 auto 0;
	padding: 0;
	width: 760px;
	background-color: white;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

#content {
	margin: 0;
	padding: 8px;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding 0;
}

.sidebox {
	float: right;
	width: 200px;
	margin: 0 0 8px 0;
	padding: 8px;
	background-color: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EAEAEA), color-stop(0.2, #FBFBFB), color-stop(0.22, #F6F6F6), color-stop(0.8, #F6F6F6));
	border: 1px solid #EAEAEA;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 10px;
}

.sidebox p {
	margin: 0 auto 6px auto;
	padding: 0;
	text-align: center;
}

.sidebox h1 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.sidebox .caption {
	color: black;
	font-size: 12px;
	line-height: 1em;
	margin-top: -23px;
}

.releasenotes {
	color: #3F3F3F;
}

.releasenotes ul {
	margin-top: 4px;
	padding-left: 20px;
}

.features {
	color: #3F3F3F;
}

.features ul {
	margin-top: 4px;
	padding-left: 20px;
}


.download {
	margin: 20px auto 12px;
	width: 180px;
	height: 55px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	line-height: 106px;
}

.download a {
	display: block;
	width: 180px;
	height: 55px;
	border: none;
	background-image: url(graphics/download.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: black;
}

.download a:hover {
	background-color: transparent;
	background-image: url(graphics/download-hover.png);
}

.donate {
	margin: 20px auto 12px;
	width: 180px;
	height: 55px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	line-height: 106px;
}

.donate form {
	border: 1 px solid red;
}

.donate button {
	display: block;
	width: 180px;
	height: 70px;
	border: none;
	background-color: transparent;
	background-image: url(graphics/donate.png);
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 102px;
	color: black;
}

.donate button:hover {
	background-color: transparent;
	background-image: url(graphics/donate-hover.png);
}

.buy {
	margin: 20px auto 12px;
	width: 180px;
	height: 80px;
	font-size: 12px;
	text-align: center;
}

.buy p {
	font-size: 17px;
	color: #E0960A;
}

.buy form {
	border: 1 px solid red;
	vertical-align: bottom;
}

.buy button {
	display: block;
	width: 180px;
	height: 70px;
	border: none;
	background-color: transparent;
	background-image: url(graphics/buy.png);
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 102px;
	color: black;
}

.buy button:hover {
	background-color: transparent;
	background-image: url(graphics/buy-hover.png);
}

.screenshots {
}

.links {
}

.sidebox .link {
	display: block;
	width: 180px;
	height: 42px;
	margin: 0 auto 3px auto;
	background-color: #2A61FC;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A61FC), to(#1147A1), color-stop(0.4, #729EFA), color-stop(0.45, #5284FB), color-stop(0.8, #1762DD));
	background: -moz-linear-gradient(left top, left bottom, from(#2A61FC), to(#1147A1), color-stop(0.4, #729EFA), color-stop(0.45, #5284FB), color-stop(0.8, #1762DD));
	border: 0px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 2px 3px black;
	-webkit-box-shadow: 0 2px 3px black;
	text-shadow: 0 -1px 2px black;
	text-align: center;
	text-decoration: none;
}

.sidebox .link:hover {
	background-color: #5989FC;
	background: -webkit-gradient(linear, left top, left bottom, from(#5989FC), to(#1C53A0), color-stop(0.4, #A2C0F9), color-stop(0.45, #81A8F9), color-stop(0.8, #3C7FDD));
	background: -moz-linear-gradient(left top, left bottom, from(#5989FC), to(#1C53A0), color-stop(0.4, #A2C0F9), color-stop(0.45, #81A8F9), color-stop(0.8, #3C7FDD));
}

.sidebox .link a {
	display: block;
	width: 180px;
	height: 42px;
	padding-top: 11px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#main {
	width: 470px;
	margin: 0;
	padding: 0 0 0 50px;
	font-size: 10pt;
	color: #3F3F3F;
}

#main h1 {
	font-size: 20pt;
	font-weight: normal;
}

#main a {
	color: #E88D0D;
	text-decoration: none;
}

#main a:hover {
	color: #191919;
	text-shadow: 0 0 4px #E88D0D;
}

.description {
	padding: 20px 30px 20px 0;
	font-size: 10pt;
	color: #3F3F3F;
}

#fslide-container {
	width: 100%;
	bottom: 10px;
	height: 120px;
	text-align: center;
	background-color: black;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

#fslide-container img {
	margin: 8px;
	height: 100px;
	border: 2px solid hsl(0, 0%, 90%);
}

#imgbox {
	position: fixed;
	border: 20px solid black;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#imgbox img {
	margin: 0;
	padding: 0;
}

#shieldview {
	position: fixed;
	visibility: hidden;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
