body {
	color: #454545;		
	background-color: #7c92be;
	background-image: url('img/bg.png');
	background-position: 50% 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;	
	margin: 6px 6px;
	padding: 0;
}	
		
p {
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 1em;	
}

b {
	color: #606060;
}

a {
	text-decoration: none;	
}
		
a:link {
	color: #f07000;/*#3060c0;*/
	text-decoration: underline;	
}

a:visited {
	color: #f07000;/*#b45400; #2a54a8;*/
	text-decoration: underline;
}

a:hover, a:active {
	color: #3060c0;/*#f07000;*/
	text-decoration: underline;		
}

a.btn {		
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 6px;
	
}

a.btn:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}
				
img {
	border: none;
}

table, th, td {	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	border: none;	
}

th, td {
	padding: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;	
	padding: 0;
}

div {
	padding: 0;
	margin: 0;
}

table.w100 {
	width: 100%;
}

#maindiv {
	text-align: center;	
}

#maintbl {
	background-color: #fff;
	color: inherit;
	border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;	
	width: 100%;
	text-align: left;
	width: 840px;
}

#logo  {
	background-color: #6f93db;
	border: 1px solid #6f93db;
	padding: 0 12px;
}

#logo a :link, #logo a:visited, #logo a:hover, #logo a:active {
	color: #fff;
	text-decoration: none;
	border: none;	
}

#logoimg {	
	vertical-align: middle;	
	height: 56px;
}

#logotext {		
	vertical-align: middle;	
	width: 100%;
	height: 56px;	
}

#logotext h1 {
	color: #fff;	
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;	
}

#leftcolumn {		
	color: #454545;
	background-color: #fbfcfe;
	border-top: 1px solid #6f93db;
	border-bottom: 1px solid #6f93db;
	border-left: 1px solid #6f93db;
	border-right: 1px solid #b8c9ec;	
	padding: 6px 12px;
	width: 217px;
}

div.section {	
	background-image: URL("img/hline.gif");
	background-position: 50% 0;
	background-repeat: repeat-x;
	margin-top: 12px;	
}	

div.sep {
	height: 12px;
}

div.section div.hdr {
	color: #f07000;
	font-size: medium;
	font-weight: normal;
	padding: 6px 0;
}

div.section form {
	padding: 0;
	margin: 0;
}

div.fsep {
	height: 12px;
}

div.section input.text {
	color: #454545;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-family: "Courier New", "Lucida Console", monospace;
	font-size: small;	
	padding: 0;
	margin: 0;	
}

input.img {
	color: #454545;
	background-color: #fcfcfc;
	background-image: url("img/btnbk.gif");
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #c0c0c0;
}

div.section a.btn {
	color: #454545;
	background-color: #fcfcfc;
	background-image: url("img/btnbk.gif");
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #c0c0c0;
	padding: 3px 3px;
	text-decoration: none;
}

div.section a.btn:hover {	
	color: #454545;	
	background-color: #fff;
	background-image: url("img/hotbtnbk.gif");
	text-decoration: none;
}

/* CSS Design: Taming Lists
 * by Mark Newhouse
 * http://www.alistapart.com/articles/taminglists/
 */
			
#nav {		
	border-top: 1px solid #b8c9ec;
	border-bottom: none;
	border-right: none;
	border-left: none;
	list-style: none;
	margin: 0;	
	padding: 0;	
}

#nav li {	
	border-bottom: 1px solid #b8c9ec;
	border-right: 1px solid #b8c9ec;
	border-left: 1px solid #b8c9ec;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#nav li a {	
	color: #3060c0;
	background-color: #fff;	
	background-image: url("img/vpiece.gif");
	background-position: 6px 50%;
	background-repeat: no-repeat;
	border: none;
	display: block;
	padding: 6px 0;
	margin:0;
	text-decoration: none;
	letter-spacing: normal;
	width: 100%;
}	

#nav li a div {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 32px;
	padding-right: 12px;
	margin: 0;
}
	
html>body #nav li a {
	width: auto;
}		
			
#nav li a:hover {			
	color: #3060c0;
	background-color: #f5f8fd;
	background-image: url("img/hpiece.gif");
	background-position: 6px 50%;
	background-repeat: no-repeat;
	
}

