* {
	font-family: 'Droid Sans', sans-serif;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
}

#wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	border-left: 1px solid whitesmoke;
	border-right: 1px solid whitesmoke;
}

#wrapper hr {
	width: 800px;
}

.main-title {
	font-family: 'Droid Sans', 'sans-serif';
	text-align: center;
	color: black;
	font-size: 42px;
	margin: 10px;
}

.main-subtitle {
	text-align: center;
	color: black;
	font-size: 22px;
	margin: 3px;
}

.menu {
	display: block;
	text-align: center;
}

.menu li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

.menu li:hover {
	border-bottom: 3px solid gray;
}

.menu a {
	color: black;
	text-decoration: none;
}

.active-link {
	border-bottom: 3px solid gray;
}

#download {
	display: block;
	width: 15%;
	height:30%;
	background-image: url("assets/images/download/download_bg.png");
	text-align: center;
	color: white;
}

.download-title {
	font-size: 22px;
	padding-top: 40px;
}

.os-icon {
	padding-left: 40px;
	padding-right: 100px;
}

.download-note {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 35px;
}

#features, #license, #contact, #download-page, #tapering-lines {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
    text-justify: inter-word;
}

#features, #license, #contact, #download-page, #tapering-lines {
	width: 800px;
}

#features img {
	padding-left: 30px;
	float: right;
	width: 200px;
}

.features-title {
	font-size: 22px;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}

.features-subtitle {
	font-size: 18px;
}

.license-form {
	margin: 20px 0;
}

.license-message {
	width: 100%;
	min-height: 100px;
}

/* Index file image style */
.main-images {
	width: 800px;
	margin: 0 auto -25px auto;
}
.main-images .intro-image {
	width: 32%;
}

.language-chooser {
	position: fixed;
	right: 20px;
}