html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

html, body, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

form {
  margin: 0px;
  padding: 0px;
}

#frmMain {
  position: absolute;
  width: 100%;
}

body {
	background-image: url(../images/bckg_gradient.png);
	background-repeat: repeat-x;
  min-width: 30em;
}

#logo {
  float: left;
	width: 152px;
	height: 69px;
	background-image: url(../images/ace_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
  margin-left: 10px;
  margin-top: 20px;
}

* html #logo {
  margin-left: 5px;
}

#logo a {
  display: block;
	width: 152px;
	height: 69px;
}

#logo a span {
  display: none;
}

#jump {
  display: none;
}

#caption {
  float: right;
  margin-top: 29px;
  margin-right: 15px;
  font-size: 240%;
  font-weight: normal;
}

#caption-img {
  float: right;
  margin-top: 10px;
  margin-right: 1em;
}

#caption-logos {
	margin: 15px 0px 0px 200px;
}

#caption-logos a {
	margin-right: 10px;
}

/* Main - menu & content */
#main {
  clear: both;
  padding-left: 15em;
  padding-right: 1em;
}

* html #main {
  padding-top: 1em;
}

#main hr {
  display: none;
}

/* Content */
#content {
  position: relative;
  float: left;
  width: 100%;
}

#content > :first-child {
  margin-top: 0px;
}

#content hr {
  display: block;
}

#content p {
  text-align: justify;
}

#content hr.placeholder {
  visibility: hidden;
}

/* Menu */
#menu {
  position: relative;
  float: left;
  width: 14em;
  right: 15em;
  margin-left: -100%;
}

* html #menu {
  left: 1em;
}

#menu-top {
  width: 14em;
  height: 10px;
  background-image: url(../images/menu_top.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#menu-top span {
  display: none;
}

#menu-middle ul {
  background-color: #AED3B1;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu-middle ul ul a {
  padding-left: 20px;
  font-size: 90%;
  background-color: #B6DCB8;
}

#menu-middle ul ul ul a {
  padding-left: 30px;
  font-size: 85%;
  font-weight: normal;
  background-color: #BEE3C1;
}

#menu-middle li {
  width: 14em;
}

#menu-middle .current {
  background-color: #78B87A;
}

#menu-middle li a {
  display: block;
  padding-left: 10px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-color: #AED3B1;
  color: Black;
  font-weight: bold;
  text-decoration: none;
}

#menu-middle li a:hover {
  background-color: #4E9551;
}

#menu-bottom {
  width: 14em;
  height: 10px;
  background-image: url(../images/menu_bottom.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#menu-bottom hr {
  display: none;
}

#menu-sub {
  margin-top: 15px;
  margin-left: 10px;
}

#menu-logos {
  margin-top: 15px;
  text-align: center;
}

#menu-logos a {
	display: block;
	margin-bottom: 10px;
}

/* Footer */
#footer {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 75%;
  padding: 1.7em 0px 5px 0px;
}

/* Tables */
th {
  text-align: left;
  vertical-align: top;
}

/* Links */
a, a:link, a:visited {
  color: #214024;
}

a:hover, a:active {
  color: #904037;
}

a img {
  border: 0px;
}

/* Headings */
h3 {
  font-size: 150%;
}

h4 {
  font-size: 130%;
}

/* Server Map */
.pages {
  list-style-type: none;
  padding-left: 20px;
  margin-left: 0px;
}

.pages ul {
  padding-left: 30px;
  margin-left: 0px;
}

.pages li {
  padding-top: 2px;
  padding-bottom: 15px;
}

.pages li li {
  padding-bottom: 2px;
}

/* Shop */
.shop-cats {
  list-style-type: none;
  margin: 1em;
  padding: 0em;
}

.shop-cats li {
  clear: left;
}

.shop-cats h3 {
  font-size: 130%;
}

.shop-cats img {
  float: left;
}

table.shop {
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0.5em 0em 1em 0em;
}

table.shop tr {
  background-color: #D0ECD2;
}

table.shop tr.even {
  background-color: #B6DCB8;
}

table.shop td, table.shop th {
  border: 1px solid black;
  padding: 4px;
}

.products {
  border: 1px solid black;
  border-collapse: collapse;
}

.products td, .products th {
  border: 1px solid black;
  padding: 4px;
}

/* Signpost on first page */
.signpost {
  text-align: center;
  margin: 1em;
}

.signpost ul {
  list-style-type: none;
  margin: auto;
  padding: 0px;
  text-align: center;
  width: 52em;
}

.signpost ul li {
  float: left;
  width: 23em;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2px;
}

.signpost ul li.left {
  text-align: right;
  margin-right: 5em;
}

.signpost ul li div {
  float: left;
  width: 110px;
  text-align: center;
}

.signpost ul li.left div {
  float: right;
}

.signpost ul li span {
  float: left;
  display: block;
  margin-top: 32px;
}

.signpost ul li.left span {
  float: right;
}

/* News */
.news {
  margin-top: 1em;
}

.news .date {
  font-weight: bold;
}

/* Order form */
.order fieldset {
  display: block;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em;
  width: 38em;
}

.order legend {
  font-weight: bold;
  padding: 0em 0.4em 0em 0.4em;
}

.order label {
  display: block;
  float: left;
  width: 12em;
}

.order input, .order textarea {
  width: 24em;
}

.order .reverse label {
  display: inline;
  float: none;
  width: auto;
}

.order .reverse input {
  width: auto;
}

.order p input {
  width: auto;
}

.order .validator {
  display: inline;
  padding-left: 12em;
}