* {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

a:hover {
	text-decoration: none;
}

body {
	font: 14px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

div#wrapper {
	width: 950px;
	margin: 20px auto 0;
}

div#header {
	width: 100%;
	margin-bottom: 40px;
	float: left;
	clear: both;
}
div#footer {
	border-top: 1px solid #ccc;
	margin: 20px auto;
	padding-top: 10px;
	text-align: center;
	color: #666;
}

div#introduction {
	margin-top: 30px;
}

div#introduction h2 {
	display: none;
}

div#introduction div.introduction {
	float: left;
	width: 630px;
	margin-right: 10px;
}

div#introduction div.menu span.description {
	font-size: 0.8em;
	color: red;
}

div#introduction div.menu {
	width: 310px;
	float: left;
}

div#introduction div.menu ul {
	line-height: 1.8em;
	list-style: none;
	border: 1px solid #ffcb5d;
	padding: 5px;
	background-color: #faffd3;
}

div#introduction div.menu ul a {
	padding-left: 20px;
}

div#introduction div.menu ul a.download {
	background: url(images/download.png) no-repeat;
}

div#introduction div.menu ul a.news {
	background: url(images/news.png) no-repeat;
}

div#introduction div.menu ul a.discussion {
	background: url(images/discussion.png) no-repeat;
}

div#introduction div.menu ul a.screenshots {
	background: url(images/screenshots.png) no-repeat;
}

h1 {
	text-align: center;
}

span#slogan {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

p {
	text-indent: 2em;
	color: #444;
	line-height: 1.8em;
}

div#features {
	clear: both;
	border-top: 1px solid #00b6ff;
	/*background-color: #d5f5fd;*/
}

div#features h2 {
	display: none;
}

div#features div.wrapper {
	clear: both;
}

div#features div.wrapper ol {
	margin-left: 230px;
}

div#features div.wrapper ol p {
	text-indent: 0;
}

div#features div.wrapper h3 {
	margin: 5px 0 20px;
}

div#features div.wrapper p.note {
	font-size: 0.9em;
	text-indent: 28px;
	color: #4c4c4c;
}

div#features div.wrapper img.logo {
	float: left;
	margin-right: 30px;
	display: block;
	clear: both;
}

div#features div.wrapper img.screenshot { 
	border: 1px solid orange;
	padding: 2px;
}
