html, body {
  background: #31517a url(img/bodybg.jpg) center repeat-y;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

#sysframe {
  width: 770px;
  background: #fff;
  border-left: 1px solid #7598c6;
  border-right: 1px solid #7598c6;
}

#sysheader {
	height: 110px;
  background: url(img/header.jpg) center center no-repeat;
  border-bottom: 2px solid #547fb8;
}

#syscontent {
  padding-bottom: 30px;
  background: url(img/contentbg.gif) top repeat-x;
  overflow: hidden;
}

#sysfooter {
  height: 30px;
  margin-top: -30px;
  width: 770px;
}

#sysfootercontent {
  height: 29px;
  border-top: 1px solid #ccc;
  background: url(img/contentbg.gif) top repeat-x;
  font-size: 11px;
  line-height: 28px;
  padding: 0 5px;
  font-family: Tahoma;
}

#sysfootercontent a {
  text-decoration: none;
  font-weight: bold;
  color: #3b5f8f;
}

#nav {
  float: left;
  width: 160px;
  font-size: 0.9em;
  margin: 10px 0 0 0;
  padding-left: 5px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  margin: 0;
  padding: 0;
}

#nav li a {
  display: block;
  padding: 4px 3px 4px 13px;
  text-decoration: none;
  width: 141px;
  border-left: 3px solid #426392;
	color: #3b608f;
  background: #ebf0f5;
  border-top: 1px solid #fff;
}

#nav li a:hover,
#nav li a.selected {
  color: #fff;
  background: #426392 url(img/arrowover.png) no-repeat left center;
  border-left: 3px solid #9db3d3;
}

#content {
  float: left;
  width: 560px;
  margin-left: 30px;
  overflow: hidden;
  padding-bottom: 100px;
  font-size: 11px;
  color: #444;
}

#content h1 {
  font-size: 2.0em;
  line-height: 1.4em;
  font-weight: normal;
  margin: 10px 0 10px;
  border-bottom: 2px solid #385a86;
  color: #385a86;
}

#content h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 15px 0;
  clear: both;
}

#content h3 {
  font-size: 1.2em;
}

#content p {
  text-align: justify;
}

#content ul li {
  text-align: justify;  
}

sup {
  font-size: 0.8em;
}

#content table {
  width: 100%;
  background: #ccc;
}

* html #content table {
  margin-top: 30px;
}

#content table caption {
  margin: 30px 5px 5px 5px;
  font-weight: bold;
}

#content table tr td {
  background: #fff;
  font-size: 1em;
  padding: 2px 3px;
  color: #000;
}

#content div.note {
  color: #888;
  font-size: 0.8em;
  font-style: italic;
}

#content table tr td.pricecol {
  width: 70px;
}

#content table tr td.phone {
  width: 70px;
}

#content {
  line-height: 1.6em;
}

#content p {
  margin: 0;
}

#content a {
  color: #345784;
  text-decoration: none;
  font-weight: bold;
}

#content a:hover {
  border-bottom: 1px solid #b0c4de;
}

img.textimage {
  margin: 0 10px 0px 0;
  padding: 1px;
  border: 1px solid #ccc;
  overflow: hidden;
  width: auto;
}

.clear {
  clear: both;
  font-size: 0;
  height: 1px;
}

.news {
  margin-bottom: 20px;
}

.news div.newsdate {
  background: url(img/calendar.png) left center no-repeat;
  padding-left: 30px;
  line-height: 24px;
}

.news h3 {
  margin: 5px 0;
}

.galleryimage {
  
}

.galleryimage a {
  width: 115px;
  height: 87px;
  float: left;
  margin: 10px 10px 10px 10px;
}

.galleryimage a:hover {
  border: none !important;
}

.galleryimage a img {
  border: none;
}

#invoiceform,
#invoiceformex {
   width: 320px;
   float: left;
   border: 1px dotted #ccc;
   padding: 0 0px;
   margin: 0 20px 0 0;
   background: url(img/photobg.png);
}

#invoiceform div,
#invoiceformex div {
  margin: 2px;
}

.input {
	font-size: 12px !important;
  margin: 0 0 0 5px;
  padding: 1px 2px;
}

.input:focus {
  background: #e5ecf4;
}

.button, .button:focus {
   background: #b0c4de;
   border: 1px solid #4874ad;
   padding: 1px;
   width: 100px;
   font-size: 11px;
   margin-left: 155px;
}

.checkbox {
   margin: 0 0 0 5px;
   padding: 0 0 0 5px;
}

label {
   width: 150px;
   display: block;
   float: left;
   text-align: right;
   margin: 0;
   padding: 0;
}

.info {
  color: #aaa;
}

#invoicedescription {
  color: #3f6698;
}