body {
	font-family: arial;
	background-color: black;
	background-image: url(/resources/background2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	margin: 0;
}

a img {
	border: none;
}

/* header */
#header {
	max-width: 1200px;
	min-width: 800px;
	margin: 10px auto 0 auto;
	font-family: arial narrow, arial;
	letter-spacing: -.5px;
}

#logoarea {
	height: 90px;
	color: #fff;
}

#logoarea img {
	float: left;
	/*width: 150px;
	height: 110px; */
	width: 123px;
	height: 90px;
	margin-right: 20px;
}

#logoarea .uppertext {
	padding-top: 14px;
	font-size: 29px;
	font-weight: bold;
}

#logoarea .lowertext  {
	font-size: 24px;
}

#navbar {
	width: 100%;
	height: 43px;
	line-height: 43px;
	
	background-color: #333;
	-pie-background: linear-gradient(#888, #444, #222, #222, #000);
	background-image: -webkit-linear-gradient(#888, #444, #222, #222, #000);
	background-image: -moz-linear-gradient(#888, #444, #222, #222, #000);
	background-image: -ms-linear-gradient(#888, #444, #222, #222, #000);
	background-image: linear-gradient(#888, #444, #222, #222, #000);
	overflow: hidden;
}

#navbar a {
	display: block;
	float: left;
	height: 50px;
	width: 198px;
	
	text-align: center;
	
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	
	border-left: 1px solid #333;
	border-right: 1px solid #555;
	
	overflow: hidden;
}

#navbar a.active {
	border-left: 1px solid #333;
	border-right: 1px solid #555;
	
	background-image: -webkit-linear-gradient(#af8, #6a4, #472, #472, #250);
	
	background-color: #472;
	-pie-background: linear-gradient(#af8, #6a4, #472, #472, #250);
	background-image: -webkit-linear-gradient(#af8, #6a4, #472, #472, #250);
	background-image: -moz-linear-gradient(#af8, #6a4, #472, #472, #250);
	background-image: -ms-linear-gradient(#af8, #6a4, #472, #472, #250);
	background-image: linear-gradient(#af8, #6a4, #472, #472, #250);
}
/* homepage */
div.homepage div.centerarea {
	position: relative;
	max-width: 1200px;
	width: 100%; 

	margin: 0px auto;
}

body.homepage {
	background-image: none !important;
}

#homepagelinks {
	display: none;
}

#homepagelinks a {
	display: block;
	float: left;
	width: 340px;
	margin-right: 10px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-family: arial narrow, arial;
	
	text-align: center;
	
	background-color: #ccc;
	
}

#homepagelinks .overview {
	background-color: #426d28;
	box-shadow: inset -6px -6px 20px 1px #141, inset 6px 6px 20px 1px #5a5;
}

#homepagelinks .userguide {
	background-color: #4a4a4a;
	box-shadow: inset -6px -6px 20px 1px #111, inset 6px 6px 20px 1px #aaa;
}

#homepagelinks .support {
	background-color: #2c658c;
	box-shadow: inset -6px -6px 20px 1px #30303a, inset 6px 6px 20px 1px #90909a;
}

#homepagelinks .purchase {
	background-color: #94620d;
	box-shadow: inset -6px -6px 20px 1px #5b3c08, inset 6px 6px 20px 1px #a1824a;
}

/* content */
div.content {
	position: relative;
	max-width: 1100px; 
	min-width: 760px;
	padding: 20px;
	min-height: 600px;
	box-sizing: border-box;
	ms-box-sizing: border-box;
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;

	background-color: #fff;
	margin: 0px auto;
	
	border: 4px solid #5a3;
	border-top: none;
	
	font-size: 15px;
	line-height: 24px;
}

div.content div.leftcolumn {
	max-width: 600px;	
}

div.content div.rightcolumn {
	float: right;
	width: 350px;
	height: 100%;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

div.content h1 {
	font-size: 18px;
	color: #548b2f;
	padding: 4px 0 10px 1px;
	border-bottom: 4px solid #548b2f;
	text-transform: uppercase;
}

div.content h2 {
	font-size: 18px;
	color: #548b2f;
	padding: 2px 0 4px 1px;
	border-bottom: 3px solid #548b2f;
	text-transform: uppercase;
}

div.content h3 {
	font-size: 16px;
	padding: 0;
}

div.embeddedvideo {
	cusor: pointer;
}

table.infotable {
	border-collapse: collapse;
	border-top: 1px solid #000;
}

table.infotable td, table.infotable th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding-right: 10px;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
}


/* zoomable images */
.zoomable {
	cursor: pointer;
}


/* footer */
#footer_blackbox {
	background-color: #000;
	width: 100%;
}

#footer {
	height: 300px;
	width: 1200px;
	margin: 80px auto 0 auto;
	padding-top: 20px;
	
	font-family: arial narrow, arial;
	font-spacing: -1px;
	
	font-size: 16px;
	color: #a2a2a2;
}

/* form fields */
form {
	margin-left: 20px;
}
form span {
	width: 200px;
	float: left;
	display: block;
}

form input {
	margin: .1em 0 .2em 0;
	width: 250px;
}

form select {
	margin: .1em 0 .2em 0;
	width: 250px;
}

form #errorblock {
	color: #f00;
	font-weight: bold;
}

img.tsbanner {
	max-width: 580px; 
	min-width: 300px; 
	margin-top: 10px;
}