/* Simple Solutions style sheet */

html {
  overflow-x: hidden;		/* Workaround for the IE scrollbar bug */
  overflow-y: auto;
}

body {
  margin: 0px;
  background-color: #ffffff;
}

body, td {					/* Include TD as workaround */
  font-family: Arial, Helvetica, sans-serif;		/* for Moz inheritance bugs */
  font-size: 10pt;
  color: #000033;
}

td {
  vertical-align: top;
}

td.customers {
  vertical-align: middle;
}

p, td, li {
  line-height: 1.4em;
}	

h1, h2, h3 {
  color: #953735
}

h1 {
	font-size: 18px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}		

/* General layout table */
table.layout {
  width: 800px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

/* Layout cells */
td.topbar, td.menu, td.separator, td.content, td.footer {
  width: 100%;
  background-color: transparent;
}

/* A bit of extra tweaking for the content cell: */
td.content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  text-align: justify;
}

/* And for the menu cell: */
td.menu {
  color: #953735;
}

/* Copyright message in footer */
.copyright {
  font-size: 8pt;
  font-style: italic;
  color: #953735;
}

/* Anchors */
a {
  text-decoration: none;
  font-weight: bold;
  color: #953735;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
}

a:hover {
  color: #ffff00;
  background-color: #003366;
}

a.nohover:hover {
  color: #336699;
  background-color: transparent;
}

/* Content images */

img {			/* Default overrides */
  margin: 0px;
  padding: 0px;
}

img.left {
  float: left;
  margin-right: 10px;
}

img.right{
  float: right;
  margin-left: 10px;
}

img.content {
  margin: 5px;
}

form.mailform {
  border: 1px solid #000033;
  background: #ddddff;
  padding: 20px;
}

input.mailform, textarea.mailform, select.mailform {
  width: 300px;
  background: #eeeeff;
  border: 1px solid #000033;
  margin-bottom: 10px;
}

/* EOF */