#nav li div.curpage {
	color: #3060c0;
	background-color: #f5f8fd;
	background-image: url("img/hpiece.gif");
	background-position: 6px 50%;
	background-repeat: no-repeat;	
	display:  block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 32px;
	padding-right: 12px;
	margin: 0;
	letter-spacing: normal;
	font-weight: normal;
}
				
#cntcolumn {
	background-color: #fff;
	border-top: 1px solid #6f93db;
	border-bottom: 1px solid #6f93db;
	border-left: 1px solid #b8c9ec;
	border-right: 1px solid #6f93db;
	padding: 6px 12px;
	text-align: justify;
	vertical-align: top;
	width: 619px;
}

#cntcolumn ul {
	list-style: square;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 0;
}

#cntcolumn li {
	line-height: 1.6;	
}

#cntcolumn input.mono, #cntcolumn textarea.mono {
	color: #454545;
	font-family: "Courier New", "Lucida Console", monospace;
	font-size: small;
	background-color: #fff;
}	

#cntcolumn form {
	padding: 0;
	margin: 0;
}

#cntcolumn div.form {
	margin-top: 1.4em;
	padding: 0;
}

#cntcolumn label.top {
	display: block;
	margin-bottom: 0.3em;	
}

#cntcolumn div.formitem {
	padding: 6px 0;
	margin-bottom: 6px;
}

#cntcolumn div.formerritem {	
	background: #ffedea;
	border: 1px solid #ffe0da;	
	padding: 6px;
	margin-bottom: 6px;	
}

#cntcolumn div.formiteminfo  {
	color: #a0a0a0;
	margin-top: 0.3em;	
}

#cntcolumn div.formitemerr {
	color: #f02a00;
	margin-top: 0.3em;
}

#cntcolumn  h2 {
	color: #5781d5;
	font-size: 175%;
	font-weight: normal;
	line-height: 60%;
	margin-top: 12px;
	margin-bottom: 1em;
}

#cntcolumn h3 {
	color: #707070;
	font-size: medium;
	font-weight: bold;	
	line-height: 70%;
}

/* screenshots */
div.ss {
	color: inherit;
	background-color: #fff;
	border: 1px solid #b8c9ec;
	padding: 0 10px;
	margin-top: 1.4em;
	margin-bottom: 1.4em;	
}

div.ss table {
	width: 100%;
}

div.ss table td {
	color: #3060c0;
	background-color: inherit;	
	text-align: center;
	width: 244px;
	padding: 10px 0;
}

div.ss table td div {
	overflow: hidden;
}

div.ss table td.spacer {
	width: auto;
}

div.ss  img.wtxt{
	margin-bottom: 0.7em;
}

div.ss  a.ss {
	color: #3060c0;
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
		
#btmmenu {	
	color: #e7edf9;
	background-color: #6f93db;	
	border: 1px solid #6f93db;  
	text-align: center;
	vertical-align: middle;
	padding: 12px 12px;
	font-size: small;
}

#btmmenu a  {
	color: #e7edf9;
}

#btmmenu a:hover  {
	color: #fff;
}

#foot {	
	color: #e7edf9;
	background-color: #6f93db;
	border: 1px solid #6f93db;
	font-size: x-small;
	padding: 12px 12px;
}

#foot a  {
	color: #e7edf9;
}

#foot a:hover {
	color: #fff;
}

/* Buttons "Download" and */
td.bigbtntd { 
  text-align: center;
  width: 50%;
}

a.bigbtn, a.bigbtn:link, a.bigbtn:visited, a.bigbtn:hover, a.bigbtn:active  {
  color: #fff;
  display: block;
  font-size: 12pt;
  font-weight: bold;
  margin: 0 auto;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  text-decoration: none;
}

a#downloadbtn, a#downloadbtn:link, a#downloadbtn:visited  {
  background: #8fabe3;
}

a#downloadbtn:hover, a#downloadbtn:active  {
  background: #6f93db;
}

a#buybtn, a#buybtn:link, a#buybtn:visited {
  background: #f49b7d;
}

a#buybtn:hover, a#buybtn:active  {
  background: #f17e58;
}

.red {
	color: #f00;
}

.blue {
	color: #4471ca;
}

.anchor {
	color: #e7edf9;
	text-decoration: underline;	
}

.small_grey {
	color: #808080;
	font-size: x-small;
}
