body {
	font: 0.8em "Lucida Grande",Verdana,Arial,sans-serif;
	background: url('img/background.jpg') no-repeat top center;
	margin: 0;
	text-align: center;
	color: #333;
}

img {
	border: none;
}

a {
	color: #1F70C4;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.mark {
	background-color: #EDEDFF;
}

.question {
	font: 1.1em georgia,serif;
	color: #000;
}

#page {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#header {
	text-align: center;
	margin-top: 40px;
}

#header h1 {
	display: none;
}

#logo {
	background: url('img/logo.gif') no-repeat;
	width: 400px;
	height: 128px;
	display: block;
	margin: 0 auto;
}

a#download {
	display: block;
	width: 149px;
	height: 60px;
	background: url('img/download.gif') no-repeat;
	float: right;
	padding: 20px 0 0 60px;
	color: #333;
	text-decoration: none;
	font: "Trebuchet MS",Verdana,Arial,sans-serif;
}

a:hover#download {
	background: url('img/download.gif') no-repeat;
	background-position: -209px 0;
}

#download .download {
	font-weight: bold;
}

#content {
	margin-top: 20px;
}

#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 350px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
    margin-top: 4px;
}

.scroll h2 {
	font: 1.6em georgia,serif;
	color: #4B4740;
	margin: 0;
}

.scroll ol li {
	font: 1.2em georgia,serif;
	color: #C73030;
}

.scroll ol li span {
	font: 12px "Lucida Grande",Verdana,Arial,sans-serif;
	color: #333;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 650px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.navigation a img {
	vertical-align: middle;
	margin-right: 4px;
}

#screenshots p {
	width: 250px;
	float: left;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
	
/* Footer */

#footer {
	text-align: center;
}