@charset "utf-8";
/* CSS Document */

body {
   background: #000 url(/images/bg.png);
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   padding-top: 20px;
}

h1 {
  margin: 0px 0px 3px 0px;
  font-size: 30px;
}

h2 {
  font-size: 18px;
  margin: 5px 0px;
}

h3 {
  font-size: 14px;
  margin: 5px 0px;
}

a:hover, a:active, a:visited, a:link {
   color: #06C;
}

.someheader {
 color:#804C10;
 font-family:Arial,Helvetica,Verdana,sans-serif;
 font-size:13px;
 font-style:normal;
}

#cart {
  width: 310px;	
  position: absolute;
  top: 86px;
  right: 20px;
  z-index: 8999;
}

#site {
   background: #FFF url(/images/top-curve.jpg) top no-repeat;
   text-align: left;
   width: 975px;
   margin: 0px auto;
   position: relative;
   padding-top: 190px;
}

#sitefooter {
   color: #FFF;
   text-align: center;
   width: 975px;
   margin: 0px auto;
   padding-top: 20px;
}

#logo {
   position: absolute;
   top: 20px;
   left:40px;
   
}

#search form {
  padding: 0px;
  margin: 0px;
}

.error {
   width: 400px;
   border: 1px solid #F06; 
   padding: 10px; 
   background: #ffe0ed; 
   font-weight: bold
}

.message {
   width: 400px;
   border: 1px solid #0C0; 
   padding: 10px; 
   background: #E8FFE8; 
   font-weight: normal;
}

#login {
 position: absolute;
 top: 0px;
 right: 0px;
 text-align: right;
 color: #D6A46B;
 letter-spacing: 1px;
}

#login label {
  color: #D6A46B;
  letter-spacing: 1px;
}

#login a {
  color: #D6A46B;
  letter-spacing: 1px;
}

#login p {
  margin: 0px;
}

#navigation {
   position: absolute;
   top: 130px;
   right: 0px;
}

#sitecontent {
  background: url(/images/divider.png) no-repeat top center;
  padding: 40px 20px;
}

#sitefooter a {
   color: #FFF;
}

.ux-menu a.current {
 background-image: url(/images/menu-bg.png);
 border-color: #cbc0b7;
}

#blurb {
   float: left;
   width: 650px;
}

#search {
   top: 10px;
   right: 30px;
   background: url(/images/search.png);
   width: 248px;
   height: 164px;
}

.welcome {
   color:#000000;
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:18px;
   font-style:normal;
   text-transform:uppercase;
   font-weight: normal;
}

#breadcrumbs {
   color: #777;
   float: left;
}

#breadcrumbs a:active, #breadcrumbs a:link, #breadcrumbs a:visited {
   color: #777;
   text-decoration: none;
}

#breadcrumbs a:hover {
   color: #333;
   text-decoration: underline;
}

.shaded-bar {
   text-align: center;
   background: url(/images/heading-bar.jpg) repeat-x;
   height: 37px;
   color:#000000;
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:16px;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
   line-height: 37px;
}

#buildings {
   padding: 20px;
}

#buildings table {
    width: 100%;
    border-collapse: collapse;
}

 
.even {
   background: #E1E1E1;
}
  
#buildings td, #buildings th {
  padding: 5px;
  text-align: left;
}

#buildings td a {
   color: #06C;;
   text-decoration: none;
}

#buildings td a:hover {
   text-decoration: underline;
}

#buildings th {
   background: #333;
   border: 1px solid #3f3f3f;
   color: #FFF;
   white-space: nowrap;
}

#buildings td {
  border: 1px solid #333;
}

#buildings caption {
	visibility: hidden;
}

img {
  border: none;
}

#ext-gen2 {
	z-index: 7999;
}

.ux-menu-container {
    position: relative;
}

.ux-menu,
.ux-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.ux-menu li {
    position: relative;
    float: left;
}

.ux-menu ul {
    position: absolute;
    top: 0;
    left: 0;
}

.ext-border-box .ux-menu-ie-iframe,
.ext-ie7 .ux-menu-ie-iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    zoom: 1;
    z-index: -1;
    filter:mask();
}

.ux-menu-vertical .ux-menu-item-main {
    clear: left;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #432;
    border-left: 1px solid #e3dad1;
    border-top: 1px solid #e3dad1;
    border-bottom: 1px solid #e3dad1;    
    background: #f3efec url(/images/menu-item-bg.png) repeat;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 14px;
}

.ux-menu a.ux-menu-link-last {
    border-right: 1px solid #e3dad1;
}

ux.menu ul a {
    width: 100%;
}

.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover {
    border-color: #d2e3f4;
    background: url(/images/menu-item-bg-over.png) repeat;
    outline: 0;
}

.ext-ie .ux-menu-clearfix {
    zoom: 1;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    padding-right: 24px;
    min-width: 1px;
}

.ux-menu ul a,
.ux-menu.ux-menu-vertical a {
    border-bottom: 0px;    
    border-right: 1px solid #e3dad1;
}

.ux-menu ul a.ux-menu-link-last,
.ux-menu.ux-menu-vertical a.ux-menu-link-last {
    border-bottom: 1px solid #e3dad1;
}

.ux-menu-arrow {
    display: block;
    width: 8px;
    height: 6px;
    right: 10px;
    top: 14px;
    position: absolute;
    background: url(/images/menu-arrow-down.png) no-repeat;
    font-size: 0;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    width: 6px;
    height: 8px;
    top: 13px; 
    background: url(/images/menu-arrow-right.png) no-repeat;
}

.ext-border-box .ux-menu-arrow {
    top: 17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,
.ext-border-box .ux-menu ul .ux-menu-arrow {
    top: 16px;
}

.ux-menu ul.ux-menu-hidden {
    display: none;
}

#cart .first-child {
  background: url(/images/cart.gif) 6% 50% no-repeat;
}

#splitbutton1-button {
  padding-left: 25px;
}