/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(images/bg.png);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	text-align: justify;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.center {text-align: center;}

.image_wrapper {
	padding:3px;
	border: 1px dashed #8A6;
	margin-right:5px;
	margin-left:5px;
}

.divider {
	background: url(images/divider.gif) no-repeat center;
	height: 20px;
}

/* structure */
.container {
	background: url(images/main_bg.png) repeat-y center top;
	margin: 0 auto;
	width: 889px;
}

.gfx {
	background: url(images/header_pjeidgat.png) no-repeat;
	float: left;
	height: 177px;
	margin-top: 119px;
	width: 35px;
}

.top {
	background: url(images/header_top.png) no-repeat 0;
	float: left;
	text-align: center;
	width: 818px;
	height: 304px;
}

.flashintro {
	margin-top: -10px;
	margin-left: 10px;
	margin-right: -20px;	
}

#screenshots {
	width: 287px;
	padding:3px;
	border: 1px dashed #8A6;
	margin-right:5px;
	margin-left:5px;
}

.play {
	background: url(images/play_button_normal.png) no-repeat;
	width: 246px;
	height: 64px;
	margin-top: 169px;
	margin-left: 524px;
}

.play a {	
	display: block;
	width: 246px;
	line-height: 64px;
	text-decoration: none;
}

.play a:hover {
	background: url(images/play_button_hover.png) no-repeat;
}

.register {
	background: url(images/register_button_normal.png) no-repeat;
	width: 160px;
	height: 40px;
	margin-top: 116px;
	margin-left: 610px;
}

.register a {	
	display: block;
	width: 160px;
	line-height: 40px;
	text-decoration: none;
}

.register a:hover {
	background: url(images/register_button_hover.png) no-repeat;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	background: url(images/header_bottom.png) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 35px;
	padding: 15px 100px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(images/footer_no_logo.png) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 818px;
	height: 69px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* Manual */
#index a { color:#000000; text-decoration:underline; font-size:0.8em; font-weight: normal;}
#index .index_colum { margin-left:30px; display:block; float:left; width: 250px; }
#index h1 { font-family: "Myriad Pro", "Trebuchet MS", Arial; margin-left:0; padding:10px 0 0 10px; text-transform:uppercase; font-size:18px; color:#000000; }
#index h2 { font-family: "Myriad Pro", "Trebuchet MS", Arial; margin-left:20px; padding:10px 0 0 10px; font-size:16px; color:#000000; }
#index h3 { font-family: "Myriad Pro", "Trebuchet MS", Arial; margin-left:30px; padding:10px 0 0 10px; font-size:14px; color:#000000; font-style: italic; }

/* Forms */


input#keep_me_notified{
	width: 300px;
	height: 20px;
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#88A36D;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#000000;
	padding: 5px 8px;
	margin-bottom: 5px;
}
