body {
  background: #FF83FA url('../images/bg_gradient.gif') repeat-x top left;
  color: RGB(40,40,40);
  font-family: 'Trebuchet MS', verdana, arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.noscript {
  display: block;
}

a {
  color: RGB(40,40,40);
  font-size: 12px;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

#container {
  padding-top: 85px;
  margin: 0 auto;
  width: 770px;
}

#index-container {
  padding-top: 140px;
  margin: 0 auto;
  width: 770px;
}

#nav {
  float: left;
  margin-bottom: 35px;
  padding-top: 5px;
  width: 155px;
}

#nav img {
  border: none;
}

#body {
  margin-left: 160px;
  width: 600px;
  text-align: left;
}

#flashcontent {
  height: 100%;
}

.clear {
  clear: both;
}

.text-shadow {
  text-shadow: #aaa 1px 1px 2px;
}

.box-shadow {
  -moz-box-shadow: #aaa 5px 8px 5px;
  -webkit-box-shadow: #aaa 5px 8px 5px;
  box-shadow: #aaa 5px 8px 5px;
}

.rounded-trbl {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
}

.rounded-trb {
  -moz-border-radius: 4px 4px 4px 0;
}

.rounded-rbl {
  -moz-border-radius: 0 4px 4px 4px;
}

.rounded-blt {
  -moz-border-radius: 4px 0 4px 4px;
}

.rounded-ltr {
  -moz-border-radius: 4px 4px 0 4px;
}

.rounded-tr {
  -moz-border-radius: 4px 4px 0 0;
}

.rounded-rb {
  -moz-border-radius: 0 4px 4px 0;
}

.rounded-bl {
  -moz-border-radius: 0 0 4px 4px;
}

.rounded-lt {
  -moz-border-radius: 4px 0 0 4px;
}

.rounded-t {
  -moz-border-radius: 4px 0 0 0;
}

.rounded-r {
  -moz-border-radius: 0 4px 0 0;
}

.rounded-b {
  -moz-border-radius: 0 0 4px 0;
}

.rounded-l {
  -moz-border-radius: 0 0 0 4px;
}

.rightCol {
  float: right;
  padding: 5px 0;
  width: 48%;
}

.leftCol {
  float: left;
  padding: 5px 0;
  width: 40%;
}

.center {
  text-align: center;
}

#nav ul li {
  list-style-type: none;
  padding: 12px 0;
  margin: 0 0 0 -20px;
  text-align: left;
}

#big-logo {
  float: right;
  margin: 20px 0;
  text-align: left;
  width: 443px;
}

#small-logo {
  float: right;
  margin-bottom: 10px;
  text-align: right;
}

#small-logo a, #small-logo img {
  text-decoration: none;
  border: none;
}


/* dropdowns level one*/
ul.dropdown {
  position: relative;
}
ul.dropdown li {
  font-weight: bold;
  float: left;
  zoom: 1;
  background: #ccc;
}
ul.dropdown a:hover {
  color: #000;
}
ul.dropdown a:active {
  color: #ffa500;
}
ul.dropdown li a {
  display: block;
  padding: 4px 8px;
  border-right: 1px solid #333;
  color: #222;
}
ul.dropdown li:last-child a {
  border-right: none;
} 
ul.dropdown li.hover,
ul.dropdown li:hover {
  background: #F3D673;
  color: black;
  position: relative;
}
ul.dropdown li.hover a {
  color: black;
}
/* dropdowns level two */
ul.dropdown ul {
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}
ul.dropdown ul li {
  font-weight: normal;
  background: #f6f6f6;
  color: #000; 
  border-bottom: 1px solid #ccc;
  float: none;
}

ul.dropdown ul li {
  display: inline-block;
  width: 100%; } 									  
ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
} 
/* dropdowns level three */
ul.dropdown ul ul {
  left: 100%;
  top: 0;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}

.darkGrayRule
{
  border-top: 1px solid RGB(40,40,40);
  clear: both;
  width: 100%;
}

.menuRule
{
  border: 1px solid RGB(120,120,120);
}

.vertRule
{
  border-right: solid 1px RGB(40,40,40);
}

.navLink:hover
{
  border-bottom: solid 1px #444;
}

.navLink-selected {
  border-bottom: solid 1px #444;
  cursor: default;
}

.bodyTitle
{
  font-size: large;
  font-weight: bold;
  text-align: left;
  padding-top: 2px;
}

.bodyText
{
  font-weight: normal;
  text-align: left;
  padding: 10px 10px 0 0;
}
.bodyImage {
  padding: 10px 0;
}
.bodyTextImage
{
  font-weight: normal;
  text-align: left;
  padding: 10px 10px 0 0;
}
.bodyImage img {
  max-width: 500px;
  text-align: left;
}

.purr-map {
  border: 1px solid #999;
  float: right;
  margin: 10px 100px 0 0;
}

#menu {
  width: 100%;
}

.menu {
  width: 100%;
}

.menuNav {
  float: right;
  width: 120px;
}

.menuNav ul {
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  list-style-type: none;
  
}

.menuNav li {
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
  border-right: 1px solid #ababab;
  list-style-type: none;
  margin-left: 10px;
  float: left;
}

.menuNav a {
  background-color: #eee;
  display: inline-block;
  padding: 0 3px;
}

.menuNav a:active,
.menuNav a:hover {
  background-color: #fff;
}

