html {
  border-width: 0;
  padding: 0;
  margin: 0;
  background-color: #ffba00;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, helvetica, sans-serif;
}

a {
  color: #9E0000;
}

a:active {
  color: #672C2C;
}

a:visited {
  color: #A54545;
}

a:hover {
  color: #E50707;
}

div#body {
  width: 95%;
  min-width: 700px;
  max-width: 1100px; /* yeah i know, not supported in exploder ... who cares */
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
  background-color: #e6e2b5;
  background-image: url(gfx/v_stripe_l.png);
  background-repeat: repeat-y;	
  border-right: 2px inset #ffba00;
  border-bottom: 2px inset #ffba00;
}

h1.main {
  background-image: url(gfx/top_stripe.png);
  background-position: top;
  background-repeat: repeat-x;
  width: 100%;
  height: 157px;
  margin: 0;
  padding: 0;
}


h1.main span.left {
      margin:0; padding:0;
      position:relative;
      width:494px; height:157px;
      overflow:hidden;
}
h1.main span.left span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:494px; height:157px;
      margin:0; padding:0;
      background:url("gfx/top_left.png") top left no-repeat;
}

h1.main span.right {
	margin: 0; padding: 0;
	position: relative;
	float: right;
	width: 242px; height: 157px;
	overflow: hidden;
}

h1.main span.right span {
  display:block;
  position:absolute; left:0; top:0; z-index:2;
  width:242px; height:157px;
  margin:0; padding:0;
  background:url("gfx/top_right.png") top left no-repeat;
}

h1.main span.motto {
  float: right;
  position: relative;
  left: 0;
  top: 3px;
  z-index: 3;
  letter-spacing: normal;
  font-size: 10pt;
}

#footer {
  font-size: 70%;
  margin: 0 1em 0 1em;
  border-top: black 1px solid;
  padding: 1em;
}

#hostlogo {
  border-width:  0;
  width:        88px;
  height:       31px;
  margin-right:  1em;
}
#hostlogo img { border: 0; }

h2 {
  background-image: url(gfx/h2_tile.png);
  background-repeat: repeat-x;
  height: 2em;
  min-height: 40px;
  line-height: 40px;
  text-indent: 50px;
  position: relative;
  top: 0.5em;
}

h2 span {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(gfx/h2_left.png);
  z-index: 1;
  margin: 0; padding: 0;
  width: 38px;
  height: 40px;
  display: block;
  border: none;
}

dt {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: -0.08em; 
  margin: 1em 0 0 0;
}

table thead td {
  font-weight: bold;
  font-size: 1.1em;
  background-color: #aaa;
  padding: 0.2em;
  margin: 0;
  border-collapse: collapse;
}

td.os img {
  float: left;
}

table#download-table tbody td { border-bottom: 1px solid #613b02; }
table#download-table thead { background-color: #613b02; }
table#download-table td { padding: 0.1em 0.4em; } /* #e6e2b5 */
table#download-table tbody.odd td { background-color: #dbd7ad; } /* #e6e2b5 */
table#download-table tbody.even td { background-color: #f0ecbd; }
table#download-table tbody.oddpart { background: #fff; }

dd {
  margin: 0.33em 0 0 0;
}

div#main {
  clear: both;
  padding: 0 1.5em;
}

div#main-content {
  margin-left: 1em;
}

/* Hides from IE-mac \*/
* html div#screenshots {height: 1%;}
/* End hide from IE-mac */

div#screenshots div.item {
  float: left;
  padding-bottom: 2em;
  width: 170px;
  height: 190px;
  margin: 0 auto;
  text-align: center;
}
div.item span {
  display: block;
  height: 3.1em;
  text-align: center;
  font-size: 0.9em;
}
div.item img { border: 0; }
div.cleaner { clear: both; width: auto; font-size: 0; line-height: 0; }

/* ----------- MENU ------------- */

#navcontainer
{
  margin: 0 0 0 7px;
  padding: 0;
  font-family: verdana;
  background-color: #ffba00;
  border-right: 2px inset #ffba00;
  _border: 0; /* IE hack .. the border above look even more ugly then no border */
}

/* to stretch the container div to contain floated list */
/*#navcontainer:after
{
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}*/

ul#navlist
{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 0.8em;
  background-color: #ffba00;
}

#navcontainer span {
	clear: both;
}

ul#navlist li
{
float: left;
width: 13%;
margin: 0;
padding: 0;
text-align: center;
}

ul#navlist li a
{
  display: block;
  width: 100%;
  padding: 0.2em;
  font-weight: bold;
  font-size: 1.1em;
  border-width: 1px;
  border-color: #fff #aaa #999 #fff;
  border-style: solid;
  color: #fff;
  text-decoration: none;
  background: #ff9a05;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
border-color: #999 #fff #fff #aaa;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000;
background: #ffd358;
border-color: #aaa #fff #fff #ccc;
}

/* ----------- MENU ------------- */
