/* force vertical scrollbar on firefox to prevent 'jumping' with centred content */
html { 
	overflow-y: scroll; 
} 
body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
h1 {
	font-size:1.6em;
	font-weight:bold;
	position:absolute;
	top:140px;
	color:#666;
	left:194px; 
}
h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#666;
}
a{
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	color:#1f364f;
}
a:hover {
	color:#b866a8;
}
p {
	font-size:1.2em;
}
ul {
	font-size:1.2em;
}
ul em {
	font-size:0.9em;
}
li {
	margin-bottom:10px;
}
img {
	border:none;
}
table {
	width:100%;
}
td {
	padding: 2px 4px 2px 4px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size:1.2em;
}
th {
	background-color:#ccc;
	font-size:1.2em;
}
label {
	float:left;
	width:150px;
}
ul ul { 
	font-size: 100%; 
}
#main {	
	width:780px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#fff;
}
#header {
	position:relative;
	height:200px;
}
#logo {
	position:absolute;
	left:0px;
	top:10px;
}
#navbar {
	list-style:none;
	display:block;
	position:absolute;
	left:200px;
	top:170px;
}
#navbar li {
	width:100px;
	text-align:center;
	float:left;
	margin-left:4px;
	margin-right:4px;
	height:18px;
	background-image:url(graphics/navbar.gif);
	background-repeat:no-repeat;
	padding-top:1px;
}
#navbar a {
	font-size:1.0em;
	font-weight:bold;
}
/*
#navbar a:hover {
	color:#fff;
}
*/
#footer {
	font-size:1.0em;
	margin-top:20px;
	background-image:url(graphics/logo3c_tiny.gif);
	background-repeat:no-repeat;
	background-position:center right;
	height:50px;
}
#bottomMenu {
	margin-top:20px;
	font-size:1.0em;
	text-align:center;
}
#innerList li ul {
	list-style-type:circle;
}
#news {
	border: 1px solid #f0f0f0;
	margin: 8px;
	padding:8px;
}
#news ul {
	list-style-type:square;
}
.screenshots {
	list-style:none;
}
.screenshots li {
	float:left;
	margin-left:12px;
}
.reqd_field {
	background-color:#dedeff;
}
.err {
	color:#CC0000;
}
