/* General */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0 0 7em 0;

	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica;
	font-size: 75%; /* Resets 1em to 12px */
	background-color: #fff;
	color: black;
	line-height: 1.7em;
	min-height: 100%;
	position: relative;
}

img {
	border: 0;
}


/* Header */
div#header {
	background-color: #ededed;
	background-position: left top;
	background-image: url(../img/headerbg.png);
	background-repeat: repeat-x;
	width: 100%;
}

div#header div#headercontent {
	width: 60em;
	padding-top: 0.5em;
    margin: 0 auto 0 auto;
}

body.wide div#header div#headercontent {
	width: 73.44em;
}

div#header div#badge {
    float: right;
    margin-right: 2em;
	width: 152px;
	height: 68px;
	background: url(../img/badge.png) no-repeat center center;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 28px 40px 0 40px;
	margin-top: 17px;
}

div#header div#badge a {
	text-decoration: none;
	color: white;
	text-shadow: #832f2f 1px 1px 1px;
}

div#header div#badge a:hover {
	text-decoration: underline;
}

div#header div#badge a em {
    font-style: normal;
    font-weight: bold;
}


/* Menu */
div#menu {
	width: 100%;
	font-size: 1.2em;
}

div#menu ul {
	list-style: none;
	margin: 1em auto 1em auto;
	width: 50em;
	height: 2em;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0.6em 0 0.6em;
}

body.wide div#menu ul {
	width: 60em;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	height: 2em;
	line-height: 2em;
	display: block;
	text-decoration: none;
	margin-right: 1em;
	padding: 0 1em 0 1em;
	color: black;
}

div#menu ul li.current a {
	background-color: #e8e8e8;
}

div#menu ul li a:hover {
	background-color: #f7f7f7;
}


/* Content */
div#content {
	width: 60em;
	margin: 0 auto 0 auto;
}

body.wide div#content {
	width: 73.44em;	
}

div#content div#main {
	width: 100%;
	padding-left: 0.5em;
}

body.wide div#content div#main {
	width: 54em;
}

div#content div#main h1 {
	font-size: 1.2em;
}

div#content div#main h2 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 0.2em solid #bfbfbf;
	margin-left: 0.5em;
}

div#content div#main h3 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 0.2em solid #bfbfbf;
}

div#content div#main p.remark {
	color: #6c6c6c;
}

div#content div#main object {
	margin-bottom: 1em;
}

div#content div#main div.noflash {
	background-image: url(../img/noflashbg.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
}

div#content div#main div.noflash a {
	color: black;
}

div#content div#main div.noflash p {
	margin: 2em;
}

div#content div#main div.screenshots {
	margin-top: 1em;
	padding: 1em;
	background-color: #e5e5e5;
	text-align: center;
}

div#content div#main div.screenshots a img {
	border: 0.4em solid #c0c0c0;
	padding: 0;
	margin: 0 0.3em 0 0.3em;
}

div#content div#sidebar {
	width: 17em;
	float: right;
	padding: 1em 0.5em 2em 0.5em;
	background-color: #f5f5f5;
}

div#content div#sidebar h1 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 0.2em solid #bfbfbf;
}

div#content div#sidebar h2 {
	font-size: 0.8em;
	font-weight: normal;
	background-color: #d8d8d8;
	padding-left: 0.4em;
}

div#content div#sidebar ul {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

div#content div#sidebar ul li {
	margin-bottom: 2em;
	line-height: 1.6em;
	list-style-type: none;
	padding-left: 2.6em;
	background-position: left top;
	background-repeat: no-repeat;
}

div#content div#main table {
	margin: 2em auto 0 auto;
}

div#content div#main table td {
	text-align: center;
	width: 33%;
}

div#content div#main table td.requirements {
	font-size: 0.85em;
	color: #6a6a6a;
}

div#content div#main form {
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;	
	border-bottom: 1px solid #ebebeb;
	padding: 1em;
}

div#content div#main form div.dark, div#content div#main form div.light {
	clear: both;
	width: 100%;
	padding: 1em 0 1em 0;
}

div#content div#main form div.dark {
	background-color: #f0f0f0;
}

div#content div#main form div div.multileft {
	width: 25em;
	float: left;
}

div#content div#main form div label {
	float: left;
	display: block;
	width: 12em;
	padding-right: 1em;
	text-align: right;
}

div#content div#main form div input, div#content div#main form div select, div#content div#main form div textarea {
	display: block;
	clear: right;
}

div#content div#main form input[type="text"] {
	margin-left: 12em;
	width: 30em;
}

div#content div#main form select {
	margin-left: 12em;
	width: 9em;
}

div#content div#main form div div.multiright select {
	margin-left: 30em;
}

div#content div#main form textarea {
	margin-left: 12em;
	width: 38em;
}

div#content div#main form input[type="submit"] {
	margin-left: 46em;
}

div#content div#main div#helpnav {
	width: 100%;
	margin-bottom: 1em;
}

div#content div#main div#helpnav a {
	color: black;
	text-decoration: none;
}

div#content div#main div#helpnav a:hover {
	text-decoration: underline;
}

div#content div#main div#helpnav a#helpnavindex {
	float: right;
}

div#content div#main a.helptopic {
	display: block;
}

div#content div#main table#helpletternav {
	width: 100%;
	margin: 0;
}

div#content div#main table#helpletternav td {
	width: auto;
}


/* Footer */
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5em;
	font-size: 0.75em;
	line-height: 0.6em;
	text-align: center;
	background-color: #f7f7f7;
	background-image: url(../img/footerbg.png);
	background-repeat: repeat-x;
	padding: 1em 0 0.6em 0;
}

div#footer p.copyright {
	font-size: 1.2em;
}
