
body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a img {
	border: 0;
}

a {
	color: #3987b3;
	text-decoration: none;
}

h1 {
	color: #fdc901;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: .5em;
}
h3 {
	color: #cecece;
	font-weight: normal;
	font-size: 24px;
}

ul#topMenu {
	display: none;
}

#mainMenu {
	display: none;
}
#adminMainMenu {
	display: none;
}

#splash {
	display: none;
}

#homePage, #leftColumn {
	width: 620px;
	float: left;
	font-size: 11px;
	color: #1c2122;
}
#homePage p, #leftColumn p {
	padding-top: 12px;
	padding-left: 6px;
}

#farLeftColumn, .farLeftColumn {
	width: 250px;
	float: left;
	margin-right: 30px;
}
.bottomColumn {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.bottomColumn h2 {
	padding-bottom: 0;
	margin-top: 30px;
}

.clear {
	clear: both;
	height: 1em;
}

#latestNews, #rightColumn {
	width: 290px;
	float: right;
}

.newselement {
	background: url(/img/news_date.jpg) no-repeat 0 0;
	padding-bottom: 15px;
	clear: both;
	min-height: 3.5em;
}
.newselement a {
	text-decoration: none;
	color: #000;
}
.newselement a:hover {
	text-decoration: none;
	color: #ff7b06;
}

.newselement h3 {
	font-size: 11px;
	font-weight: bold;
}
.newselement p {
	font-size: 9px;
	color: #666;
	font-weight: normal;
}
.newselement .date {
	width: 38px;
	float: left;
	height: 40px;
	padding-right: 20px;
}
.newselement .date h4 {
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
	color: #999;
}
.newselement .date h5 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #777;
}

#leftColumn h1 {
	padding-bottom: 0;
}
#leftColumn .date {
	color: #ccc;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: smaller;
}

.productGroup {
	padding-bottom: 4em;
}
.productGroup ul li a {
	font-weight: bold;
}


ul.downloads {
	margin-bottom: 3em;
}
ul.downloads li img {
	vertical-align: middle;
	margin-right: 10px;
}

ul#screenshots {
	list-style-type: none;
}
ul#screenshots li {
	text-align: center;
	margin-bottom: 1.5em;

	float: left;
}

ul#screenshots li img {
	padding: 10px;
	padding-bottom: 0;
}

.contact p {
	margin-bottom: 2em;
}

#footer {
	clear: both;
	background: none !important;

	font-size: 9px;
	color: #525d63;
	padding-left: 25px;
	padding-top: 22px;
	padding-bottom: 25px;
}
#footer a {
	color: #525d63;
}

