body
{
	background-color: #222222;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #AAAAAA;
}

a:link, a:visited, a:active
{
	color: #007998;
	text-decoration: none;
}

a:hover
{
	color: #4DAEAE;
}

img
{
	border: none;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	font-height: 18px;
	color: #FFFFFF;
	margin: 0;
}

p
{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}

#content
{
	display: block;
	width: 700px;
	margin: 50px auto 10px auto;
}

#bar
{
	height: 30px;
	margin: 0px 0px 20px 0px;
}

#header
{
	float: left;
}

#navigation
{
	float: right;
}

#navigation div
{
	float: left;
}

#navigation #features
{
	background: url('images/features.gif') no-repeat 0 0;
	width: 67px;
	height: 30px;
}

#navigation #features:hover
{
	background: url('images/features_over.gif') no-repeat 0 0;
}

#navigation #blog
{
	background: url('images/blog.gif') no-repeat 0 0;
	width: 43px;
	height: 30px;
}

#navigation #blog:hover
{
	background: url('images/blog_over.gif') no-repeat 0 0;
}

#navigation #support
{
	background: url('images/support.gif') no-repeat 0 0;
	width: 66px;
	height: 30px;
}

#navigation #support:hover
{
	background: url('images/support_over.gif') no-repeat 0 0;
}

.hiddenImage
{
	display: none;
}

#slideshow
{
	background-color: #333333;
	width: 700px;
	height: 340px;
	overflow: hidden;
	margin-bottom: 20px;
}

#slides
{
	width: 4900px;
}

.slide
{
	float: left;
	width: 700px;
	height: 340px;
}

#prevBtn, #nextBtn
{
	display: block;
	position: relative;
	top: -340px;
	width: 350px;
	height: 340px;
	margin: 0;
}

#prevBtn
{
	float: left;
}

#nextBtn
{
	float: right;
}

#info
{
	clear: both;
}

#highlights
{
	float: left;
	width: 520px;
}

#highlights .column
{
	float: left;
	width: 240px;
	margin-right: 20px;
}

#highlights .column .highlight
{
	margin-bottom: 20px;
}

#release
{
	float: right;
	width: 180px;
}

#release ul
{
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#release ul li
{
	list-style-type: none;
}

#download
{
	background: url('images/download.gif') no-repeat 0 0;
	width: 180px;
	height: 34px;
	margin: 0px 0px 20px 0px;
}

#download:hover
{
	background: url('images/download_over.gif') no-repeat 0 0;
}

#footer
{
	clear: both;
	color: #555555;
}
