body {
	margin: 0px;
	background: #c0c0c0;
	font: normal 14px -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#page {
	width: 941px;
	margin: 0 auto;
}


#header { height:91px; width:941px; background: url(images/header-bgnd.jpg) no-repeat; }
/*
#header { height:91px; width:941px; 

background-image: url(images/header-bgnd.jpg);

background-image: -webkit-image-set(
  url(images/header-bgnd.jpg) 1x,
  url(images/header-bgnd@2x.jpg) 2x
);

background-image: image-set(
  url(images/header-bgnd.jpg) 1x,
  url(images/header-bgnd@2x.jpg) 2x
);
}
*/
#siteid {
	color:#909090;
	text-align:right;
	padding-top:18px;
	margin-right:25px;
}

#siteid:before {
	content:"	lairware.com";
}

#headerinfo {
	font: normal 1.2em/1.2em -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	color:white;
	letter-spacing: -0.75px;
	text-transform: lowercase;
	text-align:right;
	padding-top:25px;
	margin-right:25px;
}

#headerinfo:before {
	content:"entertainment software";
}

#screenshot-background {
	background: #c0c0c0;
	margin: 10px 10px;
	font: normal 15px "Helvetica Neue", "Lucida Grande", Helvetica;
}

#content {
	position: relative;
	padding-left: 10px;
	font: 14px -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	}

a {
	text-decoration: none;
	color: #003800;
	}

.featurelist {
	list-style: inside disc;
	font-size: 0.9em;
	margin-left: 10px;
	line-height: 150%;
}

a:hover { text-decoration: underline; }

/* for visible links */
.link {
	/*text-decoration: underline;*/
	color: #0000D0;
	}

/* for fragment jump-to points */
.frag:hover {
	text-decoration: none;
}

img { border: 0; }

acronym, abbr {
	border-bottom: 1px dotted #888;
	cursor: help;
	}


h1 abbr, h2 abbr, h3 abbr, h1 acronym, h2 acronym, h3 acronym { border: 0; }

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

/* no ugly borders in Firefox, IE etc. */
a img, img[usemap] {border:0px none transparent !important;}

#copyrightNotice { text-align: center; font: normal 10px "Verdana"; color:#808080; margin-bottom:16px;}

#copyrightNotice:before {
	content: "Copyright \A9  2023 LairWare Ltd.";
}

.titleheader {
	font: bolder 20px -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	margin-bottom: 16px;
}

/* === Navigation === */

#navi {
	margin-left: 4px;
	margin-right: 5px;
	background: #BDB;
	border-color: #797;
	position: relative;
	border-width: 1px 0;
	border-style: solid none;
	font: 14px -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#primenavi {
	background: #d0f0d0;
	padding: 3px 0 3px 30px;
	margin-right: 270px;
	margin-left: 0;
	}

#primenavi li.current
{
	background: white;
	color: #C03;
}
	
#auxnavi {
	text-align: right;
	top: .9ex;
	position: absolute;
	left: 702px;
	margin-left: 20px;
	font: 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	}

li.current { cursor: default; }
#navi li { display: inline; }
#primenavi a, li.current { padding: 2px 7px; }
#primenavi a:hover { text-decoration:none; background: white; }
#primenavi li { margin-right: 10px; }
#auxnavi li.current { color: #fff; background:#797; }

#auxnavi li {
	padding-right: 5px;
	padding-left: 5px;
	}

#auxnavi li+li { border-left: 1px solid #797; }

