.ctr {
  text-align: center;
}
div.left {
  float: left;
}
div.right {
  float: right;
}
.centre {
  margin-right: auto;
  margin-left: auto;
}
img {
  display: block;
}
img.left {
  float: left;
  margin: 5px 10px 5px 5px;
}
img.right {
  float: right;
  margin: 5px 5px 5px 10px;
}
a:link, a:visited {
  color: #6f5007;
  background: transparent;  /* #666666 #000099 */
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active {
  color: #000000;
  background: transparent;  /* #cc0000 */
  text-decoration: none;
  font-weight: bold;
}
body {
  color: #ffffff;
  background: #000000; /* url(images/page_back.jpg) repeat-x fixed 0px 179px */
  margin: 0px;
  padding: 0px;
}
#container {
  width: 780px;
  color: #000000;
  background: #ffffff url(images/container.png) repeat-y;
  padding: 0px;
  margin: 5px auto 0px auto;
}
#header {
  color: #ffffff;
  background: #000000; /* transparent */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
#header img {
  display: block;
  margin: 0px auto;
}
/* New Navigation */
div.menuWrapper {
	background: transparent url(images/page_back.jpg) 0 0 repeat-x;
}
div.menu {
  width: 780px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  height: 38px; /*  */
  /* border: solid 1px #e7303c; */
  margin: 0px auto 0px auto;
	background: transparent;
}
div.menu ul {
  float: left;
  padding: 0;
  margin: 0px 0px 0px 14px;
}
div.menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
div.menu li {
	float: left;
	font-size: 100%;
	border-right: 1px solid #000000;
}
div.menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 38px;
  height: 38px;
  padding: 0px 20px 0px 20px;
	/* padding: 12px 30px; */
	border-right: 1px solid #3b2c06;
}
div.menu li.first {
	border-left: 1px solid #000000;
}
div.menu li.first a {
	border-left: 1px solid #3b2c06;
}
div.menu li a:hover {
	text-decoration: none;
	background-color: rgba(59, 44, 6, 0.5) !important;
	background-color: #3b2c06;
}
div.menu a.selected:link, div.menu a.selected:visited, div.menu a.selected:hover, div.menu a.selected:active {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5) !important;
	background-color: #000000;
}
/* Old Navigation */
div.nav {
  width: 550px;
  color: #000000;
  background: #000000; /* transparent */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px ;
  line-height: 61px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 5px auto;
}
div.nav a:link, div.nav a:visited {
  float: left;
  display: block;
  width: 100px;
  height: 61px;
  color: #666666;  /* #000099 */
  background: #000000 url(images/button.png);
  text-align: center;
  text-decoration: none;
  padding: 0px;
  margin: 5px;
}
div.nav a:hover, div.nav a:active, div.nav a.selected:link, div.nav a.selected:visited {
  float: left;
  display: block;
  width: 100px;
  height: 61px;
  color: #000000;  /* #cc0000 */
  background: #000000 url(images/button.png);
  text-align: center;
  text-decoration: none;
  padding: 0px;
  margin: 5px;
}
div.clear {
  clear: both;
  height: 0px;
}
#content {
  color: #000000;
  background: #ffffff;
  float: left;
  width: 545px; /* 550px */
  margin-left: 10px;
  display: inline; /* IE hack */
}
#subNav {
  color: #000000;
  background: transparent url(images/maple.gif) repeat-x 0px 6px;  /* transparent */
  float: right;
  width: 195px;
  padding-top: 40px;
  margin-top: 5px;
  margin-right: 15px;
  display: inline; /* IE hack */
  /* outline: solid 1px red; */
}
#subNav ul {
  color: #000000;
  background: transparent url(images/sunset.jpg) no-repeat left top;
  list-style: none;
  padding: 0;
  margin: 0px 0px 20px 0px;
}
#subNav ul li {
  height: 32px;
  line-height: 32px;
}
#subNav li a:link, #subNav li a:visited {
  color: #000000;
  background: url(images/subNav.png);
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0px 0 0 30px;
}
#subNav li a:hover, #subNav li a:active, #subNav li a.selected:link, #subNav li a.selected:visited {
  color: #FFFFFF;
  background: url(images/subNav.png) 0 -32px;
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0px 0 0 30px;
}
#subNav h1 {
  margin: 5px 0px 5px 0px;
}
#footer {
  clear: both;
  color: #ffffff;
  background: #000000; /* transparent */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
