body {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	min-width: 790px;
}

a {
	color: #006;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

label {
	float: left;
	width: 6em;
}

form {
	margin: 2em;
}

hr {
	clear: none;
	visibility: hidden;
}

hr.divide {
	clear: both;
	visibility: hidden;
	margin-bottom: 4em;
}















p.feedback {
  color: green;
  text-align: center;
}

#logo {
  width: 600px;
  display: block;
  margin: 2em auto 0 auto;
}

#logo img {
  margin-bottom: 2em;
}

div.contact1 {
 float:  left;
 width: 48%;
}

div.contact2 {
  float: right;
  width: 48%;
  margin-top: 1em;
}

div.contact1 p {
  padding: 0;
  margin: 0.1em 0;
}

div.contact1 p.email {
  margin-bottom: 1em;
}

div.contact2 p {
  padding: 0;
  margin: 0.1em 0;
  text-align: right;
}



div.productwrap {
 clear: both;
 padding-top: 1em;
 padding-bottom: 1em;
}

div.product1 {
 float:  left;
 width: 150px;
}

div.product2 {
 margin-left: 150px;
}

a img {
 border: none;
}






#header {
	background: url(/images/header-bar-centre.gif) repeat-x;
	width: 80%;
	min-width: 600px;
	height: 157px;
	margin: 0 auto;
	position: relative;
}

#header #start {
	display: inline;
	float: left;
	width: 9px;
	height: 157px;
	background: url(/images/header-bar-left.gif) no-repeat;
}

#header #end {
	float: right;
	width: 9px;
	height: 157px;
	background: url(/images/header-bar-right.gif) no-repeat;
}

#header #menu {
	height: 100%;
	margin: 0;
	padding: 0;
}

#header #menu h1 {
	background: url(/images/header-logo.gif) no-repeat;
	width: 243px;
	height: 77px;
	position: absolute;
	right: 20px;
	text-indent: -100em;
	margin: 0;
	padding: 0;
}

#header #menu a {
	display: block;
}

#header #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 40px;
}

#header #menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.6em;
}

#header #menu li a {
	display: block;
	padding: 5px 15px 4px;
	color: white;
	text-decoration: none;
}

#header #menu li a:hover {
	text-decoration: underline;
}

#header #menu li.selected {
	background: url(/images/header-tab-right.gif) no-repeat right top;
}

#header #menu li.selected a {
	background: url(/images/header-tab-left.gif) no-repeat left top;
	color: #006;
	text-decoration: none;
}











#content {
	width: 80%;
	margin: 0 auto 1em auto;
}


#content #innermenu {
	float: right;
	width: 19%;
	margin: 2px 9px 0 0;
}

#content #core {
    width: 90%;
    max-width: 60em;
    margin-left: 40px;
}

#content #core.project {
	width: 76% !important;
}

#content #innermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #innermenu li {
	border-bottom: 2px solid white;
	margin: 0;
}

#content #innermenu li a {
	display: block;
	padding: 0.5em;
	border-left: 0.5em solid #040404;
	background-color: #2e2e2e;
	color: #fff;
	text-decoration: none;
}

#content #innermenu li a:hover {
	background-color: #486171;
	text-decoration: underline;
}

#content #innermenu li.selected a {
	background-color: #486171;
}

#content #innermenu li.selected a:hover {
	text-decoration: none;
}










#core h1 {
	padding: 0.4em 0 0 0.5em;
	margin: 0;
}

#core h2 {
	padding: 0 0 0 2em;
	margin: 0;
	font-size: 1.2em;
}

#core h3 {
	padding: 0.1em 0 1em 3em;
	margin: 0;
	font-size: 0.8em;
}

#images {
	position: relative;
}

img.screenshot {
	width: 100%;
	max-width: 620px;
	width:expression(document.body.clientWidth > 980? "620px": "98%" );
}










#footer {
	background: green;
	padding: 1em;
	background: #f2faff url(/images/footer.gif) repeat-x;
}

#footer p.contact {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}












#blogentries {
  font-size: 0.8em;
  margin-top: 1em;
}

#blogentries h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom: 0;
}

#blogentries h1 a {
  color: black;
  text-decoration: none;
}

#blogentries h1 a:hover {
  text-decoration: underline;
}

#blogentries h2 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: right;
  font-size: 0.8em;
}

#blogentries div.newest {
  float: left;
  margin-left: 3%;
  width: 45%;
}

#blogentries div.new {
  float: right;
  margin-right: 3%;
  width: 45%;
}

#blogentries p.more {
  border-top: 1px solid gray;
  text-align: right;
  padding-top: 0.4em;
}
















#blogsidebar {
  float: left;
  width: 12em;
  margin-top: 1em;
  margin-left: 1em;
}

#blogsidebar h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.0em;
}

#blogsidebar p {
  border-top: 1px solid gray;
  padding-top: 0.8em;
  font-size: 0.8em;
}

#blogsidebar b {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
}

#blogcontent {
  margin-top: 1em;
  margin-left: 14em;
  margin-right: 1em;
}

#blogcontent h1 {
  font-size: 1.4em;
}

#blogcontent p {
  font-size: 1.0em;
  text-align: justify;
}



#core.product h1 {
  margin-top: 0.5em;
}

#core.product h2 {
  font-weight: normal;
  margin: 1em;
}

#core.support h3 {
  padding: 0;
  border-bottom: 1px black dashed;
}
