html {
 background:#3a3a30 url(canvas-bg.jpg) no-repeat 50% 0; 
}

body {
 background:transparent url(header-bg.png) repeat-x 0 0; 
}

#container {
  width:960px;
  margin:0 auto;
}

#site-header {
  background: transparent url(header-contact.png) no-repeat 100% 50%;
  height:90px;
  overflow:hidden;
  margin:0 10px 0 0;
}

#site-title {
  text-indent:-9999em;
  overflow:hidden;
  height:90px;
  width:240px;
  float:left;
}
#site-title a {
  height:100%;
  width:100%;
  display:block;
  background:transparent url(header-logo.png) no-repeat 50% 50%;
}

#site-header-content {
  float:right;
  display:block !important;
  width:200px;
  padding:50px 0 0 0;
  text-align:right;
}

#site-menu {
  position:relative;
  padding:0 0 15px 0;
  background:transparent url(page-top.png) no-repeat 50% 100%;
}

#site-menu li {
 display:inline; 
}

#site-menu a {
  display:-moz-inline-box;
  display:inline-block;
  padding:0.5em 1em 0.75em 1em;
  font-size:1.1em;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
}

#site-menu ul a {
  color:#0079c2;
  color:#1e1e19;
}

#site-menu a:hover {
  color:#dbd900;
}

#site-menu ul a:hover {
  text-decoration:underline;
  color:#0079c2;
}
#site-menu .site-current-page.site-main-category-page > a, #site-menu .site-current-path.site-main-category-page > a {
  background:#ffffff;
}
#site-menu .site-current-page.site-main-category-page > a, #site-menu .site-current-path > a, #site-menu ul .site-current-page > a {
  color:#0079c2;
  background:#ffffff;
  font-weight:bold;
}
#site-menu .site-current-page ul, #site-menu .site-current-path ul {
  display:block !important;
  position:absolute;
  left:0;
  width:940px;
  margin:15px 10px 0 10px;
  background:#ffffff;
}

.ie7 #site-menu .site-current-page ul, .ie7 #site-menu .site-current-path ul {
  bottom:-2.2em;
}
#site-menu ul a {
  background:transparent !important;
  font-weight:normal;
  font-size:1.2em;
  padding:0 1em 0.5em 1em;
  border-left:solid 1px silver;
  line-height:1.333em;
}

#site-menu ul li:first-child a {
  border:none; 
}

#page {
 background:transparent url(page-middle-column.png) repeat-y 50% 0;
  padding:2.2em 10px 0 10px;
}

.site-main-category-page #page.no-section-menu, #page.no-section-menu {
  padding:0 10px;
}

.site-main-category-page #section-nav {
  display:none;
}

#breadcrumb-nav, #section-nav {
  display:none;
}

/*
#page-header {
  display:block !important;
  padding:0;
}
*/
#page-title {
  font-size:4.8em;
  color:#ffffff;
  font-weight:normal;
  margin:0 20px 20px 20px;
  position:relative;
  padding:21px 20px 0 20px;
  margin:0;
}
#page-title-header {
  min-height:120px;
  background:transparent url(page-title-bg.jpg) no-repeat 0 0;
  /*line-height:90px;
  line-height:9em;*/
}
#page-title {
  visibility:hidden;
}
#page-title-content {
  display:block !important;
  line-height:normal;
}

#page-content {
}

#site-footer {
  background:transparent url(page-bottom-column.png) no-repeat 50% 0;
  padding:30px 10px 3em 10px;
  color:#ffffff;
}

#site-copyright {
  color:#ffffff;
}
