/* general styles  */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(../images/bg-body.gif);
	color: #6f6f6f;
	font-family: verdana;
	font-size: 11px;	
	margin-left: auto;
	margin-right: auto;
	width: 784px;
}

a {
	color: #a1a1a1;
}

span.clear {
	display: block;
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* framework styles */

div#header {
	background-image: url(../images/bg-header.jpg);
	height: 70px;
	margin: 28px 0 0 0;
}

div#content {
	margin: 13px 0 0 0;
}

div#footer {
	margin: 4px 0 0 0;
}

div#footer #footerbar {
	background-color: #eff1f3;
	height: 20px;
}

div#footer p {
	font-family: verdana;
	font-size: 10px;
	margin: 6px 0 6px 0;
	text-align: center;
}

div#footer a {
	color: #6f6f6f;
	font-weight: bold;
	text-decoration: none;
}

div#banner {
	text-align: center;
	width: 784px;
}

/* menu styles */

div#nav {
	float: right;
	padding: 49px 15px 0 0;
}

div#nav ul {
	list-style-type: none;
}

div#nav li {
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 21px;
}

div#nav a {
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-family: tahoma;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	padding: 0 13px 0 12px;
	text-decoration: none;
}

div#nav li.active {
	background-image: url(../images/nav-active-left.gif);
}

div#nav li.active a {
	background-image: url(../images/nav-active-right.gif);
	color: #000000;
}

div#nav li.inactive {
	background-image: url(../images/nav-inactive-left.gif);
}

div#nav li.inactive a {
	background-image: url(../images/nav-inactive-right.gif);
}

/* column styles */

div#maincolumn {
	float: left;
	width: 560px;
}

div#spacecolumn {
	float: left;
	width: 11px;
}

div#rightcolumn {
	float: left;
	width: 213px;
}

div#rightcolumn .box {
	background-color: #eff1f3;
}

div#rightcolumn .box h2 {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 24px;
}

div#rightcolumn .box p {
	font-family: verdana;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 12px 13px 16px 13px;
}

/* right column styles */

div#rightcolumn .downloadbox {
	background-image: url(../images/bg-topbox.gif);
	height: 218px;
}

div#rightcolumn .downloadbox h2 {
	background-image: url(../images/bg-boxheader1.gif);
}

div#rightcolumn .downloadbox img {
	margin: 12px 0 0 11px;
}

div#rightcolumn .downloadbox p {
	color: #4d4d4d;
}

div#rightcolumn .featurebox h2 {
	background-image: url(../images/bg-boxheader2.gif);
}

div#rightcolumn .featurebox ul {
	list-style-type: none;
	padding: 12px 20px 0 17px;
}

div#rightcolumn .featurebox li {
	color: #111111;
	font-size: 10px;
	font-family: verdana;
	background-image: url(../images/arrow-featurelist.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 0 0 0 15px;
}

div#rightcolumn .featurebox a {
	background-image: url(../images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #111111;
	font-size: 10px;
	font-family: verdana;
	margin: 0 0 0 18px;
	padding: 0 10px 0 0;
	text-decoration: none;
}

div#rightcolumn .supportbox h2 {
	background-image: url(../images/bg-boxheader3.gif);
}

div#rightcolumn .supportbox img {
	float: right;
	margin: 0 0 0 10px;
}

/* page styles */

div#page {
	background-image: url(../images/bg-page.gif);
	padding: 25px 25px 0 25px;
}

div#page h1 {
	color: #97bb00;
	font-family: trebuchet ms;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;	
}

div#page h2 {
	color: #97bb00;
	font-family: trebuchet ms;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

div#page p {
	margin: 0 0 20px 0;
}

div#page ul {
	list-style-type: none;
	padding: 0 0 20px 2px;
}

div#page li {
	background-image: url(../images/arrow-featurelist.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 0 0 0 15px;
}

div#page img.thumbnail {
	border: 5px solid #e9e9e9;
	margin: 6px 6px 6px 0;
}

/* firstpage */

div#introduction {
	background-image: url(../images/bg-introduction.gif);
	font-family: trebuchet MS;
	height: 212px;
	width: 559px;
}

div#introductionspace {
	height: 6px;
	overflow: hidden;
}

div#introduction h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	left: 24px;	
	position: relative;
	top:100px;
}

div#introduction p {
	color: #ffffff;
	font-size: 16px;
	left: 24px;
	position: relative;
	top: 102px;
}

div#news {
	background-color: #fcfcfc;
	height: 289px;
}

div#newsheader {
	background-image: url(../images/bg-newsheader.gif);
	color: #85888b;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 24px;
}

div#newscontent {
	padding: 20px 20px 20px 20px;
}

div#newscontent h2 {
	color: #97bb00;
	font-family: trebuchet ms;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

div#newscontent p {
	margin: 0 0 15px 0;
}

/* download page */

div#download {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

div#download img {
	float: left;
	margin: 0 15px 0 0;
}