h1 {
  color: #a0d9ff;
  background: #000000;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px ;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
h1 a:link, h1 a:visited {
  color: #666666; background:transparent;  /* #000099 */
  text-decoration: none;
  font-weight: bold;
}
h1 a:hover, h1 a:active {
  color: #ffffff; background:transparent;  /* #cc0000 */
  text-decoration: none;
  font-weight: bold;
}
h2 {
  color: #000000;
  background: #fff0d0;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px ;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 5px;
  border: solid 1px black;
  margin: 5px 5px 5px 5px;
}
h3 {
  color: #666666; /* #cc0000 */
  /* background: #fff0d0; */
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px ;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 5px;
  /* border: solid 1px black; */
  margin: 5px 5px 5px 5px;
}
p {
  color: #000000;
  background: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px ;
  line-height: 18px;
  font-family: Verdana, Geneva, sans-serif; /* Arial, Helvetica, sans-serif; Verdana, Geneva, sans-serif; */
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
p.credit {
  color: #A0D9FF;
  background: transparent;
  text-align: center;
  font-weight: bold;
}
div#map {
  width: 533px; /* 538px */
  height: 300px;
  border: solid 1px black;
  margin: 0px auto 5px auto;
}
li {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px ;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;

}
img.inline {
  display: inline;
  border: none;
}
/* Google captions */
h1.caption {
  font-size: 14px;
  line-height: 16px;
}
p.caption {
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}
/* show bar */
div.shows {
  height: 500px;
  overflow: auto;
  margin-top: 0px;
}
div.shows dl {
  padding: 0px;
  margin: 0px;
}
div.shows dt {
  color: #000000; /* #6f5007 #dc5a00 #999999 */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px ;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}
div.shows dd {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px ;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px 3px 0px 5px;
}
dl {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 5px;
}
dt {
  font-weight: bold;
}
fieldset.payPal {
  background-color: #fff0d0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 5px;
}
fieldset.payPal legend {
  color: #000000;
  font-weight: bold;
}
fieldset.payPal p {
  font-size: 12px;
  line-height: 45px;
  overflow: hidden;
}
fieldset.payPal input {
  border: solid 1px #cccccc;
}
fieldset.payPal input[type="image"] {
  width: 325px;
  height: 45px;
  vertical-align: middle;
  display: inline;
  float: none;
}
div.sidebar {
  /* width: 100%; ie peekaboooo fix */
  color: #a0d9ff;
  background: #000000;
  padding: 3px 3px 3px 3px;
  -moz-border-radius: 0px 5px 0px 5px;
  -khtml-border-radius: 0px 5px 0px 5px;
  -webkit-border-radius: 0px 5px 0px 5px;
  border-radius: 0px 5px 0px 5px;
  margin: 0px 0px 10px 0px;
}
div.sidebar p {
  color: #a0d9ff; /* #ffe180 */
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: cursive;
}
.more {
  text-align: right;
  font-weight: bold;
}
/* dropshadows */
html>body .outerpair1 {
  background: url(images/upperrightfade.png) right top no-repeat;
}
html>body .outerpair2 {
  background: url(images/lowerleftfade.png) left bottom no-repeat;
  padding-top: 8px;
  padding-left: 8px;
}
html>body .shadowbox {
  background: url(images/shadow.png) bottom right;
}
html>body .innerbox {
  position: relative;
  left: -8px;
  top: -8px;
}
.shadowbox img {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #000000;
  display: inline;
  vertical-align: bottom;
}

div.clients {
  width: 540px; /* 540px */
  /* border: solid 1px red; */
  margin: 5px 0px 5px 5px;
}
ul.clients {
  text-align: center;
}
ul.clients li {
  list-style: none;
}
div.clientDetails {
  width: 250px;
}
div.clientPic {
}
div.contact {
  width: 400px;
  margin: 5px auto;
}
address {
  width: 200px;
  float: right;
  margin: 40px 0px 0px 0px;
  display: inline; /* IE hack */
}
ul.star {
  color: #000000;
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 10px 20px;
}
ul.star li {
  background: url(images/bullet.png) no-repeat 0px 4px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none;
  padding-left: 22px;
  margin-left: 0px;
}
/* monitor slide show */
div.monitor {
  position: relative;
  width: 282px;
  height: 295px;
  background: url(images/monitor.png);
  float: right;
  margin: 10px 5px 10px 10px;
}
div#monitorShow {
  position: absolute;
  top: 11px; /* 11px */
  left: 11px; /* 11px */
  width: 260px;
  height: 240px;
  overflow: hidden;
}
div#monitorShow img {
  border: none;
}
div#monitorShow img {
  display: inline;
}
div#monitorShow a img {
  border : none;
}
div#monitorShow {
  width: 260px;
  height: 240px;
  color: #000000;
  background-color: #fff0d0;
}

