body {
  background: #BCB8AB url(../images/body_bg.gif) repeat-x;
  margin: 0;
  padding: 0;
  font: 80% 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
  color: #444;
  }
body.gallery {
  background: #BCB8AB url(../images/body_bg_photos.gif) repeat-x;
  }
#cms {
	background: #BCB8AB url(../images/page_bg.jpg) no-repeat center -118px;
  margin: 0;
  padding: 10px;
  }
table {
  font-size: 100%;
  }
td {
  vertical-align: top;
  }
td p {
  margin: 0;
  }
td h4 {
  margin: 1em 0 0 0;
  padding-bottom: 3px;
  border-bottom: 1px dotted #808080;
  }
a, a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #666;
  }
a:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  }
div#pagewrap {
  background: url(../images/page_bg.jpg) top no-repeat;
  }
body.gallery div#pagewrap {
  background: url(../images/page_bg_photos.jpg) top no-repeat;
  }
div#page {
  width: 760px;
  margin: 0 auto;
  min-height: 638px;
  position: relative;
  }
img#logo {
  position: absolute;
  top: 26px;
  left: 5px;
  }
div#content {
  line-height: 1.4;
  position: absolute;
  top: 118px;
  width: 740px;
  height: 500px;
  padding: 10px;
  }
body.gallery div#content {
  width: 760px;
  height: 520px;
  padding: 0;
  }
div#content p {
  line-height: 1.5;
  }

.details {
  font: 90% Arial, Verdana, sans-serif;
  color: #666;
  }

table#pricing {
  border-collapse: collapse;
  }
table#pricing th {
  padding: 5px 12px;
  border-bottom: 1px solid #808080;
  }
table#pricing td {
  text-align: center;
  padding: 5px 12px;
  border-bottom: 1px dotted #808080;
  }

/* Pure CSS horizontal menu from http://www.sperling.com/examples/menuh.
   Must use HTML 4.0/Strict or XHTML doctype to work in IE7.
   For all earlier versions of IE, use csshover.htc behavior to emulate :hover functionality on non-links.
   Be careful to load the .htc file from a relative path or else access will be blocked by IE. */

#menuh {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 40px;
  right: 0;
  font: 100% tahoma, verdana, arial, helvetica, sans-serif;
  }

#menuh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
#menuh li {
  position: relative;
  float: left;
  text-transform: uppercase;
  width: 7em;
  height: 19px;
  min-height: 1px; /* for IE7 */
  vertical-align: bottom; /* for IE7 */
  }
#menuh li a,
#menuh li a:visited {
  padding: 1px 7px 2px;
  display: block;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #4C4A42;
  border-style: none;
  height: 16px;
  }

#menuh ul ul {
  position: absolute;
  z-index: 500;
  top: auto;
  display: none;
  padding-top: 1px;
  }
#menuh ul ul li {
  font: 95%/1.4 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
  float: none;
  background: #CECBC2;
  /* background: #676358; */
  text-transform: none;
  height: auto;
  }
#menuh ul ul li a,
#menuh ul ul li a:visited {
  padding: 1px 7px;
  text-align: left;
  font-weight: normal;
  color: #4C4A42;
  height: auto;
  }

#menuh li:hover {
  cursor: pointer;
  background-color: #676358;
  background-position: 0 -19px;
  background-repeat: none;
  }
#menuh li#m1 {
  width: 57px;
  background-image: url(../images/menu_home.gif);
  }
#menuh li#m2 {
  width: 91px;
  background-image: url(../images/menu_portfolio.gif);
  }
#menuh li#m3 {
  width: 78px;
  background-image: url(../images/menu_process.gif);
  }
#menuh li#m4 {
  width: 88px;
  background-image: url(../images/menu_galleries.gif);
  }
#menuh li#m5 {
  width: 64px;
  background-image: url(../images/menu_about.gif);
  }
#menuh li#m6 {
  width: 75px;
  background-image: url(../images/menu_contact.gif);
  }
#menuh li:hover ul {
  display: block;
  }
#menuh ul ul li:hover {
  background: #767265;
  }
#menuh li:hover a,
#menuh li:hover a:visited {
  color: #FFF; /* this will affect both the link you're currently over and all child items */
  }
div#menuh li:hover ul li a,
div#menuh li:hover ul li a:visited {
  color: #4C4A42; /* override color specification above for child elements with more specific styles */
  }
div#menuh a:hover {
  color: #FFF !important; /* now override the override by changing color of current element no matter what */ 
  }