* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

body, html {
	background: #48423c url('gfx/bg.png') repeat-x;
	text-align: center;
	font-family: tahoma;
}

a {
	color: #ba9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainframe, #box {
	width: 850px;
	height: 500px;
	text-align: left;
	margin: 0 auto;
	background: url('gfx/logo.png') 50% 0 no-repeat;
}

#footer {
	color: #a79d91;
}

#screenframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: #000;
	visibility: hidden;
	cursor: pointer;
}

#screenbox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 51;
	width: 100%;
	padding-top: 35px;
	text-align: center;
	display: none;
	cursor: pointer;
}

#screenbox img {
	border: 15px solid #000;
	background: #000;
}

#box {
	background: url('gfx/body.png') 50% 107px no-repeat;
	position: relative;
}

#bar {
	width: 270px;
	height: 44px;
	background: url('gfx/bar.png') 0 bottom;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
}

#nav {
	width: 200px;
	height: 500px;
	left: 30px;
	top: 150px;
	position: absolute;
	z-index: 3;
}

#nav a {
	display: block;
	color: #73695d;
	text-decoration: none;
	padding: 13px 13px 13px 40px;
	cursor: pointer;
}

#innerbox, #preloader {
	width: 582px;
	height: 352px;
	position: absolute;
	z-index: 1;
	right: 21px;
	top: 116px;
	display: none;
}

#preloader {
	background: url('gfx/preloader.gif') 50% 45% no-repeat;
}

#innerbox {
	visibility: hidden;
	display: block;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#innerbox h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: arial, tahoma, serif;
	padding: 0 0 5px 0;
	color: #f1f08d;
	border-bottom: 1px solid #2c2e2f;
	margin-bottom: 15px;
}

#innerbox div.content {
	padding: 40px 40px 0 40px;
	color: #ba9;
	line-height: 20px;
}

div.content span {
	color: #73695d;
}

div.content p {
	text-indent: 30px;
	margin-bottom: 15px;
}

div.content .medium {
	width: 420px;
}

div.content p.screenshots {
	text-indent: 0;
	text-align: center;
}

div.content p.screenshots a img {
	border: 4px solid #2c2e2f;
	margin: 0 10px;
}

div.content .mini {
	width: 300px;
}

div.content p.noindent {
	text-indent: 0;
}

div.content ul, div.content ol {
	margin-bottom: 15px;
	padding-left: 18px;
}

div.content ul {
	padding-left: 0;
	list-style: none;
}

div.content ul li {
	padding-left: 18px;
	background: url('gfx/dot.gif') 3px 8px no-repeat;
	padding-bottom: 3px;
}

#rog1, #rog2 {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 3;
	right: 21px;
	top: 116px;
	background: url('gfx/rogi.png') no-repeat;
}

#rog2 {
	top: 461px;
	background-position: 0 -7px;
}

table.scheme {
	border-collapse: collapse;
}

table.scheme td {
	text-align: center;
	padding: 0 7px;
	border: 1px solid #2c2e2f;
	background: url('gfx/tableshadow.png');
}