.menuNav .menuNavSelected {
  background-color: #fff;
  border-bottom-color: #fff;
  cursor: default;
}

.menuTop {
  background: #fff url('../images/menu_top.gif') top left no-repeat;
  height: 113px;
  margin: 0;
  padding: 0;
  width: 593px
}

.menuTopBlank {
  background: #fff url('../images/menu_top2.gif') top left no-repeat;
  height: 113px;
  margin: 0;
  padding: 0;
  width: 593px
}

.menuMiddle {
  background: #fff url('../images/menu_middle.gif') top left repeat-y;
  margin: 0;
  padding: 0;
  width: 593px
}

.menuHot {
  background: #fff url('../images/menu_hot.gif') top left no-repeat;
  height: 29px;
  width: 593px
}

.menuCold {
  background: #fff url('../images/menu_cold.gif') top left no-repeat;
  height: 29px;
  width: 593px
}

.menuBottom {
  background: #fff url('../images/menu_bottom.gif') top left no-repeat;
  height: 100px;
  width: 593px
}

.menuBottom img {
  position: relative;
  left: 259px;
  bottom: 28px;
}

.menuItem {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 0 45px;
  text-align: left;
  width: 450px
}
.menuPrice {
  font-size: 12px;
  padding: 5px 65px 0 0;
  text-align: right;
  width: 265px
}

.menuDetail {
  font-size: 10px;
  padding: 0 0 0 45px;
  text-align: left;
}

.menuNote {
  padding-right: 55px;
}

.menuBrunchTitle {
  color: #630e6c;
  display: block;
  font-family: times, serif;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -10px;
  width: 400px;
}

.menuBrunchSubTitle {
  text-align: left;
  color: #630e6c;
  font-family: times, serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0 10px 45px;
  text-align: left;
  width: 400px;
}

.bodyUnderline
{
  text-decoration: underline;
}

.bodyBold
{
  font-weight: bold;
  padding-top: 3px;
  text-align: left;
}

.menuDesc
{
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

.bodySubTitle
{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

a.hotLink
{
  font-weight: bold;
  color: RGB(255,0,0);
  text-decoration: none;
}

a.hotLink:hover
{
  border-bottom: solid 1px RGB(255,0,0);
}

a.newsLink
{
  font-weight: bold;
  text-decoration: none;
}

a.newsLink:hover
{
}
.imageBorder 
{
  border: solid 1px RGB(40,40,40);
}

.gallery-tb {
  border: none;
  height: 75px;
  width: 75px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

.gallery-tb a {
  display: block;
  border: 2px solid transparent;
}

.gallery-tb a:hover {
  border: 1px solid transparent;
}

#albums-nav {
  background-color: #ccc;
  border: 1px solid #ccc;
  float: left;
  min-height: 75px;
  width: 75px;
  margin: 0 10px 10px 0;
  padding: 0;
}

.album-btn {
  cursor: pointer;
  font-size: smaller;
  padding: 10px 0 10px 0;
  
}

.album-btn a {
  display: block;
  font-size: smaller;
  text-align: center;
  text-transform: uppercase;
}

.album-btn-hover {
  background-color: #ececec;
}

.album-btn-selected {
  background-color: #fff;
}

#admin-login {
  margin: 5px 0 0 0;
}

#admin-login .input {
  width: 200px;
}

.admin-menu a:hover {
  border-bottom: 1px solid #333;
  
}

.container {
  background: url('../images/ui-bg_highlight-soft_100_eeeeee_1x100.png') repeat-x scroll 50% top #eee;
  display: table-cell;
  border: 1px solid #ababab;
  margin: 0 0 15px 0;
  padding: 0 20px 5px 20px;
  width: 500px;
}

.date {
  font-weight: bold;
}

.time {
  font-weight: normal;
}

.image {
  clear: both;
  padding: 0 0 20px 0;
}

.description {
  font-size: large;
}

.error-msg {
  background-color: #fcfcfc;
  color: #232323;
  font-size: large;
  font-weight: bold;
  padding: 4px;
}

.admin-delete {
  display: table-cell;
  float: right;
  padding: 2px 0;
  width: 35px;
}

.admin-edit {
  display: table-cell;
  float: right;
  width: 25px;
}

.admin-add {
  width: 100%;
}


#popup-window {
  display: none;
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/    
  background:#FFFFFF;  
  border:2px solid #cecece;
  padding: 5px;
  z-index:2;
}

#popup-window .popup-input {
  width: 100%;
}

#popup-window-close {
  background-color: #ccc;
  border: 1px solid #ababab;
  cursor: pointer;
  font-weight: bold;
  display: block;
  padding: 0 4px;
  float: right;
}

#popup-window-close:hover {
  background-color: #f6f6f6;
}


#background-popup {
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  background:#000000;  
  border:1px solid #cecece;  
  z-index:1;
}

.login-btn,
.admin-add,
.admin-delete,
.admin-edit,
.admin-submit {
  background: #ccc;
  border: 1px solid #ababab;
  cursor: pointer;
  margin: 0 2px;
  padding: 2px 4px 2px 4px;
  text-shadow: #333 1px 1px 2px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
}

.login-btn {
  margin-top: 10px;
}

.admin-submit {
  margin: 10px 0; 
}

.login-btn:hover,
.admin-add:hover,
.admin-delete:hover,
.admin-edit:hover,
.admin-submit:hover {
  background: #f6f6f6;
  color: #333;
}

#footer {
  font-size: smaller;
}